From owner-freebsd-questions Sun Jan 11 00:08:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01667 for questions-outgoing; Sun, 11 Jan 1998 00:08:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA01662 for ; Sun, 11 Jan 1998 00:08:38 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id SAA22056; Sun, 11 Jan 1998 18:38:30 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA22450; Sun, 11 Jan 1998 18:38:29 +1030 (CST) (envelope-from grog) Message-ID: <19980111183829.25615@lemis.com> Date: Sun, 11 Jan 1998 18:38:29 +1030 From: Greg Lehey To: Wes Peters Cc: questions@FreeBSD.ORG Subject: Re: Printing to Windows machine via Samba smbclient References: <34B87604.2E665BAD@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34B87604.2E665BAD@xmission.com>; from Wes Peters on Sun, Jan 11, 1998 at 12:34:29AM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 12:34:29AM -0700, Wes Peters wrote: > We got a new PostScript laser printer for Christmas. It actually > belongs to my wife, for FrameMaker on her Win95/NT machine. I, of > course, want to use it from FreeBSD also. > > I searched the archives and couldn't find any simple solutions to this, > so I plunged in and got it working myself. It only took me 10 minutes, > but I thought I should share it with anyone else, just in case. > > First, the printcap entry: > > ps|lp4|PostScript printer via network:\ > :lp=/dev/null:\ > :sd=/var/spool/ps:\ > :lf=/var/spool/ps/log:\ > :af=/var/spool/ps/acct:\ > :if=/usr/local/bin/psprint:\ > :mx#0:\ > :sf:\ > :sh: > > All pretty straightforward. The input filter, /usr/local/bin/psprint, > is a simple shell script: > > #! /bin/sh > # > # Print files to the PostScript laser print on our Win95 machine. > # Prints our standard input to the shared printer via SMB. > > smbclient \\\\anchor\\okidata "" -P -U wes -c 'print -' > > where \\anchor\okidata is the SMB server name and share name for the > print service, and wes is a user on anchor that doesn't require a > password (otherwise put the password where the null string "" is). > > Make the /var/spool/ps directory, touch the /var/spool/ps/log file, > and make both owned by bin.daemon. lpc start ps and you're off and > printing! Why not mount it on the FreeBSD box and print to it from the Microsoft box? > BTW, this is an Okidate OL 610e/PS I got from WebAuction for $182. You can't complain about the price, especially for a PostScript printer. Is it 300 dpi? > The output seems very nice, and the PostScript interpreter seems to > handle anything I throw at it, since I crammed a 16Mb FPM SIMM in > it. Anyone out there have any Cheers or Jeers for this printer? My first laser printer was an Oki LaserLine 6, years ago. It was pretty bare-bones, even for the time, but it was reliable. If your new one's like it, you don't have much to worry about. Greg From owner-freebsd-questions Sun Jan 11 00:58:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA04305 for questions-outgoing; Sun, 11 Jan 1998 00:58:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jason02.u.washington.edu (root@jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA04296 for ; Sun, 11 Jan 1998 00:57:58 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason02.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id AAA19760 for ; Sun, 11 Jan 1998 00:57:54 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id AAA01838 for ; Sun, 11 Jan 1998 00:57:53 -0800 (PST) Message-Id: <3.0.3.32.19980111005747.007b3950@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 11 Jan 1998 00:57:47 +0000 To: freebsd-questions@freebsd.org From: Jason Wells Subject: This port depends on Motif. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried to install xephem recently. It needed Motif. I installed the lesstif port by running 'make; make install' in '/usr/ports/x11/lesstif'. I ran ldconfig to read in the new libraries. I checked /var/run/ld.so.hints to see if my new files were in there. They were. I tried to install xephem again by running 'make' in '/usr/ports/astro/xephem'. It still complained about Motif. Does lesstif work in place of motif yet? Is lesstif still to underdeveloped to build with? Did I take the needed steps to install lesstif and have the shared libraries available for compiling ports that need Motif? Am I MUBAR? Thanks again, Jason Wells From owner-freebsd-questions Sun Jan 11 01:23:00 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA05238 for questions-outgoing; Sun, 11 Jan 1998 01:23:00 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA05225 for ; Sun, 11 Jan 1998 01:22:54 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id EAA15670; Sun, 11 Jan 1998 04:22:48 -0500 (EST) Message-ID: <19980111042247.14962@emu.sourcee.com> Date: Sun, 11 Jan 1998 04:22:47 -0500 From: Norman C Rice To: kjs@neosoft.com Cc: questions@freebsd.org Subject: Re: [Fwd: Help: pcic Generic PCMCIA Ethernet driver (was Help: 3Com 3C589d ...)] References: <34B7F84B.2781E494@neosoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B7F84B.2781E494@neosoft.com>; from x on Sat, Jan 10, 1998 at 04:38:03PM -0600 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, Jan 10, 1998 at 04:38:03PM -0600, x wrote: > Perhaps someone here at freebsd.org can help me to configure > the pcic generic PCMCIA ethernet driver. > > ----Ken Sheldon [snip] > I looked at HARDWARE.TXT; it states the latest revision (ie: rev d) of > the > 3C589 card is not supported by if-zp. > * The D revision is supported in new PCMCIA generic code written for > FreeBSD, but there is little/no documentation written on how to set > it up yet. > > So... Can anyone help me set up the pcic driver? > > So far, I have configured the following: > controller crd0 > device pcic0 at crd? > device pcic1 at crd? > > During boot, I see the following messages: > PC-Card Intel 82365 (5 mem & 2 I/O windows) > pcic: controller irq3 > Card inserted, slot 1 > Card inserted, slot 0 > > (The 3C589d is inserted in slot 1) > Unfortunately, I cannot use ifconfig on pcic, pcic0, or pcic1. The > ifconfig utility reports: > ifconfig: interface pcic does not exist > > What do I need to do to get the pcic driver running? Have you tried the PAO stuff? http://www.jp.freebsd.org/PAO/ -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 11 02:16:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA08060 for questions-outgoing; Sun, 11 Jan 1998 02:16:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA08055 for ; Sun, 11 Jan 1998 02:16:36 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.8.8/8.6.9) with ESMTP id LAA26742; Sun, 11 Jan 1998 11:17:17 +0100 (CET) Message-Id: <199801111017.LAA26742@peedub.muc.de> X-Mailer: exmh version 2.0.1 12/23/97 To: Jason Wells cc: freebsd-questions@FreeBSD.ORG Subject: Re: This port depends on Motif. Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 11 Jan 1998 00:57:47 GMT." <3.0.3.32.19980111005747.007b3950@jcwells.deskmail.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Jan 1998 11:17:17 +0100 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jason Wells writes: >I tried to install xephem recently. It needed Motif. > >I installed the lesstif port by running 'make; make install' in >'/usr/ports/x11/lesstif'. I ran ldconfig to read in the new libraries. I >checked /var/run/ld.so.hints to see if my new files were in there. They were. > >I tried to install xephem again by running 'make' in >'/usr/ports/astro/xephem'. It still complained about Motif. > >Does lesstif work in place of motif yet? Is lesstif still to underdeveloped >to build with? Did I take the needed steps to install lesstif and have the >shared libraries available for compiling ports that need Motif? > >Am I MUBAR? > you need ``HAVE_MOTIF= yes'' in /etc/make.conf. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com From owner-freebsd-questions Sun Jan 11 02:52:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09772 for questions-outgoing; Sun, 11 Jan 1998 02:52:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09763 for ; Sun, 11 Jan 1998 02:52:31 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id MAA08943; Sun, 11 Jan 1998 12:46:12 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma008939; Sun, 11 Jan 98 12:45:45 +0200 Message-ID: <34B8A420.4E93@barcode.co.il> Date: Sun, 11 Jan 1998 12:51:12 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Lyle Wallace CC: questions@FreeBSD.ORG Subject: Re: 3COM 10/100 NIC 3C905 References: <1998Jan08.110150.1839.2097413@msp-ln05.dgii.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Lyle Wallace wrote: > > Support needed, > > Does FreeBSD support the 3C905 10/100 3Com > Nic card? When I install it hangs and is only recognized > as a 3C509 (10 Mbps only) and not a 3C905 (10/100 Mbps). > Does FreeBSD 3.0-current have any beta drivers > for the 3C905? > Do I need to go out and buy Intel EtherExpress nic > cards because that's the only 100 Mbps NIC listed > as supported at the moment? > Thanks again, > > Lyle Wallace > HW/SW Q/A Engineer > lyle_wallace@dgii.com > 408 744 2756 I have a 3C905 working at 100mbps (with the vx driver). You have to use the DOS setup disk and set it to 100mbps (not auto-detect) for it to work though. Nadav From owner-freebsd-questions Sun Jan 11 03:14:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13073 for questions-outgoing; Sun, 11 Jan 1998 03:14:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iafnl.es.iaf.nl (uucp@iafnl.es.iaf.nl [195.108.17.20]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA13039; Sun, 11 Jan 1998 03:14:38 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: by iafnl.es.iaf.nl with UUCP id AA28035 (5.67b/IDA-1.5); Sun, 11 Jan 1998 12:08:39 +0100 Received: (from wilko@localhost) by yedi.iaf.nl (8.8.7/8.6.12) id TAA15580; Sat, 10 Jan 1998 19:30:34 +0100 (MET) From: Wilko Bulte Message-Id: <199801101830.TAA15580@yedi.iaf.nl> Subject: Re: SCSI/Tape problem? To: grog@lemis.com (Greg Lehey) Date: Sat, 10 Jan 1998 19:30:34 +0100 (MET) Cc: steve@news.cioe.com, freebsd-questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG In-Reply-To: <19980110184222.53552@lemis.com> from "Greg Lehey" at Jan 10, 98 06:42:22 pm X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-Pgp-Info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Greg Lehey wrote... > On Fri, Jan 09, 1998 at 11:32:47PM -0500, Steven Ames wrote: > >>> Hrm... I was unclear. The 'mt erase' is obviously only a > >>> symptom. The backup process still causes my machine to lockup... > >> > >> OK, that is obviously wrong. My 2.2.5R box performs dumps just fine on the > >> 8200, as said without doing an mt erase. I do not use Amanda though > > > > Correct. I do not _have_ to do the 'mt erase'. In fact I never do. > > However... 'mt erase' does not work... and my backup locks up. These > > are seperate but related issues. Bottom line is _it don't work_. > > > > I have tried just about every termination I can think to try. Different > > cables, different controller (still a 2940) and a different > > tape drive. It still doesn't work. So something is wrong. Options > > anyone? > > What else do you have connected to the string? If there's something > else, and you obviously have access to a second controller, try using > both controllers, with only the tape connected to the one controller. This is a good one. > If that doesn't work, consider your drive options. This was an > Exabyte 8505, wasn't it? Exabytes used to have millions of drive More exactly: millions of firmware revisions. The one I have in my 8200 was advised to me by an Exabyte engineer. He advised against using the latest rev ;-) Wilko _ ______________________________________________________________________ | / o / / _ Bulte email: wilko @ yedi.iaf.nl http://www.tcja.nl/~wilko |/|/ / / /( (_) Arnhem, The Netherlands - Do, or do not. There is no 'try' --------------- Support your local daemons: run [Free,Net,Open]BSD Unix -- From owner-freebsd-questions Sun Jan 11 03:16:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13564 for questions-outgoing; Sun, 11 Jan 1998 03:16:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tpts5.seed.net.tw (tpts5.seed.net.tw [139.175.12.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA13544 for ; Sun, 11 Jan 1998 03:16:39 -0800 (PST) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-43.dialup.seed.net.tw [139.175.192.43]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id TAA04044 for ; Sun, 11 Jan 1998 19:15:34 +0800 (CST) Message-ID: <34B89A90.45AC@tpts5.seed.net.tw> Date: Sun, 11 Jan 1998 18:10:24 +0800 From: Gordon Wang Reply-To: guelph@tpts5.seed.net.tw X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: space manegement Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sir I am a FreeBSD 2.2.1 user. My /root space is 32M. What should I do if I want to make 1t 64M. Please help me Thanks a lot Gordon From owner-freebsd-questions Sun Jan 11 03:16:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13573 for questions-outgoing; Sun, 11 Jan 1998 03:16:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tpts5.seed.net.tw (tpts5.seed.net.tw [139.175.12.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA13545 for ; Sun, 11 Jan 1998 03:16:39 -0800 (PST) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-43.dialup.seed.net.tw [139.175.192.43]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id TAA04028 for ; Sun, 11 Jan 1998 19:15:32 +0800 (CST) Message-ID: <34B89A48.5653@tpts5.seed.net.tw> Date: Sun, 11 Jan 1998 18:09:12 +0800 From: Gordon Wang Reply-To: guelph@tpts5.seed.net.tw X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: netscape warning message? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sir I am a freeBSD 2.2.1 user. When I ran my Netscape, I got messages: /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version 1 older than expected 3, using it anyway /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version 0 older than expected 3, using it anyway /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version 1 older than expected 3, using it anyway /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version 0 older than expected 3, using it anyway . However the Netscape still work. What are the problems causing these messages. Thanks for your help Gordon From owner-freebsd-questions Sun Jan 11 03:42:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA16841 for questions-outgoing; Sun, 11 Jan 1998 03:42:49 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from guide.muc.de (guide.muc.de [193.174.4.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA16835 for ; Sun, 11 Jan 1998 03:42:38 -0800 (PST) (envelope-from alias-moderators-muc-lists-freebsd-questions-owner@moderators.muc.de) Received: (qmail 22403 invoked by alias); 11 Jan 1998 11:42:33 -0000 Delivered-To: alias-moderators-muc-lists-freebsd-questions@moderators.muc.de Received: (qmail 22401 invoked from network); 11 Jan 1998 11:42:33 -0000 Received: from colin.muc.de (root@193.174.4.1) by guide.muc.de with SMTP; 11 Jan 1998 11:42:33 -0000 Received: from tavari.muc.de ([193.174.4.22]) by colin.muc.de with SMTP id <86024-2>; Sun, 11 Jan 1998 12:42:26 +0100 Received: from morranon.tavari.muc.de (morranon [192.168.42.3]) by tavari.muc.de (8.8.7/8.8.7) with ESMTP id MAA11610; Sun, 11 Jan 1998 12:21:03 +0100 (CET) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 In-Reply-To: <199801110135.RAA06614@gromit.pinpt.com> Date: Sun, 11 Jan 1998 12:21:02 +0100 Reply-To: Lutz Albers From: Lutz Albers To: "Sean J. Schluntz" Subject: Re: Mac File system and FreeBSD Cc: muc-lists-freebsd-questions@moderators.muc.de Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id DAA16837 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 11-Jan-98 Sean J. Schluntz wrote: > *From the fingers of Lutz Albers > >>[Posted and mailed] >> >>In article <199801092123.NAA01639@gromit.pinpt.com>, >> schluntz@pinpt.com (Sean J. Schluntz) writes: >>> I'm getting ready to setup a laptop with FreeBSD and NT on it (I >>> need NT >>> for some of the phone work I do) and I also need to be able to work >>> with >>> long file names in a shared location for both. >>> >>> I'm thinking of using a 500meg Mac formatted partition on the hard >>> disk >>> as NT will be able to use it (With a tool I have) and I seem to >>> recall >>> that FreeBSD can mount it. >>> >>> My question is this, how reliable is the Mac File system mounting >>> capability of FreeBSD? Can it stand up to everyday heavy use or >>> should I >>> think of doing something else? >> >>I'm wouldn't going that route. Maybe you should try using vmount (a >>utility which uses the Linux fs code via an nfs loopback mount). Use >>a >>vfat (urgh .. :-( partition for the data. I don't think that you can mount MacFS partitions, there is just a program giving access. ciao lutz -- Lutz Albers, lutz@muc.de Do not take life too seriously, you will never get out of it alive. From owner-freebsd-questions Sun Jan 11 05:53:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA25837 for questions-outgoing; Sun, 11 Jan 1998 05:53:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from omni.norilsk.ru ([193.124.250.50]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA25714 for ; Sun, 11 Jan 1998 05:51:16 -0800 (PST) (envelope-from matrix@norilsk.ru) Received: from matrix.gerpa.ru by omni.norilsk.ru with SMTP id UAA16874; (8.6.11/vak/1.9) Sun, 11 Jan 1998 20:41:45 +0700 From: "Artem Koutchine" To: Subject: Questions for C programmers (freopen and network apps) Date: Sun, 11 Jan 1998 16:32:55 +0300 Message-ID: <01bd1e95$6d351e40$0d00a8c0@matrix.gerpa.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello!!! I am pretty new to the UNIX programming in C (however, i've been programming in C for DOS/Windows for 8 years and about 2 years in perl). Here's what i need to accomplish: I need a visual remote control for the server, which a i administer. My boss, ORDERED me to make a visual, easily understandable system which other employees (less technically minded and totaly un-Un*X-oid) can use to control user accounts (this company is an ISP). So, since they (employees) will access the server via dialup from a far-away office, i decided i need something quite secure. Web didn't seem to me as appropriate way bacause of the way it works, so i decided to make a menu system attached to a port, so the office managers can telnet to the server's port and get a nice shell looking somewhat like TurboVision (if someone can still remember how it looks like :) After about a day of reading man and looking at the sources and figured that i can skip all the socket management and just add a new service into /etc/services myserv 6666/tcp myserv 6666/udp then add my program into inetd.conf myserv stream tcp nowait root /usr/local/bin/myprogd myprogd Then I used ncurses and wrote a little test program. Itworked. Then i started to write a fish (a skeleton that is). The idea seemed pretty steight forward: 1) since inetd does all of the input/outpurt management i don't even care about it 2) write SIG handler, which logs out a user when the user is disconnected 3) write the interface and all management functions. The question i have so far are: 1) It is easy to login a user (just check password and write into my own "utmp" file his name and date when he logged into the management system). But the prblem comes up when the user wants to logout. If he does it by going into menu in the telnet client and chooses DISCONNECT, the program (myprogd) just terminates without receiving any SIGnal. This way i have no chance to logout the manager. I tried many SIGs and could not find the proper one. Man says nothing about what happens in this case. If the programm does not recice a sig or it is '9' then i have no idea what to do. What should i do ? How is it doen in case of telnetd ? (i could not figure it..) 2) I have a log file and some output which can be redirected to a file or to a stdout. since the procedure itself is quite big, i decided just put something like freopen ("/var/log/servlog","a",stdout); before the main body if the argument says so, and when it exists, i just restore the original stdout stream. BUT! I just could not resotore it. doing: freopen ("/dev/stdout"."w",stdout"); does not work. Man for freopen says, that freopen is used to this kind of task, but it says nothing about how to restore it to original. I also looked at several sources which use freopen, but it seems that they restore the original stream simply buy exiting, which does not suit me. 3) general question: I use ncurses. SInce when a user connects to port 6666 the terminal is not initialized, i just set three env vars: putenv ("COLUMNS=80"); putenv ("LINES=24'); putenv ("TERM=vt100"); and then call initscr(); It works fine. But is it the right way ? Maybe there is something terribly wrong with it. I am asking because i have nothing to compare with. All of the progs i saw are made to be run in telnet or normal shell, not as a inetd child process. And others just do not use ncurses. 4) Even more general question: I chose to do the management system this strange way (not but using some command in telnet or given a menu when a manager logs in) because i plan in some distant future to make a ms windows client for this manager server. This will require a daemon which sits just like telnetd and waits for connection. Before this i made some daemons in perl, which sit on a port and listen. In perl i had to make my own socket, bind it and listen to it. But i guess i could wire those perl scripts to inetd and forget about all that socket stuff (since inetd handles that for me. right ?). But it just seems too EASY. There must be a catch here. What is that catch ? Am I going the right way ? 5) Are some MUDs made this way or all muds just usual apps wich are called when a user logs into telnetd ? 6) In the light of the above said, i am starting to wonder about the point of having p-terminals. It just seems to me now, as ttyps are kind of too abstract and hardly meaning anything. I even hardly understand what is the connection between, for example, telnetd and some p terminal. I think telnetd would work just find without attaching itself to a terminal, but it does so, just because the system is build somewhat around the terminals. (you can't even send a message to someone if he is not on a terminal). But as i understand, p terminals are just points of reference, not a technical necessity. Sorry, for such long questions, but i just started digging programming for UNIX in C and i can't find any info on web and no books (especially tutorials) around here (Moscow). So, 7) Are there good resources and tutorials on networks programming in C for UNIX on WWW ? Thank you very much for reading this long letter. Regards, Artem Koutchine matrix@norilsk.ru From owner-freebsd-questions Sun Jan 11 05:57:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA26141 for questions-outgoing; Sun, 11 Jan 1998 05:57:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA26130 for ; Sun, 11 Jan 1998 05:57:50 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id IAA16338; Sun, 11 Jan 1998 08:57:32 -0500 (EST) Message-ID: <19980111085732.16733@emu.sourcee.com> Date: Sun, 11 Jan 1998 08:57:32 -0500 From: Norman C Rice To: guelph@tpts5.seed.net.tw Cc: freebsd-questions@freebsd.org Subject: Re: netscape warning message? References: <34B89A48.5653@tpts5.seed.net.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B89A48.5653@tpts5.seed.net.tw>; from Gordon Wang on Sun, Jan 11, 1998 at 06:09:12PM +0800 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 06:09:12PM +0800, Gordon Wang wrote: > Dear Sir > I am a freeBSD 2.2.1 user. > When I ran my Netscape, I got messages: > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version > 1 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version > 0 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version > 1 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version > 0 older than expected 3, using it anyway > > . > > However the Netscape still work. > > What are the problems causing these messages. > > Thanks for your help > > Gordon > Netscape is expecting to find newer versions of the shared libraries than appear to exist on your system. As everything appears to work fine, you can get rid of the messages by copying the older libraries to the newer names. As root, cd /usr/X11R6/lib cp libXext.so.6.1 libXext.so.6.3 cp libICE.so.6.0 libICE.so.6.3 and those nag messages should go away. You may need to run `ldconfig' to update the shared library cache (or just reboot your system). -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 11 06:41:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA28392 for questions-outgoing; Sun, 11 Jan 1998 06:41:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from blue.bad.bris.ac.uk (blue.bad.bris.ac.uk [137.222.132.60]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA28384 for ; Sun, 11 Jan 1998 06:41:08 -0800 (PST) (envelope-from taff@blue.bad.bris.ac.uk) Received: (qmail 7604 invoked by uid 57242); 11 Jan 1998 14:41:04 -0000 Date: Sun, 11 Jan 1998 14:40:58 +0000 (GMT) From: Aled Treharne Reply-To: felix@royal.net To: freebsd-questions@freebsd.org Subject: ATAPI Controller not ready? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I got rather a strange message the other day. I have 2.2.2 on my machine and was attempting to upgrade to 2.2.5. While copying some files from the CD (which is attached to the IDE controller on the plug'n'pray sound card) the system went slightly awry. I got the following error: ATAPI 1.1 : Controller not ready for cmd The current process locked, and I was unable to umount the CD-ROM, even with the -f flag. lsof showed no open files on the CDROM. Now, whenever I use either windoze 95 or FBSD on my machine, the CDROM is accessed at random for no apparent reason, and while the CDROM is being accessed, my machine locks for a short period. This also causes windoze to crash, but in a very strange way - it suddenly flicks to the "It is now safe to turn your machine off" screen, with no intervening messages. Can anyone help me? The CDROM is a 20-speed Novatech own make drive, and the soundcard is a 16-bit SB compatible Novatech card, both less than a year old. I can't take the CDROM off the sound card, because my motherboard has only 1 IDE controller (hey - this one even has VLB slots!) and both channels are being used. Looking forward to your replies. - -Taff. Aled Treharne felix@royal.net "Big Bird meets Salvador Dali has been brought to you by the numbers L and ), and by the letter 3." For PGP Public key finger taff@blue.bad.bris.ac.uk #include(std.disclaim) -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQCVAwUBNLjZ/8aJukNO1flNAQEtMQQAh47KI8jBV8FR7bpvs/UlkLeUKp7pBxQw J9l9Tf91iIBz1UUbH1x9mmilFuD9ga2WCiFrfUTKPBXMX+Xnw/ZNMyqvH8/WqPni ipdVx9XKQmccDvpikrFLTfIbwbNLMM3TP1hbKHdQ/vAX2haMLTGwsVHrGFlRYuv7 sN0tLvXWB7o= =LpUN -----END PGP SIGNATURE----- From owner-freebsd-questions Sun Jan 11 06:52:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29088 for questions-outgoing; Sun, 11 Jan 1998 06:52:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from blue.cabbage.com (pm3bl1-6.csrlink.net [207.44.9.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29083 for ; Sun, 11 Jan 1998 06:52:51 -0800 (PST) (envelope-from rknebel@csrlink.net) From: rknebel@csrlink.net Received: (from rknebel@localhost) by blue.cabbage.com (8.8.6/8.8.5) id SAA00616; Sat, 10 Jan 1998 18:13:52 -0500 Message-ID: <19980110181352.41209@blue.cabbage.com> Date: Sat, 10 Jan 1998 18:13:52 -0500 To: freebsd-questions@freebsd.org Subject: thanks Reply-To: rknebel@csrlink.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Just wanted to say thanks to everyone who helped me with my sendmail config. It works like a charm now -- Rick Knebel rknebel@csrlink.net From owner-freebsd-questions Sun Jan 11 07:01:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA29473 for questions-outgoing; Sun, 11 Jan 1998 07:01:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from nemesis.sim.ucm.es (nemesis.sim.ucm.es [147.96.1.125]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA29466 for ; Sun, 11 Jan 1998 07:01:19 -0800 (PST) (envelope-from inaky@jovian.ucm.es) Received: from ib-144.arrakis.es (ib-144.arrakis.es) by nemesis.sim.ucm.es (PMDF V5.0-6 #5335) id <01IS98QN6ATQ00004G@nemesis.sim.ucm.es> for questions@freebsd.org; Sun, 11 Jan 1998 16:04:05 +0200 Received: (from inaky@localhost) by jovian (8.8.7/8.8.7) id BAA06526; Sat, 10 Jan 1998 01:00:19 +0100 Date: Sat, 10 Jan 1998 01:00:19 +0100 From: =?ISO-8859-1?Q?I=F1aky_P=E9rez_Gonz=E1lez?= Subject: Development of a UNIX-wide USB standard API To: questions@freebsd.org Message-id: <199801100000.BAA06526@jovian> MIME-version: 1.0 (generated by tm-edit 7.106) X-Mailer: VM 6.33 under Emacs 19.34.1 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I'm the developer of the Linux USB Driver Stack. I wanted to let you know there's some interest at the USB Implementors Forum in the creation of a UNIX-wide USB API standard, and we'd like all flavours of Unix to attend. For the case you don't know what USB is (if you do, please skip this paragraph): USB is the Universal Serial Bus, developed by a consortim of vendors (all the "fatcats"). If features plug'n'play, hot pluggin, tree structure, synchronous and asynchronous operation with guaranteed bandwidth and two speeds, with a maximum of 127 devices per physical bus. You can find more detailed info at http://www.usb.org. Initially I was developing a Linux-only driver, however I started to try to make it portable to other free OSes. Anyhow, one day the suggestion of a UNIX USB compatible API raised and we are trying to get something done. Initially we are just calling people to join and give ideas (actually interested parties have something done). As a start, there's interest for this from Solaris, Digital Unix and from me, for the Linux side (please mind that the commercial vendors still don't have an `official' position on this as it is still on it's very first discussions). If you are somehow interested, please drop me a mail. Thanks for your time P.S.: Please, could you forward this mail to the OpenBSD people and any other interested parties from BSD? -- Linux-USB! http://peloncho.fis.ucm.es/~inaky/USB.html - - Inaky Perez Gonzalez -- PGP pubkey fingerprint - inaky@peloncho.fis.ucm.es -- 8E 34 3A 62 64 99 E2 44 - http://peloncho.fis.ucm.es/~inaky -- AD 7B 30 D9 DD FF 3E 4C - --------------------------------- -- ----------------------- - The loneliness of the long distance runner ..... From owner-freebsd-questions Sun Jan 11 07:18:39 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA00350 for questions-outgoing; Sun, 11 Jan 1998 07:18:39 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA00327 for ; Sun, 11 Jan 1998 07:18:21 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id TAA15170; Sat, 10 Jan 1998 19:15:54 +0200 (EET) Message-ID: <34B7ACBF.41C3FE9D@Shevchenko.kiev.ua> Date: Sat, 10 Jan 1998 19:15:52 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: guelph@tpts5.seed.net.tw CC: freebsd-questions@freebsd.org Subject: Re: netscape warning message? References: <34B89A48.5653@tpts5.seed.net.tw> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Gordon Wang wrote: > Dear Sir > I am a freeBSD 2.2.1 user. > When I ran my Netscape, I got messages: > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version > 1 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version > 0 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libXext.so.6.1:minor version > 1 older than expected 3, using it anyway > > /usr/libexec/ld.so :warning:/usr/X11R6/lib/libICE.so.6.0:minor version > 0 older than expected 3, using it anyway > > . > > However the Netscape still work. > > What are the problems causing these messages. > Netscape was compiled for X11R6.3.3.1, you have older version of X11 > Thanks for your help > > Gordon -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Sun Jan 11 07:18:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA00371 for questions-outgoing; Sun, 11 Jan 1998 07:18:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA00337 for ; Sun, 11 Jan 1998 07:18:27 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id PAA26912; Sun, 11 Jan 1998 15:07:12 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801111507.PAA26912@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Khetan Gajjar cc: questions@freebsd.org Subject: Re: Update handbook and FAQ In-reply-to: Your message of "Sat, 11 Jan 1998 01:59:48 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Jan 1998 15:07:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi. > > I've noticed that the handbook and FAQ don't get updated/rebuilt > during a make world, and in fact are not even pulled down with a > CVSup of src-all. > > Any (easy) ways to update it ? You need to cvsup doc-all. > --- > Khetan Gajjar (!kg1779) khetan@iafrica.com (w); khetan@os.org.za (h) > http://www.os.org.za/~khetan | Finger: khetan@chain.freebsd.os.org.za > UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org > The system requirements said Windows 95 or better; so I installed FreeBSD. > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 11 07:19:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA00530 for questions-outgoing; Sun, 11 Jan 1998 07:19:58 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from omni.norilsk.ru ([193.124.250.50]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA00342 for ; Sun, 11 Jan 1998 07:18:34 -0800 (PST) (envelope-from matrix@norilsk.ru) Received: from matrix.gerpa.ru by omni.norilsk.ru with SMTP id WAA01274; (8.6.11/vak/1.9) Sun, 11 Jan 1998 22:14:58 +0700 From: "Artem Koutchine" To: Subject: Disk cache Date: Sun, 11 Jan 1998 18:10:16 +0300 Message-ID: <01bd1ea3$069e92c0$0d00a8c0@matrix.gerpa.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello!!! Is there anyway to increase read/write disk cache? Even though the manual says, that cache is quite optimal. I don't really believe it. I mean, optimal means different things for different tasks. For example, if i have 128mb RAM and 70MB file and want to keep the whole file in the ram for read only. Is it possible without using memory file system. Thanks Artem Koutchine matrix@norilsk.ru From owner-freebsd-questions Sun Jan 11 07:29:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA01429 for questions-outgoing; Sun, 11 Jan 1998 07:29:58 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA01424 for ; Sun, 11 Jan 1998 07:29:54 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id QAA15198 for freebsd-questions@freefall.cdrom.com; Sun, 11 Jan 1998 16:31:14 GMT (envelope-from kuku) Date: Sun, 11 Jan 1998 16:31:14 GMT From: Christoph Kukulies Message-Id: <199801111631.QAA15198@gilberto.physik.RWTH-Aachen.DE> To: freebsd-questions@freefall.FreeBSD.org Subject: dhcps Q: Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dhcps[17050]: Assign 192.168.0.12 to the client(cid is "1:0x0080c88428ab:192.168 .0.0") till "Thu Jan 1 00:59:59 1970". Just a question: Is that a configuration problem or just the value that is taken to indicate eternity in unix ? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Sun Jan 11 07:37:09 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA02816 for questions-outgoing; Sun, 11 Jan 1998 07:37:09 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA02806 for ; Sun, 11 Jan 1998 07:36:57 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id XAA16544 for ; Sun, 11 Jan 1998 23:36:05 +0800 (WST) Date: Sun, 11 Jan 1998 23:36:05 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: uucp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hiyall, On running uustat -s, it returns the error message: uustat: /etc/uucp/sys: fopen: Permission denied Any ideas? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Sun Jan 11 08:13:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06840 for questions-outgoing; Sun, 11 Jan 1998 08:13:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smtp1.erols.com (smtp1.erols.com [205.252.116.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA06826 for ; Sun, 11 Jan 1998 08:12:57 -0800 (PST) (envelope-from "pstock"@erols.com) Received: from pstock.erols.com (nyd-as10s58.erols.com [207.172.114.121]) by smtp1.erols.com (8.8.8/8.8.5) with SMTP id LAA09577 for ; Sun, 11 Jan 1998 11:14:05 -0500 (EST) Message-Id: <199801111614.LAA09577@smtp1.erols.com> Date: Sun, 11 Jan 1998 11:13:20 -0500 From: Paul Reply-To: pstock@erols.com X-Mailer: Mozilla 3.02Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Operating Documagix on FreeBDS Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Interested in installing FreeBDS and would like to know if anyone has experience with Documagix...it files newspaper articles etc.....presently sits on my Netscape main tool bar...right after Help..very convenient system. If it cannot run on FreeBDS is there anything comparable and as..to use a cliche...user friendly? -- MZ From owner-freebsd-questions Sun Jan 11 08:32:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA09234 for questions-outgoing; Sun, 11 Jan 1998 08:32:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gate2.interaxs.net (interaxs.net [206.244.181.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA09220 for ; Sun, 11 Jan 1998 08:32:39 -0800 (PST) (envelope-from hostmaster@interaxs.net) Received: from gate3 (unverified [206.244.181.227]) by gate2.interaxs.net (Rockliffe SMTPRA 2.1.4) with SMTP id for ; Sun, 11 Jan 1998 11:32:06 -0500 Message-ID: Comments: Authenticated sender is From: "Jim" Organization: InterNet Access Network To: freebsd-questions@freebsd.org Date: Sun, 11 Jan 1998 11:32:09 -500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Need good Radius pkg. for FreeBSD Reply-to: hostmaster@gate2.interaxs.net Priority: normal X-mailer: Pegasus Mail for Windows (v2.53/R1) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am currently using the Radius pkg. that came with the 2.2.2 cdrom. It is not really adequate for a production box. Can anyone suggest a good Radius for FreeBSD? I am _VERY_ new to the *nix world and have never compiled anything. If the package requires that type of preparation, can you please point me toward some help for preparing sources for installation,etc.? Jim hostmaster@interaxs.net --------------------------- InterNet Access Network 18 1/2 McDaniel Street Dayton, OH 45405-4816 email: support@interaxs.net Voice: (937) 461-3660 Fax: (937) 228-2773 http://www.interaxs.net --------------------------- From owner-freebsd-questions Sun Jan 11 08:48:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10816 for questions-outgoing; Sun, 11 Jan 1998 08:48:24 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10805 for ; Sun, 11 Jan 1998 08:48:18 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal37-16.ppp.iadfw.net (dal37-16.ppp.iadfw.net [206.66.14.146]) by idfw.com (8.8.5) id JAA06394; Sun, 11 Jan 1998 09:48:13 -0700 (MST) Received: by dal37-16.ppp.iadfw.net with Microsoft Mail id <01BD1E7E.82B2A420@dal37-16.ppp.iadfw.net>; Sun, 11 Jan 1998 10:48:54 -0600 Message-ID: <01BD1E7E.82B2A420@dal37-16.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Beginning Level User needs help Date: Sun, 11 Jan 1998 10:48:44 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just got FreeBSD running on a 486 system and like what I see so far with it. So I want to hack with it over the next few weeks, but find it difficult to do anything with it other than get it installed, create a few users and start logging in, send & receiving mail and just looking over the file system and man pages. I should add here that I am a LAN Admin for a large financial firm and work a great deal with Novell NetWare, Windows NT, Windows 95 networks and workstations, but haven't had much exposure to Unix. And the docs I found to date on FreeBSD have been a little over my head at the level I am currently at with the OS. Can someone tell me where I can find some very basic things like how to get the modem back on line after the FTP install session has hung up? Other more complex but beginning stuff would be helpful. From owner-freebsd-questions Sun Jan 11 08:55:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA11679 for questions-outgoing; Sun, 11 Jan 1998 08:55:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA11659 for ; Sun, 11 Jan 1998 08:55:48 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.7/8.8.5) with SMTP id LAA00758; Sun, 11 Jan 1998 11:55:25 -0500 (EST) Date: Sun, 11 Jan 1998 11:55:25 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Norman C Rice cc: Shawn Ramsey , questions@freebsd.org Subject: Re: dual port Ethernet In-Reply-To: <19980110142503.30138@emu.sourcee.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Matrox also has some Digital-based 10/100s. I'm not sure if they are supported, but the Ipsilon PC, er, router uses them, and it's running a hacked FBSD kernel... Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Sat, 10 Jan 1998, Norman C Rice wrote: > On Sat, Jan 10, 1998 at 02:49:28AM -0800, Shawn Ramsey wrote: > > Hi, can someone please tell me if there are any multi port fast ethernet > > or ethernet adapters compatible with FreeeBSD? > > Znyx and Adaptec (Digital chips) make nice four port cards, but they're > not inexpensive. > > > > > Is there any preference for single port 100BT cards under FreeBSD? > > Intel 10/100BT cards, but many others work fine. You may need to > set the combo cards to a fixed speed using the manufacturer's > configurator before FreeBSD will work with them. > > > Thanks. > > -- > Regards, > Norman C. Rice, Jr. > From owner-freebsd-questions Sun Jan 11 09:28:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA14178 for questions-outgoing; Sun, 11 Jan 1998 09:28:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jason02.u.washington.edu (root@jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA14166 for ; Sun, 11 Jan 1998 09:28:48 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason02.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id JAA05214; Sun, 11 Jan 1998 09:28:46 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id JAA21919; Sun, 11 Jan 1998 09:28:45 -0800 (PST) Message-Id: <3.0.3.32.19980111092839.007c0100@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 11 Jan 1998 09:28:39 +0000 To: Frank Griffith From: Jason Wells Subject: Re: Beginning Level User needs help Cc: freebsd-questions@freebsd.org In-Reply-To: <01BD1E7E.82B2A420@dal37-16.ppp.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 10:48 1/11/98 -0600, Frank Griffith wrote: >Can someone tell me where I can find some very basic things >like how to get the modem back on line after the FTP install >session has hung up? Other more complex but beginning stuff >would be helpful. Try http://www.freebsd.org/handbook/handbook.html and http://www.freebsd.org/FAQ/FAQ.html to start with. These may also be part of your distribution and might be found in /usr/share/doc. Subscribe to this list. Every so often you will read some little nugget of information that is priceless. People just like you are trying to do the same things. Also, go buy the Complete FreeBSD. It is worth it. It is especially nice in that it tells you things of which no beginner would even think. Any book by O'reilly and Associates is extremely useful. I myself am saving up for "The Essential System Administrator" by ORA. Also, the BSD adminstrators guide and programmers guide will eventually become useful to you. >exposure to Unix. And the docs I found to date on FreeBSD >have been a little over my head at the level I am currently at >with the OS. Don't be discouraged! Unix has a steep learning curve. Man pages are sometimes terse. There are so many things that you will want to do with FreeBSD. Often it is best to find a resource specifically for that subject. Lets say you wanted to learn how to use 'sendmail' as a mail system for your office. The best resource for this specific task would be a book on sendmail. Good luck, Jason Wells From owner-freebsd-questions Sun Jan 11 09:30:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA14404 for questions-outgoing; Sun, 11 Jan 1998 09:30:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from wymple.gs.net (wymple.gs.net [198.3.156.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA14390 for ; Sun, 11 Jan 1998 09:30:36 -0800 (PST) (envelope-from deadeye@gs.net) Received: from 198.3.156.44.gs.net (rAz@deadeye.gs.net [204.252.208.51]) by wymple.gs.net (8.8.6/8.8.6) with SMTP id LAA03238 for ; Sun, 11 Jan 1998 11:30:01 -0600 (CST) Message-ID: <34B85805.5A9E@gs.net> Date: Sat, 10 Jan 1998 23:26:29 -0600 From: richie Reply-To: deadeye@gs.net X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've read the handbook. In the PPP section, would "You will need the IP addresses of two nameservers" would that be the dns configuration IP's? From owner-freebsd-questions Sun Jan 11 10:12:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA20372 for questions-outgoing; Sun, 11 Jan 1998 10:12:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA20353 for ; Sun, 11 Jan 1998 10:12:27 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id SAA28793; Sun, 11 Jan 1998 18:07:27 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801111807.SAA28793@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: deadeye@gs.net cc: freebsd-questions@freebsd.org Subject: Re: ppp In-reply-to: Your message of "Sat, 10 Jan 1998 23:26:29 CST." <34B85805.5A9E@gs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Jan 1998 18:07:27 +0000 From: Brian Somers Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've read the handbook. In the PPP section, would "You will need the IP > addresses of two nameservers" would that be the dns configuration IP's? Yep. DNS stands for `Domain Name Server'. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 11 10:15:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA20727 for questions-outgoing; Sun, 11 Jan 1998 10:15:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from hq.admiral.ru (hq.admiral.ru [194.105.200.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA20700 for ; Sun, 11 Jan 1998 10:15:25 -0800 (PST) (envelope-from ilich@cryogen.com) Received: from ilich (ss172.admiral.ru [194.105.201.172]) by hq.admiral.ru (8.8.8/8.8.8.ADM/nospam) with ESMTP id VAA24801 for ; Sun, 11 Jan 1998 21:13:09 +0300 (MSK) Message-Id: <199801111813.VAA24801@hq.admiral.ru> From: "Ilich Kurilin" To: Subject: MYLEX DAC960 Date: Sun, 11 Jan 1998 21:15:24 +0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, the READER! We have troubles with getting drivers for MYLEX DAC 960 RAID controller for FreeBSD :( If there are any, send them to us, please... - -- Ilich Kurilin, webmaster in NewPress Ltd. St. Petersburg. From owner-freebsd-questions Sun Jan 11 10:26:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA22278 for questions-outgoing; Sun, 11 Jan 1998 10:26:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA22267 for ; Sun, 11 Jan 1998 10:26:08 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id NAA16953; Sun, 11 Jan 1998 13:20:41 -0500 (EST) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.8/8.8.5) with ESMTP id NAA02159; Sun, 11 Jan 1998 13:25:39 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.8.8/8.8.5) id NAA08460; Sun, 11 Jan 1998 13:25:38 -0500 (EST) Date: Sun, 11 Jan 1998 13:25:38 -0500 (EST) Message-Id: <199801111825.NAA08460@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Justin M. Seger" Cc: questions@freebsd.org Subject: Re: Linux ar In-Reply-To: <199801110420.XAA09265@freebsd.scds.com> References: <199801110420.XAA09265@freebsd.scds.com> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 10 January, 1998, at 23:20 (-0500) Justin M. Seger wrote: > What is the FreeBSD equivilent of Linux's `ar rcs`? Assuming your version of Linux is using GNU's `ar', the following commands on FreeBSD should do what you want: ar rc library.a ... ranlib library.a ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ Drawing on my fine command of language, I said nothing. From owner-freebsd-questions Sun Jan 11 10:37:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23507 for questions-outgoing; Sun, 11 Jan 1998 10:37:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23498 for ; Sun, 11 Jan 1998 10:37:01 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id NAA01713; Sun, 11 Jan 1998 13:32:32 -0500 (EST) (envelope-from toor) Message-Id: <199801111832.NAA01713@dyson.iquest.net> Subject: Re: Disk cache In-Reply-To: <01bd1ea3$069e92c0$0d00a8c0@matrix.gerpa.ru> from Artem Koutchine at "Jan 11, 98 06:10:16 pm" To: matrix@norilsk.ru (Artem Koutchine) Date: Sun, 11 Jan 1998 13:32:32 -0500 (EST) Cc: questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG 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-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Artem Koutchine said: [Charset koi8-r unsupported, filtering to ASCII...] > Hello!!! > > Is there anyway to increase read/write disk cache? > Even though the manual says, that cache is quite > optimal. I don't really believe it. I mean, optimal > means different things for different tasks. > For example, if i have 128mb RAM and 70MB file and > want to keep the whole file in the ram for read only. > Is it possible without using memory file system. > Even the MFS won't guarantee the file being in memory. You can try to tune the buffer cache size in -current by the following: sysctl -w vfs.maxbufspace=70000000 sysctl -w vfs.maxvmiobufspace=70000000 However, the above won't guarantee anything, but will maximize the size of the wired buffer cache (which is really relatively small.) The system is pretty good at statistics, and if you use the 70MB file much at all, it will likely be in memory, unless other programs are competing much by simply being big. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. From owner-freebsd-questions Sun Jan 11 10:38:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23677 for questions-outgoing; Sun, 11 Jan 1998 10:38:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23668 for ; Sun, 11 Jan 1998 10:38:46 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-22.cetlink.net [209.54.58.22]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id NAA27981; Sun, 11 Jan 1998 13:38:36 -0500 (EST) From: jak@cetlink.net (John Kelly) To: Brian Somers Cc: freebsd-questions@freebsd.org Subject: Re: Q: which ppp to use? Date: Sun, 11 Jan 1998 19:39:23 GMT Message-ID: <34ba1f32.62017355@mail.cetlink.net> References: <199801110302.DAA20646@awfulhak.demon.co.uk> In-Reply-To: <199801110302.DAA20646@awfulhak.demon.co.uk> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id KAA23670 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998 03:02:36 +0000, Brian Somers wrote: >I load-test ppp by running it over loopback connections via inetd >(for example when I was testing the dynamic IP assignments). >Having said all that, I've never actually used these 100 connections >all at the same time. I may try soon :-) I want to hear reports from anyone who can load up more than 50 or 60 ports all going full bore at the same time. I don't think much more than that will fly on a single machine. John From owner-freebsd-questions Sun Jan 11 11:06:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26317 for questions-outgoing; Sun, 11 Jan 1998 11:06:47 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from chain.freebsd.os.org.za (a0/MZ4+1GQg5/eQppTJP3uU3ls1kJdDv@chain.freebsd.os.org.za [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26309 for ; Sun, 11 Jan 1998 11:06:42 -0800 (PST) (envelope-from khetan@chain.freebsd.os.org.za) Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.8.8/8.8.8) with SMTP id VAA26749 for ; Sun, 11 Jan 1998 21:06:31 +0200 (SAT) Date: Sun, 11 Jan 1998 21:06:31 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: questions@freebsd.org Subject: Animated FLC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. I remember there being a animated FreeBSD flc on the 2.1 installation filesystem CD. Does anybody have a URL that I can download it from ? --- Khetan Gajjar (!kg1779) khetan@iafrica.com (w); khetan@os.org.za (h) http://www.os.org.za/~khetan | Finger: khetan@chain.freebsd.os.org.za UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org The system requirements said Windows 95 or better; so I installed FreeBSD. From owner-freebsd-questions Sun Jan 11 11:49:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29894 for questions-outgoing; Sun, 11 Jan 1998 11:49:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from insane.asylum.org ([208.13.58.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29887 for ; Sun, 11 Jan 1998 11:49:21 -0800 (PST) (envelope-from dlr@insane.asylum.org) Received: (from dlr@localhost) by insane.asylum.org (8.8.6/8.8.6) id OAA16634; Sun, 11 Jan 1998 14:50:07 -0500 (EST) Message-ID: <19980111145006.43239@insane.asylum.org> Date: Sun, 11 Jan 1998 14:50:06 -0500 From: dlr To: questions@freebsd.org Subject: Remote dump References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am looking to set up a remote dump between three freebsd machines. I had two setup to remote dump to a sparc2 previously, but i'm selling the sparc as it was too hard to make secure. What needs to be enabled to allow the root login shell? I've added the host to /etc/hosts.equiv and added it to login.access. It still seems to deny access. perhaps a change /etc/ttys is required? As i look into this more it seems like an increased security risk. Is there another way of doing it? I have one 8mm exabyte tape drive and would like to backup three freebsd boxes without totally leaving the network wide open. I've got sshd and tcp_wrappers installed and working also. Perhaps the best solution would be to have each machine have it own backup... From owner-freebsd-questions Sun Jan 11 12:22:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02785 for questions-outgoing; Sun, 11 Jan 1998 12:22:58 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02768 for ; Sun, 11 Jan 1998 12:22:45 -0800 (PST) (envelope-from paz@world.std.com) From: paz@world.std.com Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id PAA27107; Sun, 11 Jan 1998 15:22:39 -0500 (EST) Received: from localhost by world.std.com (TheWorld/Spike-2.0) id AA29990; Sun, 11 Jan 1998 15:22:38 -0500 Date: Sun, 11 Jan 1998 15:22:38 -0500 (EST) To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Video Card recommendation, please In-Reply-To: <19971230092814.54080@lemis.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks to all who replied. The latest distribution of FreeBSD solved the video driver problems! =paz= From owner-freebsd-questions Sun Jan 11 12:23:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02880 for questions-outgoing; Sun, 11 Jan 1998 12:23:49 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from didda.est.is (didda.est.is [194.144.208.205]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02860 for ; Sun, 11 Jan 1998 12:23:41 -0800 (PST) (envelope-from totii@est.is) Received: from est.is (didda.est.is [192.168.255.1]) by didda.est.is (8.8.7/8.8.7) with ESMTP id UAA06962 for ; Sun, 11 Jan 1998 20:23:23 GMT (envelope-from totii@est.is) Message-ID: <34B92A39.479E0B77@est.is> Date: Sun, 11 Jan 1998 20:23:21 +0000 From: "Ţorđur Ivarsson" X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions Subject: Experience with ASUS P2L97-DS motherboard ? Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am looking for new motherboard for my system and I am looking for motherboard! Does FreeBSD run with ASUS P2L97-DS motherboard ? Is it good choice? -- Ţórđur Ívarsson Thordur Ivarsson Rafeindavirki Electronic technician Norđurgötu 30 Nordurgotu 30 Box 309 Box 309 602 Akureyri 602 Akureyri Ísland Iceland --------------------------------------------- FreeBSD has good features, Some others are full of unwanted features! --------------------------------------------- From owner-freebsd-questions Sun Jan 11 12:30:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03474 for questions-outgoing; Sun, 11 Jan 1998 12:30:32 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail-gw.pacbell.net (mail-gw.pacbell.net [206.13.28.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA03439 for ; Sun, 11 Jan 1998 12:30:14 -0800 (PST) (envelope-from jculet@slip.net) Received: from slip.net (ppp-207-215-84-21.scrm01.pacbell.net [207.215.84.21]) by mail-gw.pacbell.net (8.8.8/8.7.1+antispam) with ESMTP id MAA29880; Sun, 11 Jan 1998 12:30:11 -0800 (PST) Message-ID: <34B92C10.70DFB716@slip.net> Date: Sun, 11 Jan 1998 12:31:12 -0800 From: Jerome Culet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Jerome Culet , Qeustion Subject: Re: ports References: <34B86732.300F4800@slip.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jerome Culet wrote: > How do I retrieve ports "manually"? From owner-freebsd-questions Sun Jan 11 12:47:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA04769 for questions-outgoing; Sun, 11 Jan 1998 12:47:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA04763 for ; Sun, 11 Jan 1998 12:47:34 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id PAA17484; Sun, 11 Jan 1998 15:46:45 -0500 (EST) Message-ID: <19980111154645.07472@emu.sourcee.com> Date: Sun, 11 Jan 1998 15:46:45 -0500 From: Norman C Rice To: =?iso-8859-1?Q?=DEor=F0ur_Ivarsson?= Cc: questions Subject: Re: Experience with ASUS P2L97-DS motherboard ? References: <34B92A39.479E0B77@est.is> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.88 In-Reply-To: =?iso-8859-1?Q?=3C34B92A39=2E479E0B77=40est=2Eis=3E=3B_from_=DEor=F0ur_I?= =?iso-8859-1?Q?varsson_on_Sun=2C_Jan_11=2C_1998_at_08=3A23=3A21PM_+0000?= Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 08:23:21PM +0000, Ţorđur Ivarsson wrote: > I am looking for new motherboard for my system and I am looking for > motherboard! > > Does FreeBSD run with ASUS P2L97-DS motherboard ? > > Is it good choice? > > -- > Ţórđur Ívarsson Thordur Ivarsson > Rafeindavirki Electronic technician > Norđurgötu 30 Nordurgotu 30 > Box 309 Box 309 > 602 Akureyri 602 Akureyri > Ísland Iceland > > --------------------------------------------- > FreeBSD has good features, > Some others are full of unwanted features! > --------------------------------------------- I have had good luck with the ASUS motherboards, with one exception -- running an AMD K6/233. The onboard temperature circuitry seems to be set up to monitor Intel CPUs; the AMD K6/233 runs about 10C hotter; much hotter if you don't use a top-of-the-line cooling fan. :-( Perhaps there's is a way to alter the setpoint, but I didn't discover it. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 11 12:50:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA05152 for questions-outgoing; Sun, 11 Jan 1998 12:50:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from studentsrv.twu.ca (studentsrv.student.twu.ca [204.244.237.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA05132 for ; Sun, 11 Jan 1998 12:50:16 -0800 (PST) (envelope-from Arney@agape.twu.ca) Received: from abfd01m01-59.bctel.ca by studentsrv.twu.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id CXPD33SF; Sun, 11 Jan 1998 12:47:12 -0800 Message-ID: <34BBD3E8.21D2@agape.twu.ca> Date: Tue, 13 Jan 1998 12:51:52 -0800 From: Nathanael Arney Reply-To: Arney@agape.twu.ca X-Mailer: Mozilla 3.01C-SYMPA (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: BSD vs linux Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was about to install linux on my computer when someone told me of BSD. What are the differences between the two. (I don't know much) From owner-freebsd-questions Sun Jan 11 12:51:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA05250 for questions-outgoing; Sun, 11 Jan 1998 12:51:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA05208 for ; Sun, 11 Jan 1998 12:51:06 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id PAA17501; Sun, 11 Jan 1998 15:51:00 -0500 (EST) Message-ID: <19980111155100.58988@emu.sourcee.com> Date: Sun, 11 Jan 1998 15:51:00 -0500 From: Norman C Rice To: Jerome Culet Cc: Qeustion Subject: Re: ports References: <34B86732.300F4800@slip.net> <34B92C10.70DFB716@slip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B92C10.70DFB716@slip.net>; from Jerome Culet on Sun, Jan 11, 1998 at 12:31:12PM -0800 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 12:31:12PM -0800, Jerome Culet wrote: > Jerome Culet wrote: > > > How do I retrieve ports "manually"? > Could you explain what you mean by `manually'? Do you have access to a web browser? Can you run FTP? Can you run cvsup? Do you want all the ports or just specific ones? Do you have the latest CDROM set from Walnut Creek? -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 11 13:06:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA06758 for questions-outgoing; Sun, 11 Jan 1998 13:06:19 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cc00ms.unity.ncsu.edu (cc00ms.unity.ncsu.edu [152.1.1.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA06752 for ; Sun, 11 Jan 1998 13:06:09 -0800 (PST) (envelope-from twu2@eos.ncsu.edu) Received: from loki.csc.ncsu.edu (loki.csc.ncsu.edu [152.1.213.138]) by cc00ms.unity.ncsu.edu (8.8.4/US19Dec96) with SMTP id QAA29285 for ; Sun, 11 Jan 1998 16:06:01 -0500 (EST) Message-ID: <34B9343A.754D@eos.ncsu.edu> Date: Sun, 11 Jan 1998 16:06:02 -0500 From: Tsung-li Wu Organization: North Carolina State University X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.4 sun4m) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: question in network card setup Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I have a question in network card setup: The following came from the "ifconfig -a" command I put in my system: --------------------------------------------------------------------- ed0: flags=8843 mtu 1500 inet 10.1.2.2 netmask 0xffffff00 broadcast 10.1.2.255 ether 00:20:18:72:3f:e3 ed1: flags=8843 mtu 1500 inet 10.1.2.100 netmask 0xffffff00 broadcast 10.1.2.255 ether 00:20:18:72:3f:de lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 --------------------------------------------------------------------- And a message "starting standard daemons:inetd cron sendmail ... kernel: arp: 00:20:18:72:3f:e3 is using my IP address 10.1.2.100!" kept showing on the screen. What's the cause of this problem? and how to resolve it? Your help is highly appreciated. Tony Wu Tony Wu E-mail:twu2@eos.ncsu.edu From owner-freebsd-questions Sun Jan 11 13:17:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA07502 for questions-outgoing; Sun, 11 Jan 1998 13:17:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA07472 for ; Sun, 11 Jan 1998 13:16:49 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id WAA29103 for freebsd-questions@freebsd.org; Sun, 11 Jan 1998 22:13:32 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08371; 11 Jan 98 22:12:46 +0100 From: leifn@image.dk (Leif Neland) Date: 11 Jan 98 21:56:25 +0100 Subject: ./profile, not $HOME/.profile Message-ID: <853_9801112212@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ordinary user: if (login-shell == /bin/sh) then profile == $HOME/.profile if (login-shell == /usr/local/bin/bash) then profile == /.profile Why? It is not so it should work according to the manpages. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sun Jan 11 13:17:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA07594 for questions-outgoing; Sun, 11 Jan 1998 13:17:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from grant.gr.com (grant.gr.com [199.183.106.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA07564 for ; Sun, 11 Jan 1998 13:17:21 -0800 (PST) (envelope-from jmuldoon@grant.gr.com) Received: (from jmuldoon@localhost) by grant.gr.com (8.8.8/8.8.5) id PAA29320; Sun, 11 Jan 1998 15:10:41 -0600 (CST) From: Joe Muldoon Message-Id: <199801112110.PAA29320@grant.gr.com> Subject: Re: Remote dump To: dlr@insane.asylum.org (dlr) Date: Sun, 11 Jan 1998 15:10:41 -0600 (CST) Cc: freebsd-questions@freebsd.org In-Reply-To: <19980111145006.43239@insane.asylum.org> from "dlr" at Jan 11, 98 02:50:06 pm X-Mailer: ELM [version 2.5 PL0a3] Content-Type: text Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I am looking to set up a remote dump between three freebsd machines. I had two > setup to remote dump to a sparc2 previously, but i'm selling the sparc as it was > too hard to make secure. > > What needs to be enabled to allow the root login shell? I've added the host to > /etc/hosts.equiv and added it to login.access. It still seems to deny access. > perhaps a change /etc/ttys is required? You probably need a /.rhosts file on the remote server with an entry for the local server. Joe Muldoon jmuldoon@gr.com From owner-freebsd-questions Sun Jan 11 14:00:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10847 for questions-outgoing; Sun, 11 Jan 1998 14:00:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA10790 for ; Sun, 11 Jan 1998 13:59:54 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id NAA16066; Sun, 11 Jan 1998 13:59:52 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 13:59:51 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Tsung-li Wu cc: freebsd-questions@freebsd.org Subject: Re: question in network card setup In-Reply-To: <34B9343A.754D@eos.ncsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It simply means that someone is already using 10.1.2.100 and the hardware address on their ethernet card is 00:20:18:72:3f:e3 It is also the same brand ethernet card as your ed1. You should ask your admin about who is using 10.1.2.100 or try another, not assigned to anyone ip address. (ask your admin for it too). -- Yan On Sun, 11 Jan 1998, Tsung-li Wu wrote: >Hi, > >I have a question in network card setup: > >The following came from the "ifconfig -a" command I put in my system: > >--------------------------------------------------------------------- >ed0: flags=8843 mtu 1500 > inet 10.1.2.2 netmask 0xffffff00 broadcast 10.1.2.255 > ether 00:20:18:72:3f:e3 >ed1: flags=8843 mtu 1500 > inet 10.1.2.100 netmask 0xffffff00 broadcast 10.1.2.255 > ether 00:20:18:72:3f:de >lp0: flags=8810 mtu 1500 >tun0: flags=8010 mtu 1500 >sl0: flags=c010 mtu 552 >lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 >--------------------------------------------------------------------- > >And a message "starting standard daemons:inetd cron sendmail ... kernel: >arp: 00:20:18:72:3f:e3 is using my IP address 10.1.2.100!" kept showing >on the screen. > >What's the cause of this problem? and how to resolve it? Your help is >highly appreciated. > >Tony Wu > > > > > > > > > > >Tony Wu E-mail:twu2@eos.ncsu.edu > From owner-freebsd-questions Sun Jan 11 14:01:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10920 for questions-outgoing; Sun, 11 Jan 1998 14:01:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from didda.est.is (didda.est.is [194.144.208.205]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10905 for ; Sun, 11 Jan 1998 14:01:13 -0800 (PST) (envelope-from totii@est.is) Received: from est.is (didda.est.is [192.168.255.1]) by didda.est.is (8.8.7/8.8.7) with ESMTP id WAA12908 for ; Sun, 11 Jan 1998 22:01:09 GMT (envelope-from totii@est.is) Message-ID: <34B94124.D364B05C@est.is> Date: Sun, 11 Jan 1998 22:01:08 +0000 From: "Ţorđur Ivarsson" X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions Subject: Detected memory leakage, how to find? Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi there, I notice that something is leaking memory! How can I see what processes have got allocated memory and swap and how much? -- Ţórđur Ívarsson Thordur Ivarsson Rafeindavirki Electronic technician Norđurgötu 30 Nordurgotu 30 Box 309 Box 309 602 Akureyri 602 Akureyri Ísland Iceland --------------------------------------------- FreeBSD has good features, Some others are full of unwanted features! --------------------------------------------- From owner-freebsd-questions Sun Jan 11 14:09:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11461 for questions-outgoing; Sun, 11 Jan 1998 14:09:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11447 for ; Sun, 11 Jan 1998 14:09:28 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id IAA06390; Mon, 12 Jan 1998 08:39:11 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id IAA02840; Mon, 12 Jan 1998 08:39:10 +1030 (CST) (envelope-from grog) Message-ID: <19980112083910.40987@lemis.com> Date: Mon, 12 Jan 1998 08:39:10 +1030 From: Greg Lehey To: guelph@tpts5.seed.net.tw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: space manegement References: <34B89A90.45AC@tpts5.seed.net.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34B89A90.45AC@tpts5.seed.net.tw>; from Gordon Wang on Sun, Jan 11, 1998 at 06:10:24PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 06:10:24PM +0800, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user. > My /root space is 32M. > What should I do if I want to make 1t 64M. You'll have to reinstall. You can't enlarge the size of ufs file systems. Greg From owner-freebsd-questions Sun Jan 11 14:24:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12621 for questions-outgoing; Sun, 11 Jan 1998 14:24:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12610 for ; Sun, 11 Jan 1998 14:24:35 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id IAA06416; Mon, 12 Jan 1998 08:54:31 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id IAA03061; Mon, 12 Jan 1998 08:54:28 +1030 (CST) (envelope-from grog) Message-ID: <19980112085428.19311@lemis.com> Date: Mon, 12 Jan 1998 08:54:28 +1030 From: Greg Lehey To: Ilich Kurilin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MYLEX DAC960 References: <199801111813.VAA24801@hq.admiral.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801111813.VAA24801@hq.admiral.ru>; from Ilich Kurilin on Sun, Jan 11, 1998 at 09:15:24PM +0300 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 09:15:24PM +0300, Ilich Kurilin wrote: > Hello, the READER! > > We have troubles with getting drivers for MYLEX DAC 960 RAID controller for > FreeBSD :( > If there are any, send them to us, please... FreeBSD-questions is a volunteer support service. If you want support, the least you could do is to make it easy for us by telling us as much as possible about your problem. See http://www.lemis.com/questions.html for more details. Greg From owner-freebsd-questions Sun Jan 11 15:20:31 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA17320 for questions-outgoing; Sun, 11 Jan 1998 15:20:31 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from wymple.gs.net (wymple.gs.net [198.3.156.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA17308 for ; Sun, 11 Jan 1998 15:20:21 -0800 (PST) (envelope-from deadeye@gs.net) Received: from 198.3.156.44.gs.net (rAz@deadeye.gs.net [204.252.208.51]) by wymple.gs.net (8.8.6/8.8.6) with SMTP id RAA10139 for ; Sun, 11 Jan 1998 17:19:49 -0600 (CST) Message-ID: <34B8AA08.2@gs.net> Date: Sun, 11 Jan 1998 05:16:24 -0600 From: richie Reply-To: deadeye@gs.net X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: /etc/start_if.tun0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk i should have the line: ppp -auto mysysten in /etc/start_if.tun0 Would `mysystem` be my static ip? Or what? From owner-freebsd-questions Sun Jan 11 15:49:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19977 for questions-outgoing; Sun, 11 Jan 1998 15:49:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19964 for ; Sun, 11 Jan 1998 15:49:39 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id PAA02933; Sun, 11 Jan 1998 15:49:03 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 15:49:03 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: richie cc: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/start_if.tun0 In-Reply-To: <34B8AA08.2@gs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No, you should have "ppp -auto mysystem" in /etc/rc.local And "mysystem" would be the config in /etc/ppp/ppp.conf To learn more, "man ppp" and see: http://www.freebsd.org/tutorials/ppp/ppp.html -- Yan On Sun, 11 Jan 1998, richie wrote: >i should have the line: ppp -auto mysysten >in /etc/start_if.tun0 >Would `mysystem` be my static ip? Or what? > From owner-freebsd-questions Sun Jan 11 16:05:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA21361 for questions-outgoing; Sun, 11 Jan 1998 16:05:07 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA21346 for ; Sun, 11 Jan 1998 16:04:55 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-22.cetlink.net [209.54.58.22]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id SAA17627; Sun, 11 Jan 1998 18:10:23 -0500 (EST) From: jak@cetlink.net (John Kelly) To: Arney@agape.twu.ca Cc: freebsd-questions@freebsd.org Subject: Re: BSD vs linux Date: Mon, 12 Jan 1998 00:11:09 GMT Message-ID: <34ba5f4d.377060@mail.cetlink.net> References: <34BBD3E8.21D2@agape.twu.ca> In-Reply-To: <34BBD3E8.21D2@agape.twu.ca> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id QAA21347 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 13 Jan 1998 12:51:52 -0800, Nathanael Arney wrote: >I was about to install linux on my computer when someone told me of BSD. > >What are the differences between the two. (I don't know much) Linux runs more apps, but FreeBSD is a more robust server. You choose. John From owner-freebsd-questions Sun Jan 11 16:25:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA23556 for questions-outgoing; Sun, 11 Jan 1998 16:25:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA23546 for ; Sun, 11 Jan 1998 16:25:37 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA14288; Mon, 12 Jan 1998 10:55:32 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA05583; Mon, 12 Jan 1998 10:55:31 +1030 (CST) (envelope-from grog) Message-ID: <19980112105530.31996@lemis.com> Date: Mon, 12 Jan 1998 10:55:30 +1030 From: Greg Lehey To: Arney@agape.twu.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSD vs linux References: <34BBD3E8.21D2@agape.twu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BBD3E8.21D2@agape.twu.ca>; from Nathanael Arney on Tue, Jan 13, 1998 at 12:51:52PM -0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Jan 13, 1998 at 12:51:52PM -0800, Nathanael Arney wrote: > I was about to install linux on my computer when someone told me of BSD. > > What are the differences between the two. (I don't know much) I suppose I should put this on a web page. In the meantime, here's a comparison. Sorry for the overwidth, it's originally from a book. Linux is a clone of UNIX written by Linus Torvalds, a student in Helsinki, Finland. At the time, the BSD sources were not freely available, and so Linus wrote his own version of UNIX. Linux is a superb example of how a few dedicated, clever people can produce an operating system that is better than well-known commercial systems developed by a large number of trained software engineers. It is better even than a number of commercial UNIX systems. Obviously, I don't think Linux is as good as FreeBSD, or I wouldn't be writing this, but the differences between FreeBSD and Linux are more a matter of philosophy rather than of concept. Here are a few contrasts: Differences between FreeBSD and Linux FreeBSD is a direct descendent of the Linux is a clone and never contained any original UNIX, though it contains no AT&T code residual AT&T code. FreeBSD is a complete operating system, Linux is a kernel, personally maintained maintained by a central group of soft- by a Linus Torvalds. The non-kernel ware developers. There is only one programs supplied with Linux are part of distribution of FreeBSD. a distribution, of which there are sev- eral. FreeBSD aims to be a stable production Linux is still a ``bleeding edge'' de- environment. velopment environment, though many dis- tributions aim to make it more suitable for production use. As a result of the centralized develop- The ease of installation of Linux de- ment style, FreeBSD is straightforward pends on the ``distribution''. If you and easy to install. switch from one distribution of Linux to another, you'll have to learn a new set of installation tools. FreeBSD is still relatively unknown, Linux did not have any lawsuits to since its distribution was restricted contend with, so for a long time it was for a long time due to the AT&T law- the only free UNIX-type system avail- suits. able. As a result of the lack of knowledge of A growing amount of commercial software FreeBSD, not much commercial software is is becoming available for Linux. available for it. As a result of the smaller user base, Just about any new board will soon have FreeBSD is less likely to have drivers a driver for Linux. for brand-new boards than Linux. Because of the lack of commercial appli- Linux appears not to need to be able to cations and drivers, FreeBSD will run run FreeBSD programs or drivers. most Linux programs, whether commercial or not. It's also relatively simple to port Linux drivers to FreeBSD. FreeBSD has a large number of afficiona- Linux has a large number of afficionados dos who are prepared to flame anybody who are prepared to flame anybody who who dares suggest that it's not better dares suggest that it's not better than than Linux. FreeBSD. In summary, Linux is also a very good operating system. For many, it's better than FreeBSD. It's a pity that so many people on both sides are prepared to flame each other. There are signs that both sides are learning to appreciate each other, and a number of people are now running both systems. From owner-freebsd-questions Sun Jan 11 16:33:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA24291 for questions-outgoing; Sun, 11 Jan 1998 16:33:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA24281 for ; Sun, 11 Jan 1998 16:33:01 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id QAA09986; Sun, 11 Jan 1998 16:32:24 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 16:32:24 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: John Kelly cc: Arney@agape.twu.ca, freebsd-questions@freebsd.org Subject: Re: BSD vs linux In-Reply-To: <34ba5f4d.377060@mail.cetlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, John Kelly wrote: >On Tue, 13 Jan 1998 12:51:52 -0800, Nathanael Arney > wrote: > >>I was about to install linux on my computer when someone told me of BSD. >> >>What are the differences between the two. (I don't know much) > >Linux runs more apps, but FreeBSD is a more robust server. You >choose. And FreeBSD can run most of those Linux apps through Linux emulation. And as I told Nathanael in the personal eMail: they are both free. Try for yourself. :) -- Yan > >John > > > From owner-freebsd-questions Sun Jan 11 16:35:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA24563 for questions-outgoing; Sun, 11 Jan 1998 16:35:10 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from serv.u-netsurf.or.jp (serv.u-netsurf.or.jp [202.233.0.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA24536 for ; Sun, 11 Jan 1998 16:35:02 -0800 (PST) (envelope-from sugita@tss.co.jp) Received: from hit03-003 (m0432.ak.ppp.u-netsurf.ne.jp [202.233.4.50]) by serv.u-netsurf.or.jp (8.8.5/3.4W2-dip-1.117) with SMTP id JAA01238 for ; Mon, 12 Jan 1998 09:36:26 +0900 (JST) Message-ID: <34B96673.6882@tss.co.jp> Date: Mon, 12 Jan 1998 09:40:19 +0900 From: sugita masahito Organization: TSS X-Mailer: Mozilla 3.0 [ja] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: =?iso-2022-jp?B?GyRCNSE8byROQSo5TSRLJEQkJCRGGyhK?= Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk $B$*@$OC$K$J$C$F$*$j$^$9!#(J $B$*5RMM$G!"#F#r#e#e#B#S#D$,2TF02DG=$J#P#C$r$*C5$7$K$J$C$F$*$j$^$9!#(J $B5!]5!4o$H$7$F$O!"(J $B#1!%#C#O#M#P#A#Q(J $B!'(J $B#P#r#o#s#i#g#n#i#a(J $B#2#0#0(J $B#p#e#i#n#t#i#u#m-6%b(J $B%G%k(J $B#2!%#C#O#M#P#A#Q(J $B!'(J $B#D#E#S#K#P#R#O(J $B#4#0#0#0#X!?#6#0#0#0#X(J $B$"$?$j$r9M$($F$*$j$^$9!#(J $B#Q#1!%>e5-$N5!e5-$N5!e(J -- $B3t<02q Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA26310 for questions-outgoing; Sun, 11 Jan 1998 16:46:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA26298 for ; Sun, 11 Jan 1998 16:46:39 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: (from bsd@localhost) by smmcroute.smmc.qld.edu.au (8.7.5/8.7.3) id JAA00240; Mon, 12 Jan 1998 09:13:37 +1000 (EST) Date: Mon, 12 Jan 1998 09:13:35 +1000 (EST) From: bsd account To: freebsd-questions@FreeBSD.ORG Subject: HELP!...starting a DNS Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi foks, I've erad some FAQs & handbook but I can't see the steps I need to implement a DNS on this machine. Do I ... a) in RC.conf set 1) gateway = YES 2) then what ? b) I have the /etc/named directory on floppy from my old machine which an ISP set up with DNS / Routing Gateway enebled. Do I simply copy it to my new machine? It came from a 2.1.5 FBSD And This new one Im setting up is 2.2.2 Thanks...Keith spencer Townsville australia From owner-freebsd-questions Sun Jan 11 17:02:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28141 for questions-outgoing; Sun, 11 Jan 1998 17:02:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28113 for FreeBSD-questions@FreeBSD.org; Sun, 11 Jan 1998 17:02:01 -0800 (PST) (envelope-from grog) Date: Sun, 11 Jan 1998 17:02:01 -0800 (PST) From: Greg Lehey Message-Id: <199801120102.RAA28113@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions (updated 27 October 1997) Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk How to get the best results from FreeBSD questions. =================================================== Last update 27 October 1997. This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with 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 one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, ask FreeBSD-questions. Examples might be questions about intstalling FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to answer a question =========================== Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. From owner-freebsd-questions Sun Jan 11 17:02:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28148 for questions-outgoing; Sun, 11 Jan 1998 17:02:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28119 for FreeBSD-questions@FreeBSD.org; Sun, 11 Jan 1998 17:02:01 -0800 (PST) (envelope-from grog) Date: Sun, 11 Jan 1998 17:02:01 -0800 (PST) From: Greg Lehey Message-Id: <199801120102.RAA28119@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: Errata and addenda in "The Complete FreeBSD" Sender: owner-freebsd-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 Jan 11 17:05:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28500 for questions-outgoing; Sun, 11 Jan 1998 17:05:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ccsales.ccsales.com (ccsales.ccsales.com [207.137.172.4]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA28459; Sun, 11 Jan 1998 17:05:04 -0800 (PST) (envelope-from randyk@ccsales.com) Date: Sun, 11 Jan 1998 17:12:56 -0800 (PST) From: Randy Katz To: bsd account cc: freebsd-questions@freebsd.org Subject: Re: HELP!...starting a DNS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk DNS has nothing to do with gateway. Gateway refers to whether this machine will route packets (routing). DNS has to do with looking up an IP address from the domain name. You can run DNS on a machine that is either a gateway or not a gateway. You need to read some of the stuff at www.dns.net so you can get an idea of the overall structure the DNS files take and how the named daemon is started. Also read the BSD Handbook about how the named daemon is started. Thanx, Randy Katz On Mon, 12 Jan 1998, bsd account wrote: > Hi foks, > I've erad some FAQs & handbook but I can't see the steps I need to > implement a DNS on this machine. Do I ... > a) in RC.conf set 1) gateway = YES > 2) then what ? > > b) I have the /etc/named directory on floppy from my old machine > which an ISP set up with DNS / Routing Gateway enebled. > Do I simply copy it to my new machine? It came from a 2.1.5 FBSD > And This new one Im setting up is 2.2.2 > > Thanks...Keith spencer > Townsville australia > RAK ------------------------------------------------------------------------------- Randy A. Katz Computer Consultation & Sales 505 S. Beverly Drive, Suite 472 Beverly Hills, CA 90212 (213) 307-9581 http://www.ccsales.com ------------------------------------------------------------------------------- From owner-freebsd-questions Sun Jan 11 17:08:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28868 for questions-outgoing; Sun, 11 Jan 1998 17:08:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA28861 for ; Sun, 11 Jan 1998 17:08:42 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id RAA19892 for ; Sun, 11 Jan 1998 17:08:38 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 17:08:37 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: questions@freebsd.org Subject: Netscape out of memory? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, On one of the several FreeBSD machines I use I get "Netscape out of memory" pop up window from Netscape after certain period of usage. The OS is 2.2.x and Netscape is 4.x (I tried different once). I bumped up disk cache and memory size in netscape's user preference. No luck. I made sure to do "unlimit" in my csh even. No luck. I even added myself to different login classes, such as 'root' and 'xuser'. Now, the interesting thing is that it happeneds when I run xdm, while at home, where I just run X without xdm I don't have any trouble. Any ideas and clues will be appreciated. Thanks, -- yan P.S. -- If I got into preferences and clear disk and memory cache, Netscape will run fine a bit more. From owner-freebsd-questions Sun Jan 11 17:12:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29434 for questions-outgoing; Sun, 11 Jan 1998 17:12:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA29401 for ; Sun, 11 Jan 1998 17:11:58 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id RAA22849; Sun, 11 Jan 1998 17:10:21 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id NAA04252; Sun, 11 Jan 1998 13:27:44 -0800 (PST) Date: Sun, 11 Jan 1998 13:27:44 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Jason Wells cc: Frank Griffith , freebsd-questions@FreeBSD.ORG Subject: Re: Beginning Level User needs help In-Reply-To: <3.0.3.32.19980111092839.007c0100@jcwells.deskmail.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Lets say you wanted to learn how to use 'sendmail' as a mail system for > your office. The best resource for this specific task would be a book on > sendmail. A book by ORA on Sendmail v8.x runs over 1000+ pages. Makes a great door stop. ;) Borrowed it from an admin friend of mine and was overwhelmed by the amount of information. If it takes over 1000 pages to explain the uses of sendmail then its gotten way to complitcated. But I would imagine that complexity makes it fairly versatile. (and not mention a bit of security problem in the past) Keith From owner-freebsd-questions Sun Jan 11 17:28:59 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01147 for questions-outgoing; Sun, 11 Jan 1998 17:28:59 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA01139 for ; Sun, 11 Jan 1998 17:28:53 -0800 (PST) (envelope-from vagner@spdc.ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id TAA09062 for ; Sun, 11 Jan 1998 19:28:23 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id TAA14557 for ; Sun, 11 Jan 1998 19:28:21 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id TAA08122 for ; Sun, 11 Jan 1998 19:28:19 -0600 (CST) Received: (from vagner@localhost) by epcot.spdc.ti.com (8.8.8/8.8.8) id TAA28249 for questions@freebsd.org; Sun, 11 Jan 1998 19:28:19 -0600 (CST) From: George Vagner Message-Id: <199801120128.TAA28249@epcot.spdc.ti.com> Subject: IWILL motherboard & serial ports To: questions@freebsd.org Date: Sun, 11 Jan 1998 19:28:19 -0600 (CST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had seen a message about this but dont know if any fix has been found. I have an IWILL motherboard and freebsd cannot find the serial ports on it. i have updated the bios to the latest rev V12/25 and it still cannot find the ports. anyone know of a fix? -- Laszlo G. Vagner Texas Instruments 13570 N. Central expressway M/S 3703 Dallas, Texas 75243 (972)995-4297 (972)598-5217 Pager Email vagner@tee eye dot com Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA04728 for questions-outgoing; Sun, 11 Jan 1998 17:52:59 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA04711 for ; Sun, 11 Jan 1998 17:52:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA14416; Mon, 12 Jan 1998 12:22:22 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA05946; Mon, 12 Jan 1998 12:22:21 +1030 (CST) (envelope-from grog) Message-ID: <19980112122220.36378@lemis.com> Date: Mon, 12 Jan 1998 12:22:20 +1030 From: Greg Lehey To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: IWILL motherboard & serial ports References: <199801120128.TAA28249@epcot.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801120128.TAA28249@epcot.spdc.ti.com>; from George Vagner on Sun, Jan 11, 1998 at 07:28:19PM -0600 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 07:28:19PM -0600, George Vagner wrote: > I had seen a message about this but dont know if any fix has been found. > > I have an IWILL motherboard and freebsd cannot find the serial ports on it. > i have updated the bios to the latest rev V12/25 and it still cannot > find the ports. > > anyone know of a fix? No, but I have *exactly* the same question. Is it a P55 XB2? Greg From owner-freebsd-questions Sun Jan 11 18:15:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07260 for questions-outgoing; Sun, 11 Jan 1998 18:15:49 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.accnorwalk.com (mail.accnorwalk.com [207.87.221.24]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07253 for ; Sun, 11 Jan 1998 18:15:45 -0800 (PST) (envelope-from drgboc@accnorwalk.com) From: drgboc@accnorwalk.com Received: from donhome ([207.87.221.95]) by mail.accnorwalk.com (Post.Office MTA v3.0 release 0122 ID# 564-36438U2500L250S0) with SMTP id AAA49 for ; Sun, 11 Jan 1998 21:17:25 -0500 Message-ID: <34B97BA3.1690@accnorwalk.com> Date: Sun, 11 Jan 1998 21:10:43 -0500 X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: setting up an isp on bsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I need some advice on setting up an isp running off of FreeBSD. Some background: I do have 2.2.5 loaded on a dual boot machine and am trying, with only moderate success, to teach myself the OS. The learning curve has yet to level out for me, but I am optimistic. I cut my computer teeth as it were on DOS, so a command line OS is not new to me, but I am just a user. My programming experience is limited to an introductory FORTRAN class in college more years ago than I care to admit. I am currently working as a PC technician for a medium sized office products company. In '97 the company added the computer department. We primarily sell and service PC's and printers but, against my wishes, we have started designing and hosting web pages on our LAN's NT server via our T-1. The inherent security risks to this arrangement alone scares the wits out of me on a regular basis. I don't have the foggiest idea what can go wrong or how to go about preventing it. Today, our CEO informed me that she wants to start an ISP by the second quarter... To give you an idea of the level of my panic, I am by far the most knowledgeable person on staff to set up and run an ISP, and I have no idea where to start, other than I think FreeBSD can do it. Ok, so with that said: 1. Am I right in thinking FreeBSD can do the job? 2. Is it possible that a non-programmer can do the job with a good deal of hard work? 3. Who can I ask my specific ISP/Mail Server/Web Hosting/Security/Hardware questions? 4. Can you recommend any publications to assist me in my endeavor? 5. Or am I just whistling Dixie? Keep in mind, I have no choice in this. I have to get this done with or without FreeBSD. Any advice you can provide will be GREATLY appreciated. Thank you Don Grant drgboc@accnorwalk.com From owner-freebsd-questions Sun Jan 11 18:26:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08583 for questions-outgoing; Sun, 11 Jan 1998 18:26:22 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA08573 for ; Sun, 11 Jan 1998 18:26:13 -0800 (PST) (envelope-from victor@usac.edu.gt) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/17Apr97-1150AM) id AA20323; Sun, 11 Jan 1998 20:23:35 -0600 Date: Sun, 11 Jan 1998 20:23:35 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: FreeBSD Questions mailing list Subject: HP NetServer LXe Pro + HP NetRaid ... NO DISKS error... urgent help, please! Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! I have just received my new HP servers. They have an HP NetRaid SCSI disk array. when Booting from the FreeBSD CD-ROM (971006 Snapshot), everything seems ok. FBSD recognizes the two AIC-7880 SCSI adapters, finds the SCSI CD-ROM unit and the SCSI tape unit too... but nothing about the disks or the NetRaid either. When the installation menu appears, I select the "Express" setup, but it complains with a "no disks" error... I have just one 2GB disk installed in the array (just for testing), and the controller can see it at boot time. Any comments would be greatly appreciated. TIA. Cheers, Victor Carranza P.S. I am a SCSI and RAID newbie... From owner-freebsd-questions Sun Jan 11 18:34:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09743 for questions-outgoing; Sun, 11 Jan 1998 18:34:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09736 for ; Sun, 11 Jan 1998 18:34:04 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id AAA02708; Mon, 12 Jan 1998 00:18:08 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801120018.AAA02708@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: deadeye@gs.net cc: freebsd-questions@freebsd.org Subject: Re: /etc/start_if.tun0 In-reply-to: Your message of "Sun, 11 Jan 1998 05:16:24 CST." <34B8AA08.2@gs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jan 1998 00:18:08 +0000 From: Brian Somers Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > i should have the line: ppp -auto mysysten > in /etc/start_if.tun0 > Would `mysystem` be my static ip? Or what? It should be whatever the label you've set up in /etc/ppp/ppp.conf is. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 11 19:06:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA13913 for questions-outgoing; Sun, 11 Jan 1998 19:06:23 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA13865 for ; Sun, 11 Jan 1998 19:06:14 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (tnt1-18.HiWAAY.net [208.147.147.18]) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id VAA16557; Sun, 11 Jan 1998 21:06:03 -0600 (CST) Message-ID: <34B98854.60E33853@hiwaay.net> Date: Sun, 11 Jan 1998 21:04:52 -0600 From: Steve Price X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: drgboc@accnorwalk.com CC: freebsd-questions@FreeBSD.ORG Subject: Re: setting up an isp on bsd References: <34B97BA3.1690@accnorwalk.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk drgboc@accnorwalk.com wrote: > > 1. Am I right in thinking FreeBSD can do the job? Absolutely! > 2. Is it possible that a non-programmer can do the job with a > good deal of hard work? I prefer to call it fun work, but yes I would like to think so. > 3. Who can I ask my specific ISP/Mail Server/Web > Hosting/Security/Hardware questions? You can ask freebsd-isp@FreeBSD.ORG or freebsd-questions@FreeBSD.ORG; although you will probably get a better response from the first one on more technical questions. You will probably want the 2.2.5 release in which case you will want to subscribe to at least the following mailing lists: freebsd-isp@FreeBSD.ORG freebsd-questions@FreeBSD.ORG freebsd-stable@FreeBSD.ORG NOTE: you don't have to subscribe to any of these lists but sometimes you will pick up subtle hints of problems/solutions by tuning in. > 4. Can you recommend any publications to assist me in my > endeavor? There are quite a few good sources. I would start by looking into O'Reilly and Associates' books on Un*x. Greg Lehey also has a new printing of "The Complete FreeBSD" due out any day now. You might also want to look into the magazine, SysAdmin. > 5. Or am I just whistling Dixie? You can whistle any tune you want. ;) > Keep in mind, I have no choice in this. I have to get this done with or > without FreeBSD. I'm willing to bet you will prefer FreeBSD before long. Our support is usually instant and always free. Setup an NT server and you will quickly see what I mean. Best o' luck, Steve > Any advice you can provide will be GREATLY appreciated. > > Thank you > > Don Grant > > drgboc@accnorwalk.com From owner-freebsd-questions Sun Jan 11 19:29:16 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA16703 for questions-outgoing; Sun, 11 Jan 1998 19:29:16 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA16677 for ; Sun, 11 Jan 1998 19:28:50 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA16165; Sun, 11 Jan 1998 19:28:43 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 19:28:43 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: drgboc@accnorwalk.com cc: freebsd-questions@freebsd.org Subject: Re: setting up an isp on bsd In-Reply-To: <34B97BA3.1690@accnorwalk.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998 drgboc@accnorwalk.com wrote: > To give you an idea of the level of my panic, I am by far the >most >knowledgeable person on staff to set up and run an ISP, and I have no >idea where to start, other than I think FreeBSD can do it. > Ok, so with that said: > > 1. Am I right in thinking FreeBSD can do the job? Yes, Yahoo! uses FreeBSD and so is one of the biggest local ISP, Best Internet (www.best.com). You can also do many other things with FreeBSD then just to run ISP :) > 2. Is it possible that a non-programmer can do the job with a >good deal of hard work? Yes. You don't have to be a programmer to manage a Unix box, even though it would help. > 3. Who can I ask my specific ISP/Mail Server/Web >Hosting/Security/Hardware questions? You can ask FreeBSD questions on questions@freebsd.org, but you can also read documentation. For ISP check out www.amazing.com/internet For mail take a look at www.sendmail.org For Web go to www.apache.org For Hosting -- do you mean web hosting? See www.apache.org For Security -- FreeBSD is more secure then most other OSes, but once in a while we do have bugs. Nobody is perfect. Subscribe to freebsd-security-notifications@freebsd.org to be able to get latest security news. For Hardware take a look at www.sysdoc.pair.com for some good hardware reviews. If have question if a particular piece of hardware will work under FreeBSD, take a look at these: ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/HARDWARE.TXT http://www.freebsd.org/handbook/hw.html There is also freebsd-hardware@freebsd.org, you might want to subscribe to it if hardware is a big concern for you. > 4. Can you recommend any publications to assist me in my >endeavor? Yes, buy ORA books (www.ora.com) and read documentation on www.FreeBSD.org -- there is a lot of good tips and information there. >5. Or am I just whistling Dixie? Sorry, since English is not my first language, I have no idea what or who "whistling Dixie" is. :) > >Keep in mind, I have no choice in this. I have to get this done with or >without FreeBSD. You better stick with FreeBSD. Yahoo! and Best.com did -- you can't go wrong. Also, don't mind asking questions, but do read documentation first. -- yan From owner-freebsd-questions Sun Jan 11 19:34:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17167 for questions-outgoing; Sun, 11 Jan 1998 19:34:24 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17161 for ; Sun, 11 Jan 1998 19:34:19 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA16991; Sun, 11 Jan 1998 19:34:16 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 19:34:16 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Jurij cc: questions@freebsd.org Subject: Re: FreeBSD installing from FAT32 In-Reply-To: <34B97F62.6C9EEA4C@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This should go to -questions and not -hackers. To answer you question: as far as I know - no, FreeBSD can't read FAT32 partitions. -- Yan On Mon, 12 Jan 1998, Jurij wrote: >Hi! > >Could you tell me please, is it possible to install FreeBSD from FAT32 >partition? > >Jurij > > From owner-freebsd-questions Sun Jan 11 19:38:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17656 for questions-outgoing; Sun, 11 Jan 1998 19:38:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.longisland.com (longisland.com [206.112.34.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17651 for ; Sun, 11 Jan 1998 19:38:49 -0800 (PST) (envelope-from davidl@longisland.com) Received: from longisland.com ([206.112.46.24]) by mail.longisland.com (Post.Office MTA v3.0 release 0122 ID# 0-34572U2500L250S0) with ESMTP id AAA213 for ; Sun, 11 Jan 1998 22:41:31 -0500 Message-ID: <34B98EC9.E423B07D@longisland.com> Date: Sun, 11 Jan 1998 22:32:26 -0500 From: David Levinsky X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Crashed IDE Drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk do you know if there are any utilities I could use to try to resurrect a crashed IDE hd formatted for FreeBSD??? thanx in advance davidl@longisland.com From owner-freebsd-questions Sun Jan 11 19:55:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19078 for questions-outgoing; Sun, 11 Jan 1998 19:55:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19036 for ; Sun, 11 Jan 1998 19:54:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA20760; Sun, 11 Jan 1998 19:53:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 11 Jan 1998 19:53:52 -0800 (PST) From: Doug White Reply-To: Doug White To: Christoph Kukulies cc: freebsd-questions@freefall.FreeBSD.org Subject: Re: dhcps Q: In-Reply-To: <199801111631.QAA15198@gilberto.physik.RWTH-Aachen.DE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Christoph Kukulies wrote: > > dhcps[17050]: Assign 192.168.0.12 to the client(cid is "1:0x0080c88428ab:192.168 > .0.0") till "Thu Jan 1 00:59:59 1970". > > Just a question: Is that a configuration problem or just the > value that is taken to indicate eternity in unix ? > Jan 1 1970 at midnight is the UNIX epoch. How did the client configure itself, using BOOTP, or do you give infinite leases? 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 Sun Jan 11 20:26:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA22583 for questions-outgoing; Sun, 11 Jan 1998 20:26:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smtp1.erols.com (smtp1.erols.com [205.252.116.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA22575 for ; Sun, 11 Jan 1998 20:26:34 -0800 (PST) (envelope-from thehades@erols.com) Received: from thehades (phd-as15s16.erols.com [207.172.163.143]) by smtp1.erols.com (8.8.8/8.8.5) with SMTP id XAA02814 for ; Sun, 11 Jan 1998 23:28:19 -0500 (EST) Message-Id: <3.0.5.32.19980111232538.00796e70@pop.erols.com> X-Sender: thehades@pop.erols.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sun, 11 Jan 1998 23:25:38 -0500 To: freebsd-questions@freebsd.org From: Ryan Turner Subject: SCSI adapter Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am about to buy a SCSI adapter for a FreeBSD computer. Is the Adaptec 2940 fully supported? I want to get a SCSI controler that is fully supported by FreBSD. Any help would be greatly appreciated. Ryan Turner -----BEGIN PGP SIGNATURE----- Version: PGP for Personal Privacy 5.0 Charset: noconv iQA/AwUBNLmbQQB15mnwn0/JEQJ2oQCgj+l/VUxe7oXz7QLlBMgYDKSmXEQAoO25 bGLRSwCeZFgSxR+iBhvAetjH =0QWG -----END PGP SIGNATURE----- From owner-freebsd-questions Sun Jan 11 20:30:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA23080 for questions-outgoing; Sun, 11 Jan 1998 20:30:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA23066 for ; Sun, 11 Jan 1998 20:30:23 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id UAA14150; Sun, 11 Jan 1998 20:25:42 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd014148; Sun Jan 11 20:25:36 1998 Date: Sun, 11 Jan 1998 20:22:29 -0800 (PST) From: Julian Elischer To: David Levinsky cc: freebsd-questions@freebsd.org Subject: Re: Crashed IDE Drive In-Reply-To: <34B98EC9.E423B07D@longisland.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk define "crashed" On Sun, 11 Jan 1998, David Levinsky wrote: > do you know if there are any utilities I could use to try to resurrect a > crashed IDE hd formatted for FreeBSD??? > > thanx in advance > davidl@longisland.com > > From owner-freebsd-questions Sun Jan 11 20:52:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA24750 for questions-outgoing; Sun, 11 Jan 1998 20:52:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from revolution.3-cities.com (root@revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA24740 for ; Sun, 11 Jan 1998 20:52:35 -0800 (PST) (envelope-from msmith@3-cities.com) Received: from mark (bigtca809.3-cities.com [204.203.232.74]) by revolution.3-cities.com (8.8.5/8.7.3) with SMTP id UAA05432 for ; Sun, 11 Jan 1998 20:47:48 -0800 (PST) Message-ID: <34B9A167.84F@3-cities.com> Date: Sun, 11 Jan 1998 20:51:51 -0800 From: Mark Smith Reply-To: freebsd-questions@FreeBSD.ORG Organization: Organization? What's that?!? X-Mailer: Mozilla 3.03Gold (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI adapter References: <3.0.5.32.19980111232538.00796e70@pop.erols.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ryan Turner wrote: > > I am about to buy a SCSI adapter for a FreeBSD computer. > Is the Adaptec 2940 fully supported? I want to get a SCSI > controler that is fully supported by FreBSD. Yep! The Adaptec 2940 PCI series of cards is supported! I'm running on a mother board based version of the 2940UW Ultra Wide adapter. Now I PERSONALLY like the ultra wide stuff because I can put my UW HDDs on SCSI ID 8-15 and my plain narrow stuff on 0-6. Mark From owner-freebsd-questions Sun Jan 11 20:52:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA24751 for questions-outgoing; Sun, 11 Jan 1998 20:52:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns5.dmi.net (ns5.dmi.net [206.63.164.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA24742 for ; Sun, 11 Jan 1998 20:52:36 -0800 (PST) (envelope-from mtg@dmi.net) Received: from mtg (mtg.nampa.net) by ns5.dmi.net (5.x/SMI-SVR4) id AA02911; Sun, 11 Jan 1998 20:54:04 -0800 Message-Id: <34B9B02F.E6B@dmi.net> Date: Sun, 11 Jan 1998 21:54:55 -0800 From: "Michael T. Gray, met" Reply-To: mtg@dmi.net Organization: MTG EnterPrizes X-Mailer: Mozilla 3.04 (Win16; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Poof.... it's gone?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Managed to get my first server up just a couple days ago. Asked everyone about FTP Serving software for webpages to customers. One of the most frequent suggestions was wu-ftpd. I downloaded, installed ran the Make utility, looks like everything worked fine. Now where did that file go? I am still having a bit of trouble understanding where files are going and why. I know DOS very well, UNIX is still new (~ week). Thanks in advance, MTG -- ************************************* MTG EnterPrizes URL: http://www.nampa.net/ Email: mtg@dmi.net Smail: PO Box 9261 Nampa, Id 83652-9261 ************************************* From owner-freebsd-questions Sun Jan 11 20:56:55 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA25201 for questions-outgoing; Sun, 11 Jan 1998 20:56:55 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA25179 for ; Sun, 11 Jan 1998 20:56:49 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id WAA06966 for ; Sun, 11 Jan 1998 22:56:19 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id WAA21420 for ; Sun, 11 Jan 1998 22:56:13 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id WAA16620 for ; Sun, 11 Jan 1998 22:56:12 -0600 (CST) Received: from ti.com (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with ESMTP id WAA05286 for ; Sun, 11 Jan 1998 22:56:12 -0600 (CST) Message-ID: <34B9A261.45BC1B18@ti.com> Date: Sun, 11 Jan 1998 22:56:02 -0600 From: george X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: staying current Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have 2.2.5 on WC cd-rom, after I install it what is the fastest and easiest way to get all of the fixes installed without having to go and get the whole directory tree from the FTP site? I have heard if something called CVSUP what is it and how do I invoke it? thanks -- Operating Systems are just that...for Operators. UNIX is a way of life. Free is even better Live Free get FreeBSD!... From owner-freebsd-questions Sun Jan 11 21:04:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA25965 for questions-outgoing; Sun, 11 Jan 1998 21:04:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpha.delta.edu (alpha.delta.edu [161.133.129.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA25953 for ; Sun, 11 Jan 1998 21:04:27 -0800 (PST) (envelope-from dakott@alpha.delta.edu) Received: from localhost by alpha.delta.edu; (5.65v3.0/1.1.8.2/06Jan97-0932AM) id AA04246; Mon, 12 Jan 1998 00:06:21 -0500 Date: Mon, 12 Jan 1998 00:06:21 -0500 (EST) From: David Alan Kott To: freebsd-questions@freebsd.org Subject: [Q] Getty, Qume 101 ser. terms. and gettytab (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I have been, for a few days now, attempting to get a Qume QVT-101 serial dumb terminal to work over one of my serial ports on my 2.2.5 stable system with only limited success. %dmesg | grep sio2 sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16450 %uname -rsv FreeBSD 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sat Jan 3 01:07:09 EST 1998 I have successfully gotten Getty to start a login session. However, I seem to be having difficulty keeping my serial port parameters kosher. I don't want control characters to echo in the form `^X`. This, naturally, devistates full screen based programs, editors.. and the like. I have the serial port lock and initialization device parameters set to `-echoctl`. For instance, here is a snip from stty's output BEFORE getty and login muck around with things: %stty -a -f /dev/cuaa2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... %stty -a -f /dev/cuala2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... %stty -a -f /dev/cuaia2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... Noting in all cases that echoctl is inhibited. Now, my ttys entry: ... cuaa2 "/usr/libexec/getty std.19200.qvt101" q101 on unsecure ... annnnnnd my gettytab entry: ... std.19200.qvt101|19200-baud:\ :np:sp#19200:xc: ... I was hoping that the "xc" boolean would inhibit this unwanted control character echoing as described in the gettytab man page: ... xc bool false do NOT echo control chars as `^X' ... I setup the QVT-101 terminal, as described in a note in the termcap database to emulate a "QVT-101B" terminal. However, as soon as I login echoctl is set, and control characters are echoed in the form `^X`, and the stty dump looks like this %stty -a -f /dev/cuaa2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl .... Noting NOW that echoctl is set, and indeed, control characters are displayed in this most unwieldy fashion. Anyone have some words of wisdom for me? Thank you, in advance, for your consideration. -d From owner-freebsd-questions Sun Jan 11 21:33:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29457 for questions-outgoing; Sun, 11 Jan 1998 21:33:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from studentsrv.twu.ca (studentsrv.student.twu.ca [204.244.237.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA29437 for ; Sun, 11 Jan 1998 21:32:50 -0800 (PST) (envelope-from Arney@agape.twu.ca) Received: from abfd01m02-98.bctel.ca by studentsrv.twu.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id CXPD3PW9; Sun, 11 Jan 1998 21:30:02 -0800 Message-ID: <34BC4E77.303C@agape.twu.ca> Date: Tue, 13 Jan 1998 21:34:47 -0800 From: Nathanael Arney Reply-To: Arney@agape.twu.ca X-Mailer: Mozilla 3.01C-SYMPA (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: BSD's Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I, not knowing much about BSD, would like to know the difference between the different versions(?) of BSD (eg. open, free etc.). I have a intel based pc 200mmx and 32meg of ram. important to me are: easy instilation emulation of other unixs (including linux) good support on learning the system (right now I know about 0.000)(does knowing dos help?) cool people behind the project From owner-freebsd-questions Sun Jan 11 21:35:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29721 for questions-outgoing; Sun, 11 Jan 1998 21:35:07 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA29695 for ; Sun, 11 Jan 1998 21:34:59 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id VAA06881; Sun, 11 Jan 1998 21:34:45 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 21:34:45 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Ryan Turner cc: freebsd-questions@freebsd.org Subject: Re: SCSI adapter In-Reply-To: <3.0.5.32.19980111232538.00796e70@pop.erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yes. It is fully supported and it is a good controller too. -- Yan On Sun, 11 Jan 1998, Ryan Turner wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >I am about to buy a SCSI adapter for a FreeBSD computer. >Is the Adaptec 2940 fully supported? I want to get a SCSI >controler that is fully supported by FreBSD. > >Any help would be greatly appreciated. > >Ryan Turner > > > >-----BEGIN PGP SIGNATURE----- >Version: PGP for Personal Privacy 5.0 >Charset: noconv > >iQA/AwUBNLmbQQB15mnwn0/JEQJ2oQCgj+l/VUxe7oXz7QLlBMgYDKSmXEQAoO25 >bGLRSwCeZFgSxR+iBhvAetjH >=0QWG >-----END PGP SIGNATURE----- > > > From owner-freebsd-questions Sun Jan 11 21:36:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29935 for questions-outgoing; Sun, 11 Jan 1998 21:36:32 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from hotmail.com (F10.hotmail.com [207.82.250.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA29920 for ; Sun, 11 Jan 1998 21:36:25 -0800 (PST) (envelope-from drwaqar@hotmail.com) Received: (qmail 29993 invoked by uid 0); 12 Jan 1998 05:35:53 -0000 Message-ID: <19980112053553.29992.qmail@hotmail.com> Received: from 203.134.252.5 by www.hotmail.com with HTTP; Sun, 11 Jan 1998 21:35:53 PST X-Originating-IP: [203.134.252.5] From: "waqar ahmad" To: questions@freebsd.org Subject: how to configure an NIS server and client Content-Type: text/plain Date: Sun, 11 Jan 1998 21:35:53 PST Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi there! I want to configure an NIS server on a freebsd box and an NIS client on antoher bsd box. But I am finding no way to do this. Any help will be appreciated ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Sun Jan 11 21:46:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01179 for questions-outgoing; Sun, 11 Jan 1998 21:46:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.interpath.net (mail.interpath.net [199.72.1.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01174 for ; Sun, 11 Jan 1998 21:46:40 -0800 (PST) (envelope-from gameboy@interpath.com) Received: from interpath.com (kittyhawk3-124.dyn.interpath.net [207.59.126.124]) by mail.interpath.net (8.8.8/v1.0) with ESMTP id AAA13644 for ; Mon, 12 Jan 1998 00:46:01 -0500 (EST) Message-ID: <34B9ADCF.AC74923F@interpath.com> Date: Mon, 12 Jan 1998 00:44:48 -0500 From: Brian Fischman X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: xdm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a problem, when i run startx everything works fine, however when i run xdm, after i login the screen gets messed up and 3 secs later i am at the login screen again, this is a never ending cycle, any suggestsions? Brian From owner-freebsd-questions Sun Jan 11 21:52:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01696 for questions-outgoing; Sun, 11 Jan 1998 21:52:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01637 for ; Sun, 11 Jan 1998 21:51:43 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul2.u.washington.edu (root@saul2.u.washington.edu [140.142.56.21]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id VAA15516; Sun, 11 Jan 1998 21:51:25 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id VAA10132; Sun, 11 Jan 1998 21:51:24 -0800 (PST) Message-Id: <3.0.3.32.19980111215118.007b0e90@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 11 Jan 1998 21:51:18 +0000 To: mtg@dmi.net From: Jason Wells Subject: Re: Poof.... it's gone?? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <34B9B02F.E6B@dmi.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 21:54 1/11/98 -0800, Michael T. Gray, met wrote: >Hi, > Managed to get my first server up just a couple days ago. Asked >everyone about FTP Serving software for webpages to customers. One of >the most frequent suggestions was wu-ftpd. I downloaded, installed ran >the Make utility, looks like everything worked fine. Now where did that >file go? I am still having a bit of trouble understanding where files >are going and why. I know DOS very well, UNIX is still new (~ week). For your specific question, try looking in /usr/ports/net. This response makes the assumption that your system is organized like mine. :) Read man hier for info on the way your directory structure is organized "out of the box." I highly recommend follow this man page as your system grows. It will help to keep you sane as you add beaucoup applications. One pointer on your filesystem that I must share with you at this opportunity. This is a gross generalization. It is based on my personal mistakes. You will understand why once you grow more accustomed to how your filesystem is organized. Don't use the '/' hierarchy for anything that you add or store. Put things that you wish to add or store within '/usr' somewhere. The '/' hierarchy is actually a small seperate partition with all the really important stuff in it. '/' has your kernel and things you need to start your system in the event of an emergency. You do not want to fill it up with junk if you can help it. Later, Jason Wells From owner-freebsd-questions Sun Jan 11 22:38:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA06028 for questions-outgoing; Sun, 11 Jan 1998 22:38:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA06023 for ; Sun, 11 Jan 1998 22:38:02 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul10.u.washington.edu (root@saul10.u.washington.edu [140.142.13.73]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id WAA20086; Sun, 11 Jan 1998 22:37:58 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul10.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id WAA08737; Sun, 11 Jan 1998 22:37:57 -0800 (PST) Message-Id: <3.0.3.32.19980111223752.007c4220@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 11 Jan 1998 22:37:52 +0000 To: Brian Fischman From: Jason Wells Subject: Re: xdm Cc: freebsd-questions@freebsd.org In-Reply-To: <34B9ADCF.AC74923F@interpath.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 00:44 1/12/98 -0500, you wrote: >I have a problem, when i run startx everything works fine, however when >i run xdm, after i login the screen gets messed up and 3 secs later i am >at the login screen again, this is a never ending cycle, any >suggestsions? >Brian When you start X by using 'startx', the file '~/.xinitrc' is read in order to set up your session. The analog of '.xinitrc' is '~/.xsession'. Xdm reads '/.xsession' to set up your session. I venture a guess that you do not have a '.xsession' file. If you do, then I might guess that it does not refer to a window manager. You must start a window manager in order to run a session. Read your existing '.xinitrc' for some ideas on what should be in your '.xsession'. I am not sure that this reply will fully answer your question. I hope that this gives you some ideas. Read man X carefully. This info about how startx and xdm are initialized is in there. But that man page is sooooo big sometimes it is easy to start skimming and miss important stuff. I was tripped up on xdm for a while but the man page got me started. I use xdm myself. I prefer it for the sole reason that I like the login widget. YMMV. Good luck, Jason Wells From owner-freebsd-questions Sun Jan 11 22:53:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA07222 for questions-outgoing; Sun, 11 Jan 1998 22:53:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA07213 for ; Sun, 11 Jan 1998 22:53:41 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id WAA08571; Sun, 11 Jan 1998 22:38:44 -0800 (PST) Date: Sun, 11 Jan 1998 22:38:43 -0800 (PST) From: Annelise Anderson To: "Michael T. Gray, met" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Poof.... it's gone?? In-Reply-To: <34B9B02F.E6B@dmi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Michael T. Gray, met wrote: > Hi, > Managed to get my first server up just a couple days ago. Asked > everyone about FTP Serving software for webpages to customers. One of > the most frequent suggestions was wu-ftpd. I downloaded, installed ran > the Make utility, looks like everything worked fine. Now where did that > file go? I am still having a bit of trouble understanding where files > are going and why. I know DOS very well, UNIX is still new (~ week). > > Thanks in advance, MTG It sounds like you downloaded the port and ran "make install". If so you have the ports files somewhere: a wu-ftpd directory with a "pkg" subdirectory. In this subdir is a file called PLIST, which is a list of the files the port installs, by default in /usr/local. Note in this case (not the only one) there are two binaries with the same name--/usr/libexec/ftpd and /usr/local/libexec/ftpd. Which one runs depends on what you've got in inetd.conf. If the binary runs from the command line and there are binaries with the same name in both /usr/bin and /usr/local/bin, which would happen if you installed a port of perl (version 5.something, e.g.,), which one runs depends on what's in the user's path statement and the order of the directories there. The PLIST file will also tell you what other files (configuration files, for example) got installed. Annelise From owner-freebsd-questions Sun Jan 11 23:18:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA09553 for questions-outgoing; Sun, 11 Jan 1998 23:18:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA09538 for ; Sun, 11 Jan 1998 23:18:28 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id RAA14674; Mon, 12 Jan 1998 17:48:19 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id RAA07203; Mon, 12 Jan 1998 17:48:18 +1030 (CST) (envelope-from grog) Message-ID: <19980112174818.31065@lemis.com> Date: Mon, 12 Jan 1998 17:48:18 +1030 From: Greg Lehey To: Arney@agape.twu.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSD's References: <34BC4E77.303C@agape.twu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BC4E77.303C@agape.twu.ca>; from Nathanael Arney on Tue, Jan 13, 1998 at 09:34:47PM -0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Jan 13, 1998 at 09:34:47PM -0800, Nathanael Arney wrote: > I, not knowing much about BSD, would like to know the difference between > the different versions(?) of BSD (eg. open, free etc.). > > I have a intel based pc 200mmx and 32meg of ram. > > important to me are: > > easy instilation FreeBSD > emulation of other unixs (including linux) FreeBSD. I think. > good support on learning the system (right now I know about 0.000) FreeBSD. > (does knowing dos help?) Not much :-) > cool people behind the project FreeBSD! Seriously, there's not much difference between the three, but NetBSD concentrates more on multiple platforms (if you have, say, a Sparc, you currently don't have much choice: NetBSD), while FreeBSD concentrates more on as smooth as possible an implementation on Intel, including things like easy installation and ease of use for newcomers. I don't know enough about OpenBSD to comment. They're a spinoff of NetBSD. Greg From owner-freebsd-questions Sun Jan 11 23:18:38 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA09554 for questions-outgoing; Sun, 11 Jan 1998 23:18:38 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpha.delta.edu (alpha.delta.edu [161.133.129.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA09539 for ; Sun, 11 Jan 1998 23:18:29 -0800 (PST) (envelope-from dakott@alpha.delta.edu) Received: from localhost by alpha.delta.edu; (5.65v3.0/1.1.8.2/06Jan97-0932AM) id AA11321; Mon, 12 Jan 1998 02:20:45 -0500 Date: Mon, 12 Jan 1998 02:20:45 -0500 (EST) From: David Alan Kott To: freebsd-questions@freebsd.org Subject: [Q] Getty, Qume 101 ser. terms. and gettytab (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I have been, for a few days now, attempting to get a Qume QVT-101 serial dumb terminal to work over one of my serial ports on my 2.2.5 stable system with only limited success. %dmesg | grep sio2 sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16450 %uname -rsv FreeBSD 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sat Jan 3 01:07:09 EST 1998 I have successfully gotten Getty to start a login session. However, I seem to be having difficulty keeping my serial port parameters kosher. I don't want control characters to echo in the form `^X`. This, naturally, devistates full screen based programs, editors.. and the like. I have the serial port lock and initialization device parameters set to `-echoctl`. For instance, here is a snip from stty's output BEFORE getty and login muck around with things: %stty -a -f /dev/cuaa2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... %stty -a -f /dev/cuala2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... %stty -a -f /dev/cuaia2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl ... Noting in all cases that echoctl is inhibited. Now, my ttys entry: ... cuaa2 "/usr/libexec/getty std.19200.qvt101" q101 on unsecure ... annnnnnd my gettytab entry: ... std.19200.qvt101|19200-baud:\ :np:sp#19200:xc: ... I was hoping that the "xc" boolean would inhibit this unwanted control character echoing as described in the gettytab man page: ... xc bool false do NOT echo control chars as `^X' ... I setup the QVT-101 terminal, as described in a note in the termcap database to emulate a "QVT-101B" terminal. However, as soon as I login echoctl is set, and control characters are echoed in the form `^X`, and the stty dump looks like this %stty -a -f /dev/cuaa2 speed 19200 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl .... Noting NOW that echoctl is set, and indeed, control characters are displayed in this most unwieldy fashion. Anyone have some words of wisdom for me? Thank you, in advance, for your consideration. -d From owner-freebsd-questions Sun Jan 11 23:23:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA09991 for questions-outgoing; Sun, 11 Jan 1998 23:23:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA09982 for ; Sun, 11 Jan 1998 23:23:08 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id IAA17942; Mon, 12 Jan 1998 08:24:40 GMT (envelope-from kuku) Message-ID: <19980112082439.43153@gil.physik.rwth-aachen.de> Date: Mon, 12 Jan 1998 08:24:39 +0000 From: Christoph Kukulies To: Doug White Cc: Christoph Kukulies , freebsd-questions@freefall.FreeBSD.org Subject: Re: dhcps Q: References: <199801111631.QAA15198@gilberto.physik.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Doug White on Sun, Jan 11, 1998 at 07:53:52PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 07:53:52PM -0800, Doug White wrote: > On Sun, 11 Jan 1998, Christoph Kukulies wrote: > > > > > dhcps[17050]: Assign 192.168.0.12 to the client(cid is "1:0x0080c88428ab:192.168 > > .0.0") till "Thu Jan 1 00:59:59 1970". > > > > Just a question: Is that a configuration problem or just the > > value that is taken to indicate eternity in unix ? > > > > Jan 1 1970 at midnight is the UNIX epoch. How did the client configure > itself, using BOOTP, or do you give infinite leases? I chose manual allocation in /etc/dhcpdb.pool (BTW, there seems to be a discrepancy between the dhcps man page and the port. Some files go into /etc some in /var while the man page says in BSD os's this is /var/db/dhcbdb.xxx) /etc/dhcps.pool: # define a global entry which specifies the stuff every host uses. global:!snmk=255.255.255.0:tmof=32400: # define different master entries for each subnet. . . # `dnsv' is IP address of DNS server. # `dnsd' is domain name of your domain. subnet0:tblc=global:rout=192.168.0.1:dht1=500:dht2=850:\ :brda=192.168.0.255:dnsv=192.168.0.1:dnsd=physik.rwth-aachen.de: # entries for manual allocation (DHCP, BOOTP) 3001: :ipad=192.168.0.12:hstn="lebook.kuku.de":tblc=subnet0:clid="1:0x0080c88428ab": And the .relay file: 192.168.0.1 192.168.0.0 that's all I configured. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Sun Jan 11 23:30:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA10526 for questions-outgoing; Sun, 11 Jan 1998 23:30:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA10516 for ; Sun, 11 Jan 1998 23:30:31 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id IAA00307 for ; Mon, 12 Jan 1998 08:32:11 +0100 (MET) Message-ID: <34B9D4D8.7966A5E4@giovannelli.it> Date: Mon, 12 Jan 1998 09:31:20 +0100 From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: News Server Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'd like to install a newsgroups server ... Any hints on a good one (if there are more than one:-) ? Thanks -- Regards... Gianmarco "Unix expert since yesterday" http://www2.masternet.it From owner-freebsd-questions Sun Jan 11 23:51:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12317 for questions-outgoing; Sun, 11 Jan 1998 23:51:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from andrsn.stanford.edu (andrsn@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA12306 for ; Sun, 11 Jan 1998 23:50:57 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id XAA08814; Sun, 11 Jan 1998 23:50:24 -0800 (PST) Date: Sun, 11 Jan 1998 23:50:23 -0800 (PST) From: Annelise Anderson To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Beginning Level User needs help In-Reply-To: <01BD1E7E.82B2A420@dal37-16.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Frank Griffith wrote: > I just got FreeBSD running on a 486 system and like what > I see so far with it. So I want to hack with it over the next > few weeks, but find it difficult to do anything with it other > than get it installed, create a few users and start logging > in, send & receiving mail and just looking over the file system > and man pages. > > I should add here that I am a LAN Admin for a large financial > firm and work a great deal with Novell NetWare, Windows NT, > Windows 95 networks and workstations, but haven't had much > exposure to Unix. And the docs I found to date on FreeBSD > have been a little over my head at the level I am currently at > with the OS. > > Can someone tell me where I can find some very basic things > like how to get the modem back on line after the FTP install > session has hung up? Other more complex but beginning stuff > would be helpful. I think you would find the book by Evi Nemeth et.al., Unix System Administration (2nd edition), very good, from basic explanations to sophisticated issues of the type you have been dealing with on other operating systems. Annelise From owner-freebsd-questions Sun Jan 11 23:55:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12722 for questions-outgoing; Sun, 11 Jan 1998 23:55:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA12717 for ; Sun, 11 Jan 1998 23:55:01 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id XAA20597; Sun, 11 Jan 1998 23:54:50 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 11 Jan 1998 23:54:50 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Gianmarco Giovannelli cc: questions@freebsd.org Subject: Re: News Server In-Reply-To: <34B9D4D8.7966A5E4@giovannelli.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk There is a couple. If you want to just transport news, take a look at www.backplane.com/diablo The others are INN and DNEWS (DNES is not free): http://www.cis.ohio-state.edu/~barr/INN.html http://www.buller.se/DNews/download.htm I'd go with either diablo or INN -- depends what exactly you went to do. -- Yan On Mon, 12 Jan 1998, Gianmarco Giovannelli wrote: >I'd like to install a newsgroups server ... >Any hints on a good one (if there are more than one:-) ? > > >Thanks > >-- > >Regards... > >Gianmarco >"Unix expert since yesterday" > >http://www2.masternet.it > From owner-freebsd-questions Sun Jan 11 23:56:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12946 for questions-outgoing; Sun, 11 Jan 1998 23:56:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from camelot.syndetic-tech.com ([209.51.13.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA12934 for ; Sun, 11 Jan 1998 23:56:32 -0800 (PST) (envelope-from cofer@syndetic-tech.com) Received: from gallahad ([209.51.13.194]) by camelot.syndetic-tech.com (8.8.7/8.8.7) with SMTP id BAA04463 for ; Mon, 12 Jan 1998 01:56:26 -0600 (CST) (envelope-from cofer@syndetic-tech.com) Received: by localhost with Microsoft MAPI; Mon, 12 Jan 1998 01:52:56 -0600 Message-ID: <01BD1EFC.CDA3AE10.cofer@syndetic-tech.com> From: cofer To: "'freebsd-questions@freebsd.org'" Subject: Setting up Domain Name Service on /27 Date: Mon, 12 Jan 1998 01:52:55 -0600 Organization: Syndetic Technologies, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone have working examples of setting up DNS on a /27 block? I can't really see how to sub-delegate an in-addr.arpa address when I don't know what is in the remaining part of the class C. Thanks, --- Christopher D. Cofer cofer@syndetic-tech.com Syndetic Technologies, Inc. http://www.syndetic-tech.com 972.492.1124 972.492.2046 fax From owner-freebsd-questions Mon Jan 12 00:07:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA13939 for questions-outgoing; Mon, 12 Jan 1998 00:07:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from grant.gr.com (grant.gr.com [199.183.106.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA13925 for ; Mon, 12 Jan 1998 00:07:13 -0800 (PST) (envelope-from jmuldoon@grant.gr.com) Received: (from jmuldoon@localhost) by grant.gr.com (8.8.8/8.8.5) id CAA02036; Mon, 12 Jan 1998 02:00:27 -0600 (CST) From: Joe Muldoon Message-Id: <199801120800.CAA02036@grant.gr.com> Subject: Re: News Server To: gmarco@giovannelli.it Date: Mon, 12 Jan 1998 02:00:26 -0600 (CST) Cc: freebsd-questions@freebsd.org In-Reply-To: <34B9D4D8.7966A5E4@giovannelli.it> from "Gianmarco Giovannelli" at Jan 12, 98 09:31:20 am X-Mailer: ELM [version 2.5 PL0a3] Content-Type: text Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I'd like to install a newsgroups server ... > Any hints on a good one (if there are more than one:-) ? INN (InterNetNews) is by far the most popular UNIX news server. These are good starting points: http://www.cis.ohio-state.edu/~barr/INN.html http://www.isc.org/inn.html Good luck, Joe > > > Thanks > > -- > > Regards... > > Gianmarco > "Unix expert since yesterday" > > http://www2.masternet.it > From owner-freebsd-questions Mon Jan 12 00:10:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14249 for questions-outgoing; Mon, 12 Jan 1998 00:10:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14244 for ; Mon, 12 Jan 1998 00:10:15 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA19396; Mon, 12 Jan 1998 00:05:30 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd019394; Mon Jan 12 00:05:29 1998 Date: Mon, 12 Jan 1998 00:02:22 -0800 (PST) From: Julian Elischer To: Gordon Wang cc: freebsd-questions@freebsd.org Subject: Re: space manegement In-Reply-To: <34B89A90.45AC@tpts5.seed.net.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user. > My /root space is 32M. > What should I do if I want to make 1t 64M. > Please help me I presume you don't want to re-install.. you need to find the extra space somewhere.. which means you should shrink another partition somewhere. you will need to back it up and take all the files of it before destroying it and re-making it smaller. You can then use the extra room to make a new 64MB partition. which you can then make the new root. Alternatively, if you need / to be larger for /tmp, then just make a new /tmp you don't say exactly what your layout is or why you want to make it bigger. julian > > Thanks a lot > > Gordon > > > From owner-freebsd-questions Mon Jan 12 00:10:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14306 for questions-outgoing; Mon, 12 Jan 1998 00:10:42 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14110 for ; Mon, 12 Jan 1998 00:09:15 -0800 (PST) (envelope-from ru@relay.ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id KAA08806; Mon, 12 Jan 1998 10:08:54 +0200 (EET) (envelope-from ru) From: Ruslan Ermilov Message-Id: <199801120808.KAA08806@relay.ucb.crimea.ua> Subject: Re: ports In-Reply-To: <34B27EA7.5A48@internetmci.com> from "Robert" at "Jan 6, 98 12:57:43 pm" To: mhi@internetmci.com (Robert) Date: Mon, 12 Jan 1998 10:08:53 +0200 (EET) Cc: freebsd-questions@FreeBSD.ORG X-My-Interests: Unix,Oracle,Networking X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Once Robert wrote: > when you type "make install" for a port > where does it look on MY system to try to find the tar.Z file?? > I have the gziped tar file and it always seems to try to get it from the > ftp site.??? > please email response > thanks in advance > Robert > Place the distfile in the /usr/ports/distfiles directory. -- Ruslan A. Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN From owner-freebsd-questions Mon Jan 12 00:25:09 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA15873 for questions-outgoing; Mon, 12 Jan 1998 00:25:09 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA15856 for ; Mon, 12 Jan 1998 00:24:59 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA04100; Mon, 12 Jan 98 09:26:22 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA28572; Mon, 12 Jan 98 09:24:16 +0100 Posted-Date: Mon, 12 Jan 1998 09:23:22 +0100 (MET) Date: Mon, 12 Jan 1998 09:23:22 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: "Michael T. Gray, met" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: First UNIX, almost ??? In-Reply-To: <34B7C475.6A8A@dmi.net> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It is installed by default. If not edit your /etc/inetd.conf file and check that the line ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -l -S -A is not '#'-ed out. Do a kill -1 `cat /var/run/inetd.pid' to reload it and a "netstat -a | grep ftp" should give tcp 0 0 *.ftp *.* LISTEN or just do "ftp localhost" Dw. On Sat, 10 Jan 1998, Michael T. Gray, met wrote: > Hello FreeBSD, > I have just built my first FreeBSD box. I have installed Apache for my > Web Server Software. It works!! > Now, I need to FTP my HTML pages over. In the future, I would like to > give web space to my users. Any ideas for a good FTP Server program? > Thanks in advance for any suggestions you might have. :-) > Thanks, MTG > -- > ************************************* > MTG EnterPrizes > URL: http://www.dmi.net/mtg/ > Email: mtg@dmi.net > Smail: PO Box 9261 > Nampa, Id 83652-9261 > ************************************* > http://cils.ceo.org http://enrm.ceo.org dirkx@technologist.com Dirk.vanGulik@jrc.it +39 332 78 0014 +39 332 78 9549 fax +39 332 78 9185 ISEI/ESBA; The Center For Earth Observation Joint Research Centre of the European Communities, Ispra, Italy From owner-freebsd-questions Mon Jan 12 00:30:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16468 for questions-outgoing; Mon, 12 Jan 1998 00:30:10 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA16342 for ; Mon, 12 Jan 1998 00:30:01 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA04233; Mon, 12 Jan 98 09:31:27 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA28584; Mon, 12 Jan 98 09:29:21 +0100 Posted-Date: Mon, 12 Jan 1998 09:28:27 +0100 (MET) Date: Mon, 12 Jan 1998 09:28:27 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Nadav Eiron Cc: Lyle Wallace , questions@FreeBSD.ORG Subject: Re: 3COM 10/100 NIC 3C905 In-Reply-To: <34B8A420.4E93@barcode.co.il> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Nadav Eiron wrote: > Lyle Wallace wrote: > > > > Support needed, > > > > Does FreeBSD support the 3C905 10/100 3Com > > Nic card? When I install it hangs and is only recognized > > as a 3C509 (10 Mbps only) and not a 3C905 (10/100 Mbps). > > Does FreeBSD 3.0-current have any beta drivers > > for the 3C905? > > Do I need to go out and buy Intel EtherExpress nic > > cards because that's the only 100 Mbps NIC listed > > as supported at the moment? > > Thanks again, > > The vx[\d+] drivers work just fine; we have some production machines with two cards in; you do _have_ to use the config binary from the dos disk to fix/free them into either 10 or 100 Mbit mode; and re-do this if you reseat them in their slots. A simple dos boot disk + the supplied discs are all you need. Dw. From owner-freebsd-questions Mon Jan 12 00:31:00 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16565 for questions-outgoing; Mon, 12 Jan 1998 00:31:00 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA16556 for ; Mon, 12 Jan 1998 00:30:52 -0800 (PST) (envelope-from feamster@MIT.EDU) From: feamster@MIT.EDU Received: from MINT-SQUARE.MIT.EDU by MIT.EDU with SMTP id AA12635; Mon, 12 Jan 98 03:30:26 EST Received: by mint-square.MIT.EDU (8.8.5/4.7) id DAA24494; Mon, 12 Jan 1998 03:30:23 -0500 (EST) Message-Id: <199801120830.DAA24494@mint-square.MIT.EDU> X-Mailer: exmh version 2.0.1 12/23/97 To: questions@freebsd.org Subject: sb0 device driver Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jan 1998 03:30:23 EST Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, A few questions. I did a sh MAKEDEV sb0 to get all of the drivers for this controller. But when I try to play sounds, they either come out garbled, there is no sound, etc. How do I fix this problem? Also, I inadvertantly deleted sb0. Where can I get another copy? Thanks in advance, Nick ------------- Nick Feamster feamster@mit.edu 487 Commonwealth Avenue feamster@media.mit.edu Boston, MA 02215 ngf@ovidius.mit.edu (617) 267-2199 x222 http://catullus.mit.edu/ From owner-freebsd-questions Mon Jan 12 00:48:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA18293 for questions-outgoing; Mon, 12 Jan 1998 00:48:22 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from wtcsofia.bg (stone.wtcsofia.bg [194.133.82.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA18285 for ; Mon, 12 Jan 1998 00:48:11 -0800 (PST) (envelope-from hristo@bse.bg) Received: from bse.bse.bg by wtcsofia.bg (SMI-8.6/SMI-SVR4) id KAA03310; Mon, 12 Jan 1998 10:41:17 +0200 Received: from bse.bse.bg (hristo@bse.bse.bg [195.138.140.3]) by bse.bse.bg (8.8.7/8.8.7) with SMTP id LAA03842 for ; Mon, 12 Jan 1998 11:02:14 +0200 Date: Mon, 12 Jan 1998 11:02:14 +0200 (EET) From: Hristo Grigorov To: support@freebsd.org Subject: FreeBSD kernel source Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Where I can download the FreeBSD kernel sources ? Thanx! Regards, Hristo. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BSE AD Internet Department Br.Miladinovi 42A, Bourgas, BG Phone: +359 (56) 28-153 Fax: +359 (56) 29-635 ftp://ftp.bse.bg/ mailto:hristo@bse.bg http://www.bse.bg/hristo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-questions Mon Jan 12 00:54:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA18765 for questions-outgoing; Mon, 12 Jan 1998 00:54:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from konig.elte.hu (konig.elte.hu [157.181.6.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA18744; Mon, 12 Jan 1998 00:54:43 -0800 (PST) (envelope-from sebesty@cs.elte.hu) Received: from neumann.cs.elte.hu (neumann [157.181.6.200]) by konig.elte.hu (8.8.3/8.7.3/7s) with ESMTP id JAA03547; Mon, 12 Jan 1998 09:33:15 +0100 Received: from localhost (sebesty@localhost) by neumann.cs.elte.hu (8.8.3/8.7.3/4c) with SMTP id JAA20594; Mon, 12 Jan 1998 09:32:36 +0100 X-Authentication-Warning: neumann.cs.elte.hu: sebesty owned process doing -bs Date: Mon, 12 Jan 1998 09:32:36 +0100 (MET) From: Zoltan Sebestyen To: FreeBSD questions mailinglist cc: FreeBSD hackers mailinglist Subject: Question about FreeBSD's CDROM handling capabilities Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I've just examing the source code of kscd, a workman based CD player for the KDE project. In the FreeBSD/NetBSD dependent source file I found some 'ifdef' directives that are somewhat mysterious to me. They disable parts of the code that are supposed to work on FreeBSD(at least they work on my 2.2.2-RELEASE system, and they're even necessary for the player to work well!). Below I attached the parts of the code I mentioned. The lines starting with an exclamation mark (!) are still in the source code, but I think they should have to be removed. Please tell me if with the removal of these directives the code will be well functioning or not. *************** *** 243,254 **** } if (ioctl(d->fd, CDIOCREADSUBCHANNEL, &sc)) { ! #ifdef __NetBSD__ /* we need to release the device so the kernel will notice reloaded media */ (void) close(d->fd); d->fd = -1; ! #endif return (0); /* ejected */ } --- The next part --- *************** *** 398,407 **** msf.end_f = end % 75; /* According to Marc van Kempen FreeBSD doesn't have CDIOCSTART -- Bernd */ ! #ifndef __FreeBSD__ if (ioctl(d->fd, CDIOCSTART)) return (-1); ! #endif if (ioctl(d->fd, CDIOCPLAYMSF, &msf)) return (-2); *************** *** 427,441 **** if (fstatfs(stbuf.st_rdev, &buf) == 0) return (-3); ! #ifdef __NetBSD__ rval = ioctl(d->fd, CDIOCALLOW); if (rval == 0) ! #endif rval = ioctl(d->fd, CDIOCEJECT); ! #ifdef __NetBSD__ if (rval == 0) rval = ioctl(d->fd, CDIOCPREVENT); ! #endif return rval; } -------------------------------------------------------------------------------- Sebestyen Zoltan It all seems so stupid, it makes me want to give up. szoli@digo.inf..elte.hu But why should I give up, when it all seems so stupid? MAKE INSTALL NOT WAR From owner-freebsd-questions Mon Jan 12 01:05:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19594 for questions-outgoing; Mon, 12 Jan 1998 01:05:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mbox.amilink.net (mbox.amilink.net [206.106.252.26]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA19569 for ; Mon, 12 Jan 1998 01:04:56 -0800 (PST) (envelope-from ishkhan@mbox.amilink.net) Received: from mbox.amilink.net ([206.106.252.40]) by mbox.amilink.net (8.8.5/8.8.5) with ESMTP id MAA02837 for ; Mon, 12 Jan 1998 12:06:21 GMT Message-ID: <34BA85C3.8A85C3CE@mbox.amilink.net> Date: Mon, 12 Jan 1998 13:06:11 -0800 From: Ishkhan Martirosian X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mirror site ("INFOCOM" JSC Armenia) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sirs, We are the Internet Provider and General Operator of the National Data Transfer Network in Armenia. We'd like to create your mirror site(ftp.am.freebsd.org) here in Armenia for convenience of our local and regional partners. What's your requirements for achieving this one? Thank You From owner-freebsd-questions Mon Jan 12 01:09:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20036 for questions-outgoing; Mon, 12 Jan 1998 01:09:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from electro.nic.se (ELECTRO.NIC.SE [194.215.210.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20022 for ; Mon, 12 Jan 1998 01:09:00 -0800 (PST) (envelope-from ulf.magnusson@it-partner.nic.se) Received: from hnbs ([192.121.224.55]) by electro.nic.se (8.7.5/8.7.3) with SMTP id JAA08665 for ; Mon, 12 Jan 1998 09:57:29 +0100 (MET) Message-ID: <34B9DDC1.6D51@it-partner.nic.se> Date: Mon, 12 Jan 1998 10:09:21 +0100 From: Ulf Magnusson Reply-To: ulf.magnusson@it-partner.nic.se Organization: IT-Partner AB X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: if FreeBSD 2.2 is year 2000 complian Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I need to find out if FreeBSD 2.2 is year 2000 compliant. Do you something about this? Thanks, Ulf Magnusson -- http://www.ledningsinformation.com Ulf Magnusson IT-Partner AB Hammarby Fabriksväg 43 S-120 33 Stockholm Sweden ulf.magnusson@it-partner.nic.se ICQ UIN 4153428 Phone: Office +46-8-694 90 15 Direct +46-708-68 72 40 Fax: Office +46-8-694-90-12 Direct +46-708-68 71 23 From owner-freebsd-questions Mon Jan 12 01:53:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA23495 for questions-outgoing; Mon, 12 Jan 1998 01:53:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA23486 for ; Mon, 12 Jan 1998 01:53:23 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id BAA16083; Mon, 12 Jan 1998 01:53:09 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 01:53:09 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Hristo Grigorov cc: support@FreeBSD.ORG Subject: Re: FreeBSD kernel source In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ftp to your local ftp mirror first: ftp ftp.freebsd.org pick a distribution and cd to it (in this case 2.2.5-RELEASE): ftp> cd /pub/FreeBSD/2.2.5-RELEASE cd to sources: ftp> cd src get all the ssrc.* files ftp> prompt Interactive mode off. ftp> mget ssrc.* After you D/L them all go to the directory where you D/Led them and do: tar -zxvf ssys.* You now have source in ./src It is best to ftp those files into /usr/src and untar them there, making therefor a /usr/src/sys directory... -- Yan P.S. -- If you have a cdrom, you don't need to ftp, just copy them over. On Mon, 12 Jan 1998, Hristo Grigorov wrote: > > Where I can download the FreeBSD kernel sources ? Thanx! > > Regards, Hristo. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > BSE AD Internet Department Br.Miladinovi 42A, Bourgas, BG > Phone: +359 (56) 28-153 Fax: +359 (56) 29-635 > ftp://ftp.bse.bg/ mailto:hristo@bse.bg http://www.bse.bg/hristo > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > From owner-freebsd-questions Mon Jan 12 02:35:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA26574 for questions-outgoing; Mon, 12 Jan 1998 02:35:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA26552 for ; Mon, 12 Jan 1998 02:35:02 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id QAA23161 for ; Mon, 12 Jan 1998 16:08:34 +0530 Message-ID: <34BA84B0.988@opentech.stpn.soft.net> Date: Mon, 12 Jan 1998 16:01:36 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freeBSD.ORG Subject: firewall Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I have to look after a router (freeBSD 2.1.0)set up by our previous system administrator (he has quit now).Firewall is also enables in the router.The system works 24 hours a day. I dont know which files i should look into router and firewall configurations. Dinesh Pal pdinesh@opentech.stpn.soft.net From owner-freebsd-questions Mon Jan 12 02:40:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA27005 for questions-outgoing; Mon, 12 Jan 1998 02:40:42 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA26987 for ; Mon, 12 Jan 1998 02:40:33 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id QAA23183 for ; Mon, 12 Jan 1998 16:14:06 +0530 Message-ID: <34BA85FD.A2D@opentech.stpn.soft.net> Date: Mon, 12 Jan 1998 16:07:09 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: /etc/passwd file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hello, one fine day i found three new lines in my /etc/passwd file. I dont know about these line significance, please tell me. the entries are like +@netusers:*:0:0::: +netusers:*:0:0::: +:*:0:0:::/bin/true Dinesh Pal pdinesh@opentech.stpn.soft.net From owner-freebsd-questions Mon Jan 12 02:46:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA27405 for questions-outgoing; Mon, 12 Jan 1998 02:46:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from wiley.csusb.edu (wiley.csusb.edu [139.182.2.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA27399 for ; Mon, 12 Jan 1998 02:46:27 -0800 (PST) (envelope-from wwong@wiley.csusb.edu) Received: (from wwong@localhost) by wiley.csusb.edu (8.8.5/8.6.11) id CAA17936 for freebsd-questions@freebsd.org; Mon, 12 Jan 1998 02:45:41 -0800 (PST) From: William Wong Message-Id: <199801121045.CAA17936@wiley.csusb.edu> Subject: sio buffer overflows To: freebsd-questions@freebsd.org Date: Mon, 12 Jan 1998 02:45:41 -0800 (PST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello peoples, I seem to be getting some sio overflows when ftp'ing large files over ppp to my computer. I got some of these messages: /kernel: sio1: 1416 more tty-level buffer overflows (total 1416) /kernel: sio1: 3086 more tty-level buffer overflows (total 4502) /kernel: sio1: 1834 more tty-level buffer overflows (total 6336) I was downloading a 6 meg gzipped file. The file was intact though as I was able to gunzip it. Should I need to worry about this? -- William T. Wong Phone: (909) 880-7281 email: wwong@wiley.csusb.edu From owner-freebsd-questions Mon Jan 12 03:31:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA00612 for questions-outgoing; Mon, 12 Jan 1998 03:31:32 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA00599 for ; Mon, 12 Jan 1998 03:31:24 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id MAA00544 for freebsd-questions@freebsd.org; Mon, 12 Jan 1998 12:28:14 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08387; 12 Jan 98 08:33:22 +0100 From: leifn@image.dk (Leif Neland) Date: 12 Jan 98 08:28:33 +0100 Subject: ./profile, not $HOME/.profile Message-ID: <866_9801120833@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 11 Jan 98 21:56:25 Leif Neland wrote regarding ./profile, not $HOME/.profile LN> if (login-shell == /bin/sh) then profile == $HOME/.profile LN> if (login-shell == /usr/local/bin/bash) then profile == /.profile Oops. I goofed. To give ordinary users same path as root, I copied /.profile to /etc/profile. But /.profile contained $HOME=/ ; export HOME So $HOME was also / for ordinary users (well, I'm the only user at all), and this respected bash, while sh took the real home. LN> Why? It is not so it should work according to the manpages. Well, perhaps it is :-) Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Mon Jan 12 03:57:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA02825 for questions-outgoing; Mon, 12 Jan 1998 03:57:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from hermes.iaccess.com.au (hermes.iaccess.com.au [203.5.74.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA02809 for ; Mon, 12 Jan 1998 03:56:52 -0800 (PST) (envelope-from michael@iaccess.com.au) Received: from eraser (michael@aegirport3.iaccess.com.au [203.9.242.103]) by hermes.iaccess.com.au (8.8.5/8.8.5) with ESMTP id WAA25964 for ; Mon, 12 Jan 1998 22:56:18 +1100 (EST) Message-Id: <199801121156.WAA25964@hermes.iaccess.com.au> From: "john smith" To: Subject: i need help regarding ppp connections to my isp Date: Mon, 12 Jan 1998 22:26:54 +1030 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-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've recently bought a full 4.4 bsd lite based 32-bit operating system, freebsd ver 2.1 i installed the o/s and was awed to find out that i wasn't able to connect to my local isp because i couldn't find anything that could help me....i then reinstalled my win95 and went to your site to look for help.....i did manage to find some article related to what i was after but i was stunned to find out i didn't understand it..... i was wondering if u could help me setup my freebsd o/s to connect to my local isp. regards John Smith From owner-freebsd-questions Mon Jan 12 04:03:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA03367 for questions-outgoing; Mon, 12 Jan 1998 04:03:58 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from www.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA03354 for ; Mon, 12 Jan 1998 04:03:45 -0800 (PST) (envelope-from malte@webmore.com) Received: from niente (unverified [194.95.214.187]) by www.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Mon, 12 Jan 1998 13:01:03 +0100 Message-Id: <3.0.32.19980112125559.006f8e44@cyclone.degnet.baynet.de> X-Sender: moos@cyclone.degnet.baynet.de X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 12 Jan 1998 12:56:00 -0100 To: cofer From: Malte Lance Subject: Re: Setting up Domain Name Service on /27 Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I suppose you are looking for classless in-addr.arpa delegation. It is described in an INTERNET-DRAFT. The document i found was named draft-ietf-cidrd-classless-inaddr-01.txt If you have problems finding it, drop me an email and i will send you a copy. But be warned: when setting up RAR by classless in-addr.arpa delegation as it is described in the draft, there appears a fifth IP-number, when making a RAR. This fifth IP-number is a functional part of the classless in-addr.arpa delegation. If you do not want it to appear at all, i have a solution to this problem. It requires the delegating NS to delegate name-service for the IP's in the 27-block to your NS. Malte Lance. At 01:52 12.01.98 -0600, you wrote: >Does anyone have working examples of setting up DNS on a /27 block? > >I can't really see how to sub-delegate an in-addr.arpa address when I don't know what is in the remaining part of the class C. > >Thanks, > >--- >Christopher D. Cofer cofer@syndetic-tech.com >Syndetic Technologies, Inc. http://www.syndetic-tech.com >972.492.1124 972.492.2046 fax > > > > From owner-freebsd-questions Mon Jan 12 04:40:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05269 for questions-outgoing; Mon, 12 Jan 1998 04:40:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA05261 for ; Mon, 12 Jan 1998 04:40:13 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: (from kheuer@localhost) by gwdu60.gwdg.de (8.8.5/8.8.5) id NAA22832; Mon, 12 Jan 1998 13:39:34 +0100 (CET) Date: Mon, 12 Jan 1998 13:39:34 +0100 (CET) From: Konrad Heuer Message-Id: <199801121239.NAA22832@gwdu60.gwdg.de> To: freebsd-questions@FreeBSD.ORG Subject: Mail from NCSA X Mosaic 2.7b5 Content-Type: text/plain Mime-Version: 1.0 X-Mailer: NCSA Mosaic 2.7b5 on Unknown Platform X-URL: http://www.freebsd.de/mailto.html Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Has anybody made experiences with video conferencing on a FreeBSD system? I've seen the mbone tools in the package directory, but found no information about digitizing video input on a FreeBSD driven PC. I was successful in using the Network Audio System with my sound card using the SoundBlaster device driver. Thus I hope at less audio conferencing could work ... Thanks for any answer. Konrad Heuer, GWDG, Goettingen, Germany From owner-freebsd-questions Mon Jan 12 04:44:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05524 for questions-outgoing; Mon, 12 Jan 1998 04:44:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from random.tpgi.com.au (random.tpgi.com.au [203.12.160.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA05511 for ; Mon, 12 Jan 1998 04:44:31 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by random.tpgi.com.au (8.8.4/8.8.6) id XAA14609; Mon, 12 Jan 1998 23:44:14 +1100 (EST) Received: from tar-ppp-173.tpgi.com.au(203.26.26.173), claiming to be "gretchen" via SMTP by random.tpgi.com.au, id smtpdAAAa003_4; Mon Jan 12 23:44:07 1998 From: "Eddie Irvine" To: "Goeringer, Michael" , "'freebsd-questions@freebsd.org'" Subject: Re: PS2 Mouse Support Date: Sun, 11 Jan 1998 22:05:45 +1100 Message-ID: <01bd1e80$dd9ddec0$ac1a1acb@gretchen> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have a ps/2 mouse and it works fine with X in FreeBSD 2.2.5. When you boot up a generic kernel, go to configure mode and enable the ps2 mouse. It does conflict with the keyboard, but this is OK. Eddie. >For some time now, I have been unable to implement my X86 GUI >environment as a result of not being able to get my PS2 mouse to work. > >It appears that while in the GUI setup screen you can choose this type >of mouse, it is disabled in the kernel config for the reason that it >claims to have a conflict with the "IO_KBD" interupt vector 12 From owner-freebsd-questions Mon Jan 12 05:34:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA09101 for questions-outgoing; Mon, 12 Jan 1998 05:34:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gate2.consol.de (gate2.consol.de [194.162.127.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA09093 for ; Mon, 12 Jan 1998 05:34:20 -0800 (PST) (envelope-from mwe@consol.de) Received: (from root@localhost) by gate2.consol.de (8.8.7/8.8.7) id OAA11512; Mon, 12 Jan 1998 14:33:34 +0100 (CET) (envelope-from mwe@consol.de) Received: from gauss.int.consol.de(10.0.1.2) by gate2.consol.de via smap (V2.0) id xma011510; Mon, 12 Jan 98 14:33:09 +0100 Received: from fourier.int.consol.de (mwe@fourier.int.consol.de [10.0.1.17]) by gauss.int.consol.de (8.8.6/8.8.6) with ESMTP id IAA18737; Mon, 12 Jan 1998 08:33:09 -0500 (EST) Received: (from mwe@localhost) by fourier.int.consol.de (8.8.7/8.8.7) id OAA15196; Mon, 12 Jan 1998 14:33:07 +0100 (CET) (envelope-from mwe) Date: Mon, 12 Jan 1998 14:33:07 +0100 (CET) From: Michael Elbel Message-Id: <199801121333.OAA15196@fourier.int.consol.de> To: hjh@best.com Cc: questions@freebsd.org Subject: Re: xemacs-20.3 and libcompface Newsgroups: lists.freebsd.questions References: Reply-To: me@muc.DITEC.de X-Newsreader: NN version 6.5.0 CURRENT #123 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In lists.freebsd.questions you write: >The newest xemacs-20.3 package on 2.2.5 looks for libcompface.so.1.0 >which, to the best of my knowlege, is not asked by xemacs-20.2 (according >to ldd). I just did "setenv LD_IGNORE_MISSING_OBJECTS foo" as a kludge. >I have never deleted any library so I am left to wonder: Is libcompface >usually installed on 2.2.5? I couldn't find it anywhere. (I grabbed it >after reading the xemacs faq, tho.) I am afraid I am missing something >very obvioius... No, you weren't missing anything obvious. I simply oversaw that xemacs' configure will include support for faces if it finds libcompface . When Satoshi built the package, libcompface got included, although it isn't listed in the port dependencies (and shouldn't IMO). For now you can either rebuild the port from sources or install the mail/faces package. Michael -- \|/ -O- Michael Elbel, ConSol* GmbH, Muenchen, Germany - mwe@consol.de /|\ Fermentation fault (coors dumped) From owner-freebsd-questions Mon Jan 12 06:06:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11627 for questions-outgoing; Mon, 12 Jan 1998 06:06:47 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpha.telconet.com (telconet.com [208.147.164.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA11622 for ; Mon, 12 Jan 1998 06:06:41 -0800 (PST) (envelope-from mele@bulloch.com) Received: from [208.147.166.153] by alpha.telconet.com (5.65v4.0/1.1.10.5/09Apr97-1138AM) id AA00288; Mon, 12 Jan 1998 09:06:30 -0500 Message-Id: <34BA2367.42C3D410@bulloch.com> Date: Mon, 12 Jan 1998 09:06:35 -0500 From: "Melvin C. Etheridge" Reply-To: mele@bulloch.com X-Mailer: Mozilla 4.01 (Macintosh; I; PPC) Mime-Version: 1.0 To: freebsd-questions@freebsd.org Subject: user menu scripts X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="------------87F7CC62245172326317491C" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------87F7CC62245172326317491C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Are there any user menu scripts out there for one to setup to allow for users to change there password, read email and check ther online time? Thanks, Mel --------------87F7CC62245172326317491C Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Melvin C. Etheridge Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Melvin C. Etheridge n: Etheridge;Melvin C. adr: ;;107 Evergreen Dr.;Statesboro;GA;30458; email;internet: mele@bulloch.com tel;work: 912-871-1237 tel;fax: 912-871-1464 tel;home: 912-489-2881 x-mozilla-cpt: ;0 x-mozilla-html: FALSE end: vcard --------------87F7CC62245172326317491C-- From owner-freebsd-questions Mon Jan 12 06:12:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12227 for questions-outgoing; Mon, 12 Jan 1998 06:12:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12163 for ; Mon, 12 Jan 1998 06:11:55 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id IAA24906 for questions@freebsd.org; Mon, 12 Jan 1998 08:11:54 -0600 (CST) From: "Paul T. Root" Message-Id: <199801121411.IAA24906@horton.iaces.com> Subject: procmail problems. To: questions@freebsd.org Date: Mon, 12 Jan 1998 08:11:54 -0600 (CST) X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have procmail running and it doesn't seem to be filtering as well as I would like. I have a filter to try to stop some of the spam that I get. I have this line in my file: . . . * ^From:.*hotmail.com . . . /dev/null But hotmail stuff still comes through. What do I need to do? Is it * ^From.*@hotmail.com? Paul. -- "We survived _Monsters A Go-Go_ we can survive anything!" - Joel Robinson From owner-freebsd-questions Mon Jan 12 07:54:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20505 for questions-outgoing; Mon, 12 Jan 1998 07:54:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA19674 for ; Mon, 12 Jan 1998 07:46:09 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by myname.my.domain (8.8.5/8.8.5) with SMTP id NAA02256; Mon, 12 Jan 1998 13:37:23 GMT Date: Mon, 12 Jan 1998 13:37:22 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Harlan Stenn cc: questions@FreeBSD.ORG Subject: Re: natd config help? In-Reply-To: <3874.884485184@mumps.pfcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'd like to lose the proxy stuff, and I was hoping that I could use natd > to allow the machines inside the network to access the internet using > the single IP address I have from my ISP. You said you were using 'ppp', I presume you mean the user-ppp. If so, all you have to do is to add -alias to the ppp command line and any machines on your internal LAN with their gateway set to the IP of your box will be able to access the Internet. L8rz KrOnUs From owner-freebsd-questions Mon Jan 12 08:00:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21207 for questions-outgoing; Mon, 12 Jan 1998 08:00:20 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA21201 for ; Mon, 12 Jan 1998 08:00:15 -0800 (PST) (envelope-from jmcla@ocala.cs.miami.edu) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) for id LAA07609; Mon, 12 Jan 1998 11:00:08 -0500 Date: Mon, 12 Jan 1998 11:00:08 -0500 (EST) From: "Joe \"Marcus\" Clarke" To: FreeBSD User Questions List Subject: PPP 1/11/98 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just upgraded to the latest version of ppp, and it doesn't like to stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon mode, it just quits with no error. I could be using pppctl to talk to the uipc socket, and it will just die on me. I figure it's quitting with a SIGKILL because the socket is left, and no core dump or kernel message is given. It is, for all intents and purposes, unuseable. Joe Clarke From owner-freebsd-questions Mon Jan 12 08:07:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21922 for questions-outgoing; Mon, 12 Jan 1998 08:07:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from fax.ceniai.inf.cu (fax.ceniai.inf.cu [169.158.128.146]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21911 for ; Mon, 12 Jan 1998 08:07:39 -0800 (PST) (envelope-from one!intranet.one.gov.cu!elie@ceniai.inf.cu) Received: from ceniai.inf.cu by fax.ceniai.inf.cu with esmtp (Smail3.2) id m0xrmOh-000NOgC; Mon, 12 Jan 1998 11:07:31 -0500 (CST) Received: from one.UUCP by ceniai.inf.cu with UUCP (Smail3.2) id m0xrmUD-000AqRC; Mon, 12 Jan 1998 11:13:13 -0500 (CST) Received: from intranet.one.gov.cu by one.one.gov.cu with smtp (Smail3.1.28.1 #12) id m0xqobi-0002AiC; Fri, 9 Jan 98 16:16 PST Received: by intranet.one.gov.cu (Smail3.1.29.1 #1) id m0xqljJ-00005iC; Fri, 9 Jan 98 16:12 CST Date: Fri, 9 Jan 1998 16:12:36 -0500 (CST) From: Eliezer Rodriguez Gonzalez To: questions@freebsd.org Subject: Something about a shared library Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings: I downloaded a copy of Communicator from Netscape, I installed it but when I try to run it it complains about a missing shared library, its name is libstdc++.so.2.0. It is intended to work on BSD systems, Solaris, and some others. I want someone to politely explain me where this shared library belongs to and what can I do to solve this problem. Thanks in advance. Bye. ======================================= Ing. Eliezer Rodriguez Gonzalez Grupo de Redes ONERED Oficina Nacional de Estadisticas E-mail: elie@intranet.one.gov.cu Voz: 30-00-75; 30-50-21 ext: 254 ======================================= From owner-freebsd-questions Mon Jan 12 08:18:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23107 for questions-outgoing; Mon, 12 Jan 1998 08:18:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from hermes.dciem.dnd.ca (0@hermes.dciem.dnd.ca [131.136.64.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA23097 for ; Mon, 12 Jan 1998 08:18:31 -0800 (PST) (envelope-from tyeung@dciem.dnd.ca) Received: from pcsim23.dciem.dnd.ca by hermes.dciem.dnd.ca (4.1/SMI-4.1) for freebsd-questions@FreeBSD.ORG; id AA27971; Mon, 12 Jan 98 11:12:02 EST Message-Id: <9801121612.AA27971@hermes.dciem.dnd.ca> Comments: Authenticated sender is From: "Tim Yeung" To: freebsd-questions@FreeBSD.ORG Date: Mon, 12 Jan 1998 11:11:32 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: How to extract tgz files X-Confirm-Reading-To: "Tim Yeung" X-Pmrqc: 1 Priority: urgent X-Mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there: New FreeBSD 3.0-980107-SNAP user. System: AMD DX4-100, 28M RAM ,265K cache and 1.2G Hard drive I do not have a reliable ISP connection, my ISP is slow and keep cutting off my connection from time to time. I can ftp individual "Packages" collection ( e.g. apache1.3b3.tgz ) from the Freebsd site. Is there a way for me to manually install each .tgz file? ***************************************************** Tim Yeung DCIEM, Simulation and Training Fax:416-635-2104 Chat:pcsim23.dciem.dnd.ca http://www.dciem.dnd.ca mailto:tyeung@dciem.dnd.ca ***************************************************** From owner-freebsd-questions Mon Jan 12 08:39:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25002 for questions-outgoing; Mon, 12 Jan 1998 08:39:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA24648 for ; Mon, 12 Jan 1998 08:36:01 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 12 Jan 1998 11:34:35 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA29999; Mon, 12 Jan 98 11:34:26 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA15944; Mon, 12 Jan 1998 11:33:17 -0500 Message-Id: <19980112113317.04967@ct.picker.com> Date: Mon, 12 Jan 1998 11:33:17 -0500 From: Randall Hopper To: Greg Lehey Cc: Jason Wells , freebsd-questions@FreeBSD.ORG Subject: Re: LKM versus Static Kernel References: <3.0.3.32.19980104175505.007cc9b0@jcwells.deskmail.washington.edu> <19980110195048.17940@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <19980110195048.17940@lemis.com>; from Greg Lehey on Sat, Jan 10, 1998 at 07:50:48PM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Lehey: |I don't see any important disadvantages in loadable kernel modules; in |fact, it's my preferred method of implementing additional |functionality. Briefly, | |Pro: | |1. LKMs are modular. You can load them or not load them, and you | don't need to rebuild the kernel to add their functionality. | |2. You only need to have an LKM loaded when you want to run it. If | you want, you can unload it and reclaim the memory it occupies. | |3. Starting the system can be faster, since you don't need to | initalize the kernel version of the LKM. | |Con: | |1. Although they're separate, LKMs are part of the kernel, and they | must match the release. If you try to run a 2.2.2 release LKM | with release 2.2.5, you could have trouble, including panics, or | it might not work at all. | |I'm sure there are more; if anybody wants to, feel free to add to this |list. Another pro and con comes to mind: Con: 2. LKMs are currently unsuitable for drivers that need to allocate large chunk(s) of physical memory. After a few seconds of OS time, memory is fragmented and vm_page_alloc_contig just doesn't work. It doesn't seem to be able to swap things out to free contig physical pages, but instead just hangs and eats CPU. The Bt848 (bktr) driver is an example of such a driver (it allocates a 3.5Meg frame buffer). Sure do wish the bktr driver could be LKMized as it would make testing much easier, which is the pro I had in mind: Pro: 4. Speeds up driver development and maintenance (don't have to reboot to test a change; just modunload, rebuild, modload). Randall From owner-freebsd-questions Mon Jan 12 08:44:39 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25769 for questions-outgoing; Mon, 12 Jan 1998 08:44:39 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA25753 for ; Mon, 12 Jan 1998 08:44:33 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id LAA24187; Mon, 12 Jan 1998 11:41:55 -0500 (EST) Date: Mon, 12 Jan 1998 11:41:31 -0500 (EST) From: Steve Hovey To: Gianmarco Giovannelli cc: questions@FreeBSD.ORG Subject: Re: News Server In-Reply-To: <34B9D4D8.7966A5E4@giovannelli.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, Gianmarco Giovannelli wrote: > I'd like to install a newsgroups server ... > Any hints on a good one (if there are more than one:-) ? I use INN like the bulk of the net (or used to be the bulk of the net) ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Mon Jan 12 08:51:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA26734 for questions-outgoing; Mon, 12 Jan 1998 08:51:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA26729 for ; Mon, 12 Jan 1998 08:51:41 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id IAA25639; Mon, 12 Jan 1998 08:49:58 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma025634; Mon, 12 Jan 98 08:49:46 -0800 Message-ID: <34BA49E2.C8F53CF6@partsnow.com> Date: Mon, 12 Jan 1998 08:50:42 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: George Vagner CC: questions@freebsd.org Subject: Re: IWILL motherboard & serial ports References: <199801120128.TAA28249@epcot.spdc.ti.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I didn't hear back from the guy with the XB2. As I said before, the TV series works fine. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Mon Jan 12 09:10:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28700 for questions-outgoing; Mon, 12 Jan 1998 09:10:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from chaski.com (chaski-gate.orbis.net [205.164.72.31] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA28669 for ; Mon, 12 Jan 1998 09:10:38 -0800 (PST) (envelope-from mike@chaski.com) Received: (from mike@localhost) by chaski.com (8.8.3/8.8.3) id LAA03343 for questions@freebsd.org; Mon, 12 Jan 1998 11:03:56 GMT From: michael dorin Message-Id: <199801121103.LAA03343@chaski.com> Subject: How many virtual IP's can a system handle To: questions@freebsd.org Date: Mon, 12 Jan 1998 11:03:56 +0000 () 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-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How many virtual IP's can a system handle? How many virtual domains can apache handle? I have a 166Mhz system with 64meg of ram running freebsd 2.1.6. (type to update I know) -Mike From owner-freebsd-questions Mon Jan 12 09:20:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29615 for questions-outgoing; Mon, 12 Jan 1998 09:20:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA29561 for ; Mon, 12 Jan 1998 09:20:03 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: from localhost (nadav@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) with SMTP id TAA13471; Mon, 12 Jan 1998 19:12:51 +0200 (IST) (envelope-from nadav@gatekeeper.barcode.co.il) Date: Mon, 12 Jan 1998 19:12:51 +0200 (IST) From: Nadav Eiron To: Tim Yeung cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to extract tgz files In-Reply-To: <9801121612.AA27971@hermes.dciem.dnd.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, Tim Yeung wrote: > Hi there: > New FreeBSD 3.0-980107-SNAP user. > System: AMD DX4-100, 28M RAM ,265K cache and 1.2G Hard drive > > I do not have a reliable ISP connection, my ISP is slow and keep > cutting off my connection from time to time. > > I can ftp individual "Packages" collection ( e.g. apache1.3b3.tgz ) > from the Freebsd site. > > Is there a way for me to manually install each .tgz file? Sure. Just use pkg_add, like so: pkg_add apache1.3b3.tgz (as root) > > ***************************************************** > > Tim Yeung > DCIEM, Simulation and Training > Fax:416-635-2104 Chat:pcsim23.dciem.dnd.ca > http://www.dciem.dnd.ca mailto:tyeung@dciem.dnd.ca > > ***************************************************** > Nadav From owner-freebsd-questions Mon Jan 12 09:45:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02758 for questions-outgoing; Mon, 12 Jan 1998 09:45:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA02740 for ; Mon, 12 Jan 1998 09:45:04 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA20024; Mon, 12 Jan 98 18:46:24 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA02959; Mon, 12 Jan 98 18:44:17 +0100 Posted-Date: Mon, 12 Jan 1998 18:43:23 +0100 (MET) Date: Mon, 12 Jan 1998 18:43:23 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: michael dorin Cc: questions@FreeBSD.ORG Subject: Re: How many virtual IP's can a system handle In-Reply-To: <199801121103.LAA03343@chaski.com> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, michael dorin wrote: > How many virtual IP's can a system handle? > How many virtual domains can apache handle? > > I have a 166Mhz system with 64meg of ram running freebsd 2.1.6. > (type to update I know) You'd propably find that your service deamons run out of the file descriptor they need for logging, sockets, etc, long before you hit any real limits in the OS. For FreeBSD+Apache several 1000-ands is certainly not uncommon. Beyond that is might not make sense, as you will propably hit problems other than related to bandwith, processing and memory limits; which cause you to rethink your management strategy :-) There are several hints on www.apache.org you propably find usefull. Dw. From owner-freebsd-questions Mon Jan 12 09:46:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02890 for questions-outgoing; Mon, 12 Jan 1998 09:46:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA02842 for ; Mon, 12 Jan 1998 09:45:57 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA20036; Mon, 12 Jan 98 18:47:24 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA02966; Mon, 12 Jan 98 18:45:17 +0100 Posted-Date: Mon, 12 Jan 1998 18:44:23 +0100 (MET) Date: Mon, 12 Jan 1998 18:44:23 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Nadav Eiron Cc: Tim Yeung , freebsd-questions@FreeBSD.ORG Subject: Re: How to extract tgz files In-Reply-To: Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, Nadav Eiron wrote: > > I do not have a reliable ISP connection, my ISP is slow and keep > > cutting off my connection from time to time. check your timeout values; and do not forget that you can 'continue' a broken of ftp session. See the man pages (and those of fetch!) for more details. Dw. > > I can ftp individual "Packages" collection ( e.g. apache1.3b3.tgz ) > > from the Freebsd site. > > > > Is there a way for me to manually install each .tgz file? > > Sure. Just use pkg_add, like so: > pkg_add apache1.3b3.tgz > (as root) > > > > > ***************************************************** > > > > Tim Yeung > > DCIEM, Simulation and Training > > Fax:416-635-2104 Chat:pcsim23.dciem.dnd.ca > > http://www.dciem.dnd.ca mailto:tyeung@dciem.dnd.ca > > > > ***************************************************** > > > Nadav > > http://cils.ceo.org http://enrm.ceo.org dirkx@technologist.com Dirk.vanGulik@jrc.it +39 332 78 0014 +39 332 78 9549 fax +39 332 78 9185 ISEI/ESBA; The Center For Earth Observation Joint Research Centre of the European Communities, Ispra, Italy From owner-freebsd-questions Mon Jan 12 10:04:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA05804 for questions-outgoing; Mon, 12 Jan 1998 10:04:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA05795 for ; Mon, 12 Jan 1998 10:04:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA21561; Mon, 12 Jan 1998 10:04:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 10:04:21 -0800 (PST) From: Doug White Reply-To: Doug White To: Stanley.Hopcroft@aipo.gov.au cc: kuku@gilberto.physik.RWTH-Aachen.DE, freebsd-questions@freefall.FreeBSD.org Subject: Re: Re[2]: pccard - handbook - faq ? In-Reply-To: <4A256587.0039B5F4.00@notes.aipo.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 9 Jan 1998 Stanley.Hopcroft@aipo.gov.au wrote: > I am using a D-Link 650 in a Toshiba CT720 with the PAO patches for > 2.2.5-RELEASE, and am pleased with the result. > > The D-Link card is configured and probed after the kernel unsuccessfully > probes for an ed device - you need device ed in kernel and the standard PAO > database (? I'm unsure of the name) supplies the PC Card parameters. Cool :-) > The only problem with the D-Link is that the card is delivered with a UTP > and BNC adapter and this bulky fitting connects to the card by a tiny > "Honda" connector (like a micro SCSI fitting). I would prefer a fitting > that takes up the whole edge of the card like the new IBMs - if they work. The 3Com's have the same connector type. They're very popular since they're small and I assume cheap. They are purposefully built fragile so if you strain the connection, you break the cable instead of the card iself. The cables run about $20, the card several times that. I think you'll prefer to replace the cable. :-) We have an Accton ether/modem combo (the Xircom's have the same connector BTW) that has the huge connector, but it's a bear to get on/off and if I strained it it'd probably break the card into little pieces. We get broken connectors for the 3c589D's all the time at ResNet; we finally bought a few spares to give to the students while we send the rest back for (free) replacements. Lifetime warranties are cool. :) 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 Jan 12 10:14:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA06612 for questions-outgoing; Mon, 12 Jan 1998 10:14:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from chaski.com (chaski-gate.orbis.net [205.164.72.31] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA06582 for ; Mon, 12 Jan 1998 10:14:19 -0800 (PST) (envelope-from mike@chaski.com) Received: (from mike@localhost) by chaski.com (8.8.3/8.8.3) id MAA03996 for questions@freebsd.org; Mon, 12 Jan 1998 12:07:42 GMT From: michael dorin Message-Id: <199801121207.MAA03996@chaski.com> Subject: RAID-1 experiences? To: questions@freebsd.org Date: Mon, 12 Jan 1998 12:07:41 +0000 () 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-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anybody have experience with those RAID-1 boards that are out there? Is this something the operating system never needs to see? If so, how do you tell if one drive bit the dust? Any recommendations? -Mike From owner-freebsd-questions Mon Jan 12 10:15:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA06724 for questions-outgoing; Mon, 12 Jan 1998 10:15:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mailext02.compaq.com (mailext02.compaq.com [207.18.199.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA06717 for ; Mon, 12 Jan 1998 10:15:42 -0800 (PST) (envelope-from hykel@yoda.eng.hou.compaq.com) Received: from mail.compaq.com(really [207.18.199.36]) by mailext02.compaq.com via sendmail with smtp id for ; Mon, 12 Jan 1998 12:10:40 -0600 (CST) (Smail-3.2.0.92 1997-Feb-9 #2 built 1997-Sep-10) Received: from yoda.eng.hou.compaq.com(really [131.168.159.247]) by mail.compaq.com via sendmail with smtp id for ; Mon, 12 Jan 98 12:15:20 -0600 (CST) (/\##/\ Smail3.1.30.16 #30.2 built 25-may-96) Received: by yoda.eng.hou.compaq.com (Smail3.1.26.7/COMPAQ-HESIOD) id m0xroON-000AwZC; Mon, 12 Jan 98 12:15 CST Message-Id: From: hykel@yoda.eng.hou.compaq.com (Richard Hykel) Subject: Re: Compaq Deskpro To: rabitdog@kiva.net (Matthew Abel) Date: Mon, 12 Jan 98 12:15:19 CST Cc: freebsd-questions@freebsd.org In-Reply-To: <199801092232.RAA32335@sherrill.kiva.net>; from "Matthew Abel" at Jan 9, 98 05:32:44 pm X-Mailer: ELM [version 2.4dev PL11] Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It appears that << Matthew Abel >> wrote: > > Will FreeBSD work properly on a Compaq Deskpro 486DX2-66? I saw that it > does not support IBM's microchannel bus. If I am right, I think that Compaq > uses a microchannel bus in their PS/2 motherboards. I have 4 Compaq's that > I was planning on installing FreeBSD onto. I am planning on buying the CD > version from Walnut Creek Archives. I was hoping to find out ahead of time > if there was going to be a problem with the microchannel bus. > > Matthew Abel > rabitdog@kiva.net > 1) Depending upon product and year, Compaq has announced ISA, EISA and PCI architecture systems. To my knowledge, Compaq has never announced a Microchannel architecture system and I have been here over eight years. 2) I have read of users running FreeBSD on various Compaq systems. Search the mailing list archives at www.freebsd.org for 'Compaq'. The mail that I have read indicates they added non-Compaq network &/or SCSI cards. It is unlikely that you will find drivers for Compaq designed network or SCSI circuits for systems designed in the time frame of 486DX2 systems. 3) If you intend to dual boot FreeBSD/Win95, watch out for the Compaq diagnostic partition. This is the non-dos partition at the start of Compaq harddrives and I am usure as to how this will interact with the boot manager. I have not tried FreeBSD on a Compaq box in years. Actually, it was 386BSD 0.1, not FreeBSD. I have been asked to put FreeBSD on a 486DX2-66 in the next several weeks, but it will be FreeBSD only - NOT dual-boot. -------------------------------------------------------------------------- Richard Hykel Compaq Computer Corporation hykel@twisto.compaq.com MS 050305 Box 692000 Houston, Texas 77269-2000 Disclamer: I express my opinions, not Compaq's. I doubt this will change. -------------------------------------------------------------------------- From owner-freebsd-questions Mon Jan 12 10:44:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10160 for questions-outgoing; Mon, 12 Jan 1998 10:44:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA10153 for ; Mon, 12 Jan 1998 10:44:31 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA13183; Mon, 12 Jan 1998 18:43:36 GMT Date: Mon, 12 Jan 1998 10:43:35 -0800 (PST) From: Dan Busarow To: Tsung-li Wu cc: freebsd-questions@freebsd.org Subject: Re: question in network card setup In-Reply-To: <34B9343A.754D@eos.ncsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Tsung-li Wu wrote: > ed0: flags=8843 mtu 1500 > inet 10.1.2.2 netmask 0xffffff00 broadcast 10.1.2.255 > ether 00:20:18:72:3f:e3 > ed1: flags=8843 mtu 1500 > inet 10.1.2.100 netmask 0xffffff00 broadcast 10.1.2.255 > ether 00:20:18:72:3f:de > lp0: flags=8810 mtu 1500 > tun0: flags=8010 mtu 1500 > sl0: flags=c010 mtu 552 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > --------------------------------------------------------------------- > > And a message "starting standard daemons:inetd cron sendmail ... kernel: > arp: 00:20:18:72:3f:e3 is using my IP address 10.1.2.100!" kept showing > on the screen. It might be a bug but first you should try using correct netmasks. If both interfaces really are on the same network (why?) then give the second card a netmask of 0xffffffff. Otherwise give both cards the right netmask, i.e. 0xffffff80 for 2 126 host nets. Get back to us if you still have problems. 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 Jan 12 10:48:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10696 for questions-outgoing; Mon, 12 Jan 1998 10:48:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA10679 for ; Mon, 12 Jan 1998 10:48:31 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id WAA16885; Sun, 11 Jan 1998 22:46:22 +0200 (EET) Message-ID: <34B92F9C.1DBED592@Shevchenko.kiev.ua> Date: Sun, 11 Jan 1998 22:46:21 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: ulf.magnusson@it-partner.nic.se CC: freebsd-questions@freebsd.org Subject: Re: if FreeBSD 2.2 is year 2000 complian References: <34B9DDC1.6D51@it-partner.nic.se> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ulf Magnusson wrote: > I need to find out if FreeBSD 2.2 is year 2000 compliant. > Do you something about this? > must be, (as most UNI*EX, FreeBSD have year 2038 problem, not year 200) But year 2000 is problem of whole software complex, and one really trust way to find out --- is upward clocks on you FreeBSD box with software to 28.12.99 and try. > Thanks, > Ulf Magnusson > > -- > http://www.ledningsinformation.com > Ulf Magnusson > IT-Partner AB > Hammarby Fabriksväg 43 > S-120 33 Stockholm > Sweden > ulf.magnusson@it-partner.nic.se > ICQ UIN 4153428 > Phone: Office +46-8-694 90 15 > Direct +46-708-68 72 40 > Fax: Office +46-8-694-90-12 > Direct +46-708-68 71 23 -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 12 10:50:57 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11133 for questions-outgoing; Mon, 12 Jan 1998 10:50:57 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from uustar.starnet.net (uustar.starnet.net [199.217.253.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA11096 for ; Mon, 12 Jan 1998 10:50:48 -0800 (PST) (envelope-from commlet!chrisa@uustar.starnet.net) Received: from commlet.UUCP (Ucommlet@localhost) by uustar.starnet.net (8.8.8/8.8.8) with UUCP id LAA21963 for freebsd.org!questions; Mon, 12 Jan 1998 11:49:56 -0600 (CST) From: Chris Aubuchon X-Mailer: SCO OpenServer Mail Release 5.0 To: questions@freebsd.org Subject: HP 6020i Date: Mon, 12 Jan 98 11:25:54 CST Message-ID: <9801121125.aa09922@commlet.commlet.com> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, Does FreeBSD support the HP 6020i CD-ROM burner? If not, what do I need to do to make it support it? Regards, ChrisA chris@commlet.com From owner-freebsd-questions Mon Jan 12 11:04:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13063 for questions-outgoing; Mon, 12 Jan 1998 11:04:19 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mailout04.btx.dtag.de (mailout04.btx.dtag.de [194.25.2.152]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA13052 for ; Mon, 12 Jan 1998 11:04:12 -0800 (PST) (envelope-from 07131970379-0001@t-online.de) Received: from (fwd01.btx.dtag.de) [194.25.2.161] by mailout04.btx.dtag.de with smtp id 0xroxu-00080i-00; Mon, 12 Jan 1998 19:52:02 +0100 Received: from Noname (07131970379-0001(btxid)@[193.159.35.163]) by fwd01.btx.dtag.de with smtp (S3.1.29.1) id ; Mon, 12 Jan 1998 19:51:43 +0100 Reply-To: "Markus Welsch" To: Subject: PGP 5.x Plugin for Outlook Express Date: Mon, 12 Jan 1998 17:33:56 +0100 Message-ID: <01bd1f77$e087b000$LocalHost@00044900797307131970379#0001> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 X-Sender: 07131970379-0001@t-online.de From: 07131970379-0001@t-online.de (Markus Welsch) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How can I use the PGP 5.x Plugin in MS Outlook Express (IE4 Version)? In which directory must I copy which files? From owner-freebsd-questions Mon Jan 12 11:14:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14386 for questions-outgoing; Mon, 12 Jan 1998 11:14:46 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14379 for ; Mon, 12 Jan 1998 11:14:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA21681; Mon, 12 Jan 1998 11:14:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 11:14:30 -0800 (PST) From: Doug White Reply-To: Doug White To: Christoph Kukulies cc: freebsd-questions@freefall.FreeBSD.org Subject: Re: dhcps Q: In-Reply-To: <19980112082439.43153@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, Christoph Kukulies wrote: > > > dhcps[17050]: Assign 192.168.0.12 to the client(cid is "1:0x0080c88428ab:192.168 > > > .0.0") till "Thu Jan 1 00:59:59 1970". > > > > > > Just a question: Is that a configuration problem or just the > > > value that is taken to indicate eternity in unix ? > > > > > > > Jan 1 1970 at midnight is the UNIX epoch. How did the client configure > > itself, using BOOTP, or do you give infinite leases? > > I chose manual allocation in /etc/dhcpdb.pool (BTW, there > seems to be a discrepancy between the dhcps man page and > the port. Some files go into /etc some in /var > while the man page says in BSD os's this is /var/db/dhcbdb.xxx) That's possible; the port will bend the paths to fit the BSD idea of file oganization. (/etc/ should be usable read-only.) If there are other files that need to be moved you can contact the port's maintainer. > # entries for manual allocation (DHCP, BOOTP) > 3001: :ipad=192.168.0.12:hstn="lebook.kuku.de":tblc=subnet0:clid="1:0x0080c88428ab": Yeah, it's giving you an infinite lease. 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 Jan 12 11:26:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16079 for questions-outgoing; Mon, 12 Jan 1998 11:26:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail12.digital.com (mail12.digital.com [192.208.46.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16065 for ; Mon, 12 Jan 1998 11:26:09 -0800 (PST) (envelope-from chandru@serabi.lkg.dec.com) Received: from muggsy.lkg.dec.com (muggsy.lkg.dec.com [16.20.32.219]) by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) with SMTP id OAA14087 for ; Mon, 12 Jan 1998 14:24:27 -0500 (EST) Received: from serabi.lkg.dec.com by muggsy.lkg.dec.com (5.65/DEC-Ultrix/4.3) with SMTP id AA18238; Mon, 12 Jan 1998 14:24:17 -0500 Received: from localhost by serabi.lkg.dec.com (5.65v4.0/1.1.10.5/06Nov97-0231PM) id AA05484; Mon, 12 Jan 1998 14:24:13 -0500 Message-Id: <34BA6DDC.31D2@serabi.lkg.dec.com> Date: Mon, 12 Jan 1998 14:24:12 -0500 From: "Chandrasekar.K" X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: questions@freebsd.org Subject: installinh with NT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, i am trying to install freebsd 2.2.5 along with NT. When i try 1) use the MBR or the standard it always boots with NT i tried the FAQ and come across a note to use NT's boot manager. I this case 1)what i should select when installation asks about boot record. 2) How i can copy the boot area into a file? ( after installtion i need to reboot and i always get NT) thank u chandru From owner-freebsd-questions Mon Jan 12 11:29:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16517 for questions-outgoing; Mon, 12 Jan 1998 11:29:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16496 for ; Mon, 12 Jan 1998 11:28:58 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id OAA00311; Mon, 12 Jan 1998 14:27:55 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199801121927.OAA00311@dyson.iquest.net> Subject: Re: BSD's In-Reply-To: <19980112174818.31065@lemis.com> from Greg Lehey at "Jan 12, 98 05:48:18 pm" To: grog@lemis.com (Greg Lehey) Date: Mon, 12 Jan 1998 14:27:55 -0500 (EST) Cc: Arney@agape.twu.ca, freebsd-questions@freebsd.org 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-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greg Lehey said: > On Tue, Jan 13, 1998 at 09:34:47PM -0800, Nathanael Arney wrote: > > I, not knowing much about BSD, would like to know the difference between > > the different versions(?) of BSD (eg. open, free etc.). > > > > I have a intel based pc 200mmx and 32meg of ram. > > > > important to me are: > > > > easy instilation > > FreeBSD > > > emulation of other unixs (including linux) > > FreeBSD. I think. > (NetBSD, OpenBSD) are perhaps a little better with esoteric emulations. However, I think that for multimedia emulation of Linux, FreeBSD is better. Otherwise, for SCO binaries, etc, each is probably pretty good. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. From owner-freebsd-questions Mon Jan 12 11:30:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16762 for questions-outgoing; Mon, 12 Jan 1998 11:30:34 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16745 for ; Mon, 12 Jan 1998 11:30:29 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id LAA05739; Mon, 12 Jan 1998 11:30:03 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 11:30:03 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Tim Yeung cc: freebsd-questions@freebsd.org Subject: Re: How to extract tgz files In-Reply-To: <9801121612.AA27971@hermes.dciem.dnd.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk pkg_add apache1.3b3.tgz man pkg_add ; man pkg_delete -- Yan On Mon, 12 Jan 1998, Tim Yeung wrote: >Hi there: >New FreeBSD 3.0-980107-SNAP user. >System: AMD DX4-100, 28M RAM ,265K cache and 1.2G Hard drive > >I do not have a reliable ISP connection, my ISP is slow and keep >cutting off my connection from time to time. > >I can ftp individual "Packages" collection ( e.g. apache1.3b3.tgz ) >from the Freebsd site. > >Is there a way for me to manually install each .tgz file? > >***************************************************** > >Tim Yeung >DCIEM, Simulation and Training >Fax:416-635-2104 Chat:pcsim23.dciem.dnd.ca >http://www.dciem.dnd.ca mailto:tyeung@dciem.dnd.ca > >***************************************************** > From owner-freebsd-questions Mon Jan 12 11:32:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA17127 for questions-outgoing; Mon, 12 Jan 1998 11:32:34 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA17114 for ; Mon, 12 Jan 1998 11:32:30 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id LAA06174; Mon, 12 Jan 1998 11:32:24 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 11:32:24 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: john smith cc: freebsd-questions@FreeBSD.ORG Subject: Re: i need help regarding ppp connections to my isp In-Reply-To: <199801121156.WAA25964@hermes.iaccess.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk If you are using PPP to connect to your ISP, take a look at: http://www.freebsd.org/tutorials/ppp/ppp.html Also look in /etc/ppp/ for configuration files samples. -- Yan On Mon, 12 Jan 1998, john smith wrote: >I've recently bought a full 4.4 bsd lite based 32-bit operating system, >freebsd ver 2.1 >i installed the o/s and was awed to find out that i wasn't able to connect >to my local isp because i couldn't find anything that could help me....i >then reinstalled my win95 and went to your site to look for help.....i did >manage to find some article related to what i was after but i was stunned >to find out i didn't understand it..... >i was wondering if u could help me setup my freebsd o/s to connect to my >local isp. > >regards >John Smith > From owner-freebsd-questions Mon Jan 12 11:39:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18321 for questions-outgoing; Mon, 12 Jan 1998 11:39:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18310 for ; Mon, 12 Jan 1998 11:39:52 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id LAA07802; Mon, 12 Jan 1998 11:39:42 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 11:39:42 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: "Melvin C. Etheridge" cc: freebsd-questions@FreeBSD.ORG Subject: Re: user menu scripts In-Reply-To: <34BA2367.42C3D410@bulloch.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk change passwod: "passwd" read email: "mail" or you can install from packages "pine", "elm", etc.. -- Yan On Mon, 12 Jan 1998, Melvin C. Etheridge wrote: >Are there any user menu scripts out there for one to setup to allow for >users to change there password, read email and check ther online time? > >Thanks, > >Mel From owner-freebsd-questions Mon Jan 12 11:40:38 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18556 for questions-outgoing; Mon, 12 Jan 1998 11:40:38 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18464 for ; Mon, 12 Jan 1998 11:40:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA21735; Mon, 12 Jan 1998 11:40:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 11:40:03 -0800 (PST) From: Doug White Reply-To: Doug White To: Charlie ROOT cc: FreeBSD-Questions Subject: Re: wd0 error. Prob HW-Failure In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Nov 1997, Charlie ROOT wrote: > Hi, > recently I get from my toshiba-disk TOSHIBA MK3205MAV (inside notebook): > wd0: interrupt timeout: > wd0: status 58 error 0 > wd0: interrupt timeout: > wd0: status 50 error 1 > > I suspect bad block('s). > Is there something like a bad-block-management for SCSI-disks? Some disks do have that. > Are there tools under FreeBSD to check the disk and read the IDE-infos (if any). It's manufacturer-speific. Since this is a laptop, try disabling IDE spindown in your BIOS's power management setup. It looks like our disk is spinning down and FreeBSD doesn't like that. 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 Jan 12 11:46:09 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA19444 for questions-outgoing; Mon, 12 Jan 1998 11:46:09 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA19374; Mon, 12 Jan 1998 11:46:04 -0800 (PST) (envelope-from jrs@Venus.mcs.net) Received: from Venus.mcs.net (jrs@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id NAA12228; Mon, 12 Jan 1998 13:46:03 -0600 (CST) Received: from localhost (jrs@localhost) by Venus.mcs.net (8.8.7/8.8.2) with SMTP id NAA21640; Mon, 12 Jan 1998 13:46:02 -0600 (CST) Date: Mon, 12 Jan 1998 13:46:02 -0600 (CST) From: Johnathan Raymond Sconiers II To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Security for isp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, sorry to bother you again with isp questions but i wanted know if there are any things such as daemons, ports/packages that i should automatically disable. THANKS John ********************************* * M C S N E T * * Johnathan Raymond Sconiers II * * jrs@mcs.net * ********************************* From owner-freebsd-questions Mon Jan 12 11:49:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA20052 for questions-outgoing; Mon, 12 Jan 1998 11:49:23 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA20044 for ; Mon, 12 Jan 1998 11:49:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA21742; Mon, 12 Jan 1998 11:49:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 11:49:14 -0800 (PST) From: Doug White Reply-To: Doug White To: "J. Gaynor" cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD , OS/2 and SMP In-Reply-To: <34B19099.38C4@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 Jan 1998, J. Gaynor wrote: > I am interested in running FreeBSD on my workstation. It > sounds very good as far as features and stability. My > system is a dual processor Pentium with a Tyan 1462 motherboard. > I downloaded the test floppy and so far all seems really > very nice. The only 3 questions I have are the following: Should have no problem on this machine. > * Does FreeBSD support multi-processor architecture? What are the > limitations? Yes, FreeBSD supports SMP, but you have to run -CURRENT, which is the current release-in-development. I suggest referencing http://www.freebsd.org/~fsmp/SMP/ for information. In SMP mode the OS takes care of utilizing the extra CPUs. > * I use Warp Server 4.0 as my standard OS. Is there support for > reading HPFS partitions? Do FreeBSD and OS/2 coexist in a friendly > fashion on the same system? Should be no problem. Using vmount you can read your HPFS partition, but you can't write it. > * I also use System Commander to manage multiple boot configurations. System Commander (reportedly) has an evil `feature' that changes the OS Type bits and this confuses our boot blocks. You may have to use SysCommander's bootblock store feature (?) to load in a new MBR rather than starting FreeBSD with SysCommander directly. Or use the OS/2 Boot manager. > Are there any limitations on the installation > partition, specifically, can FreeBSD be installed to an extended > logical partition, or must it be installed to a primary partition. > If it must be installed to a primary partition, does this have to > be on the first physical drive (like SCO Unix)? FreeBSD must be installed to it's own slice type. You can place the install files on a DOS primary partition, but the actual OS must go on it's own slice. BTW, the OS/2 Boot Manager boots FreeBSD fine. I actually have a Warp 4/FreeBSD dual boot system on my box that I don't use but it does work. > Thank you very much for your time. FreeBSD, with its cross > Unix compatibility and features really does look quite excellent. > I look forward to hearing from you in the future. Let us know if you have any other 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 Mon Jan 12 11:54:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA20835 for questions-outgoing; Mon, 12 Jan 1998 11:54:24 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA20822 for ; Mon, 12 Jan 1998 11:54:18 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id TAA13553; Mon, 12 Jan 1998 19:54:01 GMT Date: Mon, 12 Jan 1998 11:54:00 -0800 (PST) From: Dan Busarow To: bsd account cc: freebsd-questions@freebsd.org Subject: Re: HELP!...starting a DNS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, bsd account wrote: > I've erad some FAQs & handbook but I can't see the steps I need to > implement a DNS on this machine. Do I ... > a) in RC.conf set 1) gateway = YES Not needed unless this machine will also be a gateway. > 2) then what ? Also in rc.conf set named_enable="YES" named_flags="-b /etc/named/named.boot" ^- substitute the path to your boot file here > b) I have the /etc/named directory on floppy from my old machine > which an ISP set up with DNS / Routing Gateway enebled. > Do I simply copy it to my new machine? It came from a 2.1.5 FBSD You can use it as a reference but unless none of the IP addresses have changed you won't be able to use it as is. The file format itself is unchanged for 4.9.x versions of named. 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 Jan 12 12:16:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23810 for questions-outgoing; Mon, 12 Jan 1998 12:16:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from joule.physics.uottawa.ca (joule.physics.uottawa.ca [137.122.32.104]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA23591 for ; Mon, 12 Jan 1998 12:13:57 -0800 (PST) (envelope-from hubert@joule.physics.uottawa.ca) Received: from [137.122.32.112] by joule.physics.uottawa.ca (AIX 3.2/UCB 5.64/4.03) id AA14387; Mon, 12 Jan 1998 15:08:55 -0500 Message-Id: <34BA7834.1171@physics.uottawa.ca> Date: Mon, 12 Jan 1998 15:08:20 -0500 From: Sylvain Hubert Reply-To: hubert@joule.physics.uottawa.ca Organization: student X-Mailer: Mozilla 3.01 (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Dual Pentium II Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was thinking of bying an Asus dual pentium II motherboard. The only problem I could see now is if FreeBSD can run on such machine and how does it manage jobs. For instance, if you submit a program, does it run on both cpu or only on one (What about when you submit two programs??) ? Thank you in advance for your time. Sylvain Hubert hubert@physics.uottawa.ca From owner-freebsd-questions Mon Jan 12 12:31:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA25275 for questions-outgoing; Mon, 12 Jan 1998 12:31:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA25249 for ; Mon, 12 Jan 1998 12:30:43 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id OAA21370; Mon, 12 Jan 1998 14:29:56 -0600 (CST) Date: Mon, 12 Jan 1998 14:29:56 -0600 (CST) From: Mark Tinguely Message-Id: <199801122029.OAA21370@plains.NoDak.edu> To: dlr@insane.asylum.org, questions@FreeBSD.ORG Subject: Re: Remote dump Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > As i look into this more it seems like an increased security risk. Is there > another way of doing it? I have one 8mm exabyte tape drive and would like to > backup three freebsd boxes without totally leaving the network wide open. I've > got sshd and tcp_wrappers installed and working also. Perhaps the best solution > would be to have each machine have it own backup... I use a seperate non-priviledged account and group (remtape) on the tape server and backup clients. remtape account on all machines have an invalid passwords ("*" in the password field in the file master.passwd) . I changed the permissions on /sbin/rdump to be set-uid to root and ONLY executable by root and the remtape group (setting the uid to root opens a security hole, so restrict this to remtape). change the ownership of /etc/dumpdates to remtape.remtape. The raw devices that need to be backed up are readable by the remtape group. If you want to tighten the security holes, a person can limit the lifetime of the .rhosts files (listed below), put a restricted shell on remtape, or put a network wrapper on the remote shell facility. The rematape account on each client machine has the .rhosts entry of: tape_server.domain remtape On the tape server machine, the .rhosts for remtape is available for the time of the backup (cron just before running the backup from cron). This could be done on the clients as well. the advantage of using a non-priviledged account over rhost-ed root accounts is if for some reason someone does comprimised your remtape account they could at worse read your drives, but they can't trash your system (unless they crack your /etc/master.passwd passwords after, but then you could argue they could snoop the net while backup was in progress and do the same thing). --mark. From owner-freebsd-questions Mon Jan 12 13:23:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA02451 for questions-outgoing; Mon, 12 Jan 1998 13:23:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gromit.pinpt.com (gromit.pinpt.com [205.179.195.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA02445 for ; Mon, 12 Jan 1998 13:23:05 -0800 (PST) (envelope-from schluntz@dns.pinpt.com) Received: from [165.227.106.80] (schluntz.pinpt.com [165.227.106.80]) by gromit.pinpt.com (8.7.5/8.6.12) with SMTP id NAA00294; Mon, 12 Jan 1998 13:22:19 -0800 (PST) Message-Id: <199801122122.NAA00294@gromit.pinpt.com> Subject: Re: Mac File system and FreeBSD Date: Mon, 12 Jan 98 13:21:13 -0700 x-sender: schluntz@dns.pinpt.com x-mailer: Claris Emailer 2.0v2, June 6, 1997 From: "Sean J. Schluntz" To: "Lutz Albers" , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk *From the fingers of Lutz Albers >>>> I'm getting ready to setup a laptop with FreeBSD and NT on it (I >>>> need NT >>>> for some of the phone work I do) and I also need to be able to work >>>> with >>>> long file names in a shared location for both. >>>> >>>> I'm thinking of using a 500meg Mac formatted partition on the hard >>>> disk >>>> as NT will be able to use it (With a tool I have) and I seem to >>>> recall >>>> that FreeBSD can mount it. >>>> >>>> My question is this, how reliable is the Mac File system mounting >>>> capability of FreeBSD? Can it stand up to everyday heavy use or >>>> should I >>>> think of doing something else? >>> >>>I'm wouldn't going that route. Maybe you should try using vmount (a >>>utility which uses the Linux fs code via an nfs loopback mount). Use >>>a >>>vfat (urgh .. :-( partition for the data. > >I don't think that you can mount MacFS partitions, there is just a >program giving access. Urk, I think you're right. For some reason I though FreeBSD could mount HFS but now that you mention it I can't find where I saw that. So, you mentioned something that sounded painful ;) How would you suggest I make it so that my NT system and my FreeBSD system can share a space with long file names? (People have to have run in to this at some point or another?) Thanks! -Sean ---------------------------------------------------------------------- Sean J. Schluntz schluntz@pinpt.com Systems Engineer (408) 997-6900 x222 PinPoint Software Corporation http://www.pinpt.com From owner-freebsd-questions Mon Jan 12 13:23:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA02495 for questions-outgoing; Mon, 12 Jan 1998 13:23:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from educ.lsuc.on.ca (educ.lsuc.on.ca [142.57.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA02466 for ; Mon, 12 Jan 1998 13:23:22 -0800 (PST) (envelope-from keith@lsuc.on.ca) Received: from pc-51.finance.lsuc.on.ca by educ.lsuc.on.ca with smtp (Smail3.1.28.1 #4) id m0xrrK5-00011SC; Mon, 12 Jan 98 16:23 EST Message-ID: <34BA8A8B.2932@lsuc.on.ca> Date: Mon, 12 Jan 1998 16:26:35 -0500 From: Keith Jackson Reply-To: keith@lsuc.on.ca Organization: Law Society of Upper Canada X-Mailer: Mozilla 3.0 (Win95; U; 16bit) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ISC DHCP server - Address already in use Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am trying to get the ISC DHCP server running on a FreeBSD 2.1.0 system. The DHCP server is the Beta 5.16. I have compiled the server with no errors. I have now added the Berkeley Packet Filter to the kernel and recompiled it. I have created 4 bpf devices. I have also added the #define BROKEN_FREEBSD_BPF to the site.h file of the DHCP server source before compiling it just in case the version of FreeBSD has this bug. I start up the DHCP server and it says the folowing: Internet Software Consortium DHCPD $Name: BETA_5_16 $ Copyright 1995, 1996 The Internet Software Consortium. All rights reserved. # Listening on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 Sending on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 Can't bind to dhcp address: Address already in use dhcpd: exiting. Can anyone tell me what the message about the dhcp address already being in use means? I have a very tiny dhcpd.conf file I'm using for test purposes and I have commented out everything but a reference to one subnet and it is still producing this message. Here's what's in the dhcpd.conf file: =============================================================== server-identifier lsucnet.lsuc2.lsuc.on.ca; option domain-name "lsuc.on.ca"; option domain-name-servers 142.57.1.7,142.57.1.10,142.77.1.1; subnet 142.57.16.0 netmask 255.255.240.0 { option domain-name "lsuc2.lsuc.on.ca"; option routers 142.57.16.254; option subnet-mask 255.255.240.0; # default-lease-time 600; # max-lease-time 7200; } # group { # option domain-name "finance.lsuc.on.ca"; # option routers 142.57.16.254; # option subnet-mask 255.255.240.0; # host pc-51.finance.lsuc.on.ca { # hardware ethernet 00:20:af:f3:93:22; # fixed-address 142.57.21.51; # } # } ================================================================= Thanks for any help. From owner-freebsd-questions Mon Jan 12 13:24:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA02696 for questions-outgoing; Mon, 12 Jan 1998 13:24:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA02682 for ; Mon, 12 Jan 1998 13:24:31 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id NAA19696 for ; Mon, 12 Jan 1998 13:24:18 -0800 (PST) Date: Mon, 12 Jan 1998 13:24:17 -0800 (PST) From: Shawn Ramsey To: questions@freebsd.org Subject: ethernet compatibility Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is the Intel EtherExpress PRO 10/100 compatible with FreeBSD? I looked at the compatibilty list, and that card wasnt speciifically listed. How stable and or fast is this card? Is there a better 10/100 card I should consider? (I am getting a great price on these cards) Thanks. From owner-freebsd-questions Mon Jan 12 13:40:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04907 for questions-outgoing; Mon, 12 Jan 1998 13:40:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from sin.sloth.org (quik@sin.sloth.org [207.0.237.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04842 for ; Mon, 12 Jan 1998 13:40:10 -0800 (PST) (envelope-from quik@sin.sloth.org) Received: from localhost (quik@localhost) by sin.sloth.org (8.8.7/8.8.7) with SMTP id QAA02109 for ; Mon, 12 Jan 1998 16:39:18 -0500 Date: Mon, 12 Jan 1998 16:39:18 -0500 (EST) From: To: freebsd-questions@freebsd.org Subject: moused and x Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How can I get moused and X windows to be compatible with my PS/2 mouse? From owner-freebsd-questions Mon Jan 12 13:44:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05561 for questions-outgoing; Mon, 12 Jan 1998 13:44:19 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA05398 for ; Mon, 12 Jan 1998 13:43:55 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with Microsoft Exchange (IMC 4.0.837.3) id <01BD1F77.3211D280@keywest.ird.rl.af.mil>; Mon, 12 Jan 1998 16:29:03 -0500 Message-ID: From: "Goeringer, Michael" To: "'freebsd-questions@freebsd.org'" Subject: Problem booting a ThinkPad 750 Date: Mon, 12 Jan 1998 16:29:01 -0500 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-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ran in to a problem for the first time. I have 2.2.5 residing nicley on a 520 meg drive with booteasy installed. For some reason, I can no longer get past the PCIC check during bootup. I get the follwong message "wd0s1c: wdstart: timeout waiting to give command reading fsbn 1wd0: status 0 error 0" followed by the same with "error 1 ". I can't even use a boot floppy to get the install screen...the system just hangs after the PCIC check. If I take the HD out or put a different one in (like my win95 drive) it boots off the floppy fine. Thinking that it could be a booteasy problem I attempted to remove it with fdisk /mbr..but there was no chang (booteasy still there). I also tried to install OS-BS off the CD with no effect.... I"m open for suggestions... Michael G. From owner-freebsd-questions Mon Jan 12 14:06:21 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08599 for questions-outgoing; Mon, 12 Jan 1998 14:06:21 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA08354 for ; Mon, 12 Jan 1998 14:04:18 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from patrick.com [204.255.227.69] by iglou.com with smtp (8.7.3/8.6.12) id 0xrrxn-0004bW-00; Mon, 12 Jan 1998 17:04:08 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 12 Jan 1998 16:56:21 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@freebsd.org Subject: ASCII to PS Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings once again! I need some help on postscript. I am trying to translate ascii into postscript so that it wraps the line correctly. I've used a2ps and GNU enscript, as well as textfmt. None of them do it right. The postscript always comes out as full justified text. The right edge gets wrapped wherever the margin is, not at word boundaries. Is there some application that I can find to wrap the words to the next line instead of splitting them in the middle of a word? I'll write one myself if needed, but why recreate the wheel? (It would vary based on the font used, of course, so it's not so simple as wrapping at 80 characters or the nearest word break. I'd need to compute the amount of space the characters would use.) Thanks, Patrick +-------------------------------------------------------------------+ |Patrick S. Gardella Director of Web Development | | The Creative Group 1-800-804-0783 606-858-9054 (fax) | |-------------------------------------------------------------------| | http://www.cre8tivegroup.com | |-------------------------------------------------------------------| | Patrick@cre8tivegroup.com PGP Key ID 0xEE2D47A9 | +-------------------------------------------------------------------+ From owner-freebsd-questions Mon Jan 12 14:26:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11038 for questions-outgoing; Mon, 12 Jan 1998 14:26:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from dodo.pluisnet (ppp-101-143.villette.club-internet.fr [194.158.101.143]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10900 for ; Mon, 12 Jan 1998 14:25:56 -0800 (PST) (envelope-from vons@usa.net) Received: from cyril.pluisnet (cyril.pluisnet [10.0.1.2]) by dodo.pluisnet (8.8.7/8.8.7) with SMTP id XAA01078 for ; Mon, 12 Jan 1998 23:22:34 +0100 (CET) (envelope-from vons@usa.net) Message-Id: <3.0.5.32.19980112232340.007d2e20@dodo.pluisnet> X-Sender: vons@dodo.pluisnet X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 12 Jan 1998 23:23:40 +0100 To: questions@freebsd.org From: vons@usa.net (Gert-Jan Vons) Subject: NE2000 card sometims has memory but usually not ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Running 2.2.5-RELEASE on a 486dx2-66, NE2000 clone (SimpleNet SN2000CT) as network board. I usually have Jan 11 09:57:28 dodo /kernel: ed0 at 0x300-0x31f irq 10 on isa Jan 11 09:57:28 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 (16 bit) in my log file, but today (and once , ~2 weeks ago) my card developed a case of "memory gain", although flaky: Jan 12 19:05:54 dodo /kernel: ed0: failed to clear shared memory at d8000 - check configuration Jan 12 19:05:54 dodo /kernel: ed0 at 0x300-0x31f irq 10 msize 8192 on isa Jan 12 19:05:54 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 (16 bit) How come the driver sometimes thinks there's memory, but usually doesn't ? The doc mentions 16 Kbytes of Buffer RAM size, but it is unclear whether that is internal to the card hardware or not. Could there be a problem with the card, the driver, the config of either, ...? Gert-Jan ------ "Emacs is a nice operating system, but I prefer UNIX." - Tom Christiansen From owner-freebsd-questions Mon Jan 12 14:28:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11301 for questions-outgoing; Mon, 12 Jan 1998 14:28:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11283 for ; Mon, 12 Jan 1998 14:28:43 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gatekeeper.worldinternet.net (dialup-6.worldinternet.net [195.72.32.146]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id WAA27986 for ; Mon, 12 Jan 1998 22:26:26 GMT Message-Id: <3.0.1.32.19980111222814.007de100@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 11 Jan 1998 22:28:14 +0000 To: freebsd-questions@FreeBSD.ORG From: Peter Subject: Fatel trap9 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk <<< No Message Collected >>> From owner-freebsd-questions Mon Jan 12 14:28:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11328 for questions-outgoing; Mon, 12 Jan 1998 14:28:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11280 for ; Mon, 12 Jan 1998 14:28:39 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gatekeeper.worldinternet.net (dialup-6.worldinternet.net [195.72.32.146]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id WAA27991; Mon, 12 Jan 1998 22:26:35 GMT Message-Id: <3.0.1.32.19980111222822.007e1610@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 11 Jan 1998 22:28:22 +0000 To: questions@FreeBSD.org From: Peter Subject: Fatel trap9 Cc: support@cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk HI, I have just got FreeBSD 2.2.5 and am trying to install it. I have tryied to boot from the cd-rom and floppy disk. But get the following error: boot: booting 0:fd(0,a)kernel @ 0x279000 text=0x12a000 data0x0 bss=0xa00 symbols=[+0x600+0x4+0x270+0x4+0x1f4] total=0x3a446c entry point=0x279000 Uncompressing kernel...done Booting the kernel Fatel trap9: general protection fault while in kernel mode instruction pointer = 0x8:0xf01aad71 stach pointer = 0x10:0xefbfff98 framed pointer = 0x10:0xefbfffb0 code segment = base 0x0 , limit 0xfffff, type 0x1b processor eflags = resume IOPL = 0 current process = 0 ( ) interrupt mask = net tty bio panic: general protection fault Automatic reboot in 15 sec - press a key on the console to abort The configuration of my machine is as follows, IBM 200 6x86MX 32 Mb EDO RAM 3.2 Gb HDD 2 Mb Cirrus Logic PCI Vga card 24x Matsushita Cd-rom Drive I also have a PRI DOS partition with a size of 102 Mb on a FAT16. Which is runing a windows 95 shell. Does anyone know what the problem is and what to do about it. PLEASE!! peter@worldinternet.net From owner-freebsd-questions Mon Jan 12 14:57:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA14689 for questions-outgoing; Mon, 12 Jan 1998 14:57:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA14679 for ; Mon, 12 Jan 1998 14:57:46 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip27.castlenet.com (ip27.castlenet.com [209.63.23.27]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id QAA15786; Mon, 12 Jan 1998 16:03:56 GMT From: efinley@castlenet.com (Elliot Finley) To: Ricardo AG Almeida Cc: freebsd-questions@freebsd.org Subject: Re: Q: which ppp to use? Date: Mon, 12 Jan 1998 23:01:05 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34bba05d.3626091@castlenet.com> References: <3.0.32.19980111052725.009793d0@ptero.ag.com.br> In-Reply-To: <3.0.32.19980111052725.009793d0@ptero.ag.com.br> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id OAA14680 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998 05:27:27 -0200, you wrote: > > >>>>If I plan on having up to 200 simultaneous ppp dialins on a single >>>>box, which ppp would be better? pppd or user ppp? >>> >>>Neither one, because that airplane will not fly. >>> >>>32 ports per box, or perhaps 64 with the right stuff, hardware wise. >>>You will need more than one box. >> >>What is the limiting factor? Memory? Cpu power? what? >> >>My box is a Pentium II 233, with 64MB ram.... How much processing >>power and memory does a portmaster have? If I need more memory I'll >>just put more memory in it... So what IS the limiting factor? > >Supposing that you set up several 16-port serial boards, you will need 13 >free slots to get your box running... > Your math skills are excellent... How many free slots will it take if I use 64, or even 128 port cards? -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Mon Jan 12 15:19:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA17225 for questions-outgoing; Mon, 12 Jan 1998 15:19:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA17219 for ; Mon, 12 Jan 1998 15:19:47 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA04380; Mon, 12 Jan 1998 23:16:43 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801122316.XAA04380@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Joe \"Marcus\" Clarke" cc: FreeBSD User Questions List Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Mon, 12 Jan 1998 11:00:08 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jan 1998 23:16:42 +0000 From: Brian Somers Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I just upgraded to the latest version of ppp, and it doesn't like to > stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon > mode, it just quits with no error. I could be using pppctl to talk to > the uipc socket, and it will just die on me. I figure it's quitting > with a SIGKILL because the socket is left, and no core dump or kernel > message is given. It is, for all intents and purposes, unuseable. I've noticed this too, but I can't reproduce it reliably :-( There's no record of any sort of signal being sent to it :-/ I'm looking into it. > Joe Clarke > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Jan 12 15:24:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18187 for questions-outgoing; Mon, 12 Jan 1998 15:24:34 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA18023; Mon, 12 Jan 1998 15:24:10 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id WAA04153; Mon, 12 Jan 1998 22:56:22 GMT Message-ID: <34BAA582.F9151DE9@tdx.co.uk> Date: Mon, 12 Jan 1998 23:21:38 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Johnathan Raymond Sconiers II CC: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Re: Security for isp References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Disable _EVERYTHING_ then pick the ones you need - and only enable them... If your setting up a public access FreeBSD system (or ISP system etc.) - look in the ports collection for things like 'tcpwrappers' - which will disallow or log connections from hosts which don't have reverse DNS addresses, or better still - get a good book on the subject, something like "Building Internet Firewalls ISBN 1-56592-124-0, O'Reilly & Associates, Inc." is a good place to start - even if your not building firewalls in particular... At the end of the day though - remember the motto - if you don't NEED it, don't RUN it... And the more complex the system / program / setup - the more that can go wrong, not only with the software - but with the security of the system... Regards, Karl ps. Don't take this _TOO_ far with BSD, I've heard of people deleting things like the /usr/bin directory - because they didn't _need_ it - it applies more to Servers, Ports etc. on the system - than the actual _BASE_ system - though it might be a good idea not putting things like C compilers on systems running as ISP servers (as not to give any 'visitors' too many tools ;-) - Though at the end of the day some things are worth the 'risk' factor... Johnathan Raymond Sconiers II wrote: > > Hi, sorry to bother you again with isp questions but i wanted know if > there are any things such as daemons, ports/packages that i should > automatically disable. THANKS > > John > > ********************************* > * M C S N E T * > * Johnathan Raymond Sconiers II * > * jrs@mcs.net * > ********************************* From owner-freebsd-questions Mon Jan 12 15:29:11 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19060 for questions-outgoing; Mon, 12 Jan 1998 15:29:11 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19003 for ; Mon, 12 Jan 1998 15:28:49 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: from localhost (bsd@localhost) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id HAA00177 for ; Tue, 13 Jan 1998 07:55:42 +1000 (EST) Date: Tue, 13 Jan 1998 07:55:39 +1000 (EST) From: bsd To: freebsd-questions@FreeBSD.ORG Subject: test only..ignore it Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bounce it From owner-freebsd-questions Mon Jan 12 15:35:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19977 for questions-outgoing; Mon, 12 Jan 1998 15:35:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19935; Mon, 12 Jan 1998 15:35:39 -0800 (PST) (envelope-from jeff@mercury.jorsm.com) Received: from localhost (jeff@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id RAA08684; Mon, 12 Jan 1998 17:35:22 -0600 (CST) Date: Mon, 12 Jan 1998 17:35:21 -0600 (CST) From: Jeff Lynch To: Johnathan Raymond Sconiers II cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Re: Security for isp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998, Johnathan Raymond Sconiers II wrote: > > Hi, sorry to bother you again with isp questions but i wanted know if > there are any things such as daemons, ports/packages that i should > automatically disable. THANKS > > John I recommend you edit you inetd.conf and comment out everything except what you know you need. The stuff that comes off the dist is pretty good otherwise. Make sure you are running at least Sendmail 8.8.6 or better. ========================================================================= Jeffrey A. Lynch, President JORSM Internet email: jeff@jorsm.com Northwest Indiana's Full-Service Provider Voice: (219)322-2180 927 Sheffield Avenue, Dyer, IN 46311 Autoresponse: info@jorsm.com http://www.jorsm.com From owner-freebsd-questions Mon Jan 12 15:41:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20671 for questions-outgoing; Mon, 12 Jan 1998 15:41:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mx.calweb.com (mx.calweb.com [208.131.56.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20658 for ; Mon, 12 Jan 1998 15:41:20 -0800 (PST) (envelope-from rdugaue@calweb.com) Received: by mx.calweb.com (8.8.6/8.8.6) with SMTP id PAA08479; Mon, 12 Jan 1998 15:17:12 -0800 (PST) X-SMTP: helo web2.calweb.com from rdugaue@calweb.com server rdugaue@web2.calweb.com ip 208.131.56.52 Date: Mon, 12 Jan 1998 15:17:12 -0800 (PST) From: Robert Du Gaue To: Sylvain Hubert cc: freebsd-questions@freebsd.org Subject: Re: Dual Pentium II In-Reply-To: <34BA7834.1171@physics.uottawa.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I was thinking of bying an Asus dual pentium II motherboard. The > only problem I could see now is if FreeBSD can run on such machine > and how does it manage jobs. For instance, if you submit a program, > does it run on both cpu or only on one (What about when you submit > two programs??) ? We've got this model here with Dual P-II 300MHZ. Jordan did some benchmarks on it and had 'make worlds' in the 30-40 minute range. Overall though, as a server, I would not use PIIs. The PPros are much better work horses and the money for a PII with comparable speed isn't worth it. We also had some initial problems with the onboard SCSI controller for that model. It's working now, but does get an abnormal amount of bus errors, but I beleive that's because the FreeBSD people are still working on support for that board. > > Thank you in advance for your time. > > Sylvain Hubert > hubert@physics.uottawa.ca > -------------------------------------------------------------------------- Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com President, CalWeb Internet Services Inc. (916) 641-9320 -------------------------------------------------------------------------- From owner-freebsd-questions Mon Jan 12 15:50:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21897 for questions-outgoing; Mon, 12 Jan 1998 15:50:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA21846; Mon, 12 Jan 1998 15:50:25 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id SAA03226; Mon, 12 Jan 1998 18:49:43 -0500 (EST) Message-ID: <19980112184943.12096@rtfm.net> Date: Mon, 12 Jan 1998 18:49:43 -0500 From: Nathan Dorfman To: Johnathan Raymond Sconiers II Cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Re: Security for isp References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Johnathan Raymond Sconiers II on Mon, Jan 12, 1998 at 01:46:02PM -0600 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, Jan 12, 1998 at 01:46:02PM -0600, Johnathan Raymond Sconiers II wrote: > > Hi, sorry to bother you again with isp questions but i wanted know if > there are any things such as daemons, ports/packages that i should > automatically disable. THANKS You should disable anything you don't need. In particular it's a good idea to disable telnetd, rshd, rlogind, etc. and enable only sshd. You can have /etc/inetd.conf point these services to a shell script that prints out why they are disabled and asks them to use ssh. You should really disable any- thing you don't need; ftpd is a good candidate. Many people have computers dedicated to local SMB or http but leave services like ftpd and telnetd on for no apparent reason. As to what you should _en_able, you should definitely look into xinetd, an enhanced (security-wise and otherwise) replacement for inetd. I recommend that you use sshd for remote logins instead of telnetd, but this isn't all that necessary if the machine is going to be running on a trusted network, with no access from the outside. tcp_wrappers might also be a wise choice. -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / From owner-freebsd-questions Mon Jan 12 15:59:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22815 for questions-outgoing; Mon, 12 Jan 1998 15:59:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bcarsde4.nortel.ca (mailgate.nortel.ca [192.58.194.74]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22789 for ; Mon, 12 Jan 1998 15:59:25 -0800 (PST) (envelope-from fwang@nortel.ca) Message-Id: <199801122359.PAA22789@hub.freebsd.org> Received: from bcarsadb.ca.nortel.com by bcarsde4.nortel.ca; Mon, 12 Jan 1998 18:59:02 -0500 Received: from ca.nortel.com by bcarsadb.ca.nortel.com id <08586-0@bcarsadb.ca.nortel.com>; Mon, 12 Jan 1998 18:58:29 -0500 Date: 12 Jan 1998 18:58 EST To: freebsd-questions@FreeBSD.ORG From: "Xinyuan Wang" Subject: notebook compatibility with FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I am looking for a notebook that is compatible with FreeBSD, and am considering following brands : Compaq IBM Toshiba Dell NEC Can anybody provide me some information about the FreeBSD compatibility with these notebooks. Thanks a lot ! Xinyuan Wang fwang@nortel.ca From owner-freebsd-questions Mon Jan 12 16:10:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA24041 for questions-outgoing; Mon, 12 Jan 1998 16:10:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA24009; Mon, 12 Jan 1998 16:10:37 -0800 (PST) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-22.bellatlantic.net [151.201.122.22]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id TAA18104; Mon, 12 Jan 1998 19:10:39 -0500 (EST) Date: Mon, 12 Jan 1998 19:10:01 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: bugs@freebsd.org, questions@freebsd.org Subject: as, binutils out of date? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello I was just compiling the latest Wine distribution when I noticed that `as' from 2.2.5 R did not recognize the `string' pseudo-op. I just compiled gas from GNU binutils-2.8.1, however, and it has this function. Will binutils 2.8.1 be included with the next release? I believe the present version may be out of date. Is FreeBSD's ld exactly the same as GNU's? I think I will just compile the gas portion of binutils and install it in /usr/bin over top the stock FreeBSD as. I noticed that the man page for ld was 'customized' by a core member and not the stock GNU manpage, but the `as' manpage was stock. Thanks Donn From owner-freebsd-questions Mon Jan 12 16:16:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA24771 for questions-outgoing; Mon, 12 Jan 1998 16:16:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA24750 for ; Mon, 12 Jan 1998 16:16:44 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with Microsoft Exchange (IMC 4.0.837.3) id <01BD1F8F.86A226C0@keywest.ird.rl.af.mil>; Mon, 12 Jan 1998 19:23:13 -0500 Message-ID: From: "Goeringer, Michael" To: "'Xinyuan Wang'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: notebook compatibility with FreeBSD Date: Mon, 12 Jan 1998 19:23:11 -0500 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-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've had fairly good luck with an older IBM ThinkPad 750Cs, though I've had problems getting X to run on the LCD screen (works fine on an external monitor). Michael G. ---------- From: Xinyuan Wang[SMTP:fwang@nortel.ca] Sent: Monday, January 12, 1998 6:58 PM To: freebsd-questions@FreeBSD.ORG Subject: notebook compatibility with FreeBSD Hello, I am looking for a notebook that is compatible with FreeBSD, and am considering following brands : Compaq IBM Toshiba Dell NEC Can anybody provide me some information about the FreeBSD compatibility with these notebooks. Thanks a lot ! Xinyuan Wang fwang@nortel.ca From owner-freebsd-questions Mon Jan 12 16:24:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA25919 for questions-outgoing; Mon, 12 Jan 1998 16:24:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Gawain.Houston-InterWeb.COM (interweb.hou.neo.net [206.109.6.62]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA25891 for ; Mon, 12 Jan 1998 16:24:20 -0800 (PST) (envelope-from rfinn@Houston-InterWeb.COM) Received: from localhost (rfinn@localhost) by Gawain.Houston-InterWeb.COM (8.8.5/8.6.12) with SMTP id SAA00673 for ; Mon, 12 Jan 1998 18:21:26 GMT Date: Mon, 12 Jan 1998 18:21:26 +0000 () From: "Richard J. Finn" To: support@freebsd.org Subject: trouble running 2.2.5 install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having trouble running the 2.2.5 install. I tried to upgrade from 2.2.2 and when that didn't work, I tried a fresh install. Neither worked. Basically, I get everything set up and going. When it starts trying to install bin on / it gets some sort of "vm_fault" error - "no default entry for..." Any ideas? I've tested my computer and drives and haven't found any errors. It was running 2.2.2 without any problems. The computer is a Compaq Prosignia 300 with a SCSI-2 2 gig hard drive. I've had FreeBSD 2.1.7, one of the 3.0 versions, and 2.2.2 on it without any problems. Richard J. Finn rfinn@houston-interweb.com CTO - Houston InterWeb Design, Inc. http://www.houston-interweb.com/ From owner-freebsd-questions Mon Jan 12 16:47:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28788 for questions-outgoing; Mon, 12 Jan 1998 16:47:07 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA28777 for ; Mon, 12 Jan 1998 16:46:56 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA15689; Tue, 13 Jan 1998 11:16:13 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA10037; Tue, 13 Jan 1998 11:16:12 +1030 (CST) (envelope-from grog) Message-ID: <19980113111612.25991@lemis.com> Date: Tue, 13 Jan 1998 11:16:12 +1030 From: Greg Lehey To: Xinyuan Wang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: notebook compatibility with FreeBSD References: <199801122359.PAA22789@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801122359.PAA22789@hub.freebsd.org>; from Xinyuan Wang on Mon, Jan 12, 1998 at 06:58:00PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jan 12, 1998 at 06:58:00PM -0500, Xinyuan Wang wrote: > Hello, > > I am looking for a notebook that is compatible with FreeBSD, and am considering > following brands : > > Compaq > IBM > Toshiba > Dell > NEC > > Can anybody provide me some information about the FreeBSD compatibility with > these notebooks. I've heard of a lot of compatibility problems with Compaq. Dell is good, but they use an undocumented graphics chipset (NeoMagic), which means that you can't get a free X server for it. You *can* get one from XI graphics, but it will cost $250. Greg From owner-freebsd-questions Mon Jan 12 16:54:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29462 for questions-outgoing; Mon, 12 Jan 1998 16:54:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mole (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA29390 for ; Mon, 12 Jan 1998 16:53:56 -0800 (PST) (envelope-from bsampley@slip.net) Received: from sf-pm17-3-67.dialup.slip.net [207.171.212.67] by mole with smtp (Exim 1.73 #2) id 0xrubq-0002jS-00; Mon, 12 Jan 1998 16:53:39 -0800 Date: Mon, 12 Jan 1998 16:52:54 -0800 (PST) From: Burton Sampley X-Sender: bsampley@bsampley.my.domain To: Jason Wells cc: Brian Fischman , freebsd-questions@freebsd.org Subject: Re: xdm In-Reply-To: <3.0.3.32.19980111223752.007c4220@jcwells.deskmail.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk One other minor point to add. $HOME/.xsession must be executable to work. Just do ls -la. If it's not executable then chmod 700 ./.xsession -burton- On Sun, 11 Jan 1998, Jason Wells wrote: > Date: Sun, 11 Jan 1998 22:37:52 +0000 > From: Jason Wells > To: Brian Fischman > Cc: freebsd-questions@freebsd.org > Subject: Re: xdm > > At 00:44 1/12/98 -0500, you wrote: > >I have a problem, when i run startx everything works fine, however when > >i run xdm, after i login the screen gets messed up and 3 secs later i am > >at the login screen again, this is a never ending cycle, any > >suggestsions? > >Brian > > When you start X by using 'startx', the file '~/.xinitrc' is read in order > to set up your session. The analog of '.xinitrc' is '~/.xsession'. Xdm > reads '/.xsession' to set up your session. > > I venture a guess that you do not have a '.xsession' file. If you do, then > I might guess that it does not refer to a window manager. You must start a > window manager in order to run a session. > > Read your existing '.xinitrc' for some ideas on what should be in your > '.xsession'. > > I am not sure that this reply will fully answer your question. I hope that > this gives you some ideas. > > Read man X carefully. This info about how startx and xdm are initialized is > in there. But that man page is sooooo big sometimes it is easy to start > skimming and miss important stuff. I was tripped up on xdm for a while but > the man page got me started. > > I use xdm myself. I prefer it for the sole reason that I like the login > widget. YMMV. > > Good luck, > Jason Wells > > From owner-freebsd-questions Mon Jan 12 16:57:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29836 for questions-outgoing; Mon, 12 Jan 1998 16:57:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA29817 for ; Mon, 12 Jan 1998 16:57:36 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: (from bsd@localhost) by smmcroute.smmc.qld.edu.au (8.7.5/8.7.3) id JAA00292; Tue, 13 Jan 1998 09:24:33 +1000 (EST) Date: Tue, 13 Jan 1998 09:24:31 +1000 (EST) From: bsd account To: freebsd-questions@FreeBSD.ORG Subject: Server setup mystery...HELP? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi folks... Thanks to Dan & Randy for their replies to "Help startingDNS". I have got problems! - ain't we all ;^) I am sorry...I am a bit of a dummy but I'm trying! Problems are as follows: a) When Routed runs stuff like PINE Telnet etc wont run! Appears to be looking at the modem's semi-permanent connection!?? b) When routed option is set to NO Pine LYNX etc all work fine but mail being delivered can't arrive. Says that "554 local congiguration error exists. 554 MX entry smmc.qld.edu.au. points back to smmcroute.smmc.qld.edu.au" What I have done(brief): I copied my old servers /etc/named to new machine...no worky on new set up! Old = FreeBSD 2.1.5, new =FreeBSD 2.2.2 Can you help? More details are below...Thanks for that kind peoples. ********************************************************** What I'm trying to do: ...Set up a V 2.2.2 server for my LAN on a brand new drive on the SAME machine as I currently have a V 2.1.5 server working (but some small hassles e.g. squid and sometimes named hang up) The hardware works fine , no conflicts, drivers etc work OK. What I want to happen: ...For this machine to be a web/mail etc server with a DNS proxy router/gateway etc for my school's LAN - just like it currently is on the other hard drive (I swap the drives over while I'm doing all this...I have also saved /etc/ppp /etc/namedb sysconfig to a floppy from old system for convenience) What I did: a) Copied the ppp file (although I changed it to use iijppp with /dev/cuaa1 and not /dev/modem) b) Copied /etc/namedb to new system (no IPs will be different) c) did the standard stuff... 1) created /etc/start_if.tun0 2) changed rc.conf to reflect sysconfig of old system (p.s. it is attached below) 3) put PINE LYNX etc but not webserver yet on it 4) Put MGETTY on it but not yet configured (for later dialin use) What it does: a) dials out ok and connects b) fails to autostart named with or without routed set to start c) with routed & named...Local software hangs...Pine lynx etc. appears to blip the modem regularly!...perhaps waiting...why would PINE seek to do that? d) with routed not started but named started, mail won't arrive correctly from outside...sendmail interrupts & says the 554 error as described above. What I might do: a) GIVE UP...but I don't want to I must be close! MY RC.CONF file follows.... # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired. apm_enable="NO" # Set to YES if you want APM enabled. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="station1.smmc.qld.edu.au" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall="NO" # Set to firewall type or NO for none. tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="lo0 de0 tun0" # Listof net interfaces (lo0isloopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_de0="inet 203.56.180.101 netmask 255.255.255.0" ifconfig_tun0= ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_flags="" # Optional flags to inetd (always enabled). named_enable="NO" # Run named, the DNS server (or NO). named_flags="" # Flags to named (if enabled). kerberos_server_enable="NO" # Run a kerberos master server (or NO). rwhod_enable="NO" # Run the rwho daemon (or NO). amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_server_enable="NO" # This host is an NFS server (or NO). weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). portmap_flags="" # Flags to portmap (if enabled). xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enabled="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable="NO" # We're an NIS client (or NO) nis_client_flags="" # Flags to ypbind (if enabled). nis_ypset_enable="NO" # Run ypset at boot time (or NO). nis_ypset_flags="" # Flags to ypset (if enabled). nis_server_enable="NO" # We're an NIS server (or NO) nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO). nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="NO" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf) ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # obsolete kernel option ARP_PROXY_ALL equiv. ############################################################## ### System console options ################################# ############################################################## keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="NO" # keyboard rate to: slow, normal, fast (or NO). keybell="NO" # bell to duration.pitch or normal or visual (or NO). keychange="NO" # function keys default values (or NO). cursor="NO" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO). font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO). font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="NO" # blank time (in seconds) or "NO" to turn it off. saver="NO" # screen saver desired: blank/green/snake/star/NO. mousedtype="NO" # See man page for rc.conf(8) for available settings. mousedport="/dev/cuaa0" # Set to your mouse port (required if mousetype set) mousedflags="" # Any additional flags to moused. ############################################################## ### Miscellaneous administrative options ################### ############################################################## lpd_enable="YES" # Run the line printer daemon sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # -bd is pretty mandatory savecore_enable="NO" # Save kernel crashdumps for debugging (or NO). dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="NO" # Check quotas (or NO). accounting="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (or NO). From owner-freebsd-questions Mon Jan 12 17:40:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05408 for questions-outgoing; Mon, 12 Jan 1998 17:40:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from lariat.lariat.org (ppp1000.lariat.org@lariat.lariat.org [129.72.251.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA05283 for ; Mon, 12 Jan 1998 17:40:16 -0800 (PST) (envelope-from brett@lariat.org) Received: (from brett@localhost) by lariat.lariat.org (8.8.8/8.8.8) id SAA07733; Mon, 12 Jan 1998 18:31:55 -0700 (MST) Message-Id: <3.0.5.32.19980112183959.00ac2390@mail.lariat.org> X-Sender: brett@mail.lariat.org X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 12 Jan 1998 18:39:59 -0700 To: Rudy Gireyev , questions@FreeBSD.ORG From: Brett Glass Subject: Re: ThinkPad 760E install failing miserably In-Reply-To: <19980110205935.27907.rocketmail@send1a.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The PAO package does nothing for XFree86, alas. I cannot find a driver that will use the screen at full resolution, or any driver with acceleration. As for APM: the PAO package only support 2.2.5-Release, and I really need -current so that I can run the BSDI DOS emulator. --Brett Glass At 12:59 PM 1/10/98 -0800, Rudy Gireyev wrote: >Do you have the PAO package http://www.jp.freebsd.org/PAO installed ? > >Rudy > > >---Brett Glass wrote: >> >> I'm trying to install either FreeBSD 2.2-RELENG or FreeBSD-current >on an IBM ThinkPad 760E, and am failing miserably. The MWave modem >doesn't work; there's no XFree86 driver for the 1024x768 LCD (the >chip, a Trident Cyber 9386, isn't listed); suspend/resume and >hibernation seem to be completely unusable. (What's the point of >having a laptop if you have to reboot every time you want to use it?) >Has anyone successfully conquered these problems? >> > >_________________________________________________________ >DO YOU YAHOO!? >Get your free @yahoo.com address at http://mail.yahoo.com > > > From owner-freebsd-questions Mon Jan 12 17:42:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05734 for questions-outgoing; Mon, 12 Jan 1998 17:42:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.telepac.pt (venus.telepac.pt [194.65.3.39]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA05701 for ; Mon, 12 Jan 1998 17:42:20 -0800 (PST) (envelope-from nop26737@mail.telepac.pt) Received: from host.telepac.pt ([194.65.198.57]) by mail.telepac.pt (Post.Office MTA v3.1 release PO203a ID# 584-40066L0S0) with SMTP id AAA11716 for ; Tue, 13 Jan 1998 01:36:56 +0000 Message-ID: <34BAC6E2.5F75@mail.telepac.pt> Date: Tue, 13 Jan 1998 01:44:03 +0000 From: Alex X-Mailer: Mozilla 3.04Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi... I install in my computer FreeBSD 2.2-realease. But the problem is that i have two hard disk C:(with windows95 system) and D: (with a dos partition and a FreeBSD partintion with FreeBSD installed). In D: I have this partitions: /discod 209MB wd1s3 (DOS) / 32MB wd1s4a swap 41MB wd1s4b /var 30MB wd1s4e /usr 196MB wd1s4f I don't know how can I start FreeBSD. I try with the FreeBSD Boot Disk (Install) but I don't know what I have to write into Boot: _____(?). Please, send me a email very quickly. Thanks... Alex From owner-freebsd-questions Mon Jan 12 17:43:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05852 for questions-outgoing; Mon, 12 Jan 1998 17:43:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from pericles.aipo.gov.au (pericles.aipo.gov.au [202.14.186.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA05804 for ; Mon, 12 Jan 1998 17:43:11 -0800 (PST) (envelope-from Stanley.Hopcroft@aipo.gov.au) From: Stanley.Hopcroft@aipo.gov.au Received: (from smap@localhost) by pericles.aipo.gov.au (8.8.5/8.6.12) id MAA23330 for ; Tue, 13 Jan 1998 12:39:27 +1100 (EST) X-Authentication-Warning: pericles.aipo.gov.au: smap set sender to using -f Received: from notes.aipo.gov.au(192.3.1.11) by pericles.aipo.gov.au via smap (V2.0) id xmaa23320; Tue, 13 Jan 98 12:38:59 +1100 Received: by notes.aipo.gov.au(Lotus SMTP MTA v1.05b4 (287.3 12-16-1996)) id 4A25658B.000E52D8 ; Tue, 13 Jan 1998 12:36:27 +1000 X-Lotus-FromDomain: INTERNET To: questions@freebsd.org Message-ID: <4A25658B.000E5010.00@notes.aipo.gov.au> Date: Tue, 13 Jan 1998 10:42:30 +1000 Subject: Re: notebook compatibility with FreeBSD Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Ladies and Gentlemen, The critical feature for FreeBSD/XFree86 is the video chipset - if you want X Windows. The Dell has a Neomagic video chipset. Neomagic. according to the XFree86 project do not supply programming documents, so there is *no* X server for the Neomagics graphics cards. Brand Video Known working with FreeBSD/PAO Toshiba CT 65550 Yes 2.2.5 & December patches Gateway 9000 CT 65555 ? but looks very promising IBM ? ? Compaq ? ? Nec ? ? You will find useful info (including a laptop survey) at http://www.jp.freebsd.org. Mr Hosokawa supplies the PAO patches and drivers to make FreeBSD work with laptops. My experience with FreeBSD 2.2.2 and 5, and the PAO patches on a Toshiba CT720 is positive. However the Toshibas are not nearly as good value as Gateway 9000 (the 9000 XL is only 60%, in Australia, of the cost of the comparable 760 Toshiba). If I had the chance again I would buy the Gateway. Thank you, Yours sincerely, S Hopcroft ______________________________ Reply Separator ____________________________ _____ Subject: notebook compatibility with FreeBSD Author: fwang@nortel.ca at INTERNET Date: 12/1/98 6:58 PM Hello, I am looking for a notebook that is compatible with FreeBSD, and am considering following brands : Compaq IBM Toshiba Dell NEC Can anybody provide me some information about the FreeBSD compatibility with these notebooks. Thanks a lot ! Xinyuan Wang fwang@nortel.ca From owner-freebsd-questions Mon Jan 12 17:47:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA06566 for questions-outgoing; Mon, 12 Jan 1998 17:47:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from krusty.imagemkt.com.au (pipaimge.powerup.com.au [202.139.228.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA06499 for ; Mon, 12 Jan 1998 17:46:55 -0800 (PST) (envelope-from steve@playgal.com) Received: from steve (steve.imagemkt.com.au [192.168.60.7]) by krusty.imagemkt.com.au (8.8.5/8.8.5) with SMTP id LAA01050 for ; Tue, 13 Jan 1998 11:45:54 +1000 (EST) Message-ID: <199801131143140914.13C382E9@192.168.60.1> X-Mailer: Calypso Version 2.30.21 (www.mcsdallas.com) Date: Tue, 13 Jan 1998 11:43:14 +1100 From: "Steven Harris" To: questions@freebsd.org Subject: PPP and ISDN question Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am trying to setup PPP with a 3COM ISDN modem and for the most part it works. However, when I connect, it tries to negotiate which fails. It says "Peer is not autohorized to use IP address 127.0.0.5" which IS the remote IP address allocated to us. (127.0.0.5/32) This is with pppd. I have tried adding 127.0.0.5 to pap-secrets and I also have allowed IPCP-ALLOW-REMOTE and it all works, but PPP simply wont allow 127.0.0.5 as a remote address. How do i get around this?! Thanks, Steve Harris From owner-freebsd-questions Mon Jan 12 17:50:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA07164 for questions-outgoing; Mon, 12 Jan 1998 17:50:22 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA07078 for ; Mon, 12 Jan 1998 17:50:12 -0800 (PST) (envelope-from vchow@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id RAA24790 for ; Mon, 12 Jan 1998 17:41:22 -0800 (PST) Received: from UNKNOWN(), claiming to be "venus" via SMTP by alpo.whistle.com, id smtpd024786; Mon Jan 12 17:41:14 1998 Date: Mon, 12 Jan 1998 17:41:14 -0800 (PST) From: Venus Chow X-Sender: vchow@venus To: freebsd-questions@FreeBSD.ORG Subject: problem with getty in 2.2.5 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi: I got the following error from getty while trying to connect from a remote client machine to the modem attached to ttyd1 (COM2): getty[379]: tcgetattr /dev/ttyd1: Inappropriate ioctl for device My system has been upgraded recently from 2.2.1 to 2.2.5 I don't remember if I have it running at 2.2.1 before or not. And, here are the configuration: /etc/ttys --------- ttyd1 "/usr/libexec/getty std.57600" dialup on insecure /etc/gettytab ------------- std.57600|57600-baud:\ :np:sp#57600: output of "stty -a -f /dev/ttyd1" --------------------------------- speed 57600 baud; 0 rows; 0 columns; lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl -echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk -brkint -inpck -ignpar -parmrk oflags: -opost -onlcr -oxtabs cflags: cread cs8 -parenb -parodd -hupcl -clocal -cstopb crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; On the client side, this is what it gets: -------------------------------------------- # tip hardwire at OK atdt (phone number) (Welcome message) login: NO CARRIER --------------------------------------------- Would somebody let me know what I am missing? If there is information I haven't provided, please ask. thanks, venus. From owner-freebsd-questions Mon Jan 12 18:08:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10068 for questions-outgoing; Mon, 12 Jan 1998 18:08:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: (from jmb@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09896; Mon, 12 Jan 1998 18:07:49 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801130207.SAA09896@hub.freebsd.org> Subject: Re: test only..ignore it To: bsd@smmcroute.smmc.qld.edu.au (bsd) Date: Mon, 12 Jan 1998 18:07:48 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: from "bsd" at Jan 13, 98 07:55:39 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk bsd wrote: > > bounce it > > send test messages to test@freebsd.org. sending test messages to ANY other list may result in your address being unsubscribed for an extended period of time. in short: NEVER do this again. jmb -- Jonathan M. Bresler FreeBSD Core Team, Postmaster jmb@FreeBSD.ORG FreeBSD--The Power to Serve JMB193 http://www.freebsd.org/ PGP 2.6.2 Fingerprint: 31 57 41 56 06 C1 40 13 C5 1C E3 E5 DC 62 0E FB From owner-freebsd-questions Mon Jan 12 18:11:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10400 for questions-outgoing; Mon, 12 Jan 1998 18:11:10 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10387 for ; Mon, 12 Jan 1998 18:11:03 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id UAA04884; Mon, 12 Jan 1998 20:11:01 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id UAA29825; Mon, 12 Jan 1998 20:11:00 -0600 (CST) Date: Mon, 12 Jan 1998 20:11:00 -0600 (CST) From: Font To: Keith Jackson cc: freebsd-questions@freebsd.org Subject: Re: ISC DHCP server - Address already in use In-Reply-To: <34BA8A8B.2932@lsuc.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Two things to look for: 1. Is a copy of dhcpd already running and bound to the port? ISC dhcpd doesn't automatically know how to disable other copies of itself, nor does it currently know how to restart itself. Check for other copies of dhcpd and kill them before starting up another copy. 2. If you are dynamically assigning addresses, you may need a range statement in your dhcpd.conf. (This shouldn't be a problem for the difficulty you're seeing, though.) (Special bonus!) 3. There is a 1.0 release of ISC dhcpd which fixes some minor bugs. dw A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. On Mon, 12 Jan 1998, Keith Jackson wrote: > Date: Mon, 12 Jan 1998 16:26:35 -0500 > From: Keith Jackson > To: freebsd-questions@freebsd.org > Subject: ISC DHCP server - Address already in use > > I am trying to get the ISC DHCP server running on a FreeBSD 2.1.0 > system. The DHCP server is the Beta 5.16. I have compiled the server > with no errors. I have now added the Berkeley Packet Filter to the > kernel and recompiled it. I have created 4 bpf devices. I have also > added the #define BROKEN_FREEBSD_BPF to the site.h file of the DHCP > server source before compiling it just in case the version of FreeBSD > has this bug. I start up the DHCP server and it says the folowing: > > Internet Software Consortium DHCPD $Name: BETA_5_16 $ > Copyright 1995, 1996 The Internet Software Consortium. > All rights reserved. > # Listening on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > Sending on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > Can't bind to dhcp address: Address already in use > dhcpd: exiting. > > Can anyone tell me what the message about the dhcp address already being > in use > means? I have a very tiny dhcpd.conf file I'm using for test purposes > and I have > commented out everything but a reference to one subnet and it is still > producing this message. Here's what's in the dhcpd.conf file: > > =============================================================== > server-identifier lsucnet.lsuc2.lsuc.on.ca; > option domain-name "lsuc.on.ca"; > option domain-name-servers 142.57.1.7,142.57.1.10,142.77.1.1; > > subnet 142.57.16.0 netmask 255.255.240.0 { > option domain-name "lsuc2.lsuc.on.ca"; > option routers 142.57.16.254; > option subnet-mask 255.255.240.0; > # default-lease-time 600; > # max-lease-time 7200; > } > > # group { > # option domain-name "finance.lsuc.on.ca"; > # option routers 142.57.16.254; > # option subnet-mask 255.255.240.0; > # host pc-51.finance.lsuc.on.ca { > # hardware ethernet 00:20:af:f3:93:22; > # fixed-address 142.57.21.51; > # } > # } > ================================================================= > > Thanks for any help. > From owner-freebsd-questions Mon Jan 12 18:17:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA11418 for questions-outgoing; Mon, 12 Jan 1998 18:17:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA11397 for ; Mon, 12 Jan 1998 18:17:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22106; Mon, 12 Jan 1998 18:16:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:16:28 -0800 (PST) From: Doug White Reply-To: Doug White To: Dave Marquardt cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD2.2.5 Dual boot question. In-Reply-To: <85ra6l7lzd.fsf@localhost.zilker.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 6 Jan 1998, Dave Marquardt wrote: > > > 100MB ZiP drive, and am trying to find out if it is at all possible for me > > > to partition a zip disk and put two boot sectors on it, to dual boot os'es > > > from the zip drive, it is a parralel drive. ^^^^^^^^^^^^^^^^^^^^^^^ It'd need BIOS support for the parallel Zip. Good luck. :-/ > Could you really boot off the parallel version? I assumed John was > speaking of a SCSI Zip drive, though he didn't actually say so one way > or another. 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 Jan 12 18:23:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12310 for questions-outgoing; Mon, 12 Jan 1998 18:23:22 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12302 for ; Mon, 12 Jan 1998 18:23:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22116; Mon, 12 Jan 1998 18:23:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:23:11 -0800 (PST) From: Doug White Reply-To: Doug White To: Atipa cc: freebsd-questions@FreeBSD.ORG Subject: Re: syslog-free console/vty possible? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 Jan 1998, Atipa wrote: > > You are right, since I killed syslog and it still came up. Is there a way > to restirct /dev/console to only ttyv0 or something? That would be perfect. /dev/console is ttyv0 by default. I wasn't aware you could rewire it. Why not use vty1 instead? that's what we do; we just leave the console on vty1 and let the messages pile up on vty0, checking them every so often. That way it lets the screensaver kick in :-) Some messages are rerouted to root logins by syslogd. kernel printf's are probably in that department. Is that what you mean? > I even tried somethings to the affect of: > # cat < /dev/console > /dev/null & > but they did not do the trick. I could have rm'ed /dev/console, and > linked it to a real file, but that would be a bit too harsh. I would be very careful removing /dev/console; it has a unique major/minor number (0,0) so I suspect it's something special. > I would think there would be something in either /etc/ttys, or possibly > the syscons source code. Or the source of the offending module. I assume you're getting pummeled with ipfw messages? Just go into ipfw (sys/i386/isa/ipfw_* I think) and comment out the printf's then rebuild & reinstall the kernel. 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 Jan 12 18:25:01 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12514 for questions-outgoing; Mon, 12 Jan 1998 18:25:01 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12502 for ; Mon, 12 Jan 1998 18:24:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22120; Mon, 12 Jan 1998 18:24:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:24:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Francis Vidal cc: FreeBSD Questions Subject: Re: FreeBSD-current... help! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Francis Vidal wrote: > On Mon, 5 Jan 1998, Doug White wrote: > > > > anyways, i changed the tag from '.' to 'RELENG_2_2' for the stable branch. > > > i'm downloading src-sys right now... be back later to do the rest. will it > > > still be the same process as i did with the default 2.2.2 package? > > > > Pretty much, yes. There is a -stable handbook section too :-) > > is it "Part 4: Advanced topics; 16: The Cutting Edge: FreeBSD-current and > FreeBSD-stable"? or a more detailed discussion? That would be 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 Jan 12 18:25:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12603 for questions-outgoing; Mon, 12 Jan 1998 18:25:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12579 for ; Mon, 12 Jan 1998 18:25:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22127; Mon, 12 Jan 1998 18:25:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:25:21 -0800 (PST) From: Doug White Reply-To: Doug White To: Raimondas Baltuskevicius cc: questions@FreeBSD.ORG Subject: Re: Help! In-Reply-To: <19980108063618.24155.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Raimondas Baltuskevicius wrote: > I have downloaded from Internet (ftp.freeBSD.org) and instaled FreeBSD > release 2.1.7.1. When I am booting freeBSD from hard disk all booting > comands passed normally but at the end system hangs and write: > > panic: cannot mount root > > What I may to do? 1. Move the hard disk that FreeBSD is installed on to the master position on your primary IDE controller (or equivalent so it boots properly). 2. Follow these instructions: If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). 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 Jan 12 18:26:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12656 for questions-outgoing; Mon, 12 Jan 1998 18:26:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail1.digital.com (mail1.digital.com [204.123.2.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12604 for ; Mon, 12 Jan 1998 18:25:50 -0800 (PST) (envelope-from champlin@pa.dec.com) Received: from pobox1.pa.dec.com (pobox1.pa.dec.com [16.1.240.19]) by mail1.digital.com (8.8.8/8.8.8/WV1.0c) with SMTP id SAA12841; Mon, 12 Jan 1998 18:25:36 -0800 (PST) Received: from virgil.pa.dec.com by pobox1.pa.dec.com (5.65v3.2/1.1.10.5/07Nov97-1157AM) id AA07297; Mon, 12 Jan 1998 18:25:36 -0800 Received: by virgil.pa.dec.com; (5.65v3.2/1.1.8.2/06Jun96-0357PM) id AA09468; Mon, 12 Jan 1998 18:25:35 -0800 Date: Mon, 12 Jan 1998 18:25:35 -0800 Message-Id: <9801130225.AA09468@virgil.pa.dec.com> From: Virgil Champlin To: cofer@syndetic-tech.com Cc: freebsd-questions@freebsd.org In-Reply-To: <01BD1EFC.CDA3AE10.cofer@syndetic-tech.com> (message from cofer on Mon, 12 Jan 1998 01:52:55 -0600) Subject: Re: Setting up Domain Name Service on /27 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I believe: ftp://ds.internic.net/internet-drafts/draft-ietf-dnsind-classless-inaddr-04.txt is the latest on sub /24 PTR records. -virgil From owner-freebsd-questions Mon Jan 12 18:26:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12814 for questions-outgoing; Mon, 12 Jan 1998 18:26:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12804 for ; Mon, 12 Jan 1998 18:26:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22131; Mon, 12 Jan 1998 18:26:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:26:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Rp2 cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem Mounting Kernal In-Reply-To: <199801070324.WAA22077@eagle.freespace.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Rp2 wrote: > I am having huge problems getting freebsd up on my system. We are > installing the OS on a system with > 2 HD 1 3.5 gig Fujitsu (used for win95) and a 1.7 Gig Segate Drive (both > IDE) used for FreeBSD (also has a 200 meg partion on it for dos stuff... > > Anyhow, the installation looks successful, however, when booting for the > first time I get a "panic: cannont mount root" message, then the system > reboots. I tried everything, and we went trough the help files > numerously.... Any idea of what we could be doing wrong... I setup the > kernal, the disk geomitry is ok (I tried both using LBA mode and normal > mode)... You missed the mail archives; the following advice I've posted no less than 50 times. :-) 1. Move your disk to the master position on the primary controller. 2. Follow these instructions: If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). 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 Jan 12 18:33:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA13940 for questions-outgoing; Mon, 12 Jan 1998 18:33:22 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA13933 for ; Mon, 12 Jan 1998 18:33:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22139; Mon, 12 Jan 1998 18:32:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:32:47 -0800 (PST) From: Doug White Reply-To: Doug White To: "Alex N. Zhuravlev" cc: questions@FreeBSD.ORG Subject: Re: snmpd In-Reply-To: <199801061001.RAA27137@keep.scn.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Alex N. Zhuravlev wrote: > Hi ! > I want to get statistic from our router using mrtg. > Mrtg uses snmp.How to make snmpd work ??? Now we have FreeBSD-2.2.5. I believe the relevant snmp client is called `scotty', which is in the ports tree in the `net' category. 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 Jan 12 18:35:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA14218 for questions-outgoing; Mon, 12 Jan 1998 18:35:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA14172 for ; Mon, 12 Jan 1998 18:34:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22143; Mon, 12 Jan 1998 18:34:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:34:38 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount permission In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 6 Jan 1998, Leif Neland wrote: > At 06 Jan 98 04:26:05 Doug White wrote regarding Re: mount permission > > DW>> if am not mistaken in 2.2.2-RELEASE we have this kind of access, > DW>> not allowing an ordinary user (non-root) to mount a filesystem. > DW>> what happened? > DW> > DW> I wasn't aware that those permissions changed. Verify your > DW> perms on /sbin/mount* and the target devices. > > A nice thing SysV has (at least in the version I knew) is a program called > perms (or the like) which can save all the owner/group and perms in a textfile, > and later reset all possible changes to the "right" valuesaved in this > textfile. This was often done in distributions, after all the files had been > un-tared from tape. We have a similar utility: mtree. tar can save perms too. 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 Jan 12 18:36:21 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA14311 for questions-outgoing; Mon, 12 Jan 1998 18:36:21 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA14278 for ; Mon, 12 Jan 1998 18:35:42 -0800 (PST) (envelope-from perlsta@sunyit.edu) Received: from win95.local.sunyit.edu (ppp-8.ts-13.nyc.idt.net [169.132.100.80]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with ESMTP id WAA26805 for ; Mon, 12 Jan 1998 22:23:17 GMT Message-Id: <199801122223.WAA26805@fang.cs.sunyit.edu> From: "Alfred Perlstein" To: Subject: fix for hardrive limit? Date: Mon, 12 Jan 1998 21:19:13 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i recently bought a 4.3gig drive, when i installed it for some reason freebsd only reports it as being around 4gigs, i think the reason for it is that when i put the drive in it was in an older system that didn't see the additional capacity... now i have it in a machine that does see the extra 300 or so megs... is there anyway to reclaim this space without redoing my whole drive? thank you, -Alfred From owner-freebsd-questions Mon Jan 12 18:39:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA14830 for questions-outgoing; Mon, 12 Jan 1998 18:39:10 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA14811 for ; Mon, 12 Jan 1998 18:39:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22150; Mon, 12 Jan 1998 18:38:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:38:56 -0800 (PST) From: Doug White Reply-To: Doug White To: Peter cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <3.0.1.32.19980108213407.007a5d40@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk **PLEASE** put subjects on your messages. It makes it much easier to track. Thanks!! On Thu, 8 Jan 1998, Peter wrote: > Fatel trap9: general protection fault while in kernel mode > > instruction pointer = 0x8:0xf01aad71 > stach pointer = 0x10:0xefbfff98 > framed pointer = 0x10:0xefbfffb0 > code segment = base 0x0 , limit 0xfffff, type 0x1b > > processor eflags = resume IOPL = 0 > current process = 0 ( ) > interrupt mask = net tty bio > panic: general protection fault > Automatic reboot in 15 sec - press a key on the console to abort Oops. > > Did you create a boot floppy? > Did you install from CD? > How many hard drives are in this computer? > How many other operating systems? > What is the computer configuration? > How far down the install process did you get? > > The configuration of my machine is as follows, > > IBM 200 6x86MX Uh oh, I bet your problem is in here. FreeBSD may not recognize your CPU. Please try the latest 2.2-SNAP from current.freebsd.org. If that doesn't work, try the latest 3.0 from the same place. If all fail, please send mail to bugs@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 Jan 12 18:41:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA15192 for questions-outgoing; Mon, 12 Jan 1998 18:41:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA15118 for ; Mon, 12 Jan 1998 18:40:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22157; Mon, 12 Jan 1998 18:40:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:40:13 -0800 (PST) From: Doug White Reply-To: Doug White To: hamimi cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <01bd1cb8$781d7ac0$6bd379a3@alexnet.alexnet.com.eg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please use a subject line, it makes categorizing mail much easier. Thanks. On Fri, 9 Jan 1998, hamimi wrote: > I downloaded version 2.2.2 of freeBSD > Everything works alright except one thing. > When I boot from the hard disk and I type: > /stand/sysinstall > I receive the following: > Error: This utility should only be run as root. > When I point to the / directory and write the same thing I > receive the same message. It means root user. Run `su' then run sysinstall. But you should upgrade to 2.2.5 first; the 2.2.2 sysinstall is buggy and will probably turn your rc.conf to spaghetti. > And when I point to the /stand directory and type sysinstall , > I receive the following: > sysinstall: not found Try ./sysinstall in this case. 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 Jan 12 18:42:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA15411 for questions-outgoing; Mon, 12 Jan 1998 18:42:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA15294 for ; Mon, 12 Jan 1998 18:42:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22166; Mon, 12 Jan 1998 18:41:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:41:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Yingjun He cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <3.0.1.32.19980109091508.00969330@newton.ccs.tuns.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk **PLEASE** use subject lines! It's impossible to distingush threads and categorize mail without them. I know Eudora supports them, so no excuses. :-) Thanks! On Fri, 9 Jan 1998, Yingjun He wrote: > I am running FreeBSD2.25 and 2.05 and I found that the numerical calculation > results of the same program is different. Is this caused by the difference of > the operating systems? Or something wrong with my hardware? What calculation? 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 Jan 12 18:49:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16449 for questions-outgoing; Mon, 12 Jan 1998 18:49:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16431 for ; Mon, 12 Jan 1998 18:49:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22173; Mon, 12 Jan 1998 18:48:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:48:45 -0800 (PST) From: Doug White Reply-To: Doug White To: Paul Coyne cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail host map lookup timeout In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Paul Coyne wrote: > Yes, they do eventually go away and when queue is reprocessed. However, > what do you mean by DNS outage? [I would have a very short career if it was > going out regularly :-) ], The DNS system was not responding. > We do have T1 access, and DNS (multiple FreeBSD > 2.2.2 boxes supporting 2000 corporate users, rock solid I might add) has > given us no problems. I would agree the the lookup is failing, but why? Perhaps the .com server was taking too long. I've had times that the .com root server takes several seconds to respond. > Does sendmail timeout (maybe some sendmail.cf pararmeter?) on the lookup, > where as a manual nslookup doesn't? The resolver libraries give up after a couple of minutes. > I know there are a lot of variables that can effect DNS, but any pointers > would be appreciated. Your ISP's net could have been over-congested and dropped the packet. I can't really say for sure. You'd have to get some debug output from sendmail as to what exactly it's doing. Do you have sendmail set up to queue mail sends versus sending it immediately? 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 Jan 12 18:55:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA17008 for questions-outgoing; Mon, 12 Jan 1998 18:55:15 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA17000 for ; Mon, 12 Jan 1998 18:55:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22180; Mon, 12 Jan 1998 18:54:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:54:45 -0800 (PST) From: Doug White Reply-To: Doug White To: Brian McGovern cc: questions@FreeBSD.ORG, dtd-miele-staff@cisco.com Subject: Re: PPP degrades with file type on NULL modem? In-Reply-To: <199801061504.KAA00368@bmcgover-pc.cisco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Brian McGovern wrote: > I was just running some tests on pppd here, between two Pentium Pro 200s > connected via NULL-modem cable (via 16550). > > I ran pppd with -bsdcomp, crtscts, at 115200 baud. [...] > Anyone care explain to me why, when compression should not be involved, that ^^^^^^^^^^^ > I can't get throughput that collates with bps rate (ie - if I can get 10.72 > at 115200, why can't the other two files even come close?)? I just find > it an oddity I'd like to have an explanation for :) Did you disable *ALL* compression, including pred1 & VJ header? Were both machines completely unloaded? Were they both running FreeBSD? > -Brian "Gotta Be in the Protocol" McGovern Nobody said ppp was perfect ;-) Did you try usermode ppp for comparison? 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 Jan 12 18:57:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA17274 for questions-outgoing; Mon, 12 Jan 1998 18:57:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA17256 for ; Mon, 12 Jan 1998 18:57:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22188; Mon, 12 Jan 1998 18:57:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:57:25 -0800 (PST) From: Doug White Reply-To: Doug White To: Guy Helmer cc: freebsd-questions@FreeBSD.ORG Subject: Re: inetd in realloc(): warning: junk pointer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Guy Helmer wrote: > A friend running 2.2.5 has run into the problem where inetd complains on > incoming connections with "inetd in realloc: warning: junk pointer too low > to make sense". His system is a production telnet & mail server for his > organization, and this message fouls up the protocols (ftp & pop > especially), causing many problems. inetd.c doesn't even call realloc(3), > though, and there's only one unchecked memory allocation, a strdup(3) near > the end of the source that doesn't look like it could be related to the > problem. /etc/inetd.conf is fine, as is /etc/services. > > This problem has been mentioned many times before but I don't see whether > anyone has resolved it. Any solutions? None yet that I know of. The biggest problem is that it's hard to reproduce -- my machine doesn't give those errors. If you can get a consistent case and can attach gdb to it and give details, then we might be able to do something with it. Note that it could be a library call, if realloc() isn't called in the program itself. 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 Jan 12 18:59:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA17434 for questions-outgoing; Mon, 12 Jan 1998 18:59:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA17401 for ; Mon, 12 Jan 1998 18:58:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id SAA22192; Mon, 12 Jan 1998 18:58:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 18:58:47 -0800 (PST) From: Doug White Reply-To: Doug White To: "Dott. Davide Tome'" cc: FreeBSD Support Subject: Re: Kaffe & FreeBSD 2.1.5 In-Reply-To: <199801061655.RAA06726@bigbang.tome.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Dott. Davide Tome' wrote: > Hi, > It seems that Thread.yield () method > doesn't work in the Kaffe VM on FreeBSD > 2.1.5. > Does FreeBSD support Multi-Thread architectue? Not in the OS itself. We do have support for POSIX threads, but you have to build a thead-aware libc (libc_r) to use them. Did you try the Kaffe 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 Jan 12 19:00:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17695 for questions-outgoing; Mon, 12 Jan 1998 19:00:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from spoon.beta.com (root@mcgovern.ne.mediaone.net [24.128.19.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17688 for ; Mon, 12 Jan 1998 19:00:05 -0800 (PST) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (mcgovern@localhost [127.0.0.1]) by spoon.beta.com (8.8.8/8.8.7) with ESMTP id VAA06512; Mon, 12 Jan 1998 21:59:44 -0500 (EST) (envelope-from mcgovern@spoon.beta.com) Message-Id: <199801130259.VAA06512@spoon.beta.com> To: efinley@castlenet.com cc: questions@freebsd.org Subject: RE: Q which ppp to use Date: Mon, 12 Jan 1998 21:59:43 -0500 From: "Brian J. McGovern" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 64 ports at 115200 is possible on a Pentium Pro 200... I use the Cyclades 64Ze with the cz driver for FreeBSD (After all, I wrote it). I suggest driver release 1.08, which should be available after I cut it tomorrow :) Up to 256 ports per machine is physically possible (more if you have more PCI slots). Performance may suffer, however, if the lines stay busy. With 256 ports, you'd be looking at a line aggregate of 28800-38400 bps, which isn't good for a 28.8 or 33.6 modem and reasonable compression. Anyhow, using the Cyclades hardware, I loose about 2-3% of the PPro's CPU per port running at 115200. I've yet to try SMP, tho I really want to. Anyhow, to the point of the question. Personally, I like pppd. Our group at Cisco does modem testing all day long, and its been flawless. However, I can also say that many more use the user-land ppp. I guess it'll come down to how hard it is to manage the configuration files, and call setups. -Brian From owner-freebsd-questions Mon Jan 12 19:11:38 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19182 for questions-outgoing; Mon, 12 Jan 1998 19:11:38 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19176 for ; Mon, 12 Jan 1998 19:11:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22209; Mon, 12 Jan 1998 19:10:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:10:33 -0800 (PST) From: Doug White Reply-To: Doug White To: rknebel@csrlink.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel In-Reply-To: <19980106190455.29079@cabbage.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998 rknebel@csrlink.net wrote: > I reloaded freebsd for the second time and when I was going to rebuild the > kernel I realized I did not have the kernel source. How do I go about > installing this. cd /cdrom/src ./install.sh sys I took the time to read the install.sh for once and I'm impressed; that is much easier than telling people to call such and such command line ;-) 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 Jan 12 19:13:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19321 for questions-outgoing; Mon, 12 Jan 1998 19:13:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19303 for ; Mon, 12 Jan 1998 19:13:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22213; Mon, 12 Jan 1998 19:12:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:12:56 -0800 (PST) From: Doug White Reply-To: Doug White To: Doug Jolley cc: questions@FreeBSD.ORG Subject: Re: sendmail problems In-Reply-To: <199801070142.RAA09149@jupiter.neptune.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Doug Jolley wrote: > Hi -- > > For some reason, just after installing Apache, outgoing mail > to destinations outside the local domain is not being dispatched > while local mail is being handled properly as is incoming mail. > Non-local outgoing mail is supposed to be sent to a Smart Host > (jupiter) via uucp. If I send a message to doug@neptune.net > (which would be outside the local domain), sendmail queues the > message for future delivery. According to both the message header > and mailq, the reason for the deferral is: > > host map: lookup (neptune.net): deferred > > Which certainly indicates to me that it doesn't know what to do > with messages addressed to neptune.net. To me it means the DNS lookup (host map: lookup (x)) is dying. Can you sucessfully resolve neptune.net from your mail server? Did you try running `sendmail -q' and checking that the mail is sent? 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 Jan 12 19:15:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19557 for questions-outgoing; Mon, 12 Jan 1998 19:15:32 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19540 for ; Mon, 12 Jan 1998 19:15:27 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA22581; Mon, 12 Jan 1998 19:15:18 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 19:15:18 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Shawn Ramsey cc: questions@freebsd.org Subject: Re: ethernet compatibility In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk fxp0 rev 2 int a irq 12 on pci0:10 fxp0: Ethernet address 00:a0:c9:86:67:73 As long as the card is 10/100B (yes, that B is important from what I understand), you should have no problem with it at all. Are there better 10/100 cards? Probably. Should you bother looking for them if you are getting good deal on Intel cards? Probably not. -- Yan On Mon, 12 Jan 1998, Shawn Ramsey wrote: >Is the Intel EtherExpress PRO 10/100 compatible with FreeBSD? I looked at >the compatibilty list, and that card wasnt speciifically listed. How >stable and or fast is this card? Is there a better 10/100 card I should >consider? (I am getting a great price on these cards) > >Thanks. > > > > From owner-freebsd-questions Mon Jan 12 19:15:59 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19625 for questions-outgoing; Mon, 12 Jan 1998 19:15:59 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19620 for ; Mon, 12 Jan 1998 19:15:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22220; Mon, 12 Jan 1998 19:15:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:15:48 -0800 (PST) From: Doug White Reply-To: Doug White To: Font cc: questions@FreeBSD.ORG Subject: Re: How best to speed up rdumps? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Font wrote: > I'm dumping across a network to an Exabyte 8505, and while backups on the > FreeBSD 2.2.2+ machine seem to go at 300-600Kbyte/s typically, backups > across the network (from a 2.2.1R machine, so far) seem to only be getting > around 50Kbyte/s. The network is 10baseT with a smattering of 100baseTX, > and is fairly calm at the time of backup. The command I'm using is > > dump 0auf tapeserverbox:/dev/nrst0 filesys > > Should I be specifying a blocksize when doing backups over the network? > If so, how would I go about selecting an ideal blocksize? Would I need to > do several test dumps to determine this? Or should I be looking into > something else for the bottleneck? I bet the tape isn't streaming. In that case, yes, you want to set a blocksize. Try 10 to start with and work from there until you can get the tape drive to stream (that is, not reposition the heads during the backup). We had to use 10 to back up a 486/25 to a Pent/120 box with a Connor 4GB drive. The default blocksize would shoeshine so much it would have taken six months to back up 800 megs :-) 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 Jan 12 19:17:55 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19954 for questions-outgoing; Mon, 12 Jan 1998 19:17:55 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA19938 for ; Mon, 12 Jan 1998 19:17:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22224; Mon, 12 Jan 1998 19:17:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:17:48 -0800 (PST) From: Doug White Reply-To: Doug White To: Paul Chen cc: freebsd-questions@FreeBSD.ORG Subject: Re: modem setup.... In-Reply-To: <34B2E8E2.8955C4D1@objectstream.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Paul Chen wrote: > I'm trying to set up my modem on a > FBSD2.2.2. Did you check the Handbook? > I know my modem picks up and dials out > because I have > tried the modem on my sparc machines. > But on FBSD, I am > not able to even communicate with the > modem. Hm.... > I'm pretty sure that my setup on BSD is > correct because of this: > 161 ?? I 0:00.02 > /usr/libexec/getty std.9600 ttyd0 > > When I dial in onto the BSD machine, the > AA light blinks, the > modem will not answer the call. Well, no; our getty depends on the modem to answer the call. Try this: 1. drop to term mode 2. Issue ATS0=1 to answer on first ring 3. Issue AT&W to write the setting to memory 4. Make sure /etc/gettytab issues `ATZ' to initialize the modem Please check the Handbook for more information. 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 Jan 12 19:24:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA20810 for questions-outgoing; Mon, 12 Jan 1998 19:24:45 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA20792 for ; Mon, 12 Jan 1998 19:24:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22231; Mon, 12 Jan 1998 19:24:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:24:24 -0800 (PST) From: Doug White Reply-To: Doug White To: Shan-Min Chao cc: questions@FreeBSD.ORG Subject: Re: Netscape help In-Reply-To: <01bd1b2f$01b08380$011581d1@shan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Shan-Min Chao wrote: > I am in need of dire help. I have set up XWindows and configured my > PPP dialer in FreeBSD 2.2.2, and I just attempted to install Netscape. > I downloaded the gzip file from the netscape FTP site and stored it in > the /usr directory. I then did a > > gzip -dc "filename" | tar -xvf - > > which extracted the files. According to the Netscape site, I was then > supposed to type ./nl-install, but I could not find a "nl" file! Try installing the port. It takes care of this silliness for you. > Also, my XWindows resolution is way too big, which makes the fonts way > too small, and the mouse takes forever to move. Any ideas how to lower > the resolution to fix this problem? Ctrl-Alt-greyminus 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 Jan 12 19:27:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21134 for questions-outgoing; Mon, 12 Jan 1998 19:27:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21120 for ; Mon, 12 Jan 1998 19:27:34 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA26139; Mon, 12 Jan 1998 19:27:24 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 12 Jan 1998 19:27:24 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Patrick Gardella cc: questions@freebsd.org Subject: Re: ASCII to PS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Next time you print an ASCII file try: a2ps -1 -a -p -l70 -ns -nu -nL -nH -q works on our printer.. however, I dont' recall I ever tried to print anything that needed line wrap. -- Yan On Mon, 12 Jan 1998, Patrick Gardella wrote: >Greetings once again! > >I need some help on postscript. I am trying to translate ascii into postscript >so that it wraps the line correctly. I've used a2ps and GNU enscript, as well >as textfmt. None of them do it right. > >The postscript always comes out as full justified text. The right edge gets >wrapped wherever the margin is, not at word boundaries. > >Is there some application that I can find to wrap the words to the next line >instead of splitting them in the middle of a word? > >I'll write one myself if needed, but why recreate the wheel? > >(It would vary based on the font used, of course, so it's not so simple as >wrapping at 80 characters or the nearest word break. I'd need to compute the >amount of space the characters would use.) > >Thanks, > >Patrick > > >+-------------------------------------------------------------------+ >|Patrick S. Gardella Director of Web Development | >| The Creative Group 1-800-804-0783 606-858-9054 (fax) | >|-------------------------------------------------------------------| >| http://www.cre8tivegroup.com | >|-------------------------------------------------------------------| >| Patrick@cre8tivegroup.com PGP Key ID 0xEE2D47A9 | >+-------------------------------------------------------------------+ > From owner-freebsd-questions Mon Jan 12 19:27:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21154 for questions-outgoing; Mon, 12 Jan 1998 19:27:42 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21133 for ; Mon, 12 Jan 1998 19:27:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22239; Mon, 12 Jan 1998 19:27:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:27:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Fernando Schapachnik cc: questions@FreeBSD.ORG Subject: Re: Problem adding a hard disk In-Reply-To: <199801070621.JAA09665@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Fernando Schapachnik wrote: > sd0 is: > (ahc0:0:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > sd0(ahc0:0:0): Direct-Access 4148MB (8496884 512 byte sectors) > > I bought another disk, exactly as sd0. When the systems boots, it shows: > > ahc0 rev 0 int a irq 10 on pci0:11 > ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs > ahc0 waiting for scsi devices to settle > (ahc0:0:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > sd0(ahc0:0:0): Direct-Access 4148MB (8496884 512 byte sectors) > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > I followed the FAQ instructions in order to add it to the system: > I've ran /stand/sysinstall and I was able to succesfully fdisk: See http://www.freebsd.org/tutorials/diskformat/. fdisk(8) is not a fun program, use sysinstall or DOS FDISK instead. 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 Jan 12 19:29:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21370 for questions-outgoing; Mon, 12 Jan 1998 19:29:15 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21362 for ; Mon, 12 Jan 1998 19:29:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22243; Mon, 12 Jan 1998 19:28:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:28:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Jason McKay cc: questions@FreeBSD.ORG Subject: Re: Routing and PPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Jason McKay wrote: > I am running a FreeBSD 2.2.2-RELEASE system using pppd and mgetty ... We > supply only e-mail accounts to our users on this machine. The machine has > 5 dial-in lines, which users connect too and use ppp. I have gateway=no > in the rc.conf file so they can not access anything outside of the local > computer. Now though, I would like to setup the machine so 4 lines remain > strictly local computer access only but the fifth can access the outside > Internet. The machine itself does have a working Internet feed to it. Is > there a way I can make the IPs of the 4 modems restricted to this server > only and the fifth modems IP will access the outside Internet? Yuck. Routing does not discriminate between users. :-( I doubt you'll be able to do this without using another box that's the authorized net user. 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 Jan 12 19:35:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA22367 for questions-outgoing; Mon, 12 Jan 1998 19:35:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA22340 for ; Mon, 12 Jan 1998 19:35:20 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id TAA18947; Mon, 12 Jan 1998 19:33:09 -0800 (PST) Message-Id: <199801130333.TAA18947@implode.root.com> To: Shawn Ramsey cc: questions@FreeBSD.ORG Subject: Re: ethernet compatibility In-reply-to: Your message of "Mon, 12 Jan 1998 13:24:17 PST." From: David Greenman Reply-To: dg@root.com Date: Mon, 12 Jan 1998 19:33:08 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Is the Intel EtherExpress PRO 10/100 compatible with FreeBSD? I looked at >the compatibilty list, and that card wasnt speciifically listed. How >stable and or fast is this card? Is there a better 10/100 card I should >consider? (I am getting a great price on these cards) If you're talking about the PCI version, it is the fastest, best supported fast ethernet card currently for FreeBSD. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Mon Jan 12 19:39:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA22811 for questions-outgoing; Mon, 12 Jan 1998 19:39:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA22804 for ; Mon, 12 Jan 1998 19:39:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22259; Mon, 12 Jan 1998 19:37:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:37:33 -0800 (PST) From: Doug White Reply-To: Doug White To: User Casanoba cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have the question for hardware supporting. In-Reply-To: <34B36511.6414F041@ailab10.sogang.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, User Casanoba wrote: > Because I'm poor at english, I'll say shortly. It takes time. > I have tyan S1696DLUA board. So I have trouble with installation > FreeBSD. > > This board includes AIC-7895, FreeBSD don't assign driver for it. See http://www.freebsd.org/search.html, search for `7895' and look in the SCSI mailing list. Support is forthcoming. > And does FreeBSD support dual Pentium-II cpu? Yes, in CURRENT (which is probably where the SCSI stuff you need is :) ) 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 Jan 12 19:52:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24365 for questions-outgoing; Mon, 12 Jan 1998 19:52:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tok.qiv.com (qiq/aeu+nTl0D2n8jiY/uLv6DAME73sv@[204.214.141.211]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA23784 for ; Mon, 12 Jan 1998 19:48:01 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id VAA11103; Mon, 12 Jan 1998 21:45:25 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id VAA01577; Mon, 12 Jan 1998 21:30:40 -0600 (CST) Date: Mon, 12 Jan 1998 21:30:40 -0600 (CST) From: Jay Nelson To: Dean Hollister cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 Jan 1998, Dean Hollister wrote: > > Hiyall, > > On running uustat -s, it returns the error message: > > uustat: /etc/uucp/sys: fopen: Permission denied > > Any ideas? If the file is there, permissions should be: -r-sr-sr-x 1 uucp dialer 98304 Nov 22 10:03 /usr/bin/uustat -r--r--r-- 1 uucp uucp 730 Oct 5 11:08 /etc/uucp/sys If it's not, look and sys1.sample or sys2.sample. You'll have to create a similar file to describe the systems with which you connect. I also tend to put myself in the uucp and dialer groups for convenience, although it's not really recommended. -- Jay > > Regards, > > d. > > +-------------------------------------------------------+ > | Dean Hollister, | dean@odyssey.apana.org.au | > | Perth, Western Australia. | deanh@iinet.net.au | > +-------------------------------------------------------+ > From owner-freebsd-questions Mon Jan 12 19:52:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24388 for questions-outgoing; Mon, 12 Jan 1998 19:52:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tok.qiv.com (cTajNhiytSfGQfakFvNmaW9rZ2qjz4BW@[204.214.141.211]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24366 for ; Mon, 12 Jan 1998 19:52:26 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id VAA11110; Mon, 12 Jan 1998 21:52:21 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id VAA01596; Mon, 12 Jan 1998 21:41:37 -0600 (CST) Date: Mon, 12 Jan 1998 21:41:36 -0600 (CST) From: Jay Nelson To: David Alan Kott cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] Getty, Qume 101 ser. terms. and gettytab (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It would be interesting to see _all_ stty's output on the ttyd2 port. Why are you trying to enable a login on a call_out_ port? Try enabling ttyd2 and see what happens. -- Jay On Mon, 12 Jan 1998, David Alan Kott wrote: > Greetings, > > I have been, for a few days now, attempting to get a Qume QVT-101 serial > dumb terminal to work over one of my serial ports on my 2.2.5 stable > system with only limited success. > > %dmesg | grep sio2 > sio2 at 0x3e8-0x3ef irq 5 on isa > sio2: type 16450 > %uname -rsv > FreeBSD 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sat Jan 3 01:07:09 EST 1998 > > I have successfully gotten Getty to start a login session. However, I > seem to be having difficulty keeping my serial port parameters kosher. > I don't want control characters to echo in the form `^X`. This, > naturally, devistates full screen based programs, editors.. and the like. > I have the serial port lock and initialization device parameters set to > `-echoctl`. > For instance, here is a snip from stty's output BEFORE getty and login > muck around with things: > > %stty -a -f /dev/cuaa2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl > ... > > %stty -a -f /dev/cuala2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl > ... > > %stty -a -f /dev/cuaia2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl > ... > > Noting in all cases that echoctl is inhibited. Now, my ttys entry: > > ... > cuaa2 "/usr/libexec/getty std.19200.qvt101" q101 on unsecure > ... > > annnnnnd my gettytab entry: > > ... > std.19200.qvt101|19200-baud:\ > :np:sp#19200:xc: > ... > > I was hoping that the "xc" boolean would inhibit this unwanted control > character echoing as described in the gettytab man page: > > ... > xc bool false do NOT echo control chars as `^X' > ... > > I setup the QVT-101 terminal, as described in a note in the termcap database > to emulate a "QVT-101B" terminal. > However, as soon as I login echoctl is set, and control characters are > echoed in the form `^X`, and the stty dump looks like this > > %stty -a -f /dev/cuaa2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl > .... > > Noting NOW that echoctl is set, and indeed, control characters are > displayed in this most unwieldy fashion. Anyone have some words of wisdom > for me? Thank you, in advance, for your consideration. From owner-freebsd-questions Mon Jan 12 19:53:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24497 for questions-outgoing; Mon, 12 Jan 1998 19:53:50 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24488 for ; Mon, 12 Jan 1998 19:53:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22272; Mon, 12 Jan 1998 19:53:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:53:26 -0800 (PST) From: Doug White Reply-To: Doug White To: Armando Campble cc: freebsd-questions@FreeBSD.ORG Subject: Re: installation error VTY1 In-Reply-To: <34B3928B.CAC6D383@c-com.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Armando Campble wrote: > Hi guys I have been trying to reinstall the freebsd on my system from > the /stand/sysinstall, because I first had a Amnesiac Freebsd and after > the root password was not accepted so I went and use password -l and > change it but a still have some bugs in the system I asoom. Now when a > try to reinstall it as I mention it send a error msg saying something > about "VTY1". This probably means you should _check_ vty1, i.e, press ALT-F2 to switch to that console. Press ALT-F1 to switch back. 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 Jan 12 19:54:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24712 for questions-outgoing; Mon, 12 Jan 1998 19:54:44 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24694 for ; Mon, 12 Jan 1998 19:54:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22276; Mon, 12 Jan 1998 19:54:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:54:31 -0800 (PST) From: Doug White Reply-To: Doug White To: Ţorđur Ivarsson cc: questions Subject: Re: Newport Systems Solutions WAN adapter In-Reply-To: <34B39790.51FD14A@est.is> 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 hub.freebsd.org id TAA24699 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Ţorđur Ivarsson wrote: > Does FreeBSD support Newport Systems Solutions Wan adapter (4 synchronus > serial - upto 2Mb/s) I don't recall seeing a driver. Care to do some development? :-) Or else someone might take them off your hands and make a driver. 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 Jan 12 19:55:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24894 for questions-outgoing; Mon, 12 Jan 1998 19:55:47 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24878 for ; Mon, 12 Jan 1998 19:55:42 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id TAA19068; Mon, 12 Jan 1998 19:54:06 -0800 (PST) Message-Id: <199801130354.TAA19068@implode.root.com> To: vons@usa.net (Gert-Jan Vons) cc: questions@FreeBSD.ORG Subject: Re: NE2000 card sometims has memory but usually not ? In-reply-to: Your message of "Mon, 12 Jan 1998 23:23:40 +0100." <3.0.5.32.19980112232340.007d2e20@dodo.pluisnet> From: David Greenman Reply-To: dg@root.com Date: Mon, 12 Jan 1998 19:54:06 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Running 2.2.5-RELEASE on a 486dx2-66, NE2000 clone (SimpleNet SN2000CT) >as network board. > >I usually have > > Jan 11 09:57:28 dodo /kernel: ed0 at 0x300-0x31f irq 10 on isa > Jan 11 09:57:28 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 > (16 bit) > >in my log file, but today (and once , ~2 weeks ago) my card developed >a case of "memory gain", although flaky: > > Jan 12 19:05:54 dodo /kernel: ed0: failed to clear shared memory at d8000 - > check configuration > Jan 12 19:05:54 dodo /kernel: ed0 at 0x300-0x31f irq 10 msize 8192 on isa > Jan 12 19:05:54 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 > (16 bit) > >How come the driver sometimes thinks there's memory, but usually doesn't ? It looks like the driver is falsely detecting the card initially as an WDC/SMC style board and then after failing that, detecting it as a NE2000. If it works okay after this, then this shouldn't be a problem and I'd just ignore it. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Mon Jan 12 19:56:31 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25095 for questions-outgoing; Mon, 12 Jan 1998 19:56:31 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA25082 for ; Mon, 12 Jan 1998 19:56:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22283; Mon, 12 Jan 1998 19:56:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:56:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: freebsd-questions@FreeBSD.ORG Subject: Re: Assistance In-Reply-To: <199801071609.JAA21595@idfw.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Frank Griffith wrote: > Thanks for your prompt reply to previous e-mail. I am installing FreeBSD. > I have the drive setup and everything appears that its ready to go on-line > and FTP the files to complete the install. However, when I press Alt+F3 > to examine the connection I see the error: > > Can't create /var/run/tun0.pid No such file or directory. I believe that's a harmless error. > I also could use some more instructions on how to dial-up to the > Internet and get the files. I assume I will dial up my local ISP and > once connected then what? How do I send the commands to the > modem for dialing? Type `term' at the ppp> prompt to drop to your modem, then use AT commands to call out. Use `set device /dev/cuaa?' to set the modem port, with 0=COM1 and 1=COM2. 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 Jan 12 19:58:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25288 for questions-outgoing; Mon, 12 Jan 1998 19:58:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA25202 for ; Mon, 12 Jan 1998 19:57:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22288; Mon, 12 Jan 1998 19:57:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:57:31 -0800 (PST) From: Doug White Reply-To: Doug White To: spork cc: questions@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, spork wrote: > A kernel made from sources supped today (and one from last week) are both > giving the same panic shortly after a bunch of webservers start: Please report -STABLE problems to stable@freebsd.org, a mailing list you should be subscribed to. 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 Jan 12 19:59:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25470 for questions-outgoing; Mon, 12 Jan 1998 19:59:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA25389 for ; Mon, 12 Jan 1998 19:58:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA22296; Mon, 12 Jan 1998 19:58:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 19:58:46 -0800 (PST) From: Doug White Reply-To: Doug White To: M Shariful Anam cc: freebsd-questions@FreeBSD.ORG Subject: Re: console stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, M Shariful Anam wrote: > Hi, > > Is there any way to change the default 80x25 mode to something higher like > 132x43 (that my display card supports)? You have to teach vidcontrol/syscons how to switch to that mode. The command to change to modes beyond 80x25 are somewhat card-dependent. > Also, when I telnet to another unix box, the emulation does not seem to be > ok.. even with 'vt100'... for example.. when I try 'mc' (midnight > commander)... the box characters do not show up right... this is usually > not a problem when I telnet from Loser95/NT or linux... Depends on what you're using. syscons doesn't emulate vt100 very well; try using screen. 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 Jan 13 14:38:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03301 for questions-outgoing; Tue, 13 Jan 1998 14:38:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darkstar.bisnews.co.th (darkstar.bisnews.co.th [203.154.26.100]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA02963 for ; Tue, 13 Jan 1998 14:36:48 -0800 (PST) (envelope-from tien@mailhub.bisnews.co.th) Received: from mailhub.bisnews.co.th (mailhub.bisnews.co.th [203.154.27.2]) by darkstar.bisnews.co.th (8.6.12/8.6.12) with ESMTP id LAA27389 for ; Mon, 12 Jan 1998 11:33:04 +0700 Message-Id: <199801120433.LAA10472@mailhub.bisnews.co.th> Comments: Authenticated sender is From: "tien@bisnews.co.th" Organization: Bisnews To: freebsd-questions@FreeBSD.ORG Date: Mon, 12 Jan 1998 11:35:43 +0700 Subject: year 2000 compliance X-mailer: Pegasus Mail for Windows (v2.42a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk To whom it may concern; I have questions regarding year 2000 compliance of FreeBSD version 2.1.5. Is FreeBSD 2.1.5 year 2000 compliant? Do you have any document support on your compliance status? Where could I get all the information about FreeBSD year 2000 compliance? Your answers are very essential to us in order to develop our systems. Can you please reply to us as soon as possible. You can contact me at tien@bisnews.co.th or Tien Tanarugsachock MIS Manager 888/190-207 Ploenchit Road 3rd. Fl. Mahatun Plaza Building Bangkok Thailand 10330 (66-2) 253-5000 ext 605 FAX (66-2) 253-1261 to 3 Thank you very much for your kindness. Sincerely; Tien Tanarugsachock MIS Manager From owner-freebsd-questions Tue Jan 13 14:39:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03626 for questions-outgoing; Tue, 13 Jan 1998 14:39:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA03523 for ; Tue, 13 Jan 1998 14:39:02 -0800 (PST) (envelope-from quik@terkel.mit.edu) Received: from TERKEL.MIT.EDU by MIT.EDU with SMTP id AA28341; Tue, 13 Jan 98 17:33:28 EST Received: from localhost by terkel.mit.edu (8.8.7/4.7) id WAA03289; Tue, 13 Jan 1998 22:33:22 GMT Date: Tue, 13 Jan 1998 17:33:18 -0500 (EST) From: quiksilver To: quik@sloth.org, freebsd-questions@FreeBSD.ORG Subject: moused Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk how can you get moused to work throughout all ttyv? i was told to put this command in the rc.local for i in /var/ttyv* ; do vidcontrol -m on < $i ; done but that does not work. Is there something i don't have configured propoerly? From owner-freebsd-questions Tue Jan 13 14:40:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03866 for questions-outgoing; Tue, 13 Jan 1998 14:40:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from foo.icanect.net (root@foo.icanect.net [208.202.14.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03843 for ; Tue, 13 Jan 1998 14:40:25 -0800 (PST) (envelope-from edwinr@icanect.net) Received: from edwinnt (139.p1.Tnt01.MIA.Icanect.Net [206.142.167.139]) by foo.icanect.net (8.8.5/ICA3.2) with SMTP id JAA22506; Tue, 13 Jan 1998 09:19:17 -0500 (EST) Message-Id: <3.0.32.19980113092038.009f0af0@icanect.net> X-Sender: edwinr@icanect.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 13 Jan 1998 09:20:42 +0000 To: Dirk-Willem van Gulik , Doug White From: Edwin Rivera Subject: Re: mSQL-2.0.3 and FreeBSD 2.2.5 or 3.0 SNAP Cc: Dirk-Willem van Gulik , freebsd-questions@FreeBSD.ORG, MSQL/Perl Mailing list Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Mr. van Gulik, Well, considering its infinite mode, where it went kernel-happy, it may be a cycling/resource limit issue. Perhaps splitting up the tasks into smaller chunks at a time may be a solution. Just my .02 Highest Regards, Edwin Rivera Webmaster / Programmer / Developer - ICANECT http://www.icanect.net ====================================================== At 09:10 AM 1/13/98 +0100, Dirk-Willem van Gulik wrote: >On Mon, 12 Jan 1998, Doug White wrote: > >> On Thu, 8 Jan 1998, Dirk-Willem van Gulik wrote: >> >> > On a WWW system; we are using the common combo >> > of Apache, Perl and mSQL. Since a recent change >> > where we have increased the free text and in >> > context search capabilities, we are regulary >> > seeing several of our index files of mSQL 2.0.3 >> > explode. Both on BSD 2.2.5 and 3.0 snap's. >> >> Oh joy. >> >> > We can reproduce it by cat-ting a 4 Mbyte >> > file of inserts into the 'msql DBASE' >> > command, so there seems little relation with >> > the perl/apache environment. >> > >> > The symptom is that a *.idx file grows quickly and >> > suddenly all time is spend in kernel land. With >> > no timely return; i.e. things like Alt-F1,2 etc >> > still work, as does pinging, telnet-connect; but >> > any typing or other user land feedback is >> > completely out. Another recent change is that we >> > now have some 150 tables, rather than the original >> > 25 or so. >> > >> > Anyone any ideas as where to look ? mmap() ? >> >> /etc/login.conf. I wonder if you are hitting the per-process limits. >> >> Try running `ulimit' or editing /etc/login.conf's limits. >> > >I set them to infinity... and this caused the machine to >go completely into kernel-land; with not a single slice >for user interaction... if I set it low (too low) I get >a decent error from the deamin that it has ran out of >disk-space, cycles, etc. So even though this might be >related; I cannot get any conclusive evidence. > >Dw. > > >---------------------------------------------------------------------- >To unsubscribe from this list send a message containing "unsubscribe" >to msqlperl-request@franz.ww.tu-berlin.de > > From owner-freebsd-questions Tue Jan 13 14:42:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04075 for questions-outgoing; Tue, 13 Jan 1998 14:42:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wiley.csusb.edu (wiley.csusb.edu [139.182.2.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03852 for ; Tue, 13 Jan 1998 14:40:34 -0800 (PST) (envelope-from wwong@wiley.csusb.edu) Received: (from wwong@localhost) by wiley.csusb.edu (8.8.5/8.6.11) id VAA09570; Mon, 12 Jan 1998 21:11:12 -0800 (PST) From: William Wong Message-Id: <199801130511.VAA09570@wiley.csusb.edu> Subject: Re: PPP 1/11/98 To: brian@awfulhak.org (Brian Somers) Date: Mon, 12 Jan 1998 21:11:11 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199801122316.XAA04380@awfulhak.org> from "Brian Somers" at Jan 12, 98 11:16:42 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > I just upgraded to the latest version of ppp, and it doesn't like to > > stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon > > mode, it just quits with no error. I could be using pppctl to talk to > > the uipc socket, and it will just die on me. I figure it's quitting > > with a SIGKILL because the socket is left, and no core dump or kernel > > message is given. It is, for all intents and purposes, unuseable. > > I've noticed this too, but I can't reproduce it reliably :-( There's > no record of any sort of signal being sent to it :-/ > > I'm looking into it. > > > Joe Clarke > > > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > > > This was happening to me as well... until I upgraded to the 1/08/98 version of ppp and changed my IP address to one of the 192.168.x.x numbers. I don't know if this was all I did but the ppp stuff is working now. This was using ppp interactively through term. BTW, I have to manually set the vjcomp because ppp can't figure out what's happening at the terminal server end. When the vjcomp settings don't match, the symptoms are that the linkup appears to be fine but the machine doesn't get any responses to requests that it sends out. -- William T. Wong Phone: (909) 880-7281 email: wwong@wiley.csusb.edu From owner-freebsd-questions Tue Jan 13 14:44:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04768 for questions-outgoing; Tue, 13 Jan 1998 14:44:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03484 for ; Tue, 13 Jan 1998 14:38:52 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id IAA07948 for ; Tue, 13 Jan 1998 08:56:30 -0600 (CST) Date: Tue, 13 Jan 1998 08:56:30 -0600 (CST) From: John Frader To: freebsd-questions@FreeBSD.ORG Subject: Sendmail being real slow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, On one of our 2.2.1 machines sendmail is real slow. When I use pine or mail to send a message to a local user or a remote user it takes between 2-3 min. for the message to go. In pine it just stays at Sending mail | 0% |] then it finally goes. The machine right now is only used as a raduis server and the load on the system is null. Mail works fine sending to the machine. And there is no errors in the logs. Any suggestions as to what might be wrong? From owner-freebsd-questions Tue Jan 13 14:45:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05167 for questions-outgoing; Tue, 13 Jan 1998 14:45:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [206.196.133.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05147 for ; Tue, 13 Jan 1998 14:45:24 -0800 (PST) (envelope-from onewnan@uswest.com) Received: from egate2.mnet.uswest.com (egate-ne1.mnet.uswest.com [151.117.138.135]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id HAA11504 for ; Tue, 13 Jan 1998 07:32:16 -0700 (MST) Received: from centhub.mnet.uswest.com (centhub.mnet.uswest.com [151.119.130.7]) by egate2.mnet.uswest.com (8.7.1/8.7.1) with SMTP id IAA17988 for ; Tue, 13 Jan 1998 08:32:14 -0600 (CST) Received: from notes.mnet.uswest.com (newman.uswc.uswest.com [151.119.114.143]) by centhub.mnet.uswest.com (8.6.11/8.6.11) with SMTP id HAA13243 for ; Tue, 13 Jan 1998 07:34:20 -0700 Received: by notes.mnet.uswest.com(Lotus SMTP MTA v1.1 (385.6 5-6-1997)) id 8725658B.00500D25 ; Tue, 13 Jan 1998 07:34:22 -0700 X-Lotus-FromDomain: USWEST From: "Owen Newnan" To: questions@FreeBSD.ORG Message-ID: <8725658A.00533C7A.00@notes.mnet.uswest.com> Date: Tue, 13 Jan 1998 07:20:08 -0700 Subject: SyJet Doesn't boot on Adaptec AHA-1520 Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Configuration: Dell Dimension P120c Two IDE drives on primary IDE controller no drives on secondary and tertiary IDE controllers Adaptec AHA-1520 SCSI HBA w/ DMA, SCSI-II, BIOS and boot enabled via jumpers Toshiba CDROM (ID=2) and Syquest SyJet (ID=0) removable drive on the AHA-1520 Situation: I've been reading the Toshiba CD on the 1520 about a year and it's performed well, without problems. I added the SyJet last fall and it generally reads, writes and performs fine under FreeBSD and other OSs. The 1520 BIOS issues a message on startup. However, I can't seem to get either of the SCSI drives to boot. For example, my FreeBSD system is on my second IDE drive so it boots as 1:wd(0,a) However, when I try to boot off 2: or inquire about its e root directory using 2:sd(0,a)? I get a never ending stream of error messages. From owner-freebsd-questions Tue Jan 13 14:52:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06164 for questions-outgoing; Tue, 13 Jan 1998 14:52:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tapir.noc.fh-lippe.de (tapir.noc.fh-lippe.de [193.16.112.7]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA06149 for ; Tue, 13 Jan 1998 14:52:45 -0800 (PST) (envelope-from lkoeller@cc.FH-Lippe.DE) Received: from spock.cc.fh-lippe.de by tapir.noc.fh-lippe.de with smtp (Smail3.1.28.1 #25) id m0xsC0S-0001R6C; Tue, 13 Jan 98 20:28 MET Received: from cc.FH-Lippe.DE by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m0xsC0E-000703C; Tue, 13 Jan 98 20:27 MET Message-ID: <34BBBC0A.275B4028@cc.FH-Lippe.DE> Date: Tue, 13 Jan 1998 20:10:02 +0100 From: "Lars Köller" Organization: Fachhochschule Lippe (Lemgo) X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: quik@sloth.org CC: freebsd-questions@FreeBSD.ORG Subject: Re: moused and x References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! quik@sloth.org wrote: > > How can I get moused and X windows to be compatible with my PS/2 > mouse? 1) Make /dev/sysmouse (look int /dev/MAKEDEV) 2) Make ln -s /dev/sysmouse /dev/mouse 3) enable moused in /etc/rc.conf (enable_moused="YES") 4) moused_flags="-p /dev/cua0 -t ps/2" (look into manpage) 5) Choose in /etc/XF86Config for mouse device: /dev/mouse protocoll: mousesystems Sorry I'm writing this from W95 cause for FreeBSD ISDN isn't ready to use, so the above may contain some typos, etc. ... Regards Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.FH-Lippe.DE (private) | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ---------- FreeBSD, what else? ------- http://www.freebsd.org ---------- From owner-freebsd-questions Tue Jan 13 16:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00549 for questions-outgoing; Tue, 13 Jan 1998 16:15:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01968 for ; Tue, 13 Jan 1998 16:03:00 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id WAA21343; Mon, 12 Jan 1998 22:26:35 -0800 (PST) Date: Mon, 12 Jan 1998 22:26:35 -0800 (PST) From: Shawn Ramsey To: David Greenman cc: questions@FreeBSD.ORG Subject: Re: ethernet compatibility In-Reply-To: <199801130333.TAA18947@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > >the compatibilty list, and that card wasnt speciifically listed. How > >stable and or fast is this card? Is there a better 10/100 card I should > >consider? (I am getting a great price on these cards) > > If you're talking about the PCI version, it is the fastest, best supported > fast ethernet card currently for FreeBSD. Thats good to hear, considering how cheap they are (street [price), and how cheap I cam get them for. From owner-freebsd-questions Tue Jan 13 16:26:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00566 for questions-outgoing; Tue, 13 Jan 1998 16:16:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06840 for ; Tue, 13 Jan 1998 15:33:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22511; Mon, 12 Jan 1998 21:38:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:38:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Keith Jones cc: freebsd-questions@freebsd.org Subject: Re: security advisory for LAND attack? In-Reply-To: <19980109103113.04214@blueberry.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Keith Jones wrote: > will there be one? I suppose one got lost in the excitement :-) Contact security@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 Tue Jan 13 16:26:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00556 for questions-outgoing; Tue, 13 Jan 1998 16:15:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06801 for ; Tue, 13 Jan 1998 15:32:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22593; Mon, 12 Jan 1998 22:24:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:24:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Alfred Perlstein cc: questions@FreeBSD.ORG Subject: Re: getting my cursor back? In-Reply-To: <199801092006.UAA02821@fang.cs.sunyit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Alfred Perlstein wrote: > is there anyway to reset the cursor using the syscons driver? Did you try resetting the video mode? vidcontrol VGA_80x25 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 Jan 13 16:27:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06164 for questions-outgoing; Tue, 13 Jan 1998 14:52:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tapir.noc.fh-lippe.de (tapir.noc.fh-lippe.de [193.16.112.7]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA06149 for ; Tue, 13 Jan 1998 14:52:45 -0800 (PST) (envelope-from lkoeller@cc.FH-Lippe.DE) Received: from spock.cc.fh-lippe.de by tapir.noc.fh-lippe.de with smtp (Smail3.1.28.1 #25) id m0xsC0S-0001R6C; Tue, 13 Jan 98 20:28 MET Received: from cc.FH-Lippe.DE by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m0xsC0E-000703C; Tue, 13 Jan 98 20:27 MET Message-ID: <34BBBC0A.275B4028@cc.FH-Lippe.DE> Date: Tue, 13 Jan 1998 20:10:02 +0100 From: "Lars Köller" Organization: Fachhochschule Lippe (Lemgo) X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: quik@sloth.org CC: freebsd-questions@freebsd.org Subject: Re: moused and x References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org Precedence: bulk Hi! quik@sloth.org wrote: > > How can I get moused and X windows to be compatible with my PS/2 > mouse? 1) Make /dev/sysmouse (look int /dev/MAKEDEV) 2) Make ln -s /dev/sysmouse /dev/mouse 3) enable moused in /etc/rc.conf (enable_moused="YES") 4) moused_flags="-p /dev/cua0 -t ps/2" (look into manpage) 5) Choose in /etc/XF86Config for mouse device: /dev/mouse protocoll: mousesystems Sorry I'm writing this from W95 cause for FreeBSD ISDN isn't ready to use, so the above may contain some typos, etc. ... Regards Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.FH-Lippe.DE (private) | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ---------- FreeBSD, what else? ------- http://www.freebsd.org ---------- From owner-freebsd-questions Tue Jan 13 16:27:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00575 for questions-outgoing; Tue, 13 Jan 1998 16:16:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01966 for ; Tue, 13 Jan 1998 16:02:51 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id XAA21437; Mon, 12 Jan 1998 23:18:05 -0800 (PST) Date: Mon, 12 Jan 1998 23:18:05 -0800 (PST) From: Shawn Ramsey To: Doug White cc: questions@FreeBSD.ORG Subject: Re: beeping! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > didnt do this when Windows was on it... any ideas short of taking out the > > speaker? > > You need to find the source of the beeping. Check the console or > currently active vty. > > Or else pull the speaker out if it's not soldered on the motherboard ;) I found the problem. It was apparantly something on the console(no monitor is connected). I removed everything in /etc/syslog.conf that had /dev/console and changed it to a log file. :) That fixed it. I still don't know what was actually causing the beep. From owner-freebsd-questions Tue Jan 13 16:29:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00601 for questions-outgoing; Tue, 13 Jan 1998 16:16:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06894 for ; Tue, 13 Jan 1998 15:35:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22463; Mon, 12 Jan 1998 21:22:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:22:43 -0800 (PST) From: Doug White Reply-To: Doug White To: Jerome Culet JD cc: questions@freebsd.org Subject: Re: Emulators In-Reply-To: <3.0.3.32.19980108132446.0094f1f0@pop.slip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Jerome Culet JD wrote: > Where can I get the emulation programs for FreeBSD 2.2.5 that mimick > SCO etc? What are the names? The SCO (iBCS2) and Linux emulators come with the system. You can enable them from /etc/rc.conf. 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 Jan 13 16:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00612 for questions-outgoing; Tue, 13 Jan 1998 16:16:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06938 for ; Tue, 13 Jan 1998 15:37:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22315; Mon, 12 Jan 1998 20:02:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:02:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Chris cc: questions@FreeBSD.ORG Subject: Re: How can I configure my kernel? In-Reply-To: <34B3D68F.161E350@ksts.seed.net.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 8 Jan 1998, Chris wrote: > I use a high-speed serial card(16550A) to activate my modem > at com4,how can I configure my kernel? See the Handbook. You need to add an instance of the sio driver using the settings for your modem. 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 Jan 13 16:29:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00638 for questions-outgoing; Tue, 13 Jan 1998 16:16:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fwext.micron.com (fwext.micron.com [204.134.212.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA01093 for ; Tue, 13 Jan 1998 15:55:30 -0800 (PST) (envelope-from tvoshell@micron.com) Received: from test-srv1.micron.com by fwext.micron.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 13 Jan 1998 23:55:19 UT Received: from admin-srv17.micron.com (pophost1 [137.201.97.108]) by test-srv1.micron.com (8.8.7/8.8.7) with ESMTP id KAA09404 for ; Tue, 13 Jan 1998 10:42:09 -0700 (MST) Received: from micron.com (tvoshell_pc [137.201.101.56]) by admin-srv17.micron.com (8.7.5/8.7.3) with ESMTP id KAA07236 for ; Tue, 13 Jan 1998 10:42:07 -0700 (MST) Message-ID: <34BBA728.E1A3A42C@micron.com> Date: Tue, 13 Jan 1998 10:40:56 -0700 From: tom voshell Organization: micron technology, inc. X-Mailer: Mozilla 4.02 [en] (Win16; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Register as a user Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk FreeBSD, I bought the Walnut creek CD. It has a user registration form to fill out for emial. I cannot email from that machine. Can I register as a user from your website? -- TomV *]:^)X= From owner-freebsd-questions Tue Jan 13 16:29:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00669 for questions-outgoing; Tue, 13 Jan 1998 16:16:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06729 for ; Tue, 13 Jan 1998 15:29:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22661; Mon, 12 Jan 1998 22:52:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:52:50 -0800 (PST) From: Doug White Reply-To: Doug White To: Arthur Alacar cc: questions@FreeBSD.ORG Subject: Re: postgres for freebsd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 10 Jan 1998, Arthur Alacar wrote: > > > i have installed Postgres-6.2.1 in my system 2.2.5-RELEASE manully (not > thru the port) Use the port. If you need to make changes before the build run `make patch', make changes, then `make'. 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 Jan 13 16:29:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00707 for questions-outgoing; Tue, 13 Jan 1998 16:16:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06687 for ; Tue, 13 Jan 1998 15:27:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22752; Mon, 12 Jan 1998 23:16:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:16:30 -0800 (PST) From: Doug White Reply-To: Doug White To: Ilich Kurilin cc: freebsd-questions@freebsd.org Subject: Re: MYLEX DAC960 In-Reply-To: <199801111813.VAA24801@hq.admiral.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sun, 11 Jan 1998, Ilich Kurilin wrote: > Hello, the READER! > > We have troubles with getting drivers for MYLEX DAC 960 RAID controller for > FreeBSD :( I thought mylex arrays emulated a single disk. What controller do you have it hanging off of? Other system 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 Jan 13 16:31:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00783 for questions-outgoing; Tue, 13 Jan 1998 16:18:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F3.hotmail.com [207.82.250.14]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA00711 for ; Tue, 13 Jan 1998 16:17:01 -0800 (PST) (envelope-from lordmalibu@hotmail.com) Received: (qmail 14466 invoked by uid 0); 14 Jan 1998 00:09:51 -0000 Message-ID: <19980114000951.14465.qmail@hotmail.com> Received: from 208.255.4.144 by www.hotmail.com with HTTP; Tue, 13 Jan 1998 16:09:51 PST X-Originating-IP: [208.255.4.144] From: "Jason L." To: freebsd-questions@freebsd.org Subject: X-Windows Content-Type: text/plain Date: Tue, 13 Jan 1998 16:09:51 PST Sender: owner-freebsd-questions@freebsd.org Precedence: bulk I recently installed FreeBSD on my computer with the X-User distrubution, and everything installed smoothly. But now there seems to be no XFree86 on it, how do I get it? Does it still need to be compiled, even after running the /stand/sysinstall program? (I reinstalled everything and I found none of the X directories on my system, but they're listed as part of my path.) Or, do I still have to download the tar package and then download the source code? (The computer that I have FreeBSD on isn't capable of going on the internet, because I don't have a phone jack anywhere near it.) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Tue Jan 13 16:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00706 for questions-outgoing; Tue, 13 Jan 1998 16:16:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06688 for ; Tue, 13 Jan 1998 15:27:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22734; Mon, 12 Jan 1998 23:09:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:09:42 -0800 (PST) From: Doug White Reply-To: Doug White To: Silviu D Minut cc: freebsd-questions@FreeBSD.ORG Subject: Re: drivers In-Reply-To: <34B862AF.33CE@cps.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, Silviu D Minut wrote: > Are there FreeBSD drivers for > > 1) The ATI video card Xpert@Play (AGP)? This would be handled by the X server. XFree86 doesn't support AGP at current. > 2) Creative Labs' Soubd Blaster AWE64 sound card? Sure, contact multimedia@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 Tue Jan 13 16:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00700 for questions-outgoing; Tue, 13 Jan 1998 16:16:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06927 for ; Tue, 13 Jan 1998 15:36:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22387; Mon, 12 Jan 1998 20:37:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:37:42 -0800 (PST) From: Doug White Reply-To: Doug White To: Soren Dossing cc: questions@freebsd.org Subject: Re: laptop built-in modem supported ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Wed, 7 Jan 1998, Soren Dossing wrote: > Many new laptops have built-in modems these days. Are they supported ? Or > do you need to buy an external or pcmcia modem ? Built-in modems act just like serial ports (well, most of them -- some require PnP initialization). 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 Jan 13 16:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00708 for questions-outgoing; Tue, 13 Jan 1998 16:16:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06843 for ; Tue, 13 Jan 1998 15:33:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22486; Mon, 12 Jan 1998 21:33:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:33:44 -0800 (PST) From: Doug White Reply-To: Doug White To: rknebel@csrlink.net cc: freebsd-questions@freebsd.org Subject: Re: AcceleratedX In-Reply-To: <19980108201028.59693@cabbage.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998 rknebel@csrlink.net wrote: > Hi, > I have been using Accel X version 3.0 with freebsd without problems. > Whenever I try to use my newly purchased version 4.0 I keep getting the > messages about sio1 overflows. > Anyone else have this problem or can explain to me what this is? What's connected to sio1? 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 Jan 13 16:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00716 for questions-outgoing; Tue, 13 Jan 1998 16:17:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06692 for ; Tue, 13 Jan 1998 15:27:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22748; Mon, 12 Jan 1998 23:15:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:15:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Dean Hollister cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, Dean Hollister wrote: > > Hiyall, > > On running uustat -s, it returns the error message: > > uustat: /etc/uucp/sys: fopen: Permission denied > > Any ideas? su to root first. It's trying to access protected information. Anything security minded in there? 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 Jan 13 16:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01138 for questions-outgoing; Tue, 13 Jan 1998 16:22:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06895 for ; Tue, 13 Jan 1998 15:35:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22434; Mon, 12 Jan 1998 21:05:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:05:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Dmitry Petrakoff cc: freebsd-questions@freebsd.org Subject: Re: Hostname In-Reply-To: <34B4D5DD.54B1E87C@elnet.msk.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Dmitry Petrakoff wrote: > How can I assign a different hostname to network interfaces: > ed0 - foo.bar.com > tun0 - machine.provider.net ? > Thank you! The name(s) are specified by your DNS system. All you do is set the IP address for the interface and DNS will do the rest. 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 Jan 13 16:33:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00728 for questions-outgoing; Tue, 13 Jan 1998 16:17:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00391 for ; Tue, 13 Jan 1998 15:51:23 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA10679; Tue, 13 Jan 1998 23:50:30 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801132350.XAA10679@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: William Wong cc: brian@Awfulhak.org (Brian Somers), freebsd-questions@FreeBSD.ORG Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Tue, 13 Jan 1998 15:44:08 PST." <199801132344.PAA24428@wiley.csusb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 23:50:30 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > Thanks! Oh, and one more thing... Does ppp support a 115.2K baud rate? > I can't seem to go any higher than 57.6K baud. Ppp just won't recognize > that speed (115.2K baud) and just drops back to 38.4K baud as a default. Sure. `set speed 115200' works ok for me. > -- > William T. Wong > Phone: (909) 880-7281 > email: wwong@wiley.csusb.edu > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 13 16:34:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00734 for questions-outgoing; Tue, 13 Jan 1998 16:17:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from random.tpgi.com.au (random.tpgi.com.au [203.12.160.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00540 for ; Tue, 13 Jan 1998 15:52:05 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by random.tpgi.com.au (8.8.4/8.8.6) id RAA25324; Tue, 13 Jan 1998 17:29:31 +1100 (EST) Received: from tar-ppp-162.tpgi.com.au(203.26.26.162), claiming to be "gretchen" via SMTP by random.tpgi.com.au, id smtpdAAAa006BO; Tue Jan 13 17:29:23 1998 From: "Eddie Irvine" To: , Subject: Re: moused and x Date: Tue, 13 Jan 1998 17:31:01 +1100 Message-ID: <01bd1fec$d0f06400$a21a1acb@gretchen> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@freebsd.org Precedence: bulk OK. I have a ps/2 mouse and it works fine with X. First, on bootup, go to the visual configure mode. You want to enable an input device called psm0 - this is the ps/2 mouse device. It present a conflict with the keyboard or console but that is OK. Now, in XF86Config, DON'T TOUCH THE MOUSE until you have selected a ps/2 mouse and the psm0 input device, and tabbed over and hit the "apply" button. Getting the mouse to work on the console is more involved ... Eddie. From owner-freebsd-questions Tue Jan 13 16:36:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00772 for questions-outgoing; Tue, 13 Jan 1998 16:18:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06844 for ; Tue, 13 Jan 1998 15:33:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22507; Mon, 12 Jan 1998 21:37:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:37:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Michael Knoll cc: questions@FreeBSD.ORG Subject: Re: CD formats In-Reply-To: <3.0.32.19980109032937.00b646a0@lafcol.lafayette.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Michael Knoll wrote: > I have a data CD-R burned on a friends CD-R, which uses Joliet formats to > store long filenames and 8.3 filenames. When in a win95 or NT machine, the > long filenames are seen, when mounted under freebsd, only the 8.3 names are > seen. Can I get freebsd to use the long filenames? Hack mount_msdos to recognize the Joilet format. 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 Jan 13 16:36:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00724 for questions-outgoing; Tue, 13 Jan 1998 16:17:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06673 for ; Tue, 13 Jan 1998 15:27:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA24250; Tue, 13 Jan 1998 11:43:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 11:43:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Ţorđur Ivarsson cc: questions Subject: Re: Detected memory leakage, how to find? In-Reply-To: <34B94124.D364B05C@est.is> 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 hub.freebsd.org id QAG00484 Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sun, 11 Jan 1998, Ţorđur Ivarsson wrote: > I notice that something is leaking memory! > > How can I see what processes have got allocated memory and swap and how > much? `top' is really good for this. Should be in ports/sysutils, or it may come with the system. 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 Jan 13 16:36:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00778 for questions-outgoing; Tue, 13 Jan 1998 16:18:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06847 for ; Tue, 13 Jan 1998 15:33:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22531; Mon, 12 Jan 1998 21:51:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:51:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Gordon Wang cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) In-Reply-To: <34B63559.60C4@tpts5.seed.net.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user. > My /root space is 32M. > What should I do if I want to make 1t 64M. This is not as easy as it sounds. You can't resize a partition without destroying it. You have to back up the system, rewrite the disklabel, newfs the new partitions, then restore the data to the new partitions. Basically, reformat the disk. 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 Jan 13 16:36:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00786 for questions-outgoing; Tue, 13 Jan 1998 16:18:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06941 for ; Tue, 13 Jan 1998 15:37:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22307; Mon, 12 Jan 1998 20:00:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:00:10 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Gateway and Name Server In-Reply-To: <01BD1B6E.FE448DA0@dal42-2.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998, Frank Griffith wrote: > I got through some more portions of FreeBSD install. I actually > got the terminal to dial my ISP, made a connection, but then > it said it cannot resolve the name. > > So can someone tell me exactly what I should put into the > fields on the Network Configuration screen for Gateway > and Name Server? Ask your ISP. 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 Jan 13 16:36:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00790 for questions-outgoing; Tue, 13 Jan 1998 16:18:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06849 for ; Tue, 13 Jan 1998 15:33:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22498; Mon, 12 Jan 1998 21:35:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:35:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Francis Vidal cc: FreeBSD Questions Subject: Re: crontab question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Francis Vidal wrote: > hello everyone! > > just wondering how i can tell crontab to execute something every N hours. > is it this one: > > * */2 * * * root /usr/bin/hello > > or > > * 2,4,6,8,10,12... * * * root /usr/bin/hello Assuming the bottom ones ticks off every other hour, they are equivalent. I suggest the top one to prevent errors. 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 Jan 13 16:37:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00798 for questions-outgoing; Tue, 13 Jan 1998 16:19:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06896 for ; Tue, 13 Jan 1998 15:35:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22459; Mon, 12 Jan 1998 21:22:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:22:14 -0800 (PST) From: Doug White Reply-To: Doug White To: Doug Jolley cc: questions@freebsd.org Subject: Re: makesendmail In-Reply-To: <199801082034.MAA21538@jupiter.neptune.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Doug Jolley wrote: > Does anyone know why the makesendmail file is missing from > the /usr/src/usr.sbin/sendmail/src directory of the 2.2.5 > distribution from Walnut Creek CD-ROM? More importantly, > is someone trying to tell me something by this omission? > TIA for any input. I don't see a makesendmail file ever being there. If it ever was there, it'd be in the CVS repository, and it's not. What are you trying to do? 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 Jan 13 16:37:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00801 for questions-outgoing; Tue, 13 Jan 1998 16:19:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06724 for ; Tue, 13 Jan 1998 15:29:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22695; Mon, 12 Jan 1998 22:59:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:59:08 -0800 (PST) From: Doug White Reply-To: Doug White To: Brian Somers cc: Khetan Gajjar , questions@freebsd.org Subject: Re: Update handbook and FAQ In-Reply-To: <199801111507.PAA26912@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sun, 11 Jan 1998, Brian Somers wrote: > > Hi. > > > > I've noticed that the handbook and FAQ don't get updated/rebuilt > > during a make world, and in fact are not even pulled down with a > > CVSup of src-all. > > > > Any (easy) ways to update it ? > > You need to cvsup doc-all. And to build them, you'll need to install instant(?) and the SGML utilities in the `textproc' ports category. 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 Jan 13 16:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00807 for questions-outgoing; Tue, 13 Jan 1998 16:19:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06898 for ; Tue, 13 Jan 1998 15:36:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22412; Mon, 12 Jan 1998 20:57:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:57:03 -0800 (PST) From: Doug White Reply-To: Doug White To: Ricardo AG Almeida cc: questions@FreeBSD.ORG Subject: Re: Best backup solution? In-Reply-To: <3.0.32.19980108020528.00a1d710@ptero.ag.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 8 Jan 1998, Ricardo AG Almeida wrote: > Machine #1 have a DAT unit, and mounts (via NFS) Machine #2 filesystems at > /server2 > > To backup both machines I am using > > tar -cSPM --totals \ > What am I doing wrong? Is there a better solution? Yes. Dump is a better solution. See rdump(8). You can dispose of NFS as the transfer medium; this should speed up your backups (assuming NFS is slowing down your backups). 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 Jan 13 16:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00814 for questions-outgoing; Tue, 13 Jan 1998 16:19:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06694 for ; Tue, 13 Jan 1998 15:27:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22797; Mon, 12 Jan 1998 23:24:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:24:52 -0800 (PST) From: Doug White Reply-To: Doug White To: Khetan Gajjar cc: questions@freebsd.org Subject: Re: Animated FLC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sun, 11 Jan 1998, Khetan Gajjar wrote: > Hi. > > I remember there being a animated FreeBSD flc on the 2.1 installation > filesystem CD. Does anybody have a URL that I can download it from ? I found some in the 2.0.5 CD. I put them at ftp://gdi.uoregon.edu/cdrom1/anims. They'll come right off the CD, so apologies if you have a great link and my quad speed CD slows you down. Let me know when you've grabbed them so I can put 2.2.5 CD 3 back in :) 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 Jan 13 16:40:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00823 for questions-outgoing; Tue, 13 Jan 1998 16:19:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06852 for ; Tue, 13 Jan 1998 15:33:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22542; Mon, 12 Jan 1998 21:56:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:56:06 -0800 (PST) From: Doug White Reply-To: Doug White To: Luigi Canali cc: freebsd-questions@FreeBSD.ORG Subject: Re: upgrade from 2.1.7 to latest In-Reply-To: <34B64B80.E769E0B7@ForzaCorp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Luigi Canali wrote: > Are there any procedures I need to be aware of for an upgrade from: > 2.1.7-RELEASE FreeBSD 2.1.7-RELEASE #0, to the latest, or is it just a > matter of running the install? There are many major changes between 2.1.x and 2.2.x, primarily the change from sysconfig to rc.conf and the introduction of login classes. The upgrade should be straightforward: boot a 2.2.5 boot floppy, select `upgrade', and follow the prompts. 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 Jan 13 16:40:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00831 for questions-outgoing; Tue, 13 Jan 1998 16:19:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06911 for ; Tue, 13 Jan 1998 15:36:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22427; Mon, 12 Jan 1998 21:04:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:04:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Tanvir Hassan cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: [Fwd: FreeBSD Install problems with SCSI Jaz...] In-Reply-To: <34B48EBC.9BEEC34B@mail.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 8 Jan 1998, Tanvir Hassan wrote: Yipe! Pine ate the message body. You should be able to point at your Jaz disk by typing sd(1,a)/kernel At any Boot: prompt (assuming your Jaz is the second SCSI disk probed). It may take a while to figure out exactly what device the bootblocks think the Jaz really is. I assume that we don't need to teach the Adaptec that the Jaz is a bootable disk. I didn't try this when I had the Zip; I guess I should have. :-/ 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 Jan 13 16:40:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00847 for questions-outgoing; Tue, 13 Jan 1998 16:19:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06854 for ; Tue, 13 Jan 1998 15:33:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22482; Mon, 12 Jan 1998 21:31:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:31:33 -0800 (PST) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: questions@freebsd.org Subject: Re: beeping! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Shawn Ramsey wrote: > I have recently moved one of our FreeBSD servers over to a new > case/motherboard, but this one has a speaker, and the other didnt. It now > beeps about every couple minutes. Is this FreeBSD related? It definetly > didnt do this when Windows was on it... any ideas short of taking out the > speaker? You need to find the source of the beeping. Check the console or currently active vty. Or else pull the speaker out if it's not soldered on the motherboard ;) 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 Jan 13 16:40:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00837 for questions-outgoing; Tue, 13 Jan 1998 16:19:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06726 for ; Tue, 13 Jan 1998 15:29:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22712; Mon, 12 Jan 1998 23:03:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:03:20 -0800 (PST) From: Doug White Reply-To: Doug White To: Ishkhan Martirosian cc: freebsd-questions@freebsd.org, emin@amilink.net Subject: Re: mirror sire ("INFOCOM" JSC Armenia) In-Reply-To: <34B828CB.B6C3D9FF@mbox.amilink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Ishkhan Martirosian wrote: > Dear Sirs, > > We are the Internet Provider and General Operator of the National Data > Transfer Network in Armenia. > We'd like to create your mirror site(ftp.am.freebsd.org) here in > Armenia for convenience of our local and regional partners. > What's your requirements for achieving this one? Please contact www@freebsd.org. You may also want to read the sections in the Handbook on using CVSup. 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 Jan 13 16:41:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00841 for questions-outgoing; Tue, 13 Jan 1998 16:19:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06856 for ; Tue, 13 Jan 1998 15:33:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22478; Mon, 12 Jan 1998 21:30:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:30:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "Anthony E. Rutledge" cc: "'freebsd-questions@FreeBSD.org'" Subject: Re: Is FreeBSD 2.2.5 the most reilable and stable FreeBSD release out there? In-Reply-To: <01BD1C5B.F5EB92A0.delturge@umich.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Anthony E. Rutledge wrote: > There are so many different versions of FreeBSD. Which one is the best to use? > I want to try to install it. FreeBSD 2.2.2 was around for a while. Was it replaced > by FreeBSD 2.2.5? If so, please let me know. Yes, 2.2.5 is the `latest and greatest.' > I think the fact that FreeBSD is free is very cool. Glad you're impressed. I like it too ;-) 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 Jan 13 16:41:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00873 for questions-outgoing; Tue, 13 Jan 1998 16:20:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06793 for ; Tue, 13 Jan 1998 15:31:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22616; Mon, 12 Jan 1998 22:34:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:34:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Dan Busarow cc: Greg Lehey , questions@freebsd.org Subject: Re: Getting rich with FreeBSD (was: Help me with my system!) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk Sorry Greg, too slow :-) On Fri, 9 Jan 1998, Dan Busarow wrote: > Since questions on partitioning seem to come up pretty often > could you add this to the handbook? Seems much easier than > the currently documented method. Should I use a ruler or is > free hand good enough? The Second Edition of The Complete FreeBSD has a section on partitioning and formatting disks. In the meantime there's [plug]http://www.freebsd.org/tutorials/diskformat/[/plug] :-) 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 Jan 13 16:42:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00913 for questions-outgoing; Tue, 13 Jan 1998 16:20:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06945 for ; Tue, 13 Jan 1998 15:37:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22338; Mon, 12 Jan 1998 20:07:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:07:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Doug Kite cc: freebsd-questions@freebsd.org Subject: Re: ip/ipx routing over ppp In-Reply-To: <199801071642.QAA19195@ns.co.lenoir.nc.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Wed, 7 Jan 1998, Doug Kite wrote: > Is it possible to do ip and ipx routing with FreeBSD using a ppp > link? > > I would like to join two ethernet lans via a ppp link, but need both > ip and ipx. Maybe, you'd have to run ipxrouted. > Also, is there any way to use two ppp links "bonded" as a single > larger pipeline? Some call this serial line equalization, or an > inverse mux. Sure, using mpd; it's in the ports tree in `net'. Note your ISP has to support this (most that use Livingston or Cisco parts do). 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 Jan 13 16:43:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00905 for questions-outgoing; Tue, 13 Jan 1998 16:20:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06955 for ; Tue, 13 Jan 1998 15:38:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22311; Mon, 12 Jan 1998 20:01:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:01:20 -0800 (PST) From: Doug White Reply-To: Doug White To: Chip Marshall cc: FreeBSD Questions Subject: Re: pidentd problem In-Reply-To: <19980107141454.18574@jlc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998, Chip Marshall wrote: > On a FreeBSD 2.2.2 box, with identd 2.8.1 compiled from the package > in the ports collection at cdrom.com, we are getting the following > error "k_getuid: ofiles malloc failed" whenever identd is started. > > Can anyone tell me why this is? There seems to be plently of memory > in the box and a nice sized swap, so I don't think it is a memory > size issue. It's probably a per-proces limit problem. Try running `ulimit' before running pidentd, or adjust the limits for `daemon' in /etc/login.conf. 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 Jan 13 16:44:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00932 for questions-outgoing; Tue, 13 Jan 1998 16:20:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06807 for ; Tue, 13 Jan 1998 15:32:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22582; Mon, 12 Jan 1998 22:19:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:19:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Eliezer Rodriguez Gonzalez cc: questions@FreeBSD.ORG Subject: Re: Something about a shared library In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Eliezer Rodriguez Gonzalez wrote: > > Greetings: > > I downloaded a copy of Communicator from Netscape, I installed it but > when I try to run it it complains about a missing shared library, its > name is libstdc++.so.2.0. It is intended to work on BSD systems, Solaris, > and some others. > I want someone to politely explain me where this shared library belongs > to and what can I do to solve this problem. What version of FreeBSD are you using? Netscape requires 2.2.1, probably newer. 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 Jan 13 16:44:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00920 for questions-outgoing; Tue, 13 Jan 1998 16:20:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06916 for ; Tue, 13 Jan 1998 15:36:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22416; Mon, 12 Jan 1998 20:59:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:59:20 -0800 (PST) From: Doug White Reply-To: Doug White To: "Jesse D. Walters" cc: questions@FreeBSD.ORG Subject: Re: Java intallation In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998, Jesse D. Walters wrote: > I am installing jdk1.0.2 and when I run the make install everything works > fine, however it writes all the files to the ./work directory. Am I able > to cp the entire "work" directory recursively into say /usr/local/java? No; `make install' should have copied it to your system's binary directories, ie /usr/local/bin or perhaps /usr/local/java/ or something like that. If you run `make clean' it'll take the work/ directory away. (The work directory is where the program is compiled, 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 Tue Jan 13 16:44:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00924 for questions-outgoing; Tue, 13 Jan 1998 16:20:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06695 for ; Tue, 13 Jan 1998 15:27:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22691; Mon, 12 Jan 1998 22:58:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:58:25 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@freebsd.org Subject: Re: profiles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On 11 Jan 1998, Leif Neland wrote: > On my non-root login, I have bash as shell. > > On login, first /etc/profile is executed. > But then /.profile is executed! > Why isn't /usr/home/leifn/.profile executed? > > Perhaps this is related: When I run netscape as myself, not root, netscape > still refers to root-stuff: /root/.netscape/lock, /root/nsmail. I tried to edit > all references in "edit" "preferences" to /usr/home/leifn/..., but then I > didn't have write permission. 1. Do you su/login as root? 2. What is your home directory set to in the password file? 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 Jan 13 16:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00946 for questions-outgoing; Tue, 13 Jan 1998 16:20:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06814 for ; Tue, 13 Jan 1998 15:32:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22600; Mon, 12 Jan 1998 22:25:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:25:39 -0800 (PST) From: Doug White Reply-To: Doug White To: Yixin Jin cc: freebsd-questions@freebsd.org Subject: Re: boot manager cannot proceed In-Reply-To: <34B6C65E.191A@cs.ucla.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Yixin Jin wrote: > Hi folks, > > My freebsd has some problems after I used one DOS boot disk to boot the > machine. At the first time, the boot manager can find BSD partition, but > whenever it started extract the kernel, it halted. Then I let the boot > manager be rewriten, this time, whenever I press F1 key it just cannot > proceed, and keep giving me boot manager prompt again and again. This is caused by an improper geometry setup. You'll have to reinstall to fix it. Stick a small DOS partition on the disk, boot the boot floppy, remove the DOS partition and install FreeBSD over 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 Jan 13 16:45:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00962 for questions-outgoing; Tue, 13 Jan 1998 16:21:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06698 for ; Tue, 13 Jan 1998 15:28:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22708; Mon, 12 Jan 1998 23:00:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:00:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Chad Jannusch cc: questions@freebsd.org Subject: Re: error 1 In-Reply-To: <002f01bd1e34$9d30ddc0$0500000a@win98> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Chad Jannusch wrote: > I just purchased the FreeBSD 2.2.5 CD set from Walnut Creek and upon install > everything seems to go fine until it tries to create the root file system. > The install just seems to stop and on the debug screen the following message > appears: > wd0: Interrupt timeout > wd0: status 50 error 0 > wd0: Interrupt timeout > wd0: status 50 error 1 > > This system is a 486SX2 66mhz on the IDE bus is the HardDrive (402 megs) and > the CDROM drive. Do you how to solve this? Looks like your harddrive went south. Do you have power management enabled? 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 Jan 13 16:45:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00966 for questions-outgoing; Tue, 13 Jan 1998 16:21:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06867 for ; Tue, 13 Jan 1998 15:34:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22471; Mon, 12 Jan 1998 21:27:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:27:30 -0800 (PST) From: Doug White Reply-To: Doug White To: "Brady K. Adams" cc: freebsd-questions@freebsd.org Subject: Re: Trying to install from floppies In-Reply-To: <199801082209.OAA09477@mailsun2.us.oracle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On 8 Jan 1998, Brady K. Adams wrote: > I did try you suggestion, however, the installer is still not working. I > also > noticed that the installation process does not even try to access the disk > drive. Any other suggestions? Hm, I guess we need to back up a step here. 1. What was the original error message or problem? 2. Did you look at the ALT-F2 debug console immediately after receiving the error? What did it say? 3. Have you tried other installation methods, such as by CDROM, FTP, or NFS? Floppy installs take a long time and are prone to errors (since they depend on error-prone media). 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 Jan 13 16:45:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00974 for questions-outgoing; Tue, 13 Jan 1998 16:21:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from random.tpgi.com.au (random.tpgi.com.au [203.12.160.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00519 for ; Tue, 13 Jan 1998 15:52:00 -0800 (PST) (envelope-from nquigg@tpgi.com.au) Received: (from smtpd@localhost) by random.tpgi.com.au (8.8.4/8.8.6) id WAA20398 for ; Tue, 13 Jan 1998 22:30:32 +1100 (EST) Received: from lak-ppp-041.tpgi.com.au(203.26.31.41), claiming to be "tpgi.com.au" via SMTP by random.tpgi.com.au, id smtpdAAAa004yT; Tue Jan 13 22:30:27 1998 Message-ID: <34BB4FFD.355E9786@tpgi.com.au> Date: Tue, 13 Jan 1998 22:29:01 +1100 From: neil X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: freebsd boot problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org Precedence: bulk I am having a major problem trying to boot BSD. My system (pentium 166) has a second hard drive installed as master on the secondary IDE. Using a boot floppy and CD I am able to configure and install FreeBSD 2.2.5 onto a 2G partition on this drive and also install the boot loader. When the system starts up it recognizes both wd0 and wd2 however the boot command looks for wd1 by default and when I try boot: wd(2,a) the message unable to find wd(2,a) is returned. I am rather confused as the system seems to install without any difficulty. I have used the auto function from the Label editor in the installation procedure. It may be of interest that when I enter the label editor in a subsequent installation attempt all the mount point details are shown as * while the size details are still ok, only the swap space seems to be unchanged. Please help Cheers Neil Quigg From owner-freebsd-questions Tue Jan 13 16:46:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02107 for questions-outgoing; Tue, 13 Jan 1998 16:28:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eyelab.psy.msu.edu (eyelab.psy.msu.edu [35.8.64.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01740 for ; Tue, 13 Jan 1998 16:26:39 -0800 (PST) (envelope-from root@eyelab.psy.msu.edu) Received: from eyelab3.psy.msu.edu (eyelab3.psy.msu.edu [35.8.64.180]) by eyelab.psy.msu.edu (8.8.6/8.8.5) with SMTP id SAA00369 for ; Tue, 13 Jan 1998 18:24:34 -0500 (EST) Message-Id: <199801132324.SAA00369@eyelab.psy.msu.edu> X-Sender: root@eyelab.msu.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 13 Jan 1998 17:30:37 -0500 To: freebsd-questions@freebsd.org From: Gary Schrock Subject: cvsup idea Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org Precedence: bulk Probably one of the things that I find most frustrating with cvsup is that while it will give you the information on what diffs it applies to your local checkout source tree, there's no way to get it to tell you what the comments for those diffs were. I maintain a couple of systems where it's not real practical to remake the system every time something changes, but only do it when something that I feel is important enough to get in has changed. Unfortunately, to do this I have to go through the output of cvsup and check the cvs repository to determine what's changed, which tends to be a fairly time consuming process. What I think would be really usefull would be something like a -L 3 level of verbosity, that also gives you the comment for the changes, then people like me would be able to just look through the output to see why things have been changed, saving me a lot of time. Thoughts? Gary Schrock root@eyelab.msu.edu From owner-freebsd-questions Tue Jan 13 16:46:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00965 for questions-outgoing; Tue, 13 Jan 1998 16:21:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06820 for ; Tue, 13 Jan 1998 15:32:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22589; Mon, 12 Jan 1998 22:21:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:21:22 -0800 (PST) From: Doug White Reply-To: Doug White To: Johnathan Raymond Sconiers II cc: freebsd-questions@freebsd.org Subject: Re: reading floppies In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Johnathan Raymond Sconiers II wrote: > > How to i read read floppies or transfer a file from a floppy in freebsd > 2.2.1 For sake of simplicity we'll assume DOS floppies (although you could create ufs floppies...) 1. Mounting: mount -t msdos /dev/fd0 /mnt 2. Using: The disk's root directory is under /mnt; standard commands apply (cp, mv, rm, etc.) 3. Unmounting (**DO THIS BEFORE EJECTING THE DISK OR YOU WILL REGRET IT**) umount /mnt Of course you must run (u)mount as root. OR: 1. Install the mtools port/package. 2. Use mtools commands as appropriate to copy/remove/list files. 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 Jan 13 16:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00976 for questions-outgoing; Tue, 13 Jan 1998 16:21:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhub.ainet.com (mailhub.ainet.com [204.30.40.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00880 for ; Tue, 13 Jan 1998 15:53:54 -0800 (PST) (envelope-from jmscott@ainet.com) Received: from ainet.com (root@ainet.com [204.30.40.6]) by mailhub.ainet.com (8.8.8/8.8.7) with SMTP id PAA08134; Tue, 13 Jan 1998 15:35:33 -0800 (PST) (envelope-from jmscott@ainet.com) Received: from perl.ainet.com by ainet.com (4.1/SMI-4.1) id AA16749; Tue, 13 Jan 98 15:45:29 PST Message-Id: <3.0.5.32.19980113154008.00837970@mail.ainet.com> X-Sender: jmscott@mail.ainet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Tue, 13 Jan 1998 15:40:08 -0800 To: support@cdrom.com, questions@FreeBSD.ORG From: "Joseph M. Scott" Subject: ISDN w/ FreeBSD 2.2.5 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk It's a really long story, but I've got until Friday afternoon to make the following work together ( so any help would be appreciated :-) ): A FreeBSD 2.2.5 box with a Diamond Supra Netcommander internal ISDN adapter. I've been looking around for the best way to get those to work together, I've gone through the bisdn which seemed to be my best bet, but I haven't gotten it to work yet. Is there another package that would be better to use ( and if so where can I get it ? ) ? Is there a relatively up to date version of bisdn floating around? Any help and pointers would really be appreciated, since this has to be up my Monday and I've got till Friday to make this work other wise this machine will become a Win NT server, and no one wants that to happen ( especially me !! :-) ). Thanks.... Joseph Scott jmscott@ainet.com From owner-freebsd-questions Tue Jan 13 16:47:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00990 for questions-outgoing; Tue, 13 Jan 1998 16:21:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06919 for ; Tue, 13 Jan 1998 15:36:29 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22423; Mon, 12 Jan 1998 21:01:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:01:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network interfaces not configured at boot up in 2.2.5 In-Reply-To: <64B0BB03967ED111A34C00A0C93295001CE3@herculis.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 8 Jan 1998, Stephen Cooper wrote: > I have just upgraded my laptop from 2.2.2 to 2.2.5, for some reason my > network interfaces no longer get configured at bootup. They are still > configured in /etc/rc.conf as they were under 2.2.2. > > Has the way in which rc.network configures network interfaces changed > under 2.2.5? The 2.2.5 rc.network script seems to be looking for a > specific interface startup script much the way Solaris does. > > Do I need to start with a fresh rc.conf perhaps ? Perhaps. I remember my rc.conf getting wiped when I upgraded to 2.2.5 from a 2.2-beta. 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 Jan 13 16:47:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01101 for questions-outgoing; Tue, 13 Jan 1998 16:22:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wiley.csusb.edu (wiley.csusb.edu [139.182.2.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00764 for ; Tue, 13 Jan 1998 16:18:04 -0800 (PST) (envelope-from wwong@wiley.csusb.edu) Received: (from wwong@localhost) by wiley.csusb.edu (8.8.5/8.6.11) id PAA24428; Tue, 13 Jan 1998 15:44:08 -0800 (PST) From: William Wong Message-Id: <199801132344.PAA24428@wiley.csusb.edu> Subject: Re: PPP 1/11/98 To: brian@Awfulhak.org (Brian Somers) Date: Tue, 13 Jan 1998 15:44:08 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199801132334.XAA10513@awfulhak.org> from "Brian Somers" at Jan 13, 98 11:34:12 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > [.....] > > BTW, I have to manually set the vjcomp because ppp can't figure out > > what's happening at the terminal server end. When the vjcomp settings > > don't match, the symptoms are that the linkup appears to be fine but > > the machine doesn't get any responses to requests that it sends out. > > I'm working on making the number of slots and slot compression > `tunable' now. > > > -- > > William T. Wong > > Phone: (909) 880-7281 > > email: wwong@wiley.csusb.edu > > > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > Thanks! Oh, and one more thing... Does ppp support a 115.2K baud rate? I can't seem to go any higher than 57.6K baud. Ppp just won't recognize that speed (115.2K baud) and just drops back to 38.4K baud as a default. -- William T. Wong Phone: (909) 880-7281 email: wwong@wiley.csusb.edu From owner-freebsd-questions Tue Jan 13 16:47:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01000 for questions-outgoing; Tue, 13 Jan 1998 16:21:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06731 for ; Tue, 13 Jan 1998 15:29:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22642; Mon, 12 Jan 1998 22:47:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:47:25 -0800 (PST) From: Doug White Reply-To: Doug White To: feamster@MIT.EDU cc: questions@freebsd.org Subject: Re: kernel compilation In-Reply-To: <199801100930.EAA04569@mint-square.MIT.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998 feamster@MIT.EDU wrote: > When compiling my new kernel, I get the following error: > > ---------------- > > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/locore.s > ../../i386/i386/locore.s: Assembler messages: > ../../i386/i386/locore.s:101: Error: Unknown pseudo-op: `.p2align' > *** Error code 1 > > Stop. > > ----------------- > > I really don't think this is an error with my config file. It seems to be an > error in the FreeBSD OS source code. . What version of FreeBSD are you using? . Try rm -rf /usr/src/sys/ and reinstalling the ssys distribution from CD or the FTP site. 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 Jan 13 16:48:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01003 for questions-outgoing; Tue, 13 Jan 1998 16:21:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06699 for ; Tue, 13 Jan 1998 15:28:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22726; Mon, 12 Jan 1998 23:06:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:06:46 -0800 (PST) From: Doug White Reply-To: Doug White To: Jeff Daigle cc: freebsd-questions@freebsd.org Subject: Re: little problem.... In-Reply-To: <000701bd1e4a$5051e740$2396aec7@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Jeff Daigle wrote: > i just downloaded freebsd and i installed it off of a ms-dos partition, it installed without error, then i exited the sysinstall program rebooted and it started the boot manager up.. i hit f1 which loads freebsd, it started listing all of my devices then it said > > panic: connot mount root Did I answer this already? If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). 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 Jan 13 16:48:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01006 for questions-outgoing; Tue, 13 Jan 1998 16:21:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06956 for ; Tue, 13 Jan 1998 15:38:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22334; Mon, 12 Jan 1998 20:05:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:05:19 -0800 (PST) From: Doug White Reply-To: Doug White To: tlopes@omnipoint.com cc: questions@freebsd.org Subject: Re: rebuilding kernel for ppp support In-Reply-To: <87256585.006FD7EE.00@oti1_notes1.gg.csco.omnipoint.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Wed, 7 Jan 1998 tlopes@omnipoint.com wrote: > > > > Tony Lopes > 01/07/98 01:26 PM > > I inhereted an installation of FreeBSD 2.5.5 on two pc's. I want to setup > a PPP connection over a serial connection between them. When I use pppd > command, I get a message that ppp support is not built into the kernel. > so, my question is: how do I go about rebuilding the kernel to include ppp > support. Add the line: pseudo-device ppp 3 to your kernel config file, config, make, and install. See the handbook for full details. > also what are the steps I need to perform to establish this ppp connection > between two pc's running FreeBSD over a serial (null modem) connection. Also in the handbook I think. 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 Jan 13 16:49:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01004 for questions-outgoing; Tue, 13 Jan 1998 16:21:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06965 for ; Tue, 13 Jan 1998 15:38:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22323; Mon, 12 Jan 1998 20:03:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:03:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Eric Hedstrom cc: NWebster , freebsd-questions@freebsd.org Subject: Re: Help :o) In-Reply-To: <34B5C626.A7EBF594@compecon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Eric Hedstrom wrote: > hi neil, > i have been meaning to ask a similar question. > > my system does this too unless i type in the name of the kernel and the > partition on which it lives at the freebsd boot: prompt. i don't remember > the exact syntax off the top of my head, but mine is looking for the > third scsi drive when i only have two scsi and one ide, with freebsd > living on the second scsi drive. > > so check the default boot entry and make sure it matches the drive > where freebsd is really installed. > > everybody: how can i change the default boot entry so it looks at the > right drive? Drop a /boot.config file with the desired string in it. ie: sd(0,a)/kernel 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 Jan 13 16:49:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01017 for questions-outgoing; Tue, 13 Jan 1998 16:21:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06733 for ; Tue, 13 Jan 1998 15:29:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22686; Mon, 12 Jan 1998 22:56:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:56:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Invis cc: freebsd-questions@freebsd.org Subject: Re: key mapping problems In-Reply-To: <19980110115821.61479@thumper.visi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Invis wrote: > I have a win95 keyboard, and am trying to make use of the three > extra keys that come with it. I went into xev, to get the scancodes for > these keys, which turned out to be 115, 116, and 117. I think did the > following: > > kbdcontrol -d > mymap > > and added: > > 107-114: all nops > > 115 nscr nop nscr nop nscr nop nop nop nop O > 116-117: more junk > > After adding keymaps like this, I press the keys, and it seems that it > *should* take me to the next vty, but nothing happens, it just does > nothing or beeps. Did you install your new map? > Can anyone help me get these keys to work? Also, how do I put them to good > use in X11? Same idea, I think, just use `xmodmap' instead. 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 Jan 13 16:49:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01016 for questions-outgoing; Tue, 13 Jan 1998 16:21:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06826 for ; Tue, 13 Jan 1998 15:32:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22574; Mon, 12 Jan 1998 22:16:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:16:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Elliot Finley cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: dialout line In-Reply-To: <34b67cf6.69525397@castlenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Elliot Finley wrote: > I am using FreeBSD 2.2-stable > I have user ppp set up. > > My computer can't connect to my ISP... > > when I use ppp interactively, and go into term, I can issue commands > to my modem, and I can see the response. When I type atdt####### and > the modem connects, I can see the connect message. > But instead of the login prompt from my ISP I get a long string of the > same character. I had this working on com1 just fine, but when I > switched it to com2, everything broke. Make sure you're using the correct speed and bit settings for your modem and/or provider. See the help for the `set' command. You might check with a known working source that the modem is working properly. 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 Jan 13 16:49:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01031 for questions-outgoing; Tue, 13 Jan 1998 16:21:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06868 for ; Tue, 13 Jan 1998 15:34:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22490; Mon, 12 Jan 1998 21:34:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:34:13 -0800 (PST) From: Doug White Reply-To: Doug White To: Elliot Finley cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp using com2 In-Reply-To: <34b57b2c.3521549@castlenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Elliot Finley wrote: > Hello, > I set up user PPP on com1, and it worked fine. I was able to > cvsup 2.2-stable, and I was also able to load packages off of the net. > > I then set my machine up to use com1 as a console... This works > great also... > > I changed my /etc/ppp/ppp.conf to use cuaa1 instead of cuaa0.... > I also went into /etc/ttys and commented out the line that > started mgetty on cuaa1... The problem that I'm having is this: as > soon as my machine boots up (with the modem on com2), it puts the > modem into fax mode... Then, when ppp dials out to connect to my ISP, > my modem won't connect because it is in fax mode. I can't find what > is putting it into fax mode... Well, mgetty, of course. 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 Jan 13 16:49:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01022 for questions-outgoing; Tue, 13 Jan 1998 16:21:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06957 for ; Tue, 13 Jan 1998 15:38:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22319; Mon, 12 Jan 1998 20:02:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:02:42 -0800 (PST) From: Doug White Reply-To: Doug White To: NWebster cc: freebsd-questions@freebsd.org Subject: Re: Help :o) In-Reply-To: <2707ec50.34b3d815@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Wed, 7 Jan 1998, NWebster wrote: > I hope you can help.. I have got myself really stuck and cant seem to work out > how to fix the problem. I have just installed 2.2.5 on a partition (1.2gb > partition) on my HD. It boots up fine, it gets to the detecting CD Rom part > ok, finds my network card.. then comes up Panic: cannot mount root and reboots > itself, it does this over and over.. Boot up your hard disk (moving it if necessary) then: If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). 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 Jan 13 16:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04190 for questions-outgoing; Tue, 13 Jan 1998 16:39:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from copper.singnet.com.sg (copper.singnet.com.sg [165.21.7.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03658 for ; Tue, 13 Jan 1998 16:36:45 -0800 (PST) (envelope-from shuman@annexgrp.org) Received: from thing.annexgrp.org (root@[203.190.32.101]) by copper.singnet.com.sg (8.8.7/8.8.7) with ESMTP id BAA07469; Wed, 14 Jan 1998 01:11:29 +0800 (SGT) Received: from localhost (shuman@localhost) by thing.annexgrp.org (8.8.7/8.8.7) with SMTP id VAA00347; Tue, 13 Jan 1998 21:27:28 +0600 Date: Tue, 13 Jan 1998 21:27:28 +0600 (BGT) From: M Shariful Anam To: Doug White cc: freebsd-questions@freebsd.org Subject: Re: console stuff In-Reply-To: Message-ID: Organization: Annex Group (Bangladesh) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk Hi, On Mon, 12 Jan 1998, Doug White wrote: | > Is there any way to change the default 80x25 mode to something higher like | > 132x43 (that my display card supports)? | | You have to teach vidcontrol/syscons how to switch to that mode. The | command to change to modes beyond 80x25 are somewhat card-dependent. Is there any documentation on this? Like man page, doc or URL? | > Also, when I telnet to another unix box, the emulation does not seem to be | > ok.. even with 'vt100'... for example.. when I try 'mc' (midnight | | Depends on what you're using. syscons doesn't emulate vt100 very well; | try using screen. screen on local(FreeBSD) box and then telnet to the remote(Linux) box? --- M S Anam Annex Group, Bangladesh We hack to learn! From owner-freebsd-questions Tue Jan 13 16:50:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01038 for questions-outgoing; Tue, 13 Jan 1998 16:21:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06721 for ; Tue, 13 Jan 1998 15:29:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22730; Mon, 12 Jan 1998 23:09:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:09:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Swee-Chuan Khoo cc: questions@FreeBSD.ORG Subject: Re: 2.2.5 as a print server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, Swee-Chuan Khoo wrote: > > hi, > > i would like to configure a 2.2.5 machine as a print server > for my network. the printer is in another floor conencted to our > UTP network running tcp/ip. > > A win95 machine is running as a server now, i would > like to conigure my 2.2.5 machine as a samba server for > file and print server. > > I can't able to find info to configure it. It is a > HP Laserjet 4MP. 1. Install samba. Have you got that far yet? 2. Set up the UNIX printing so it can print to the LaserJet. Point the printcap at the printer's IP, printer name `lp'. 3. Once 1 and 2 are working, simply point samba at the appropriate local printer in samba's config. See the handbook at http://www.freebsd.org/handbook/ and Samba's documentation 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 Tue Jan 13 16:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01043 for questions-outgoing; Tue, 13 Jan 1998 16:22:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06680 for ; Tue, 13 Jan 1998 15:27:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA24260; Tue, 13 Jan 1998 11:50:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 11:50:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Jan Koum cc: questions@FreeBSD.ORG Subject: Re: Netscape out of memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, Jan Koum wrote: > On one of the several FreeBSD machines I use I get "Netscape out > of memory" pop up window from Netscape after certain period of usage. The > OS is 2.2.x and Netscape is 4.x (I tried different once). I bumped up disk > cache and memory size in netscape's user preference. No luck. I made sure > to do "unlimit" in my csh even. No luck. I even added myself to different > login classes, such as 'root' and 'xuser'. Now, the interesting thing is > that it happeneds when I run xdm, while at home, where I just run X > without xdm I don't have any trouble. Any ideas and clues will be > appreciated. Thanks, Make sure you're using the login class you're thinking. Also Netscape leaks memory allover the place. If you've been running it for a while and looking at lots of images you're bound to start running out of resources. 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 Jan 13 16:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01610 for questions-outgoing; Tue, 13 Jan 1998 16:25:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06933; Tue, 13 Jan 1998 15:36:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22373; Mon, 12 Jan 1998 20:29:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:29:10 -0800 (PST) From: Doug White Reply-To: Doug White To: "Bernard J. Courtney" cc: questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Help In-Reply-To: <34B3F2E1.56ED@bythehand.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998, Bernard J. Courtney wrote: > Hi All, > > I am installing a mail server on my FreeBSD 2.2.1 box, and have done the > following: > > 1. edit the /etc/group file with pico and adding the following > qmail:*:2107: > nofiles:*:2108: > > 2. then I used vipw to edit the passwd. file and added the following to > that: > alias:*:7790:2108::/var/qmail/alias:/bin/true [...] > Then I get this error: > "/etc/pw.010045" 26 lines, 1546 characters > vipw: rebuilding the database... > pwd_mkdb: corrupted entry > pwd_mkdb: at line #20 > pwd_mkdb: /etc/pw.010045: Inappropriate file type or format > re-edit the password file? [y]: > > The line 20 that is refered to would be the line above that was added > that read alias, and is the beginning of where the changes started. > What am I doing wrong? Please respond via e-mail as I am NOT currently > on the list. Try adding a real name for the user instead of leaving it blank. 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 Jan 13 16:51:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01070 for questions-outgoing; Tue, 13 Jan 1998 16:22:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06736 for ; Tue, 13 Jan 1998 15:29:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22657; Mon, 12 Jan 1998 22:52:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:52:01 -0800 (PST) From: Doug White Reply-To: Doug White To: Adrian Chadd cc: freebsd-questions@freebsd.org Subject: Re: PAP logins via /etc/passwd under 2.2.5-REL .. In-Reply-To: <199801101246.UAA24156@mail.creative.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Adrian Chadd wrote: > > Hi. > > I'm having some fun with pppd and PAP. > Under linux, if you put 'login' on the pppd line, it would PAP authenticate > via /etc/passwd entries, which is nice and great. It doesn't need/check > /etc/ppp/pap-secrets. > > Under FreeBSD 2.2.5-REL's pppd however (and the ones I've compiled) it > NEEDS /etc/ppp/pap-secrets there. And it won't authenticate from /etc/passwd . > However a -current pppd (2.2.0b3) from a few months ago seems to exhibit > the linux behaviour, which is what I'm after. But its lovely 16-char usernames > doesn't agree with 2.2.5-REL it seems :) Eh? It shoudn't care. You could probably hack it quickly to use 8 char usernames instead (but I don't see why it shouldn't work with the existing 8 char universe -- it might munge utmp/wtmp but if you don't use w/who/last/friends then you should be OK). :-) Did you try usermode 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 Tue Jan 13 16:52:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01105 for questions-outgoing; Tue, 13 Jan 1998 16:22:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06928 for ; Tue, 13 Jan 1998 15:36:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22377; Mon, 12 Jan 1998 20:29:55 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:29:55 -0800 (PST) From: Doug White Reply-To: Doug White To: mikebo@tellabs.com cc: questions@FreeBSD.ORG Subject: Re: Making an install CD from FTPed files? In-Reply-To: <199801072127.PAA08715@sunk31.tellabs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998 mikebo@tellabs.com wrote: > Greetings - > I've FTPed everything I think I need to burn my own FreeBSD install CD. > However, I'm not sure what the 2.2.5-RELEASE install program expects as > far as directory structure. Here's the inside of my FreeBSD directory: > > drwxr-xr-x 18 mikebo staff 1024 Jan 7 14:48 2.2.5-RELEASE > drwxr-xr-x 4 mikebo staff 512 Oct 5 08:00 2.2.x-stuff > drwxr-xr-x 3 mikebo staff 512 Nov 11 12:34 XFree86 > drwxr-xr-x 39 mikebo staff 1024 Jan 7 14:42 packages-2.2.5 > drwxr-xr-x 2 mikebo staff 512 Jan 7 15:01 patches-2.2.5 > drwxr-xr-x 5 mikebo staff 512 Oct 28 12:08 tools > > This should be everything I need, but I noticed that the root directory > of past CD distributions has looked more like the inside of 2.2.5-RELEASE. > Thanks for any pointers... Yes, that's true; you should move everything into 2.2.5-RELEASE then make 2.2.5-RELEASE the root directory of the new 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 Tue Jan 13 16:53:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07180 for questions-outgoing; Tue, 13 Jan 1998 16:50:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06202 for ; Tue, 13 Jan 1998 16:47:10 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id PAA21364; Tue, 13 Jan 1998 15:30:18 +0800 (WST) Date: Tue, 13 Jan 1998 15:30:18 +0800 (WST) From: Dean Hollister To: Doug White cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Doug White wrote: > su to root first. bash# uustat -s ramtops generates the same response. /etc/uucp/sys belongs to uucp and the uucp group. All privs are set to at least read. group/owner set to rw. > It's trying to access protected information. Anything security minded in > there? Not that I can see. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 13 16:53:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01103 for questions-outgoing; Tue, 13 Jan 1998 16:22:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06827 for ; Tue, 13 Jan 1998 15:32:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22578; Mon, 12 Jan 1998 22:18:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:18:39 -0800 (PST) From: Doug White Reply-To: Doug White To: PYatMtVw cc: questions@FreeBSD.ORG Subject: Re: Intel DK440LX m/b In-Reply-To: <1e8c3aec.34b68b98@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, PYatMtVw wrote: > Have you done any compatibility test with the new Intel DK440LX motherboard > with Dual Pentium 2 processor? > > This motherboard also has an onboard SCSI from Adaptec AIC 7895P, have you > written any drivers for it yet? > > Since we didn't have any drivers for the Adaptec AIC 7895P chip, we added an > AHA-2940UW SCSI card to our Seagate 4.3GB drive and installed FreeBSD. It > installed ok, it found the drive and the installation was successful. > However, the first time you boot FreeBSD you get a Read Error. Could this be > because the DK440LX uses a Phoenix Bios and not an AMI Bios. No, I seriously doubt it's a BIOS issue or I would have heard about it more. My guess is there's some problem with the BIOS finding the proper partition to boot from. Apparently the Phoenix BIOS complains one way and the rest of the world complains another. Can you boot the FreeBSD partition okay if you use a boot disk and sd(0,a)/kernel at the boot: prompt? (or whatever's appropriate for your setup) 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 Jan 13 16:53:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01115 for questions-outgoing; Tue, 13 Jan 1998 16:22:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06829 for ; Tue, 13 Jan 1998 15:32:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22567; Mon, 12 Jan 1998 22:13:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:13:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Bob Staudenmaier cc: questions@freebsd.org Subject: Re: Walnut Creek CDROM In-Reply-To: <2.2.32.19980109183911.006e1cf4@proxy.cloverware.inc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Bob Staudenmaier wrote: > > The Walnut Creek CDROM I just purchased lists as a > technical support address. My question concerns the Walnut Creek CDROM > itself, so I am hoping to obtain a contact address at Wal Creek to answer my > question. This is OK, the Walnut Creek CDROM is the official CDROM of the FreeBSD Project. Unless it's purely business-related (orders/returns/etc.), we're happy to help. > I just purchased the brand new 2.2.5 version of FreeBSD on the 4 CDROM > Walnut Creek set. Am I mistaken, or are there very few "packages" included > in the set? In other words, there are very few files located at: The packages tree is on CD 1, in packages/. Some very large packages were overflowed to CD 3. Note that the ftp site will have a few more packages than the CD due to licensing restrictions. > ftp://ftp.freebsd.org/.25/FreeBSD/packages-2.2.5/All You should avoid using the explicit disk number, it changes constantly. The proper URL is ftp://ftp.freebsd.org/pub/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 Jan 13 16:53:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01120 for questions-outgoing; Tue, 13 Jan 1998 16:22:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06796 for ; Tue, 13 Jan 1998 15:31:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22623; Mon, 12 Jan 1998 22:37:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:37:04 -0800 (PST) From: Doug White Reply-To: Doug White To: dlr cc: efinley@castlenet.com, questions@FreeBSD.ORG Subject: Re: Number of tty's In-Reply-To: <19980110101559.50311@insane.asylum.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 10 Jan 1998, dlr wrote: > On Sat, Jan 10, 1998 at 06:31:14AM +0000, Elliot Finley wrote: > > On Sat, 10 Jan 1998 00:14:58 -0500, you wrote: > > > > man MAKEDEV > > > >I just got the following message on a freebsd machine: > > >telnetd: All network ports in use. > > >I'm having problems with secure shell leaving dead shells around. > > >Is there a way i can increase the number of logins accepted? > > >I have ptys set to 256 in the kernel. Do I need to create new ttys? > > >There are 49 tty* found in /dev. Do i need to increase this somehow? > > man MAKEDEV says: > > tty# standard PC COM ports > The i386 supports the following devices. Where a device name is followed > by a hash sign (``#''), the hash sign must be replaced by a unit number. > > so i did MAKEDEV tty1 thru tty9. This took it from 49 up to 67 tty's. > Is there a way to increase this, or is this the maximum number of connections (i > don't think that it would be the max number). Try running /dev/MAKEDEV pty256 That should be plenty for ya :-) 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 Jan 13 16:53:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01121 for questions-outgoing; Tue, 13 Jan 1998 16:22:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06779 for ; Tue, 13 Jan 1998 15:31:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22638; Mon, 12 Jan 1998 22:46:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:46:22 -0800 (PST) From: Doug White Reply-To: Doug White To: Keith Spencer cc: freebsd-questions@freebsd.org Subject: Re: how to set up DNS In-Reply-To: <199801092130.HAA03008@smmcroute.smmc.qld.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Keith Spencer wrote: > Hi all, > I wish to try to set up a DNS on a second machine > Background : My ISP has created a fbsd machine static IPed for > me...but I wish to have a crack at it myself on another box. > I have set up FBSD 2.2.2 as a LAN gateway with a dynamic IP as > instructed via PPP docs etc....It works well. > > I now wish to switch it to static IP and set up DNS > The pppdoc suggested I not enable routing since it tends to delete > routes hardcoded into ppp.conf. > So what steps do I need...Is ther a sequence of steps I need to > follow? 1. Buy ``The Complete FreeBSD, 2nd Edition'' and ``TCP/IP Network Administration.'' 2. Install FreeBSD on the target box. 3. Enable named in /etc/rc.conf. 4. Set up named's zone and config files as described in TCP/IP Network Administration. The named files are in /etc/namedb/. Don't forget to set up the reverse zone files and run `make-localhost'! 5. Modify /etc/resolv.conf and add a line `nameserver 127.0.0.1'. 6. Restart your system or start named. 7. Enjoy your new nameservice. 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 Jan 13 16:53:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01128 for questions-outgoing; Tue, 13 Jan 1998 16:22:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06931 for ; Tue, 13 Jan 1998 15:36:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22400; Mon, 12 Jan 1998 20:51:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:51:27 -0800 (PST) From: Doug White Reply-To: Doug White To: "M.C Wong" cc: questions@freebsd.org Subject: Re: 2.2.5R: Kernel build error In-Reply-To: <199801070757.XAA11400@f138.hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Wed, 7 Jan 1998, M.C Wong wrote: > Under 2.2.5R I am rebuilding a new kernel based on the good old ways > I used to know in 2.1.6* days, I did: > > config GENERIC > cd ../../compile/generic > make depend > > and I got the following errors: > > # make depend > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include > -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS > -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c > ../../i386/i386/genassym.c:40: stdio.h: No such file or directory > In file included from ../../sys/proc.h:48, > from ../../i386/i386/genassym.c:43: > ../../sys/time.h:118: time.h: No such file or directory > *** Error code 1 > > Stop. > > I am 100% sure that I did have the kernel source loaded and I yes I can > find /usr/include/stdio.h and /usr/include/sys/time.h > > except I don't know the path it is looking for those files during > kernel rebuilding. Try removing & reinstalling your kernel source. rm -rf /usr/src/sys reinstall source 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 Jan 13 16:53:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01139 for questions-outgoing; Tue, 13 Jan 1998 16:22:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06924 for ; Tue, 13 Jan 1998 15:36:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22441; Mon, 12 Jan 1998 21:14:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:14:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Dirk-Willem van Gulik cc: freebsd-questions@freebsd.org, MSQL/Perl Mailing list Subject: Re: mSQL-2.0.3 and FreeBSD 2.2.5 or 3.0 SNAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Thu, 8 Jan 1998, Dirk-Willem van Gulik wrote: > On a WWW system; we are using the common combo > of Apache, Perl and mSQL. Since a recent change > where we have increased the free text and in > context search capabilities, we are regulary > seeing several of our index files of mSQL 2.0.3 > explode. Both on BSD 2.2.5 and 3.0 snap's. Oh joy. > We can reproduce it by cat-ting a 4 Mbyte > file of inserts into the 'msql DBASE' > command, so there seems little relation with > the perl/apache environment. > > The symptom is that a *.idx file grows quickly and > suddenly all time is spend in kernel land. With > no timely return; i.e. things like Alt-F1,2 etc > still work, as does pinging, telnet-connect; but > any typing or other user land feedback is > completely out. Another recent change is that we > now have some 150 tables, rather than the original > 25 or so. > > Anyone any ideas as where to look ? mmap() ? /etc/login.conf. I wonder if you are hitting the per-process limits. Try running `ulimit' or editing /etc/login.conf's limits. 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 Jan 13 16:54:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01140 for questions-outgoing; Tue, 13 Jan 1998 16:22:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06836 for ; Tue, 13 Jan 1998 15:32:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22554; Mon, 12 Jan 1998 22:05:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:05:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Dave Cornejo cc: freebsd-questions@freebsd.org Subject: Re: routing to multiple internet connections In-Reply-To: <199801091750.JAA17832@epatl.genmagic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Dave Cornejo wrote: > I have two connections to the Internet - one frame relay and one cable > modem connected to two separate ethernet segments. I have one FreeBSD > box sitting on both segments. My main network is the ethernet > connected to the frame relay, and I need most things to happen through > that network. For http & ftp however, I want to put a > proxy/cache/whatever on the FreeBSD system and have it route it's > traffic specifically to the cable modem segment. > > It's easy enough to get the packets to the interface, but the problem > is that essentially I have two 'default' gateways, one for each > interface. Getting real routing info from the routers is problematic, > as both claim to offer default routing and I only have access to the > one on the frame relay network. > > So, am I screwed and just need to pick one net or the other as my > default? Or does anybody have any suggestions? You need to pick one. Routing can't route based on port addresses, as far as I know. You can hold one of them as a backup, however, so if your primary link goes down you can (manually) reroute to the other link. 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 Jan 13 16:54:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01144 for questions-outgoing; Tue, 13 Jan 1998 16:22:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06781 for ; Tue, 13 Jan 1998 15:31:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22605; Mon, 12 Jan 1998 22:28:29 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:28:29 -0800 (PST) From: Doug White Reply-To: Doug White To: Brent Johnson cc: freebsd-questions@freebsd.org Subject: Re: installing Free BDS with the WAVE In-Reply-To: <34B6CA45.477D@rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Sat, 10 Jan 1998, Brent Johnson wrote: > Okay so I decided to ditch Linux because I can't figure out how to > install my SMC8416 etrhernet card which is connected to the cable modem. > So I try FreeBDS and decided that, since it supposedly supports that > card, I'd try and use the internet install method and guess what??? > No joy. Eh? Check the boot probes; it should respond as ed0 (or de0 -- is it a PCI or ISA card?). If it's not found and it's an ISA card, type `-c' at the boot: prompt and make sure the settings match those set on the card. > I waded through tons of FAQS and HOW TOs with Linux and found nothing. > So before I waste my time can you give me an answer, is there a HOW TO > on the subject or this one of the mysteries of life? Before you can get anywhere, we need to find the card. Once that's found, then we can go on to configuring the system to talk to your network. If you're having trouble, please post the output of the `dmesg' command and the current IRQ & port settings of your Ethernet card as supplied by the setup program (or in a pinch Win95). (Preview: you'll have to install the WIDE DHCP client from the CD or FTP site.) 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 Jan 13 16:54:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01157 for questions-outgoing; Tue, 13 Jan 1998 16:22:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06966 for ; Tue, 13 Jan 1998 15:38:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA22327; Mon, 12 Jan 1998 20:04:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 20:04:28 -0800 (PST) From: Doug White Reply-To: Doug White To: Alex Boisvert cc: "Justin L. Ogden" , "freebsd-questions@FreeBSD.ORG" Subject: Re: Lantastic...and stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 8 Jan 1998, Alex Boisvert wrote: > > I just got offered to do a project up at the local airport where I'm > > from, and they want to use FreeBSD for their connection to the > > internet. They already have a Lantastic 7.0 network setup. The two > > machines that they have now are running Windows 3.1 and the Lantastic > > 7.0 software. They want to have one connection to the net all the time > > through the FreeBSD machine and be able to acccess it from any machine > > on the network. Does anyone know if I will need to configure Lantastic > > to do the job, or should I get the upgrade paches and just use Windows > > networking. Is this going to effect the existing network??? > > If you want them to use the internet through a gateway, you'll have to > upgrade to Windows for Workgroups (3.11) to get TCP/IP on your network (in > addition to Lantastic protocol). You can't just add a winsock.dll like > many do for a dialup connection. Or buy LAN WorkPlace from Novell (if it's still around). LANTastic may have an add-on to teach LanTastic nodes how to speak TCP/IP. 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 Jan 13 16:55:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01160 for questions-outgoing; Tue, 13 Jan 1998 16:22:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06723 for ; Tue, 13 Jan 1998 15:29:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA22741; Mon, 12 Jan 1998 23:14:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 23:14:36 -0800 (PST) From: Doug White Reply-To: Doug White To: felix@royal.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ATAPI Controller not ready? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, Aled Treharne wrote: > I got rather a strange message the other day. I have 2.2.2 on my machine > and was attempting to upgrade to 2.2.5. While copying some files from the > CD (which is attached to the IDE controller on the plug'n'pray sound > card) the system went slightly awry. I got the following error: > ATAPI 1.1 : Controller not ready for cmd Set your BIOS's `Plug & Play OS' option to `No' or `None'. Your sound card is taking defaults and that is probably stomping on your tertiary IDE controller. (yeah, it's conflicting with itself.) > The current process locked, and I was unable to umount the CD-ROM, even > with the -f flag. lsof showed no open files on the CDROM. Now, whenever I > use either windoze 95 or FBSD on my machine, the CDROM is accessed at > random for no apparent reason, and while the CDROM is being accessed, my > machine locks for a short period. This also causes windoze to crash, but > in a very strange way - it suddenly flicks to the "It is now safe to turn > your machine off" screen, with no intervening messages. That's IDE for you -- lock the system while we borrow your CPU to move data to the disk. But I think you're running into interrupt conflicts. 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 Jan 13 16:55:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01180 for questions-outgoing; Tue, 13 Jan 1998 16:22:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06893 for ; Tue, 13 Jan 1998 15:35:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA22538; Mon, 12 Jan 1998 21:55:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 21:55:02 -0800 (PST) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: freebsd-questions@freebsd.org Subject: Re: Help with pccard.conf (PLEASE, third time asking) In-Reply-To: <64B0BB03967ED111A34C00A0C932950007354C@herculis.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Fri, 9 Jan 1998, Stephen Cooper wrote: > Can anyone help me to write a PAO pccard.conf entry for my Hayes Accura > 336 Modem, I have the data here but > am unsure what to do with it: It doesn't just work? Modems are pretty generic. > Configuration data for card in slot 1 > Tuple #1, code = 0x1 (Common memory descriptor), length = 4 > 000: 07 7a 00 ff > Common memory device information: > Device number 1, type No device, WPS = OFF > Speed = 8.0 x 100 ns, Memory block size = reserved, 32 > units > Device number 2, type No device, WPS = OFF > Speed = No speed, Memory block size = 512b, 1 units > Tuple #2, code = 0x20 (Manufacturer ID), length = 4 > 000: 0a 01 00 00 > PCMCIA ID = 0x10a, OEM ID = 0x0 > Tuple #3, code = 0x21 (Functional ID), length = 2 > 000: 02 01 > Serial port/modem - POST initialize > Tuple #4, code = 0x15 (Version 1 info), length = 44 > 000: 04 01 48 61 79 65 73 00 41 43 43 55 52 41 20 33 > 010: 33 36 20 2b 20 46 41 58 20 50 43 2d 43 41 52 44 > 020: 00 35 33 35 30 00 56 34 2e 36 00 ff > Version = 4.1, Manuf = [Hayes],card vers = [ACCURA 336 + FAX > PC-CARD] This is the info you care about. You have to feed the Manuf and card vers fields to pccard.conf to make the ID. Just copy an existing modem to get the config line correct. 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 Jan 13 16:55:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01191 for questions-outgoing; Tue, 13 Jan 1998 16:22:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06838 for ; Tue, 13 Jan 1998 15:33:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22550; Mon, 12 Jan 1998 22:02:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:02:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "Brady K. Adams" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trying to install FreeBSD from floppies In-Reply-To: <199801091700.JAA25557@mailsun2.us.oracle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 9 Jan 1998, Brady K. Adams wrote: > 1) Thank you for the help. Actually, after some trial-and-error last night > I > was able to get the floppy installation to work. The problem that I was > having was that I did not have the correct directory structure on the > installation floppy. I had originally had the following on the initial > disk: Aah! Congrats! > > a:\bin\bin.inf > a:\bin\bin.aa > a:\bin\bin.ab > a:\bin\bin.ac > a:\bin\bin.ad > > however, the installation only worked with the following directory structure > on the initial disk: > > a:\freebsd\bin\bin.inf > a:\freebsd\bin\bin.aa > a:\freebsd\bin\bin.ab > a:\freebsd\bin\bin.ac > a:\freebsd\bin\bin.ad Hm, will have to keep that in mind. That's a level deeper than before. :-/ > 2) I now have another problem in that once the installation of the bin > packages has completed, the installation procedure stops and then says that > other installation components have not been installed (doc, compat1x, games, > ports, etc.). Again, I am trying to do a full installation. Any ideas > here? Last I remember, you have to place the .inf file for the next distribution on the last disk of the previous distribution. You might be able to bend that by putting all the .inf files on one disk so they get copied at once. The floppy install procedure is twisted. :-( 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 Jan 13 16:56:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01204 for questions-outgoing; Tue, 13 Jan 1998 16:22:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06783 for ; Tue, 13 Jan 1998 15:31:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22627; Mon, 12 Jan 1998 22:39:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:39:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Glenn Johnson cc: freebsd-questions@FreeBSD.ORG Subject: Re: partition errors In-Reply-To: <199801100728.BAA00357@gforce.bellsouth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 10 Jan 1998, Glenn Johnson wrote: > I just installed an old Quantum IDE drive as a second drive (model LPS540A). I > wanted to have a swap partition and two ufs filesystems using the entire disk > in dedicated mode. I kept getting errors when newfs was run on the second > filesystem, wd2s1f. I tried it in non-dedicated mode but was getting the same > errors about bad parameters. What is wrong here? This is the -current 122597 > SNAP by the way. I assume you're subscribed to current@freebsd.org.... > > Finally, I made a small DOS partition and then used the rest for FreeBSD. This > seemed to work, and in fact I am using the disk with the swap and two > filesystems now. However, when I boot up, I get the following messages: > > wd2s1: raw partition size != slice size > wd2s1: start 63, end 32255, size 32193 > wd2s1c: start 63, end 1056383, size 1056321 > wd2s1: truncating raw partition > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > wd2s1: start 63, end 32255, size 32193 > wd2s1b: start 63, end 131134, size 131072 > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > wd2s1e: start 131135, end 593982, size 462848 > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > wd2s1f: start 593983, end 1056383, size 462401 > > What does this mean and should I be concerned? This means your disklabel is incorrect. You need to correct your disklabel and re-newfs. See http://www.freebsd.org/tutorials/diskformat/ for info. Hope you have a backup. 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 Jan 13 16:56:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01245 for questions-outgoing; Tue, 13 Jan 1998 16:23:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06792 for ; Tue, 13 Jan 1998 15:31:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA22612; Mon, 12 Jan 1998 22:30:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 12 Jan 1998 22:30:15 -0800 (PST) From: Doug White Reply-To: Doug White To: Alejandro Galindo cc: freebsd-questions@FreeBSD.ORG Subject: Re: round-trip betwen my server and a client modem In-Reply-To: <1.5.4.32.19980110011338.008517e8@exsocom.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Alejandro Galindo wrote: > I have a FreeBSD 2.2.5 with pppd 2.2 server installed, some people > access internet accross my server, last night i use the ping command for > verify the comunication between my server and the other side (the modem of > some people) the result was next: (pppc00 is the interface assigned to > /dev/ttyc00) > > --------------------------------------------------------- > # ping pppc00.exsocom.com.mx > > PING pppc00.exsocom.com.mx (200.34.46.150): 56 data bytes > 64 bytes from 200.34.46.150: icmp_seq=0 ttl=32 time=246.289 ms > 64 bytes from 200.34.46.150: icmp_seq=1 ttl=32 time=228.230 ms > 64 bytes from 200.34.46.150: icmp_seq=2 ttl=32 time=262.116 ms > 64 bytes from 200.34.46.150: icmp_seq=3 ttl=32 time=226.231 ms > 64 bytes from 200.34.46.150: icmp_seq=4 ttl=32 time=227.824 ms > 64 bytes from 200.34.46.150: icmp_seq=5 ttl=32 time=216.208 ms > 64 bytes from 200.34.46.150: icmp_seq=6 ttl=32 time=236.875 ms > ^C > --- pppc00.exsocom.com.mx ping statistics --- > 7 packets transmitted, 7 packets received, 0% packet loss > round-trip min/avg/max/stddev = 216.208/234.825/262.116/14.109 ms ^^^^^^^ > the average time is 234.825 ms Really, you don't say. I believe ping told you that already :-) > is this normal? and why is slowly? Because it's dialup. It's slow by definition. > if i ping to a pc conected to my LAN the average time is 0.937 ms and this > is ok. And that is Ethernet for you. Now you know why Ethernet wired student housing is so popular -- once you have Ethernet, you can never go back to 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 Jan 13 16:56:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01293 for questions-outgoing; Tue, 13 Jan 1998 16:23:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxyb2-atm.san.rr.com (proxyb2-atm.san.rr.com [204.210.0.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06950 for ; Tue, 13 Jan 1998 15:37:43 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb2.san.rr.com (8.8.7/8.8.8) with ESMTP id PAA27324 for ; Tue, 13 Jan 1998 15:14:49 -0800 (PST) Message-ID: <34BBF564.5B818BDA@dal.net> Date: Tue, 13 Jan 1998 15:14:44 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: ISC DHCP server - Address already in use Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This bounced first time 'round. > Subject: Re: ISC DHCP server - Address already in use > Date: Tue, 13 Jan 1998 11:56:07 -0800 > From: Studded > To: keith@lsuc.on.ca > CC: freebsd-questions@FreeBSD.ORG > Keith Jackson wrote: > > > > I am trying to get the ISC DHCP server running on a FreeBSD 2.1.0 > > system. > > I have no idea whether it will work on fbsd 2.1.0 or not. :-/ I would > heartily recommend upgrading to FreeBSD 2.2.5-Stable before working on a > project like this. Check out http://home.san.rr.com/freebsd/upgrade.html > for more info on the upgrade. > > > The DHCP server is the Beta 5.16. I have compiled the server > > with no errors. > > Next suggestion, use the port. The person who maintains the port is > very rigorous about keeping it up to date (thanks Justin :). It > contains all the patches that you need, and none you don't. There's info > on www.freebsd.org on how to download and use the ports collection. > > > I have now added the Berkeley Packet Filter to the > > kernel and recompiled it. I have created 4 bpf devices. I have also > > added the #define BROKEN_FREEBSD_BPF to the site.h file of the DHCP > > server source before compiling it just in case the version of FreeBSD > > has this bug. I start up the DHCP server and it says the folowing: > > > > Internet Software Consortium DHCPD $Name: BETA_5_16 $ > > Copyright 1995, 1996 The Internet Software Consortium. > > All rights reserved. > > # Listening on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > > Sending on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > > Can't bind to dhcp address: Address already in use > > dhcpd: exiting. > > Have you been 'sperimenting with this already? I would guess that > you've started it once successfully and it's still running. Try this and > see if it tells you anything: ps -ax | grep -i dhcpd > > If an old one is running, kill that process and start over. Use man kill > if you need info on that. > > Good luck, > > Doug From owner-freebsd-questions Tue Jan 13 16:56:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01564 for questions-outgoing; Tue, 13 Jan 1998 16:24:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from galileo.starnetc.com (galileo.starnetc.com [209.17.130.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05879 for ; Tue, 13 Jan 1998 14:49:03 -0800 (PST) (envelope-from response@starnetc.com) Received: from starnet.ca ([209.17.140.108]) by galileo.starnetc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-44828U200L2S100) with SMTP id AMK25160; Tue, 13 Jan 1998 07:57:13 -0800 From: response@starnetc.com (Response) To: response@starnet.ca Subject: Internet Gaming Date: Tue, 13 Jan 1998 07:57:13 -0800 Message-ID: <19980113154341.AMK25160@starnet.ca> Sender: owner-freebsd-questions@freebsd.org Precedence: bulk STARNET COMMUNICATIONS INTERNATIONAL INC.'S SUBSIDIARY - SOFTEC SYSTEMS CARIBBEAN INC. - SIGNS FIRST INTERNET GAMING LICENSEE Wilmington, DE, January 13, 1998 - Starnet Communications International Inc. (NASD OTC-BB: SNMM) ("Starnet") is pleased to announce that its wholly owned subsidiary, Softec Systems Caribbean Inc., has licensed its first real-money Internet gaming system to Atlantis Gaming Inc. ("Atlantis"). Atlantis is a private corporation holding valid Internet gaming licenses in the country of Antigua, and will operate there under the trade name "CasinoLand"(http://www.casinoland.com/). With their on-line marketing expertise and control of substantial Internet traffic, Atlantis expects to host over 500,000 unique visitors per day at CasinoLand. Atlantis will accept, process and manage real-money wagers worldwide via the Internet. Its gaming system features casino-style games such as Blackjack and Roulette, a "Sportsbook" with real-time betting lines from Las Vegas and Europe, and an international lottery ticket brokerage. Some estimates suggest that the Internet gaming market could reach US $20 billion in annual revenues by the year 2000 (source: PC Computing magazine). Starnet (http://icup.starnetc.com) is an interactive entertainment company that identifies and commercializes Internet technologies for established markets. Starnet's wholly owned subsidiary Softec Systems Caribbean Inc. (http://icup.softecsystems.com) licenses complete, customized Internet gaming systems (such as CasinoLand) to valid third parties in exchange for participation in those licensees' net gaming revenues. For further information, please contact our Investor Relations Consultants: Toll-Free: (888) 777-6458 Telephone: (604) 685-7619 Facsimile: (604) 684-0391 E-Mail: response@starnetc.com The statements in this press release may contain certain forward-looking statements within the meaning of Section 27A of the Securities Act of 1933 and Section 21E of the Exchange Act of 1934 and is subject to the safe harbour created by these sections. Actual results may differ materially from the company's expectations. IN SUBJECT FIELD TYPE "remove" TO BE TAKEN OFF MAILING LIST From owner-freebsd-questions Tue Jan 13 16:56:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01378 for questions-outgoing; Tue, 13 Jan 1998 16:23:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.hexanet.fr (ns1.hexanet.fr [195.10.22.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06892 for ; Tue, 13 Jan 1998 15:35:34 -0800 (PST) (envelope-from nighty@hexanet.fr) Received: from ns3.hexanet.fr (ns3.hexanet.fr [195.10.22.3]) by ns1.hexanet.fr (8.8.5/8.8.5) with SMTP id KAA28982 for ; Tue, 13 Jan 1998 10:00:07 +0100 (MET) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 13 Jan 1998 09:50:55 +0100 (CET) Organization: HEXANET From: Christophe Prevotaux To: freebsd-questions@FreeBSD.ORG Subject: INN not building Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Can someone help ? INN is not building from /usr/port/news/inn here is the error message I get : >> Checksum OK for inn-1.5.1sec2.tar.gz. ===> Building for inn-1.5.1sec2 cd config ; make all ; cd .. chmod u+w `grep -v '^;' Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05991 for questions-outgoing; Tue, 13 Jan 1998 16:46:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05709 for ; Tue, 13 Jan 1998 16:45:49 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from pizza ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <325984-15743>; Tue, 13 Jan 1998 19:43:32 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Tue, 13 Jan 1998 19:38:28 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Free BDS with the WAVE CC: freebsd-questions@FreeBSD.ORG References: <34B6CA45.477D@rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan13.194332-0500_est.325984-15743+1000@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Date: Mon, 12 Jan 1998 22:28:29 -0800 (PST) From: Doug White Reply-to: Doug White To: Brent Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE On Sat, 10 Jan 1998, Brent Johnson wrote: > Okay so I decided to ditch Linux because I can't figure out how to > install my SMC8416 etrhernet card which is connected to the cable modem. > So I try FreeBDS and decided that, since it supposedly supports that > card, I'd try and use the internet install method and guess what??? > No joy. Eh? Check the boot probes; it should respond as ed0 (or de0 -- is it a PCI or ISA card?). If it's not found and it's an ISA card, type `-c' at the boot: prompt and make sure the settings match those set on the card. It does not find ed0 at all. It says that there is no device (or something to that effect ). I used the install program that my card came with to check out it's IRQ and IO addresses. Io is 240 and the IRG is 11. The program tells me (well actually it shows me since my computer does not talk :^) ) that it is a 8416T 10Base-T i/o base 240 IRQ 11 node address 00-E0-29-03-21-27 (whatever that is). I had configured the kernel and put in the values that I was given but ...as I said before Still no joy. Oh yea, it is an Isa card. When the Guy from Rogers Wave came over to do the install he said he couldn't get the PCI card to work since I had an older Pentium PCI model and the plug and play didn't work the way it should.He replaced it with a ISA 16 bit card. Of course he also claimed the system didn't work and he would have to get someone to check it out the next day. (I was using the internet ten minutes after he left, It worked fine). I have reinstalled the card on two occassions under windows 95 with noproblem. So I do know how to set the parameters in TCPIP. (I do not mean to sound snotty when I say this, I just mnetion it so you will get the idea that I sorta know what I am doing) Before you can get anywhere, we need to find the card. Once that's found, then we can go on to configuring the system to talk to your network. I would love to be able to find the card. Truth to tell I don't care which Unix clone I use as long as I can get one of them to work. I've about had it with Linux at this point. The only reason I want a Unix clone is to use the internet. Once I can get the family using it then I plan on chucking Windows forever. If you're having trouble, please post the output of the `dmesg' command and the current IRQ & port settings of your Ethernet card as supplied by the setup program (or in a pinch Win95). I can not output dmesg because I haven't got a clue what you're talking about (Preview: you'll have to install the WIDE DHCP client from the CD or FTP site.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major I do appreciate any help you can offer on this. My frustration level is about to reach the top here. thanks Brent From owner-freebsd-questions Tue Jan 13 16:57:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01615 for questions-outgoing; Tue, 13 Jan 1998 16:25:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@199-170-160-78.la.inreach.net [199.107.160.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00220; Tue, 13 Jan 1998 16:08:25 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id QAA00588; Tue, 13 Jan 1998 16:07:23 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 13 Jan 1998 06:10:23 -0800 (PST) Organization: Starfleet Command From: Donald Burr To: luigi@iet.unipi.it, FreeBSD Questions , FreeBSD Hardware Subject: Avance Logic PnP soundcard under FreeBSD - Help Sender: owner-freebsd-questions@freebsd.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I just got a new sound card. It is supposedly a SoundBlaster 16-compatible 16-bit sound card. It is Plug and Play. (or should I say "Plug and Pray"? :-( ) It is labeled on the box as a "ASound PLUS" soundcard. It appears to be based on the Avance Logic chipset (is it is either the ALS0110, the ALS100+, or ALS120, I can't tell which). Anyway, after a bit of fiddling around, I managed to get the Luigi's new PnP and sound drivers hacked into my (2.2.5-R) kernel. (yes, I did download the latest version of this stuff off of his web site.) The sound card works -- I can 'cat' an au file to /dev/audio, and it plays. However, while a sound is playing, I get tons of these messages spit out to the console: (and if the sound is a particularly long one, it is sounds very choppy and broken up...) WARNING: rdintr but read DMA inactive! I have no clue whatsoever as to what's going on here. One weird thing about this card is that it supposedly has two DMA channels, because it (supposedly) is a full-duplex sound card. Does this have anything to do with it? Any ideas what's going on? I'd like to get this working. Please respond by e-mail to . Many thanks in advance! PS: for future information, where are questions of this nature best to be posted in? -hardware, or -questions? I wasn't sure which, since this is a _question_, but it has to do with a particular piece of _hardware_, so I cross-posted. If this has caused any upset, please accept my apologies. Information on my system: Pentium 133 (motherboard based on VIA 580VPX chipset) BIOS is Award v4.51pg, with Plug and Play support 32 MB EDO RAM Other hardware: DTC 3130B SCSI controller (uses NCR53c815 chipset) Creative labs Video Blaster MA202 video card (based on Cirrus CL-GD5446) US Robotics Sportster 56K internal fax/modem RealTek 8029 ethernet card (Ne2000 compatible, PCI) Here is the declaration in my config file: ========================================== controller pnp0 # Plug and Play support device pcm0 at isa? port? conflicts tty irq 5 conflicts drq 1 flags 0x13 vector pcmintr # PnP sound card Here is the boot messages (dmesg): ================================== Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-RELEASE #0: Tue Jan 13 05:44:03 PST 1998 root@control.colossus.dyn.ml.org:/usr/src/sys/compile/CONTROL CPU: Pentium (133.64-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30171136 (29464K bytes) Probing for devices on PCI bus 0: chip0 rev 35 on pci0:0 chip1 rev 37 on pci0:7:0 pci0:7:1: VIA Technologies, device=0x0571, class=storage (ide) [no driver assigned] vga0 rev 0 on pci0:8 ncr0 rev 4 int a irq 11 on pci0:9 ncr0 waiting for scsi devices to settle (ncr0:0:0): "CONNER CP3500-540MB-3.5 3231" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): 5.0 MB/s (200 ns, offset 8) 518MB (1062516 512 byte sectors) sd0(ncr0:0:0): with 1807 cyls, 12 heads, and an average 49 sectors/track (ncr0:1:0): "NEC CD-ROM DRIVE:462 1.16" type 5 removable SCSI 2 cd0(ncr0:1:0): CD-ROM cd0(ncr0:1:0): 10.0 MB/s (100 ns, offset 8) cd present [19913 x 2048 byte records] (ncr0:2:0): "iomega jaz 1GB H.72" type 0 removable SCSI 2 sd1(ncr0:2:0): Direct-Access sd1(ncr0:2:0): 10.0 MB/s (100 ns, offset 8) sd1(ncr0:2:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB sd1 could not mode sense (4). Using ficticious geometry 1021MB (2091050 512 byte sectors) sd1(ncr0:2:0): with 1021 cyls, 64 heads, and an average 32 sectors/track ed0 rev 0 int a irq 10 on pci0:10 ed0: address 00:00:b4:5a:4e:71, type NE2000 (16 bit) Probing for PnP devices: CSN 1 Vendor ID: ALS0110 [0x10019305] Serial 0xffffffff Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <12 virtual consoles, flags=0x0> lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: device ID 0 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pca0 on motherboard pca0: PC speaker audio driver mss_probe: no address supplied, try default 0x530 sb_probe: no address supplied, try defaults (0x220,0x240) pcm0 at 0x220 irq 5 drq 1 flags 0x13 on isa wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-32 wd0: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0x80ff80ff on isa wdc1: unit 0 (wd2): , 32-bit, multi-block-32 wd2: 234MB (479632 sectors), 967 cyls, 16 heads, 31 S/T, 512 B/S fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface sctarg0(noadapter::): Processor Target ccd0-3: Concatenated disk drivers And here is the output of pnpinfo on this card: =============================================== Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID ALS0110 (0x10019305), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 0 Device Description: PnP Sound Chip Logical Device ID: @@@1001 0x01100000 #0 Device supports I/O Range Check TAG Start DF Good Configuration I/O Range 0x220 .. 0x220, alignment 0x10, len 0x10 [16-bit addr] IRQ: 5 - only one type (true/edge) DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Type F DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF Acceptable Configuration I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] IRQ: 5 7 9 10 11 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF Sub-optimal Configuration I/O Range 0x100 .. 0x3f0, alignment 0x10, len 0x10 [16-bit addr] IRQ: 5 7 9 10 11 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG End DF Logical Device ID: @H@1001 0x01100001 #1 Device supports I/O Range Check I/O Range 0x388 .. 0x388, alignment 0x8, len 0x8 [16-bit addr] Logical Device ID: @P@1001 0x01100002 #2 Device supports I/O Range Check I/O Range 0x200 .. 0x200, alignment 0x8, len 0x8 [16-bit addr] Logical Device ID: @X@1001 0x01100003 #3 Device supports I/O Range Check TAG Start DF Good Configuration I/O Range 0x330 .. 0x330, alignment 0x2, len 0x2 [16-bit addr] IRQ: 9 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x100 .. 0x3f0, alignment 0x10, len 0x2 [16-bit addr] IRQ: 5 7 9 10 11 - only one type (true/edge) TAG End DF End Tag Successfully got 30 resources, 4 logical fdevs - -- card select # 0x0001 CSN ALS0110 (0x10019305), Serial Number 0xffffffff Logical device #0 IO: 0x0020 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 5 0 DMA 1 3 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0088 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #3 IO: 0x0030 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 9 0 DMA 4 4 IO range check 0x00 activate 0x01 0x3f0, alignment 0x10, len 0x2 [16-bit addr] IRQ: 5 7 9 10 11 - only one type (true/edge) TAG End DF End Tag Successfully got 30 resources, 4 logical fdevs - -- card select # 0x0001 CSN ALS0110 (0x10019305), Serial Number 0xffffffff - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNLwBt/jpixuAwagxAQFM7AQAk2p9nmoQ4lKxat1ZwPN0yd7O/nQUwPf2 Z8gQ8Leyl0sETDIHWjqzY4rMUTVwJSHL0L+01hSJqXDLBlJccNCcTsEidcq5LHSJ ff+Avf6S6EiBdwTs9ckSKk4ML6I5edLScek4JIR2r3dxpq6Vqv8N3YC4EZZ/twcw ZOkNL9Hwmec= =X9gm -----END PGP SIGNATURE----- From owner-freebsd-questions Tue Jan 13 16:57:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04927 for questions-outgoing; Tue, 13 Jan 1998 16:42:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03161 for ; Tue, 13 Jan 1998 16:34:18 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id XAA27918; Tue, 13 Jan 1998 23:54:02 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id AAA01207; Wed, 14 Jan 1998 00:54:01 +0100 (MET) Message-ID: <19980114005401.04084@follo.net> Date: Wed, 14 Jan 1998 00:54:01 +0100 From: Eivind Eklund To: Brian Somers Cc: William Wong , freebsd-questions@freebsd.org, Eivind Eklund , Charles Mott Subject: Re: PPP 1/11/98 References: <199801130511.VAA09570@wiley.csusb.edu> <199801132331.XAA10405@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801132331.XAA10405@awfulhak.org>; from Brian Somers on Tue, Jan 13, 1998 at 11:31:58PM +0000 Sender: owner-freebsd-questions@freebsd.org Precedence: bulk On Tue, Jan 13, 1998 at 11:31:58PM +0000, Brian Somers wrote: > > > > > > > I just upgraded to the latest version of ppp, and it doesn't like to > > > > stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon > > > > mode, it just quits with no error. I could be using pppctl to talk to > > > > the uipc socket, and it will just die on me. I figure it's quitting > > > > with a SIGKILL because the socket is left, and no core dump or kernel > > > > message is given. It is, for all intents and purposes, unuseable. > > > > > > I've noticed this too, but I can't reproduce it reliably :-( There's > > > no record of any sort of signal being sent to it :-/ > > > > > > I'm looking into it. > > > > > > > Joe Clarke > > > > > > > > > > -- > > > Brian , , > > > > > > Don't _EVER_ lose your sense of humour.... > > > > > > > > > > > > > > > > This was happening to me as well... until I upgraded to the 1/08/98 > > version of ppp and changed my IP address to one of the 192.168.x.x > > numbers. I don't know if this was all I did but the ppp stuff > > is working now. This was using ppp interactively through term. > > Yes. The problem here, as far as I can tell *must* be the recent > upgrade of libalias to version 1.5 (cmott & eivind cc'd). > > dev:/usr/src/lib/libalias $ fgrep -w err *.c > alias_db.c: int err; > alias_db.c: err = bind(sock, > alias_db.c: if (err == 0) > alias_db.c:#include > alias_db.c: err(1, "alias punch inbound(1) setsockopt(IP_FW_ADD)"); > alias_db.c: err(1, "alias punch inbound(2) setsockopt(IP_FW_ADD)"); That code is not called unless you enable the firewall code through setting a special mode bit, _and_ your system is configured without a firewall. I'll look at denying the mode change for this case. (I'm sorry - I didn't think of that when I originally wrote the code as it was planned to run in a very special-cased environment, where a setsockopt() error was something that could never happen. The above erros can still theoretically happen even with the mode denial - through kernel errors of some kind.) But I don't think this can be the case here - as far as I know, you (Brian) never added the possibility of using this mode of libalias. Or am I wrong here? > I'll leave it up to Eivind & Charles to sort this out. > FWIW, IMO library routines should never use such high level routines. It only does because the routines that this came from have no way of communicating failure. I can (if necessary) upgrade the interface so all routines can report failure, but that will mean I'll have to kill backwards compatibility. There are two other events I can see in the relatively near future (<3 months) that will kill backwards compatibility, so I'd rather not. > Ppp doesn't use descriptor 2 for stderr, so the above messages are > probably going to find there way to some very uninteresting place. Urgh. Do you think that denying the mode change if the firewall is not present is enough for the time being? Eivind. From owner-freebsd-questions Tue Jan 13 18:44:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22262 for questions-outgoing; Tue, 13 Jan 1998 18:44:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F90.hotmail.com [207.82.250.196]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA16131 for ; Tue, 13 Jan 1998 17:40:01 -0800 (PST) (envelope-from mcwong@hotmail.com) Received: (qmail 3901 invoked by uid 0); 13 Jan 1998 06:52:48 -0000 Message-ID: <19980113065248.3900.qmail@hotmail.com> Received: from 203.22.111.42 by www.hotmail.com with HTTP; Mon, 12 Jan 1998 22:52:47 PST X-Originating-IP: [203.22.111.42] From: "M.C Wong" To: questions@FreeBSD.ORG Subject: ATM card for 2.2.5R Content-Type: text/plain Date: Tue, 13 Jan 1998 17:52:47 EST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Can someone recommend the right ATM adapter card for use in conjunction with the HARP implementation ? The main purpose is to do some traffic simulation from FreeBSD. Does the HARP implementation give sufficient hooks or API to do certain traffic shaping ? Is there a ATM related mailing list for FreeBSD ? Thanks in advance. M.C Wong ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Tue Jan 13 18:44:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22324 for questions-outgoing; Tue, 13 Jan 1998 18:44:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16255 for ; Tue, 13 Jan 1998 17:40:08 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id UAA26257; Tue, 13 Jan 1998 20:40:01 -0500 (EST) Message-ID: <19980113204001.34528@emu.sourcee.com> Date: Tue, 13 Jan 1998 20:40:01 -0500 From: Norman C Rice To: "Paul T. Root" Cc: questions@FreeBSD.ORG Subject: Re: procmail problems. References: <199801121411.IAA24906@horton.iaces.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801121411.IAA24906@horton.iaces.com>; from Paul T. Root on Mon, Jan 12, 1998 at 08:11:54AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 12, 1998 at 08:11:54AM -0600, Paul T. Root wrote: > Hi, > I have procmail running and it doesn't seem to be filtering as > well as I would like. I have a filter to try to stop some of the spam > that I get. I have this line in my file: > > . > . > . > * ^From:.*hotmail.com > . > . > . > /dev/null > > But hotmail stuff still comes through. What do I need to do? Is it > * ^From.*@hotmail.com? > > Paul. > > -- > "We survived _Monsters A Go-Go_ we can survive anything!" - Joel Robinson Try :0: * ^From.*hotmail /dev/null -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Tue Jan 13 18:47:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22750 for questions-outgoing; Tue, 13 Jan 1998 18:47:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (root@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18237 for ; Tue, 13 Jan 1998 17:56:23 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.5) with SMTP id QAA00374 for ; Tue, 13 Jan 1998 16:59:59 GMT Date: Tue, 13 Jan 1998 16:59:59 +0000 (GMT) From: Jt To: questions@FreeBSD.ORG Subject: subscribe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk subscribe questions@freebsd.org hometeam@techpower.net --We cannot all be masters, nor all masters Cannot be truly follow'd-- -----BEGIN PGP MESSAGE----- Version: 2.6.2 owEBqwBU/4kAlQMFADRCxNWhsddKSTR+6QEBelED/jzeC3btZfqSdIfrNoCgwUJJ iNQ33UQoMyJ2ygkfl72xP5J79yml/F4P73GnNaDVbaMOmOG2NNAi5ElE73wRh54U 17kH+n5XnYeqekV8T2TG2Q6ex3UotXPyZ1vvrCrSxapOz6a4hh0GQeA55rcwLy2W ROHwxfvaVsrX5iVOkRoerBFiC21lc3NhZ2UudHh0AAAAAA== =jCvF -----END PGP MESSAGE----- From owner-freebsd-questions Tue Jan 13 18:47:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22788 for questions-outgoing; Tue, 13 Jan 1998 18:47:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from global.com (global.com [206.40.50.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19530 for ; Tue, 13 Jan 1998 18:12:24 -0800 (PST) (envelope-from gopu@global.com) Message-ID: <34BC1DE8.8C1CA26C@global.com> Date: Tue, 13 Jan 1998 18:07:37 -0800 From: Gopakumar H Pillai Organization: Global Automation, Inc. X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD Questions Subject: Fire Safe Tape Storage Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I need to store 12 DLT tapes and 12 DAT tapes and a little more room for some negatives in a fire safe environment. The safe should be able to hold these for atleast ONE HOUR from any damage. DAT (2.88 x 2.13 x 0.41 inches) temp - 5 to 32 (degree centigrade) DLT (4.16 x 4.15 x 1.0 inches) temp - 18 to 26 (degree centigrade) These are the dimensions and the temperature range it can hold with data archived in it. I could hardly find any safe which could satisfy these conditions. We do not have sprinkler system in our office. Another option could be storing it in a Bank Safe. But the bank people near us didn't even know how much temperature the safe could withstand. But it seems to have a sprinkler system. Any more ideas or suggestions? Anybody knows any good fire safes which can satisfy these conditions? Thanks -- --Gopu (gopu@global.com) From owner-freebsd-questions Tue Jan 13 18:47:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22826 for questions-outgoing; Tue, 13 Jan 1998 18:47:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (root@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18254 for ; Tue, 13 Jan 1998 17:56:33 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.5) with SMTP id RAA00384 for ; Tue, 13 Jan 1998 17:01:05 GMT Date: Tue, 13 Jan 1998 17:01:05 +0000 (GMT) From: Jt To: freebsd-questions@FreeBSD.ORG Subject: subscribe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk subscribe freebsd-questions@FreeBSD.ORG hometeam@techpower.net --We cannot all be masters, nor all masters Cannot be truly follow'd-- -----BEGIN PGP MESSAGE----- Version: 2.6.2 owEBqwBU/4kAlQMFADRCxNWhsddKSTR+6QEBelED/jzeC3btZfqSdIfrNoCgwUJJ iNQ33UQoMyJ2ygkfl72xP5J79yml/F4P73GnNaDVbaMOmOG2NNAi5ElE73wRh54U 17kH+n5XnYeqekV8T2TG2Q6ex3UotXPyZ1vvrCrSxapOz6a4hh0GQeA55rcwLy2W ROHwxfvaVsrX5iVOkRoerBFiC21lc3NhZ2UudHh0AAAAAA== =jCvF -----END PGP MESSAGE----- From owner-freebsd-questions Tue Jan 13 18:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23146 for questions-outgoing; Tue, 13 Jan 1998 18:49:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.inc.net (mail.inc.net [207.67.10.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18073 for ; Tue, 13 Jan 1998 17:54:52 -0800 (PST) (envelope-from adam@netsonic.com) Message-Id: <199801140154.RAA18073@hub.freebsd.org> Received: from g103w1 ([207.170.35.104]) by mail.inc.net (Post.Office MTA v3.1 release PO203a ID# 0-35056U510L100S0) with SMTP id AAA3363 for ; Tue, 13 Jan 1998 10:39:44 -0600 X-Sender: adam@mail.netsonic.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Tue, 13 Jan 1998 10:30:17 -0600 To: freebsd-questions@FreeBSD.ORG From: NetSonic Subject: Linux Install Utility anything Similiar Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is there anything similiar to this install utility on LINUX for the FreeBSD OS? The somewhat cryptic fdisk tool has now been replaced by a wizardlike utility called Disk Druid, which allows users to prepare their disk using an easy-to-understand graphical interface. Version 5.0 also includes a utility called Kickstart, which allows admins to store all system parameters to a floppy or network disk, then use those parameters to set up multiple, identical OS installs on any number of machines. Reference: http://www.cnet.com/Content/Reviews/Special/Onlocation/Comdexfall97/linux.html From owner-freebsd-questions Tue Jan 13 18:49:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23179 for questions-outgoing; Tue, 13 Jan 1998 18:49:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12666 for ; Tue, 13 Jan 1998 17:19:43 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA10513; Tue, 13 Jan 1998 23:34:12 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801132334.XAA10513@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: William Wong cc: brian@Awfulhak.org (Brian Somers), freebsd-questions@FreeBSD.ORG Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Mon, 12 Jan 1998 21:11:11 PST." <199801130511.VAA09570@wiley.csusb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 23:34:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > BTW, I have to manually set the vjcomp because ppp can't figure out > what's happening at the terminal server end. When the vjcomp settings > don't match, the symptoms are that the linkup appears to be fine but > the machine doesn't get any responses to requests that it sends out. I'm working on making the number of slots and slot compression `tunable' now. > -- > William T. Wong > Phone: (909) 880-7281 > email: wwong@wiley.csusb.edu > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 13 18:50:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23310 for questions-outgoing; Tue, 13 Jan 1998 18:50:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from logon.log.on.ca (root@log.on.ca [205.207.183.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18440 for ; Tue, 13 Jan 1998 17:59:46 -0800 (PST) (envelope-from andrew@log.on.ca) Received: from [192.168.1.3](unused.log.on.ca[205.207.183.92]) (1104 bytes) by logon.log.on.ca via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Tue, 13 Jan 1998 20:59:22 -0500 (EST) (Smail-3.2.0.101 1997-Dec-17 #2 built 1997-Dec-18) Message-Id: To: "freebsd-questions@freebsd.org" Subject: PPP Problems Date: Tue, 13 Jan 98 20:56:49 -0500 From: Andrew Stevens X-Mailer: E-Mail Connection v2.5.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- Greetings: I recently moved FreeBSD to a new computer (did a reinstall, only copied motd and a few other files), and ever since the move, my modem has been involuntarily disconnecting while I am on the internet. While I am on the web or doing downloads, things work fine and I can be on for hours at a time , but as soon as I do something which requires short, quick blips back and forth between myself and another machine (in particular, checking my mail, finger, ICQ), the modem disconnects. Any ideas what the problem might be? I'm currently running FreeBSD 2.1.7 with the new, hacked version of ppp, which was obtained from the FreeBSD site. Thanks in advance, Andrew Stevens. From owner-freebsd-questions Tue Jan 13 18:50:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23584 for questions-outgoing; Tue, 13 Jan 1998 18:50:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay6.UU.NET (relay6.UU.NET [192.48.96.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18734 for ; Tue, 13 Jan 1998 18:02:26 -0800 (PST) (envelope-from spork@super-g.com) Received: from ns2.inch.com by relay6.UU.NET with ESMTP (peer crosschecked as: ns2.inch.com [207.240.140.102]) id QQdycg29114; Mon, 12 Jan 1998 23:31:32 -0500 (EST) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by ns2.inch.com (8.8.6/8.8.5) with ESMTP id XAA05303 for ; Mon, 12 Jan 1998 23:31:30 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id XAA28434; Mon, 12 Jan 1998 23:31:23 -0500 (EST) Date: Mon, 12 Jan 1998 23:31:23 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I did, and I am :) Never heard anything back though... Thanks anyhow, Charles > > > A kernel made from sources supped today (and one from last week) are both > > giving the same panic shortly after a bunch of webservers start: > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > should be subscribed to. > > 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 Jan 13 18:52:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23903 for questions-outgoing; Tue, 13 Jan 1998 18:52:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jce.wintermute.co.uk (jce.wintermute.co.uk [194.105.163.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19073 for ; Tue, 13 Jan 1998 18:07:01 -0800 (PST) (envelope-from wayne@jce.wintermute.co.uk) Received: from jcep (st01 [198.100.100.2]) by jce.wintermute.co.uk (8.8.7/8.8.7) with SMTP id KAA00997 for ; Tue, 13 Jan 1998 10:39:09 GMT (envelope-from wayne@jce.wintermute.co.uk) Message-Id: <199801131039.KAA00997@jce.wintermute.co.uk> Comments: Authenticated sender is From: "Wayne G Boyd" Organization: JCE (Aberdeen) Ltd To: freebsd-questions@FreeBSD.ORG Date: Tue, 13 Jan 1998 10:51:20 +0000 Subject: sendmail Question X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk First of all I would like to thank you for the response I had to the last question I sent in, it pointed me in a direction which solved my previous problem. I now have another question. My system config is as follows:- PC running FreeBSD, with single ethernet card, and single modem. The ethernet card is connected to our local IPX LAN. Dial-On-Demand PPP connection to our ISP is configured and working. Squid proxy server is configured and working. sendmail & a POP3 server are configured and working, for mail pickup over the LAN from Win95 mail clients. Sendmail will Tx and Rx SMTP mail with our ISP without a problem, as long as the PPP link is up, and it will dial out for outgoing mail. My question is: "how do I get the system to dial our ISP periodically to check for new incomming mail ?". (Note: Our ISP's machine detects our presence, and automatically attempts an SMTP connection as soon as we dial up) -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 From owner-freebsd-questions Tue Jan 13 18:52:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23931 for questions-outgoing; Tue, 13 Jan 1998 18:52:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bsdx.dyn.ml.org (root@pm335-06.dialip.mich.net [35.9.11.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22681 for ; Tue, 13 Jan 1998 18:46:54 -0800 (PST) (envelope-from mcdouga9@egr.msu.edu) Received: from egr.msu.edu (decs@localhost.dyn.ml.org [127.0.0.1]) by bsdx.dyn.ml.org (8.8.8/8.8.7) with ESMTP id AAA00391 for ; Tue, 13 Jan 1998 00:53:05 -0500 (EST) (envelope-from mcdouga9@egr.msu.edu) Message-ID: <34BB0140.F05BD1AD@egr.msu.edu> Date: Tue, 13 Jan 1998 00:53:04 -0500 From: Adam McDougall X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: compiling problems with sig6 ( abort() ) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I installed FreeBSD 2.2.5-RELEASE on my 486 SLC/2 66mhz with 16 megs and am trying to install various ports. I keep running into this: cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 Stop. *** Error code 1 ALWAYS signal 6, I have no idea what could be causing it, I already turned off L2 cache to see if it helped but nope.. any suggestions would be appreciated, please email me personally, I'm not subscribed to the questions list. Thanks for your time. From owner-freebsd-questions Tue Jan 13 18:52:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24061 for questions-outgoing; Tue, 13 Jan 1998 18:52:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jce.wintermute.co.uk (jce.wintermute.co.uk [194.105.163.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19072 for ; Tue, 13 Jan 1998 18:06:57 -0800 (PST) (envelope-from wayne@jce.wintermute.co.uk) Received: from jcep (st01 [198.100.100.2]) by jce.wintermute.co.uk (8.8.7/8.8.7) with SMTP id PAA01704 for ; Tue, 13 Jan 1998 15:08:20 GMT (envelope-from wayne@jce.wintermute.co.uk) Message-Id: <199801131508.PAA01704@jce.wintermute.co.uk> Comments: Authenticated sender is From: "Wayne G Boyd" Organization: JCE (Aberdeen) Ltd To: freebsd-questions@FreeBSD.ORG Date: Tue, 13 Jan 1998 15:20:32 +0000 Subject: sendmail Question X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk First of all I would like to thank you for the response I had to the last question I sent in, it pointed me in a direction which solved my previous problem. I now have another question. My system config is as follows:- PC running FreeBSD, with single ethernet card, and single modem. The ethernet card is connected to our local IPX LAN. Dial-On-Demand PPP connection to our ISP is configured and working. Squid proxy server is configured and working. sendmail & a POP3 server are configured and working, for mail pickup over the LAN from Win95 mail clients. Sendmail will Tx and Rx SMTP mail with our ISP without a problem, as long as the PPP link is up, and it will dial out for outgoing mail. My question is: "how do I get the system to dial our ISP periodically to check for new incomming mail ?". (Note: Our ISP's machine detects our presence, and automatically attempts an SMTP connection as soon as we dial up) -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 From owner-freebsd-questions Tue Jan 13 18:54:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24317 for questions-outgoing; Tue, 13 Jan 1998 18:54:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.imailbox.com (mail.imailbox.com [206.149.57.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19547 for ; Tue, 13 Jan 1998 18:13:49 -0800 (PST) (envelope-from jesse@foo.bar.com) Received: by mail.imailbox.com from localhost (router,SLMail V2.6); Sun, 11 Jan 1998 22:51:23 -0600 Received: by mail.imailbox.com from foo.bar.com (144.92.181.42::mail daemon; unverified,SLMail V2.6); Sun, 11 Jan 1998 22:51:20 -0600 Date: Sun, 11 Jan 1998 22:48:29 -0600 (CST) From: "jtkipp@students.wisc.edu" Reply-To: "Jesse T Kipp" To: drgboc@accnorwalk.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: setting up an isp on bsd In-Reply-To: <34B97BA3.1690@accnorwalk.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk A long time ago I read a reasonable good FAQ on working-for/starting-an ISP, I think it is at: cgi.amazing.com/internet/faq.html It might help you get started in the right direction... BTW: The author of the site added a little section about FreeBSD (I was looking at the forward...) :P ------------ "And where do you travel?' ha called after me. Why not? 'To the ends of the Earth!' I shouted back. He broke into a jig atop his shattered door. 'Fare thee well Corwin!' he cried. I waved to him. Why not indeed? Sometimes it's damn hard to tell a dancer from the dance." (The Courts of Chaos) Jesse Kipp, zaphod@imailbox.com, jtkipp@students.wisc.edu ------------ On Sun, 11 Jan 1998 drgboc@accnorwalk.com wrote: > 3. Who can I ask my specific ISP/Mail Server/Web > Hosting/Security/Hardware questions? > 4. Can you recommend any publications to assist me in my > endeavor? > 5. Or am I just whistling Dixie? > > Keep in mind, I have no choice in this. I have to get this done with or > without FreeBSD. > Any advice you can provide will be GREATLY appreciated. > Thank you > > Don Grant > > drgboc@accnorwalk.com From owner-freebsd-questions Tue Jan 13 18:54:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24422 for questions-outgoing; Tue, 13 Jan 1998 18:54:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from largo.eecs.tufts.edu (Largo.EECS.Tufts.EDU [192.138.177.99]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA12642 for ; Tue, 13 Jan 1998 17:18:09 -0800 (PST) (envelope-from jpagano@eecs.tufts.edu) Received: from allegro.eecs.tufts.edu by largo.eecs.tufts.edu (SMI-8.6/SMI-SVR4) id PAA04381; Tue, 13 Jan 1998 15:33:09 -0500 Received: from localhost by allegro.eecs.tufts.edu (SMI-8.6/SMI-SVR4) id PAA00855; Tue, 13 Jan 1998 15:31:47 -0500 Date: Tue, 13 Jan 1998 15:31:46 -0500 (EST) From: "John P. Pagano" X-Sender: jpagano@allegro To: questions@FreeBSD.ORG Subject: Dual-Homing versus My Sanity Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm trying to set up my office network in the following way. I have five PCs on an internal LAN, and an Indy (which hosts our web server) and a PC running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm trying to use the FreeBSD-running PC as a dual-homed router / gateway for the LAN to reach the Internet, and for the Internet to reach our web server. I've engorged myself on FAQs and other documentation, but I just can't get the network to work. I have set up /etc/hosts to reflect my internal LAN, I have updated my routing table to include my Internet gateway, I have enabled the "gateway" option in /etc/sysconfig, and I am definitely running routed. I am inexperienced with addressing subnets, so I assume that I may have omitted some vital configuration details along those lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their proper ip addresses. Here's a copy of my crippled routing table, which doesn't even seem to reflect my second ethernet card: Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 HELP! Thank you very much for your reply. -- John P. Pagano jpagano@allegro.cs.tufts.edu From owner-freebsd-questions Tue Jan 13 18:55:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24697 for questions-outgoing; Tue, 13 Jan 1998 18:55:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12670 for ; Tue, 13 Jan 1998 17:19:48 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA10346; Tue, 13 Jan 1998 23:13:10 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801132313.XAA10346@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Doug White cc: Jason McKay , questions@FreeBSD.ORG Subject: Re: Routing and PPP In-reply-to: Your message of "Mon, 12 Jan 1998 19:28:51 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 23:13:10 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Wed, 7 Jan 1998, Jason McKay wrote: > > > I am running a FreeBSD 2.2.2-RELEASE system using pppd and mgetty ... We > > supply only e-mail accounts to our users on this machine. The machine has > > 5 dial-in lines, which users connect too and use ppp. I have gateway=no > > in the rc.conf file so they can not access anything outside of the local > > computer. Now though, I would like to setup the machine so 4 lines remain > > strictly local computer access only but the fifth can access the outside > > Internet. The machine itself does have a working Internet feed to it. Is > > there a way I can make the IPs of the 4 modems restricted to this server > > only and the fifth modems IP will access the outside Internet? > > Yuck. Routing does not discriminate between users. :-( I doubt you'll be > able to do this without using another box that's the authorized net user. Unless of course you enable yourself as a gateway and firewall the four users you don't like :-) > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 13 18:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25073 for questions-outgoing; Tue, 13 Jan 1998 18:57:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19225 for ; Tue, 13 Jan 1998 18:09:27 -0800 (PST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id JAA12942; Tue, 13 Jan 1998 09:12:37 -0500 (EST) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.8/8.8.7) with ESMTP id JAA16981; Tue, 13 Jan 1998 09:12:36 -0500 (EST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199801131412.JAA16981@bmcgover-pc.cisco.com> To: dwhite@resnet.uoregon.edu cc: questions@FreeBSD.ORG Subject: Re: Re: PP degrades with file type on NULL modem Date: Tue, 13 Jan 1998 09:12:36 -0500 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >> I was just running some tests on pppd here, between two Pentium Pro 200s >> connected via NULL-modem cable (via 16550). >> >> I ran pppd with -bsdcomp, crtscts, at 115200 baud. > >[...] > >> Anyone care explain to me why, when compression should not be involved, that > ^^^^^^^^^^^ > >> I can't get throughput that collates with bps rate (ie - if I can get 10.72 >> at 115200, why can't the other two files even come close?)? I just find >> it an oddity I'd like to have an explanation for :) >Did you disable *ALL* compression, including pred1 & VJ header? -vj -bsdcomp. I don't think pred1 shows up until 3.0. >Were both machines completely unloaded? Yes. Other than the normal system processes (I did similar testing with a boot floppy that just ran pppd and ftp, and similar results were noted). Both systems were hovering at about 99.9% idle (ie - an occational blip from top). >Were they both running FreeBSD? Yes, 2.2.5 (Release, not stable). >Nobody said ppp was perfect ;-) Did you try usermode ppp for comparison? Oh, I know ppp isn't perfect. I was just hoping it'd be constant. You should see what happens when you put v.42 modems in to the mix, and compression REALLY takes over. Highs of over 11K/s (which exceed the NULL modem speed for the same file - go figure), lows of 4K/s, all based on which file it is, the direction (ie - if I plug in a Cisco router at the other end, sending data to the router and getting data from the router have about a 4K/s difference). No, I haven't stabbed at the heart of usermode ppp yet. We run a lot of tests against our routers using a couple of platforms, and we're trying to make it as uniform as possible. Anyhow, if you have any thoughts.... :) From owner-freebsd-questions Tue Jan 13 18:58:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25433 for questions-outgoing; Tue, 13 Jan 1998 18:58:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12668 for ; Tue, 13 Jan 1998 17:19:46 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA10405; Tue, 13 Jan 1998 23:31:58 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801132331.XAA10405@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: William Wong cc: brian@Awfulhak.org (Brian Somers), freebsd-questions@FreeBSD.ORG, Eivind Eklund , Charles Mott Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Mon, 12 Jan 1998 21:11:11 PST." <199801130511.VAA09570@wiley.csusb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 23:31:58 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > > > I just upgraded to the latest version of ppp, and it doesn't like to > > > stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon > > > mode, it just quits with no error. I could be using pppctl to talk to > > > the uipc socket, and it will just die on me. I figure it's quitting > > > with a SIGKILL because the socket is left, and no core dump or kernel > > > message is given. It is, for all intents and purposes, unuseable. > > > > I've noticed this too, but I can't reproduce it reliably :-( There's > > no record of any sort of signal being sent to it :-/ > > > > I'm looking into it. > > > > > Joe Clarke > > > > > > > -- > > Brian , , > > > > Don't _EVER_ lose your sense of humour.... > > > > > > > > > > This was happening to me as well... until I upgraded to the 1/08/98 > version of ppp and changed my IP address to one of the 192.168.x.x > numbers. I don't know if this was all I did but the ppp stuff > is working now. This was using ppp interactively through term. Yes. The problem here, as far as I can tell *must* be the recent upgrade of libalias to version 1.5 (cmott & eivind cc'd). dev:/usr/src/lib/libalias $ fgrep -w err *.c alias_db.c: int err; alias_db.c: err = bind(sock, alias_db.c: if (err == 0) alias_db.c:#include alias_db.c: err(1, "alias punch inbound(1) setsockopt(IP_FW_ADD)"); alias_db.c: err(1, "alias punch inbound(2) setsockopt(IP_FW_ADD)"); I'll leave it up to Eivind & Charles to sort this out. FWIW, IMO library routines should never use such high level routines. Ppp doesn't use descriptor 2 for stderr, so the above messages are probably going to find there way to some very uninteresting place. [.....] > -- > William T. Wong > Phone: (909) 880-7281 > email: wwong@wiley.csusb.edu -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 13 19:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26195 for questions-outgoing; Tue, 13 Jan 1998 19:01:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-bkup.lig.bellsouth.net (mail-bkup.lig.bellsouth.net [205.152.0.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18436 for ; Tue, 13 Jan 1998 17:59:36 -0800 (PST) (envelope-from glenn@bellsouth.net) Received: from gforce.bellsouth.net (host-32-96-78-96.msy.bellsouth.net [32.96.78.96]) by mail-bkup.lig.bellsouth.net.bellsouth.net (8.8.5/8.8.5) with ESMTP id LAA26477; Tue, 13 Jan 1998 11:07:36 -0500 (EST) Received: from gforce.bellsouth.net (localhost.bellsouth.net [127.0.0.1]) by gforce.bellsouth.net (8.8.8/8.8.8) with ESMTP id KAA00412; Tue, 13 Jan 1998 10:05:25 -0600 (CST) (envelope-from glenn@gforce.bellsouth.net) Message-Id: <199801131605.KAA00412@gforce.bellsouth.net> X-Mailer: exmh version 2.0.1 12/23/97 From: Glenn Johnson To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: partition errors In-reply-to: Your message of "Mon, 12 Jan 1998 22:39:40 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 10:05:24 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug, Thanks for the reply. > On Sat, 10 Jan 1998, Glenn Johnson wrote: > > > I just installed an old Quantum IDE drive as a second drive (model LPS540A). I > > wanted to have a swap partition and two ufs filesystems using the entire disk > > in dedicated mode. I kept getting errors when newfs was run on the second > > filesystem, wd2s1f. I tried it in non-dedicated mode but was getting the same > > errors about bad parameters. What is wrong here? This is the -current 122597 > > SNAP by the way. > > I assume you're subscribed to current@freebsd.org.... > Yes, I am subscribed to -current. > > > > Finally, I made a small DOS partition and then used the rest for FreeBSD. This > > seemed to work, and in fact I am using the disk with the swap and two > > filesystems now. However, when I boot up, I get the following messages: > > > > wd2s1: raw partition size != slice size > > wd2s1: start 63, end 32255, size 32193 > > wd2s1c: start 63, end 1056383, size 1056321 > > wd2s1: truncating raw partition > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > > wd2s1: start 63, end 32255, size 32193 > > wd2s1b: start 63, end 131134, size 131072 > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > > wd2s1e: start 131135, end 593982, size 462848 > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > > wd2s1f: start 593983, end 1056383, size 462401 > > > > What does this mean and should I be concerned? > > This means your disklabel is incorrect. You need to correct your > disklabel and re-newfs. See http://www.freebsd.org/tutorials/diskformat/ > for info. > This is what I suspected. The diskformat tutorial is what I used as my guide. I used the /stand/sysinstall program as per the instructions in the tutorial. I tried with the FBSD calculated disklabel, as well as specifying the geometry that the BIOS reported. No luck in either case. Should I try again using the command line instructions given in the tutorial? > Hope you have a backup. Yes. Also, I did not put anything critical on this disk. I wanted to get this resolved first. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > Thank you for your time and help. -- Glenn Johnson gljohns@bellsouth.net From owner-freebsd-questions Tue Jan 13 19:05:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27377 for questions-outgoing; Tue, 13 Jan 1998 19:05:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13535 for ; Tue, 13 Jan 1998 17:29:25 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from pizza ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <326011-15742>; Tue, 13 Jan 1998 20:27:49 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Tue, 13 Jan 1998 19:38:28 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Free BDS with the WAVE CC: freebsd-questions@FreeBSD.ORG References: <34B6CA45.477D@rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan13.202749-0500_est.326011-15742+924@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Date: Mon, 12 Jan 1998 22:28:29 -0800 (PST) From: Doug White Reply-to: Doug White To: Brent Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE On Sat, 10 Jan 1998, Brent Johnson wrote: > Okay so I decided to ditch Linux because I can't figure out how to > install my SMC8416 etrhernet card which is connected to the cable modem. > So I try FreeBDS and decided that, since it supposedly supports that > card, I'd try and use the internet install method and guess what??? > No joy. Eh? Check the boot probes; it should respond as ed0 (or de0 -- is it a PCI or ISA card?). If it's not found and it's an ISA card, type `-c' at the boot: prompt and make sure the settings match those set on the card. It does not find ed0 at all. It says that there is no device (or something to that effect ). I used the install program that my card came with to check out it's IRQ and IO addresses. Io is 240 and the IRG is 11. The program tells me (well actually it shows me since my computer does not talk :^) ) that it is a 8416T 10Base-T i/o base 240 IRQ 11 node address 00-E0-29-03-21-27 (whatever that is). I had configured the kernel and put in the values that I was given but ...as I said before Still no joy. Oh yea, it is an Isa card. When the Guy from Rogers Wave came over to do the install he said he couldn't get the PCI card to work since I had an older Pentium PCI model and the plug and play didn't work the way it should.He replaced it with a ISA 16 bit card. Of course he also claimed the system didn't work and he would have to get someone to check it out the next day. (I was using the internet ten minutes after he left, It worked fine). I have reinstalled the card on two occassions under windows 95 with noproblem. So I do know how to set the parameters in TCPIP. (I do not mean to sound snotty when I say this, I just mnetion it so you will get the idea that I sorta know what I am doing) Before you can get anywhere, we need to find the card. Once that's found, then we can go on to configuring the system to talk to your network. I would love to be able to find the card. Truth to tell I don't care which Unix clone I use as long as I can get one of them to work. I've about had it with Linux at this point. The only reason I want a Unix clone is to use the internet. Once I can get the family using it then I plan on chucking Windows forever. If you're having trouble, please post the output of the `dmesg' command and the current IRQ & port settings of your Ethernet card as supplied by the setup program (or in a pinch Win95). I can not output dmesg because I haven't got a clue what you're talking about (Preview: you'll have to install the WIDE DHCP client from the CD or FTP site.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major I do appreciate any help you can offer on this. My frustration level is about to reach the top here. thanks Brent From owner-freebsd-questions Tue Jan 13 19:05:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27499 for questions-outgoing; Tue, 13 Jan 1998 19:05:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12690 for ; Tue, 13 Jan 1998 17:20:01 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id AAA10954; Wed, 14 Jan 1998 00:23:02 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801140023.AAA10954@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Eivind Eklund cc: Brian Somers , William Wong , freebsd-questions@FreeBSD.ORG, Eivind Eklund , Charles Mott Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Wed, 14 Jan 1998 00:54:01 +0100." <19980114005401.04084@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 00:23:01 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Tue, Jan 13, 1998 at 11:31:58PM +0000, Brian Somers wrote: > > > > > > > > > I just upgraded to the latest version of ppp, and it doesn't like to > > > > > stay running. I'm using 2.2.5-RELEASE, and after I launch it in daemon > > > > > mode, it just quits with no error. I could be using pppctl to talk to > > > > > the uipc socket, and it will just die on me. I figure it's quitting > > > > > with a SIGKILL because the socket is left, and no core dump or kernel > > > > > message is given. It is, for all intents and purposes, unuseable. > > > > > > > > I've noticed this too, but I can't reproduce it reliably :-( There's > > > > no record of any sort of signal being sent to it :-/ > > > > > > > > I'm looking into it. > > > > > > > > > Joe Clarke > > > > > > > > > > > > > -- > > > > Brian , , > > > > > > > > Don't _EVER_ lose your sense of humour.... > > > > > > > > > > > > > > > > > > > > > > This was happening to me as well... until I upgraded to the 1/08/98 > > > version of ppp and changed my IP address to one of the 192.168.x.x > > > numbers. I don't know if this was all I did but the ppp stuff > > > is working now. This was using ppp interactively through term. > > > > Yes. The problem here, as far as I can tell *must* be the recent > > upgrade of libalias to version 1.5 (cmott & eivind cc'd). > > > > dev:/usr/src/lib/libalias $ fgrep -w err *.c > > alias_db.c: int err; > > alias_db.c: err = bind(sock, > > alias_db.c: if (err == 0) > > alias_db.c:#include > > alias_db.c: err(1, "alias punch inbound(1) setsockopt(IP_FW_ADD)"); > > alias_db.c: err(1, "alias punch inbound(2) setsockopt(IP_FW_ADD)"); > > That code is not called unless you enable the firewall code through > setting a special mode bit, _and_ your system is configured without a > firewall. I'll look at denying the mode change for this case. (I'm > sorry - I didn't think of that when I originally wrote the code as it > was planned to run in a very special-cased environment, where a > setsockopt() error was something that could never happen. The above > erros can still theoretically happen even with the mode denial - > through kernel errors of some kind.) > > But I don't think this can be the case here - as far as I know, you (Brian) never added the possibility of using this mode of libalias. Or am I wrong here? > > > I'll leave it up to Eivind & Charles to sort this out. > > FWIW, IMO library routines should never use such high level routines. > > It only does because the routines that this came from have no way of > communicating failure. I can (if necessary) upgrade the interface so > all routines can report failure, but that will mean I'll have to kill > backwards compatibility. There are two other events I can see in the > relatively near future (<3 months) that will kill backwards > compatibility, so I'd rather not. > > > Ppp doesn't use descriptor 2 for stderr, so the above messages are > > probably going to find there way to some very uninteresting place. > > Urgh. Do you think that denying the mode change if the firewall is > not present is enough for the time being? Yep. That'd be good - thanks. I've looked more closely at the code, and I can't see any real problems (I jumped a bit when I saw the err() call). > Eivind. Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 13 19:06:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27716 for questions-outgoing; Tue, 13 Jan 1998 19:06:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21642 for ; Tue, 13 Jan 1998 18:38:02 -0800 (PST) (envelope-from usinet.chunkc@pop5.ibm.net) From: usinet.chunkc@pop5.ibm.net Received: from default (slip129-37-134-39.dc.us.ibm.net [129.37.134.39]) by out4.ibm.net (8.8.5/8.6.9) with SMTP id CAA16574 for ; Wed, 14 Jan 1998 02:29:45 GMT Message-Id: <199801140229.CAA16574@out4.ibm.net> Comments: Authenticated sender is To: freebsd-questions@FreeBSD.ORG Date: Tue, 13 Jan 1998 21:26:27 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: NEC X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an NEC cd-rom. is there a way to get FreeBSD to work with it (as in trying drivers that are supported) If it ever does support a NEC Cd-rom, could i just download a update, or would I have to buy a whole new version of the software? What about force feedback for joysticks? 3Dfx? Thanks Jay Camp chunkc@ibm.net From owner-freebsd-questions Tue Jan 13 19:07:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27944 for questions-outgoing; Tue, 13 Jan 1998 19:07:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from geocities.com (mail1.geocities.com [209.1.224.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21652 for ; Tue, 13 Jan 1998 18:38:06 -0800 (PST) (envelope-from chiefer@geocities.com) Received: from default (t7o30p52.telia.com [195.67.245.172]) by geocities.com (8.8.5/8.8.5) with SMTP id KAA00922 for ; Tue, 13 Jan 1998 10:27:21 -0800 (PST) Message-Id: <199801131827.KAA00922@geocities.com> X-Sender: chiefer@mail.geocities.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 13 Jan 1998 19:26:42 +0100 To: questions@FreeBSD.ORG From: Peter Gunnarsson Subject: 50 lines screen problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I have a problem trying to get the 80x50 screen mode working. What happens is that it switches ok to 50 lines when I invoke >vidcontrol VGA_80x50, but it doesn't change to a smaller font. So when I type something only the upper half shows. My rc.conf says: 8x8-font = "iso-8x8", or something similar, and I've tried using vidfont and vidcontrol -f 8x8 fontnamegoeshere without any luck. I don't know what else I can do.. Is it just a fact that on some machines the 80x50 mode doesn't work? I've also tried 80x60 of course, but nonsuccessful... Any tips? Peter From owner-freebsd-questions Tue Jan 13 19:12:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11946 for questions-outgoing; Tue, 13 Jan 1998 17:12:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11167 for ; Tue, 13 Jan 1998 17:05:43 -0800 (PST) (envelope-from perlsta@sunyit.edu) Received: from win95.local.sunyit.edu (ppp-9.ts-12.nyc.idt.net [169.132.100.9]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with ESMTP id DAA28474; Tue, 13 Jan 1998 03:40:13 GMT Message-Id: <199801130340.DAA28474@fang.cs.sunyit.edu> From: "Alfred Perlstein" To: "Doug White" Cc: Subject: Re: getting my cursor back? Date: Tue, 13 Jan 1998 02:36:10 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org Precedence: bulk solved my own problem, i just set the syscons to use a blinking cursor, not a fix but a cheesy work around i guess. (even when i set the cursor back to block mode it is gone...) -Alfred ---------- > From: Doug White > To: Alfred Perlstein > Cc: questions@FreeBSD.ORG > Subject: Re: getting my cursor back? > Date: Tuesday, January 13, 1998 1:24 AM > > On Fri, 9 Jan 1998, Alfred Perlstein wrote: > > > is there anyway to reset the cursor using the syscons driver? > > Did you try resetting the video mode? > > vidcontrol VGA_80x25 > > 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 Jan 13 19:12:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12459 for questions-outgoing; Tue, 13 Jan 1998 17:16:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA11531 for ; Tue, 13 Jan 1998 17:08:55 -0800 (PST) (envelope-from kf7nn@airmail.net) Received: from airmail.net from [204.178.75.175] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.232) with esmtp for id ; Tue, 13 Jan 98 08:11:22 -0600 (CST) Message-ID: <34BB7604.B48707E2@airmail.net> Date: Tue, 13 Jan 1998 08:11:16 -0600 From: George X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: [Fwd: p55xb2 & FreeBSD] Content-Type: multipart/mixed; boundary="------------6FD44B0B1E35146537DC5695" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. --------------6FD44B0B1E35146537DC5695 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit for all you IWILL motherboard users here is the answer you been looking for. Iwill Technical Suport wrote: > Sorry but no. > -----Original Message----- > From: George > To: support@iwillusa.com > Date: Sunday, January 11, 1998 3:41 PM > Subject: p55xb2 & FreeBSD > > >Hello, > > > >I use Freebsd operating system and it cannot find the serial ports on > >your > >IWILL motherboard, Is there a fix for this? > > > >I am using latest bios 12/15 version. > > > >kf7nn@airmail.net > > --------------6FD44B0B1E35146537DC5695 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Return-Path: Received: from awesun1.iwillusa.com from [38.216.230.3] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.232) with esmtp for id ; Mon, 12 Jan 98 12:09:07 -0600 (CST) Received: from support.iwillusa.com ([38.216.230.16]) by awesun1.iwillusa.com (post.office MTA v2.0 0906 ID# 0-0U10) with SMTP id AAA30198 for ; Tue, 13 Jan 1998 11:05:50 -0800 Message-ID: <011901bd1f88$5f541080$10e6d826@support.iwillusa.com> From: support@iwillusa.com (Iwill Technical Suport) To: "George" Subject: Re: p55xb2 & FreeBSD Date: Mon, 12 Jan 1998 10:32:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sorry but no. -----Original Message----- From: George To: support@iwillusa.com Date: Sunday, January 11, 1998 3:41 PM Subject: p55xb2 & FreeBSD >Hello, > >I use Freebsd operating system and it cannot find the serial ports on >your >IWILL motherboard, Is there a fix for this? > >I am using latest bios 12/15 version. > >kf7nn@airmail.net > --------------6FD44B0B1E35146537DC5695-- From owner-freebsd-questions Tue Jan 13 19:14:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28131 for questions-outgoing; Tue, 13 Jan 1998 19:08:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21239 for ; Tue, 13 Jan 1998 18:33:09 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id KAA01730; Wed, 14 Jan 1998 10:30:43 +0800 (WST) Date: Wed, 14 Jan 1998 10:30:43 +0800 (WST) From: Dean Hollister To: John Frader cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail being real slow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John Frader wrote: > On one of our 2.2.1 machines sendmail is real slow. When I use pine or > mail to send a message to a local user or a remote user it takes between > 2-3 min. for the message to go. In pine it just stays at > > Sending mail | 0% |] then it finally goes. The machine right now is > only used as a raduis server and the load on the system is null. Mail > works fine sending to the machine. And there is no errors in the logs. > > Any suggestions as to what might be wrong? How is this machine connected to the rest of your network? Ethernet? Modem? This sounds very similiar to a problem we had. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 13 19:15:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28215 for questions-outgoing; Tue, 13 Jan 1998 19:09:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20553 for ; Tue, 13 Jan 1998 18:24:34 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA01564; Wed, 14 Jan 1998 12:54:23 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA08622; Wed, 14 Jan 1998 12:54:23 +1030 (CST) (envelope-from grog) Message-ID: <19980114125422.16997@lemis.com> Date: Wed, 14 Jan 1998 12:54:22 +1030 From: Greg Lehey To: John Frader Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail being real slow References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from John Frader on Tue, Jan 13, 1998 at 08:56:30AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 13, 1998 at 08:56:30AM -0600, John Frader wrote: > Hello, > > On one of our 2.2.1 machines sendmail is real slow. When I use pine or > mail to send a message to a local user or a remote user it takes between > 2-3 min. for the message to go. In pine it just stays at > > Sending mail | 0% |] then it finally goes. The machine right now is > only used as a raduis server and the load on the system is null. Mail > works fine sending to the machine. And there is no errors in the logs. > > Any suggestions as to what might be wrong? Assuming that your machines are not badly overloaded, you can assume that this is not a question of horsepower. I'd look at the DNS configuration first. Greg From owner-freebsd-questions Tue Jan 13 19:16:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29732 for questions-outgoing; Tue, 13 Jan 1998 19:16:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F84.hotmail.com [207.82.250.190]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA29649 for ; Tue, 13 Jan 1998 19:15:50 -0800 (PST) (envelope-from huang_min@hotmail.com) Received: (qmail 5306 invoked by uid 0); 13 Jan 1998 05:19:15 -0000 Message-ID: <19980113051915.5305.qmail@hotmail.com> Received: from 202.98.36.4 by www.hotmail.com with HTTP; Mon, 12 Jan 1998 21:19:15 PST X-Originating-IP: [202.98.36.4] From: "Min Huang" To: questions@FreeBSD.ORG Subject: showmount? RPC: program not registered Content-Type: text/plain Date: Mon, 12 Jan 1998 21:19:15 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear sir, I'm working on a FreeBSD 2.2.5 box, when I use "showmount", it report "RPC: program not registered". Can you direct me to solve this problem? Please reply to huang_min@hotmail.com, my host has changed its domain, now this group can not send anything to my original email address. Huang Min ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Tue Jan 13 19:17:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28247 for questions-outgoing; Tue, 13 Jan 1998 19:09:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20408 for ; Tue, 13 Jan 1998 18:23:48 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA01560; Wed, 14 Jan 1998 12:53:27 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA08614; Wed, 14 Jan 1998 12:53:27 +1030 (CST) (envelope-from grog) Message-ID: <19980114125326.36911@lemis.com> Date: Wed, 14 Jan 1998 12:53:26 +1030 From: Greg Lehey To: "tien@bisnews.co.th" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: year 2000 compliance References: <199801120433.LAA10472@mailhub.bisnews.co.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801120433.LAA10472@mailhub.bisnews.co.th>; from tien@bisnews.co.th on Mon, Jan 12, 1998 at 11:35:43AM +0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 12, 1998 at 11:35:43AM +0700, tien@bisnews.co.th wrote: > To whom it may concern; > I have questions regarding year 2000 compliance of FreeBSD > version 2.1.5. Is FreeBSD 2.1.5 year 2000 compliant? Well, FreeBSD 2.1.5 is obsolete, so it's not really relevant. The current version is 2.2.5, and by the end of the year we should all be running 3.0. But FreeBSD, like other versions of UNIX, has never had any problems with the year 2000. The fundamental timekeeping counts the number of seconds since the "Epoch", 0:0 UTC on 1 January 1970. This counter will overflow 31 bits some time in 2038 and 32 bits some time in 2106. We expect to be using larger word sizes by that time. > Do you have any document support on your compliance status? No. > Where could I get all the information about FreeBSD year 2000 > compliance? This should be all you need. There never have been any problems. Consider, however, that this relates to the operating system only. It's possible to write poorly designed applications on any platform, and we have no information about them. Greg From owner-freebsd-questions Tue Jan 13 19:17:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28286 for questions-outgoing; Tue, 13 Jan 1998 19:09:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from onyx.atipa.com (user28856@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA20042 for ; Tue, 13 Jan 1998 18:18:37 -0800 (PST) (envelope-from freebsd@atipa.com) Received: (qmail-queue invoked by uid 1018); 13 Jan 1998 04:29:33 -0000 Date: Mon, 12 Jan 1998 21:29:33 -0700 (MST) From: Atipa X-Sender: freebsd@dot.ishiboo.com To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: syslog-free console/vty possible? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Doug White wrote: > On Mon, 5 Jan 1998, Atipa wrote: > > > > > You are right, since I killed syslog and it still came up. Is there a way > > to restirct /dev/console to only ttyv0 or something? That would be perfect. > > /dev/console is ttyv0 by default. I wasn't aware you could rewire it. > Why not use vty1 instead? that's what we do; we just leave the console on > vty1 and let the messages pile up on vty0, checking them every so often. > That way it lets the screensaver kick in :-) I would love to! That is the desired effect! :-) The problem is that my ttyv1 and v2 were also slammed. The module was the plain old if_de.c. 100MBit is very particular about its cabling, and it kept telling me: enabling 100TX de0 down. Cabling problem? enabling... disabling... blah blah blah ad naseum. If /dev/console was ONLY ttyv0 I'd be the happiest boy alive. Well, certainly one of them :-) Regards, Kevin > Some messages are rerouted to root logins by syslogd. kernel printf's are > probably in that department. Is that what you mean? > > > I even tried somethings to the affect of: > > # cat < /dev/console > /dev/null & > > but they did not do the trick. I could have rm'ed /dev/console, and > > linked it to a real file, but that would be a bit too harsh. > > I would be very careful removing /dev/console; it has a unique major/minor > number (0,0) so I suspect it's something special. > > > I would think there would be something in either /etc/ttys, or possibly > > the syscons source code. > > Or the source of the offending module. I assume you're getting pummeled > with ipfw messages? Just go into ipfw (sys/i386/isa/ipfw_* I think) and > comment out the printf's then rebuild & reinstall the kernel. > > 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 Jan 13 19:18:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28405 for questions-outgoing; Tue, 13 Jan 1998 19:10:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay7.UU.NET (relay7.UU.NET [192.48.96.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16110; Tue, 13 Jan 1998 17:39:58 -0800 (PST) (envelope-from spork@super-g.com) Received: from ns2.inch.com by relay7.UU.NET with ESMTP (peer crosschecked as: ns2.inch.com [207.240.140.102]) id QQdydq21664; Tue, 13 Jan 1998 08:38:15 -0500 (EST) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by ns2.inch.com (8.8.6/8.8.5) with ESMTP id IAA06076; Tue, 13 Jan 1998 08:36:59 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id IAA18546; Tue, 13 Jan 1998 08:35:34 -0500 (EST) Date: Tue, 13 Jan 1998 08:35:34 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Karl Pielorz cc: Johnathan Raymond Sconiers II , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Security for isp In-Reply-To: <34BAA582.F9151DE9@tdx.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Another thing to do is to examine exactly what you have that runs as root, and decide whether it's needed or not. Most inetd-spawned services run as root (check the entry in the 5th column of inetd.conf), and any programs with the "s" bit set run as root, like "passwd": spork@inch.com: $ ls -al `which passwd` -r-sr-xr-x 1 root bin 20480 Feb 11 1997 /usr/bin/passwd ^ A quick way to find these guys is: find / -perm -4000 -ls > /tmp/suid.out and find / -perm -2000 -ls > /tmp/sgid.out These commands will give you lists of which programs run with either root or privileged group permissions. Peruse the list in one window and read man pages in the other. *Carefully* disable things that aren't needed by your users. And as others have suggested, the two O'Reilly books on security and firewalls will give you more insight into why you are doing all this. There's much more to this than you might think, but knowledge is your best weapon. Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, Karl Pielorz wrote: > Disable _EVERYTHING_ then pick the ones you need - and only enable them... If > your setting up a public access FreeBSD system (or ISP system etc.) - look in > the ports collection for things like 'tcpwrappers' - which will disallow or > log connections from hosts which don't have reverse DNS addresses, or better > still - get a good book on the subject, something like "Building Internet > Firewalls ISBN 1-56592-124-0, O'Reilly & Associates, Inc." is a good place to > start - even if your not building firewalls in particular... > > At the end of the day though - remember the motto - if you don't NEED it, > don't RUN it... And the more complex the system / program / setup - the more > that can go wrong, not only with the software - but with the security of the > system... > > Regards, > > Karl > > ps. Don't take this _TOO_ far with BSD, I've heard of people deleting things > like the /usr/bin directory - because they didn't _need_ it - it applies more > to Servers, Ports etc. on the system - than the actual _BASE_ system - though > it might be a good idea not putting things like C compilers on systems running > as ISP servers (as not to give any 'visitors' too many tools ;-) - Though at > the end of the day some things are worth the 'risk' factor... > > Johnathan Raymond Sconiers II wrote: > > > > Hi, sorry to bother you again with isp questions but i wanted know if > > there are any things such as daemons, ports/packages that i should > > automatically disable. THANKS > > > > John > > > > ********************************* > > * M C S N E T * > > * Johnathan Raymond Sconiers II * > > * jrs@mcs.net * > > ********************************* > From owner-freebsd-questions Tue Jan 13 19:25:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00823 for questions-outgoing; Tue, 13 Jan 1998 19:25:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00808 for ; Tue, 13 Jan 1998 19:25:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24768; Tue, 13 Jan 1998 19:21:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:21:50 -0800 (PST) From: Doug White Reply-To: Doug White To: "tien@bisnews.co.th" cc: freebsd-questions@FreeBSD.ORG Subject: Re: year 2000 compliance In-Reply-To: <199801120433.LAA10472@mailhub.bisnews.co.th> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, tien@bisnews.co.th wrote: > I have questions regarding year 2000 compliance of FreeBSD > version 2.1.5. Is FreeBSD 2.1.5 year 2000 compliant? Do you have > any document support on your compliance status? Where could I get > all the information about FreeBSD year 2000 compliance? Your > answers are very essential to us in order to develop our systems. > Can you please reply to us as soon as possible. UNIX systems in general should be year 2000 OK. UNIX/FreeBSD represent time as seconds since Jan 1, 1970, so they are OK until they fill up a 32 bit integer, which would occur in 2038 or so if technology never advanced. We are on the brink of 64-bit machines, though, and no doubt that the size will increase well before there's a problem. Most, if not all, of the system utilities do their work using this format (time_t), so they should not be affected either. The big problem is in user utilities. Not everyone may know about time_t and used 2 digit years. You should check your user programs out; easiest way is to build a test box, set the date to Dec 31, 1999, 11:59pm and watch for fireworks. :) At some point you should check your server hardware that they roll the date properly (esp. really really old stock). 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 Tue Jan 13 19:26:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00969 for questions-outgoing; Tue, 13 Jan 1998 19:26:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00858 for ; Tue, 13 Jan 1998 19:25:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24792; Tue, 13 Jan 1998 19:25:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:25:25 -0800 (PST) From: Doug White Reply-To: Doug White To: waqar ahmad cc: questions@FreeBSD.ORG Subject: Re: how to configure an NIS server and client In-Reply-To: <19980112053553.29992.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, waqar ahmad wrote: > Hi there! > I want to configure an NIS server on a freebsd box and an NIS client on > antoher > bsd box. But I am finding no way to do this. > Any help will be appreciated See `man yp' for a starting point. 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 Jan 13 19:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01031 for questions-outgoing; Tue, 13 Jan 1998 19:26:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00941 for ; Tue, 13 Jan 1998 19:26:07 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id LAA04600; Wed, 14 Jan 1998 11:24:09 +0800 (WST) Date: Wed, 14 Jan 1998 11:24:08 +0800 (WST) From: Dean Hollister To: Doug White cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Doug White wrote: > su to root first. > > It's trying to access protected information. Anything security minded in > there? Yep. I found the cause. /etc/uucp was not set to x for owner/group/all. Once chmod'd, all is well. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 13 19:27:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01143 for questions-outgoing; Tue, 13 Jan 1998 19:27:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01082 for ; Tue, 13 Jan 1998 19:27:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24796; Tue, 13 Jan 1998 19:26:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:26:28 -0800 (PST) From: Doug White Reply-To: Doug White To: "John S. Dyson" cc: Greg Lehey , Arney@agape.twu.ca, freebsd-questions@FreeBSD.ORG Subject: Re: BSD's In-Reply-To: <199801121927.OAA00311@dyson.iquest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, John S. Dyson wrote: > Greg Lehey said: > > On Tue, Jan 13, 1998 at 09:34:47PM -0800, Nathanael Arney wrote: > > > I, not knowing much about BSD, would like to know the difference between > > > the different versions(?) of BSD (eg. open, free etc.). > > > > > > I have a intel based pc 200mmx and 32meg of ram. > > > > > > important to me are: > > > > > > easy instilation > > > > FreeBSD > > > > > emulation of other unixs (including linux) > > > > FreeBSD. I think. > > > (NetBSD, OpenBSD) are perhaps a little better with esoteric > emulations. However, I think that for multimedia emulation > of Linux, FreeBSD is better. Otherwise, for SCO binaries, > etc, each is probably pretty good. I believe the expression is `FreeBSD runs SCO better than SCO runs SCO.' I think s/SCO/Linux/ is also 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 Tue Jan 13 19:28:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01352 for questions-outgoing; Tue, 13 Jan 1998 19:28:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01348 for ; Tue, 13 Jan 1998 19:28:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24801; Tue, 13 Jan 1998 19:28:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:28:08 -0800 (PST) From: Doug White Reply-To: Doug White To: feamster@MIT.EDU cc: questions@FreeBSD.ORG Subject: Re: sb0 device driver In-Reply-To: <199801120830.DAA24494@mint-square.MIT.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998 feamster@MIT.EDU wrote: > Hello, > > A few questions. I did a sh MAKEDEV sb0 to get all of the drivers for this > controller. But when I try to play sounds, they either come out garbled, > there is no sound, etc. Try `MAKEDEV snd0'. When reporting problems with the sound, include: . output of `dmesg' . output of `cat /dev/sndstat' 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 Jan 13 19:28:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01409 for questions-outgoing; Tue, 13 Jan 1998 19:28:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00710 for ; Tue, 13 Jan 1998 19:23:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24772; Tue, 13 Jan 1998 19:23:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:23:22 -0800 (PST) From: Doug White Reply-To: Doug White To: george cc: questions@FreeBSD.ORG Subject: Re: staying current In-Reply-To: <34B9A261.45BC1B18@ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998, george wrote: > I have 2.2.5 on WC cd-rom, after I install it what is the fastest and > easiest way to get all of the > fixes installed without having to go and get the whole directory tree > from the FTP site? > > I have heard if something called CVSUP what is it and how do I invoke > it? > To incorporate all the fixes (to bring you up to -STABLE), you'll want to install all of the source from the CD, then run cvsup. cvsup is detailed in the Handbook. Once you cvsup up to the newest (or desired) -STABLE source, run a `make world'. See the Handbook section on `staying stable' for more info. 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 Jan 13 19:35:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01916 for questions-outgoing; Tue, 13 Jan 1998 19:35:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01909 for ; Tue, 13 Jan 1998 19:35:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24821; Tue, 13 Jan 1998 19:35:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:35:01 -0800 (PST) From: Doug White Reply-To: Doug White To: William Wong cc: freebsd-questions@FreeBSD.ORG Subject: Re: sio buffer overflows In-Reply-To: <199801121045.CAA17936@wiley.csusb.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, William Wong wrote: > Hello peoples, > > I seem to be getting some sio overflows when ftp'ing large files over ppp > to my computer. I got some of these messages: > > /kernel: sio1: 1416 more tty-level buffer overflows (total 1416) > /kernel: sio1: 3086 more tty-level buffer overflows (total 4502) > /kernel: sio1: 1834 more tty-level buffer overflows (total 6336) > > I was downloading a 6 meg gzipped file. The file was intact though as > I was able to gunzip it. Should I need to worry about this? This means that the system was receiving data faster than the program (ppp in this case) could process it, and so it dropped data. Try reducing your baudrate or updating your ppp from www.freebsd.org/~brian. 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 Jan 13 19:36:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02059 for questions-outgoing; Tue, 13 Jan 1998 19:36:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01659 for ; Tue, 13 Jan 1998 19:30:09 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.de [192.109.197.137] (may be forged)) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA01650; Wed, 14 Jan 1998 13:59:06 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA09318; Wed, 14 Jan 1998 13:59:05 +1030 (CST) (envelope-from grog) Message-ID: <19980114135905.45103@lemis.com> Date: Wed, 14 Jan 1998 13:59:05 +1030 From: Greg Lehey To: Doug White Cc: "John S. Dyson" , Arney@agape.twu.ca, freebsd-questions@FreeBSD.ORG Subject: Re: BSD's References: <199801121927.OAA00311@dyson.iquest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Tue, Jan 13, 1998 at 07:26:28PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 13, 1998 at 07:26:28PM -0800, Doug White wrote: > On Mon, 12 Jan 1998, John S. Dyson wrote: > >> Greg Lehey said: >>> On Tue, Jan 13, 1998 at 09:34:47PM -0800, Nathanael Arney wrote: >>>> I, not knowing much about BSD, would like to know the difference between >>>> the different versions(?) of BSD (eg. open, free etc.). >>>> >>>> I have a intel based pc 200mmx and 32meg of ram. >>>> >>>> important to me are: >>>> >>>> easy instilation >>> >>> FreeBSD >>> >>>> emulation of other unixs (including linux) >>> >>> FreeBSD. I think. >>> >> (NetBSD, OpenBSD) are perhaps a little better with esoteric >> emulations. However, I think that for multimedia emulation >> of Linux, FreeBSD is better. Otherwise, for SCO binaries, >> etc, each is probably pretty good. > > I believe the expression is `FreeBSD runs SCO better than SCO runs SCO.' There's a certain truth to this, but don't go overboard. Thanks to the internal architecture, FreeBSD can often perform better than SCO on the same machine when running SCO programs. Nothing is more compatible with SCO than SCO, however, and sometimes it shows. > I think s/SCO/Linux/ is also true :-) I think you'd have a much harder time proving this one. Greg From owner-freebsd-questions Tue Jan 13 19:39:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02316 for questions-outgoing; Tue, 13 Jan 1998 19:39:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA01834 for ; Tue, 13 Jan 1998 19:33:43 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (qmail 13442 invoked from network); 14 Jan 1998 03:33:41 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 14 Jan 1998 03:33:41 -0000 Received: from barnowl.roost.net (apm6-146.realtime.net [205.238.164.146]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id VAA19093 for ; Tue, 13 Jan 1998 21:33:39 -0600 Date: Tue, 13 Jan 1998 21:38:24 -0600 (CST) From: John Kenagy X-Sender: jktheowl@barnowl.roost.net To: questions freebsd Subject: printing from emacs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I give up! It seems so simple, or should be. I can print with the spooler (lpr) just fine from the shell, within emacs from dired operations menu, postscript print the buffer, but *not* just "print buffer". That is the simple lpr buffer from the tools menu. I can set lpr switches , etc. but nothing happens when I print the buffer. I mean nothing. Any ideas where to look? TIA John From owner-freebsd-questions Tue Jan 13 19:39:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02350 for questions-outgoing; Tue, 13 Jan 1998 19:39:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out5.ibm.net (out5.ibm.net [165.87.194.245]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02320 for ; Tue, 13 Jan 1998 19:39:08 -0800 (PST) (envelope-from mikegoe@pop03.ca.us.ibm.net) Received: from aldebaran.ird.rl.af.mil (slip166-72-108-36.ny.us.ibm.net [166.72.108.36]) by out5.ibm.net (8.8.5/8.6.9) with SMTP id DAA22532 for ; Wed, 14 Jan 1998 03:39:05 GMT Message-Id: <199801140339.DAA22532@out5.ibm.net> Comments: Authenticated sender is From: "Michael G." To: freebsd-questions@FreeBSD.ORG Date: Tue, 13 Jan 1998 22:36:39 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Problem booting **SOLVED!** In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Ran in to a problem for the first time. I have 2.2.5 residing nicley > on a 520 meg drive with booteasy installed. For some reason, I can no > longer get past the PCIC check during bootup. Turns out I had acquired the Monkey_B virus in my boot sector (what a mess!). Unfortunately I had already blown the drive away before realizing this..but hey...each new configuration get easier and easier :) Michael G. ------------------------------------------------------------ Brought to you by the letters "O" and "S" and the number "2" Live FreeBSD... or Die! PIC X(10) VALUE "Yes COBOL!" C:\DOS C:\DOS\RUN RUN\DOS\RUN ---------------------------------- From owner-freebsd-questions Tue Jan 13 19:41:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02680 for questions-outgoing; Tue, 13 Jan 1998 19:41:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02674 for ; Tue, 13 Jan 1998 19:41:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24828; Tue, 13 Jan 1998 19:41:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:41:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Konrad Heuer cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mail from NCSA X Mosaic 2.7b5 In-Reply-To: <199801121239.NAA22832@gwdu60.gwdg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Konrad Heuer wrote: > Has anybody made experiences with video conferencing on a FreeBSD system? Yeah, I just did it last night. My side was having a party but the remote side was a little underpowered. I think that RC564 was causing some audio choppiness though :-) > I've seen the mbone tools in the package directory, but found no information about > digitizing video input on a FreeBSD driven PC. One word: BT848. Anything Bt848 based (Hauppauge WinCast/TV, STB TV/PCI, others) rocks, and they're cheap (about $100 now). Just grab a card, a camera with a RCA video out, a high bandwidth network connection, and someone to chat with. See http://www.freebsd.org/~ahasty/Bt848.html. > I was successful in using the Network Audio System with my sound card > using the SoundBlaster device driver. Thus I hope at less audio > conferencing could work ... The audio tools don't use NAT. And unfortunately SoundBlasters are too unstable to be truly useful for conferencing. The Crystal CS4231 -based cards are quite good since they can do full duplex in/out. My GUS PnP (which is discontinued (sob)) and Yamaha cards work well. Contact multimedia@freebsd.org for further information. 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 Jan 13 19:43:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02898 for questions-outgoing; Tue, 13 Jan 1998 19:43:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02891 for ; Tue, 13 Jan 1998 19:43:18 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id DAA21367; Wed, 14 Jan 1998 03:43:12 GMT Date: Tue, 13 Jan 1998 19:43:11 -0800 (PST) From: Dan Busarow To: John Frader cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail being real slow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John Frader wrote: > Any suggestions as to what might be wrong? /etc/resolv.conf is pointing at the wrong name servers? No entry for the fqdn of this machine in /etc/hosts? You can be pretty certain it has something to do with your DNS. 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 Jan 13 19:47:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03311 for questions-outgoing; Tue, 13 Jan 1998 19:47:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from herculis.alphawest.com.au (herculis.alphawest.com.au [203.14.124.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03273 for ; Tue, 13 Jan 1998 19:47:46 -0800 (PST) (envelope-from stephen.cooper@alphawest.com.au) Received: by herculis.alphawest.com.au with Internet Mail Service (5.0.1458.49) id ; Tue, 13 Jan 1998 13:54:49 +0800 Message-ID: <64B0BB03967ED111A34C00A0C93295000735DE@herculis.alphawest.com.au> From: Stephen Cooper To: freebsd-questions@FreeBSD.ORG Subject: Error compiling X app from ports collection Date: Tue, 13 Jan 1998 13:54:47 +0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am trying to install blt from the ports under FreeBSD 2.2.5 I have XFree86 3.3.2 which I grabbed from the Xfree Organisation The compiler cannot find these two header files, its right they are not there. Are they part of Xfree 86? creating src/shared/Makefile creating man/Makefile creating library/Makefile creating src/bltConfig.h ===> Building for blt-2.1 making all in ./src cc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional -fwritable-strings -Wall -I. -I/usr/local/include -I__Edit_./config.BLT__ bltGraph.c In file included from bltInt.h:28, from bltGraph.h:29, from bltGraph.c:41: /usr/local/include/tk.h:32: X11/Xlib.h: No such file or directory bltGraph.c:42: X11/Xutil.h: No such file or directory bltGraph.c:43: X11/Xatom.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. stephenc:/usr/ports/distfiles/pub/FreeBSD/FreeBSD-current/ports/x11/blt> ======================================================================== Stephen Cooper BASc mailto:5032744@pager.mirabilis.com Internet and Systems Security Consultant mailto:stephen.cooper@alphawest.com.au If you want me urgently page me with ICQ. Internet and Open Systems Alphawest Pty Ltd URL: http://www.alphawest.com.au/ios Tel: +61 8 94296100 From owner-freebsd-questions Tue Jan 13 19:49:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03722 for questions-outgoing; Tue, 13 Jan 1998 19:49:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03651 for ; Tue, 13 Jan 1998 19:49:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24841; Tue, 13 Jan 1998 19:49:35 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:49:35 -0800 (PST) From: Doug White Reply-To: Doug White To: Chris Aubuchon cc: questions@FreeBSD.ORG Subject: Re: HP 6020i In-Reply-To: <9801121125.aa09922@commlet.commlet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Chris Aubuchon wrote: > Greetings, > > Does FreeBSD support the HP 6020i CD-ROM burner? If not, what do I > need to do to make it support it? Install the cdrecorder port in ports/sysutils. 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 Jan 13 19:51:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04149 for questions-outgoing; Tue, 13 Jan 1998 19:51:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04111 for ; Tue, 13 Jan 1998 19:50:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24848; Tue, 13 Jan 1998 19:50:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:50:52 -0800 (PST) From: Doug White Reply-To: Doug White To: "Richard J. Finn" cc: support@FreeBSD.ORG Subject: Re: trouble running 2.2.5 install In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Richard J. Finn wrote: > > I'm having trouble running the 2.2.5 install. I tried to upgrade > from 2.2.2 and when that didn't work, I tried a fresh install. Neither > worked. > > Basically, I get everything set up and going. When it starts > trying to install bin on / it gets some sort of "vm_fault" error - "no > default entry for..." > > Any ideas? I've tested my computer and drives and haven't found > any errors. It was running 2.2.2 without any problems. Any way you could get the full panic output? > The computer is a Compaq Prosignia 300 with a SCSI-2 2 gig hard > drive. I've had FreeBSD 2.1.7, one of the 3.0 versions, and 2.2.2 on it > without any problems. DId you install any new RAM? 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 Jan 13 19:51:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04148 for questions-outgoing; Tue, 13 Jan 1998 19:51:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03217 for ; Tue, 13 Jan 1998 19:46:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24837; Tue, 13 Jan 1998 19:46:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:46:04 -0800 (PST) From: Doug White Reply-To: Doug White To: "Paul T. Root" cc: questions@FreeBSD.ORG Subject: Re: procmail problems. In-Reply-To: <199801121411.IAA24906@horton.iaces.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Paul T. Root wrote: > Hi, > I have procmail running and it doesn't seem to be filtering as > well as I would like. I have a filter to try to stop some of the spam > that I get. I have this line in my file: > > . > . > . > * ^From:.*hotmail.com > . > . > . > /dev/null > > But hotmail stuff still comes through. What do I need to do? Is it > * ^From.*@hotmail.com? Don't forget that lines in a recipie are ANDed together. That means a separate recipie for each host you want to block. :( See my homepage for an example. 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 Jan 13 19:54:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04753 for questions-outgoing; Tue, 13 Jan 1998 19:54:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04748; Tue, 13 Jan 1998 19:54:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24852; Tue, 13 Jan 1998 19:52:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:52:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Donn Miller cc: bugs@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: as, binutils out of date? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Donn Miller wrote: > Hello > > I was just compiling the latest Wine distribution when I noticed that `as' > from 2.2.5 R did not recognize the `string' pseudo-op. I just compiled > gas from GNU binutils-2.8.1, however, and it has this function. Will > binutils 2.8.1 be included with the next release? I believe the present > version may be out of date. binutils will not be in FreeBSD until we adopt ELF. I suggest trying to port over the necessary changes from your gas to ours and submit patches using send-pr. > Is FreeBSD's ld exactly the same as GNU's? I think I will just compile > the gas portion of binutils and install it in /usr/bin over top the stock > FreeBSD as. I noticed that the man page for ld was 'customized' by a core > member and not the stock GNU manpage, but the `as' manpage was stock. NO, don't do that or you'll destroy your build toolchain; you'll have to reinstall the system to rectify the damage. 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 Jan 13 19:55:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04890 for questions-outgoing; Tue, 13 Jan 1998 19:55:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04882 for ; Tue, 13 Jan 1998 19:55:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24856; Tue, 13 Jan 1998 19:53:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:53:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "Chandrasekar.K" cc: questions@FreeBSD.ORG Subject: Re: installinh with NT In-Reply-To: <34BA6DDC.31D2@serabi.lkg.dec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Chandrasekar.K wrote: > Hi, > i am trying to install freebsd 2.2.5 along with NT. > When i try 1) use the MBR or the standard it always boots with NT > i tried the FAQ and come across a note to use NT's boot manager. > I this case > 1)what i should select when installation asks about > boot record. > 2) How i can copy the boot area into a file? > ( after installtion i need to reboot and i always get NT) If NT and FreeBSD are on the same disk, you can rewire the NT bootloader to boot FreeBSD. See the FAQ at http://www.freebsd.org/FAQ/. 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 Jan 13 19:57:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05175 for questions-outgoing; Tue, 13 Jan 1998 19:57:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05171 for ; Tue, 13 Jan 1998 19:57:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24868; Tue, 13 Jan 1998 19:57:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:57:14 -0800 (PST) From: Doug White Reply-To: Doug White To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/passwd file In-Reply-To: <34BA85FD.A2D@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Dinesh Pal wrote: > hello, > > one fine day i found three new lines in my /etc/passwd file. > I dont know about these line significance, please tell me. > the entries are like > > > +@netusers:*:0:0::: > +netusers:*:0:0::: > +:*:0:0:::/bin/true Did you or any other admin put those there? Did you try to setup YP/NIS in any way? If you didn't, someone may have comprimised your system and is using NIS to add themselves to your password database. 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 Jan 13 19:58:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05678 for questions-outgoing; Tue, 13 Jan 1998 19:58:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05426 for ; Tue, 13 Jan 1998 19:58:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24872; Tue, 13 Jan 1998 19:58:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:58:28 -0800 (PST) From: Doug White Reply-To: Doug White To: Keith Jackson cc: freebsd-questions@FreeBSD.ORG Subject: Re: ISC DHCP server - Address already in use In-Reply-To: <34BA8A8B.2932@lsuc.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Keith Jackson wrote: > I am trying to get the ISC DHCP server running on a FreeBSD 2.1.0 > system. The DHCP server is the Beta 5.16. I have compiled the server > with no errors. I have now added the Berkeley Packet Filter to the > kernel and recompiled it. I have created 4 bpf devices. I have also > added the #define BROKEN_FREEBSD_BPF to the site.h file of the DHCP > server source before compiling it just in case the version of FreeBSD > has this bug. I start up the DHCP server and it says the folowing: Did you try the port? > Can't bind to dhcp address: Address already in use > dhcpd: exiting. > > Can anyone tell me what the message about the dhcp address already being > in use > means? It means that dhcpd is probably already running. Run `ps ax | grep dhcpd' and see if one is already listed. 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 Jan 13 20:01:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06174 for questions-outgoing; Tue, 13 Jan 1998 20:01:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05150 for ; Tue, 13 Jan 1998 19:56:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA24863; Tue, 13 Jan 1998 19:56:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 19:56:10 -0800 (PST) From: Doug White Reply-To: Doug White To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: firewall In-Reply-To: <34BA84B0.988@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Dinesh Pal wrote: > Hello, > > I have to look after a router (freeBSD 2.1.0)set up by our previous > system administrator (he has quit now).Firewall is also enables in the > router.The system works 24 hours a day. > > I dont know which files i should look into router and firewall > configurations. 2.1.0 didn't come with any built-in firewalling, so the previous admin must have installed something. Comb /etc/ for anything abnormal (like a rc.firewall) or try to find where the firewall starts and check it's manpage. 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 Jan 13 20:02:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06361 for questions-outgoing; Tue, 13 Jan 1998 20:02:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06198 for ; Tue, 13 Jan 1998 20:01:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24879; Tue, 13 Jan 1998 20:01:49 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:01:49 -0800 (PST) From: Doug White Reply-To: Doug White To: Gert-Jan Vons cc: questions@FreeBSD.ORG Subject: Re: NE2000 card sometims has memory but usually not ? In-Reply-To: <3.0.5.32.19980112232340.007d2e20@dodo.pluisnet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Gert-Jan Vons wrote: > > Running 2.2.5-RELEASE on a 486dx2-66, NE2000 clone (SimpleNet SN2000CT) > as network board. > > I usually have > > Jan 11 09:57:28 dodo /kernel: ed0 at 0x300-0x31f irq 10 on isa > Jan 11 09:57:28 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 > (16 bit) > > in my log file, but today (and once , ~2 weeks ago) my card developed > a case of "memory gain", although flaky: > > Jan 12 19:05:54 dodo /kernel: ed0: failed to clear shared memory at d8000 - > check configuration > Jan 12 19:05:54 dodo /kernel: ed0 at 0x300-0x31f irq 10 msize 8192 on isa > Jan 12 19:05:54 dodo /kernel: ed0: address 00:40:05:1c:24:e0, type NE2000 > (16 bit) > > How come the driver sometimes thinks there's memory, but usually doesn't ? > > The doc mentions 16 Kbytes of Buffer RAM size, but it is unclear whether > that is internal to the card hardware or not. > > Could there be a problem with the card, the driver, the config of > either, ...? The NE2000 must be returning some info to that effect. Which is strange, since the NE2000 adapters don't have shared memory. 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 Jan 13 20:07:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07221 for questions-outgoing; Tue, 13 Jan 1998 20:07:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07217 for ; Tue, 13 Jan 1998 20:07:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24891; Tue, 13 Jan 1998 20:06:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:06:16 -0800 (PST) From: Doug White Reply-To: Doug White To: bsd account cc: freebsd-questions@FreeBSD.ORG Subject: Re: Server setup mystery...HELP? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, bsd account wrote: > Hi folks... > Thanks to Dan & Randy for their replies to "Help startingDNS". > I have got problems! - ain't we all ;^) > I am sorry...I am a bit of a dummy but I'm trying! > > Problems are as follows: > a) When Routed runs stuff like PINE Telnet etc wont run! Appears to > be looking at the modem's semi-permanent connection!?? > b) When routed option is set to NO Pine LYNX etc all work fine but > mail being delivered can't arrive. > Says that "554 local congiguration error exists. > 554 MX entry smmc.qld.edu.au. points back to smmcroute.smmc.qld.edu.au" Routed OFF is the correct configuration. However problem b) is a DNS problem: gdi,ttyp1,~,18>host smmc.qld.edu.au smmc.qld.edu.au has address 203.56.180.1 smmc.qld.edu.au mail is handled (pri=10) by smmcroute.smmc.qld.edu.au gdi,ttyp1,~,20>host smmcroute.smmc.qld.edu.au smmcroute.smmc.qld.edu.au has address 203.56.180.1 Notice that smmc.qld.edu.au == smmcroute.smmc.qld.edu.au. Your MX record points back to the same machine, creating a mail loop. Sendmail is doing you a favor telling you about the misconfig. I suggest removing your MX entry or point it to a different machine. 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 Jan 13 20:09:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07859 for questions-outgoing; Tue, 13 Jan 1998 20:09:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sky-valley.exo.net.au (root@sky-valley.exo.net.au [203.14.230.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07766 for ; Tue, 13 Jan 1998 20:08:50 -0800 (PST) (envelope-from bullseye.apana.org.au!andymac@saturn.acis.com.au) Received: by sky-valley.exo.net.au id m0xsK86-0004rlC (Debian Smail-3.2 1996-Jul-4 #2); Wed, 14 Jan 1998 15:08:38 +1100 (EST) Received: from bullseye.apana.org.au (central [203.9.107.245]) by bullseye.apana.org.au (8.6.12/8.6.12) with SMTP id IAA10301; Wed, 14 Jan 1998 08:24:47 +1100 Date: Wed, 14 Jan 1998 05:20:44 +1000 (EST) From: Andrew MacIntyre To: Keith Jackson cc: freebsd-questions@FreeBSD.ORG Subject: Re: ISC DHCP server - Address already in use In-Reply-To: <34BA8A8B.2932@lsuc.on.ca> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Keith Jackson wrote: > Internet Software Consortium DHCPD $Name: BETA_5_16 $ > Copyright 1995, 1996 The Internet Software Consortium. > All rights reserved. > # Listening on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > Sending on BPF/ed0/0:0:c0:fb:25:c1/142.57.16.0 > Can't bind to dhcp address: Address already in use > dhcpd: exiting. > > Can anyone tell me what the message about the dhcp address already being > in use means? Check to make sure that bootpd isn't running, either as a daemon or from inetd. Being an outgrowth of BOOTP, DHCP uses the same port numbers. -- 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 Tue Jan 13 20:11:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08692 for questions-outgoing; Tue, 13 Jan 1998 20:11:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08478 for ; Tue, 13 Jan 1998 20:10:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24899; Tue, 13 Jan 1998 20:10:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:10:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Steven Harris cc: questions@FreeBSD.ORG Subject: Re: PPP and ISDN question In-Reply-To: <199801131143140914.13C382E9@192.168.60.1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Steven Harris wrote: > Hi, > > I am trying to setup PPP with a 3COM ISDN modem and for the most part it > works. However, when I connect, it tries to negotiate which fails. It > says "Peer is not autohorized to use IP address 127.0.0.5" which IS the > remote IP address allocated to us. (127.0.0.5/32) 127.0.0.5 is in the loopback network and is an invalid IP address. Your ISP doesn't know what they're doing. Have them check their config and re-assign your IP to something more reasonable. 127.0.0.5 isn't externally visible; are you connecting to an internal non-Net connected network? 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 Jan 13 20:12:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09289 for questions-outgoing; Tue, 13 Jan 1998 20:12:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08950 for ; Tue, 13 Jan 1998 20:11:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24907; Tue, 13 Jan 1998 20:11:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:11:31 -0800 (PST) From: Doug White Reply-To: Doug White To: Alfred Perlstein cc: questions@FreeBSD.ORG Subject: Re: fix for hardrive limit? In-Reply-To: <199801122223.WAA26805@fang.cs.sunyit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Alfred Perlstein wrote: > i recently bought a 4.3gig drive, when i installed it for some reason > freebsd only reports it as being around 4gigs, i think the reason for it is > that when i put the drive in it was in an older system that didn't see the > additional capacity... now i have it in a machine that does see the extra > 300 or so megs... is there anyway to reclaim this space without redoing my > whole drive? You can't extend the existing filesystem, but you can format and use the additional slice. Use http://www.freebsd.org/tutorials/diskformat/ as a guide and proceed carefully. 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 Jan 13 20:14:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09567 for questions-outgoing; Tue, 13 Jan 1998 20:14:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09561 for ; Tue, 13 Jan 1998 20:14:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24911; Tue, 13 Jan 1998 20:13:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:13:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Atipa cc: freebsd-questions@FreeBSD.ORG Subject: Re: syslog-free console/vty possible? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Atipa wrote: > > > On Mon, 12 Jan 1998, Doug White wrote: > > > On Mon, 5 Jan 1998, Atipa wrote: > > > > > > > > You are right, since I killed syslog and it still came up. Is there a way > > > to restirct /dev/console to only ttyv0 or something? That would be perfect. > > > > /dev/console is ttyv0 by default. I wasn't aware you could rewire it. > > Why not use vty1 instead? that's what we do; we just leave the console on > > vty1 and let the messages pile up on vty0, checking them every so often. > > That way it lets the screensaver kick in :-) > > I would love to! That is the desired effect! :-) > The problem is that my ttyv1 and v2 were also slammed. The module was the > plain old if_de.c. 100MBit is very particular about its cabling, and it > kept telling me: > enabling 100TX > de0 down. Cabling problem? > enabling... > disabling... > > blah blah blah ad naseum. > > If /dev/console was ONLY ttyv0 I'd be the happiest boy alive. Well, > certainly one of them :-) Those messages shouldn't follow you around unless you login as root all the time. And if you do log in as root all the time, shame on you, use your account and `su' instead. If you hate them, edit /sys/pci/if_de.c and comment out the printf's. Build and install a new kernel and you'll be saved. Or fix your cabling. :-) 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 Jan 13 20:15:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09683 for questions-outgoing; Tue, 13 Jan 1998 20:15:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08665 for ; Tue, 13 Jan 1998 20:10:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24903; Tue, 13 Jan 1998 20:10:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:10:39 -0800 (PST) From: Doug White Reply-To: Doug White To: Alex cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD... In-Reply-To: <34BAC6E2.5F75@mail.telepac.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Alex wrote: > I install in my computer FreeBSD 2.2-realease. > > I don't know how can I start FreeBSD. > > I try with the FreeBSD Boot Disk (Install) but I don't know what I have > > to write into Boot: _____(?). > > Please, send me a email very quickly. Try: wd(1,a)/kernel 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 Jan 13 20:17:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09928 for questions-outgoing; Tue, 13 Jan 1998 20:17:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09923 for ; Tue, 13 Jan 1998 20:17:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24941; Tue, 13 Jan 1998 20:17:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:17:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Dean Hollister cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Dean Hollister wrote: > On Mon, 12 Jan 1998, Doug White wrote: > > > su to root first. > > bash# uustat -s ramtops > > generates the same response. /etc/uucp/sys belongs to uucp and the uucp > group. All privs are set to at least read. group/owner set to rw. What about /etc/uucp? Mine is uucp:uucp mode 770. You could also add yourself to the uucp group. 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 Jan 13 20:20:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10381 for questions-outgoing; Tue, 13 Jan 1998 20:20:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09622 for ; Tue, 13 Jan 1998 20:14:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24916; Tue, 13 Jan 1998 20:14:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:14:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Min Huang cc: questions@FreeBSD.ORG Subject: Re: showmount? RPC: program not registered In-Reply-To: <19980113051915.5305.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Min Huang wrote: > Dear sir, > > I'm working on a FreeBSD 2.2.5 box, when I use "showmount", > it report "RPC: program not registered". Can you direct me > to solve this problem? Are you running NFSD and PCNFSD? > Please reply to huang_min@hotmail.com, my host has changed its > domain, now this group can not send anything to my original email > address. That's a problem. 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 Jan 13 20:21:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10552 for questions-outgoing; Tue, 13 Jan 1998 20:21:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10515 for ; Tue, 13 Jan 1998 20:21:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24953; Tue, 13 Jan 1998 20:21:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:21:21 -0800 (PST) From: Doug White Reply-To: Doug White To: Swee-Chuan Khoo cc: questions@FreeBSD.ORG Subject: Re: 2.2.5 as a print server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Swee-Chuan Khoo wrote: > > On Mon, 12 Jan 1998, Doug White wrote: > > 2. Set up the UNIX printing so it can print to the LaserJet. Point the > > printcap at the printer's IP, printer name `lp'. > > This is the /etc/printcap file > > # > lp|HP 4MP:\ > lp=:\ > rm=hp4mp:\ > rp=lp:\ > sd=/var/spool/output/lpd:\ > lf=/var/log/lpd-errs: > > This is the output of /var/log/lpd-errs > > an 13 18:28:31 rama lpd[2276]: restarted > Jan 13 18:28:47 rama lpd[2280]: /dev/lp: No such file or directory Is that the *whole* /etc/printcap? I don't see a reference to /dev/lp. Can you print okay? 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 Jan 13 20:24:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10874 for questions-outgoing; Tue, 13 Jan 1998 20:24:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freight.msn.bc.ca (pc-21656.bc.rogers.wave.ca [24.112.126.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10854 for ; Tue, 13 Jan 1998 20:23:37 -0800 (PST) (envelope-from bpepa@freight.msn.bc.ca) Received: from localhost (bpepa@localhost) by freight.msn.bc.ca (8.8.7/8.8.7) with SMTP id UAA01344; Tue, 13 Jan 1998 20:26:05 -0800 (PST) (envelope-from bpepa@freight.msn.bc.ca) Date: Tue, 13 Jan 1998 20:26:05 -0800 (PST) From: Ben Pepa To: Brent Johnson cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Doug White wrote: > On Sat, 10 Jan 1998, Brent Johnson wrote: > > > Before you can get anywhere, we need to find the card. Once that's found, > then we can go on to configuring the system to talk to your network. Just to expand on Doug's note, make sure you have NO other computers sharing the Wave through a hub. As someone told me, the Wave will configure itself to the first registered MAC Address (Ethernet Hardware Address) it finds. If it finds another computer, it will block all traffic from all except the one address it finds... > (Preview: you'll have to install the WIDE DHCP client from the CD or FTP > site.) Ah, usually Rogers gives you a Static IP. You may not need the DHCP client. (Rogers is our ISP for the Cable Modems) Talk to you soon, Ben From owner-freebsd-questions Tue Jan 13 20:25:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11165 for questions-outgoing; Tue, 13 Jan 1998 20:25:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11150 for ; Tue, 13 Jan 1998 20:25:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24960; Tue, 13 Jan 1998 20:25:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:25:15 -0800 (PST) From: Doug White Reply-To: Doug White To: M Shariful Anam cc: freebsd-questions@FreeBSD.ORG Subject: Re: console stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, M Shariful Anam wrote: > Hi, > > On Mon, 12 Jan 1998, Doug White wrote: > | > Is there any way to change the default 80x25 mode to something higher like > | > 132x43 (that my display card supports)? > | > | You have to teach vidcontrol/syscons how to switch to that mode. The > | command to change to modes beyond 80x25 are somewhat card-dependent. > > Is there any documentation on this? Like man page, doc or URL? Nope, only source. > | > Also, when I telnet to another unix box, the emulation does not seem to be > | > ok.. even with 'vt100'... for example.. when I try 'mc' (midnight > | > | Depends on what you're using. syscons doesn't emulate vt100 very well; > | try using screen. > > screen on local(FreeBSD) box and then telnet to the remote(Linux) box? Yup. Or bring over the cons25 information to the Linux box, compile it into terminfo format, and point the remote at it. The mail archives may have the procedure, I've seen it described before. 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 Jan 13 20:28:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11713 for questions-outgoing; Tue, 13 Jan 1998 20:28:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11675 for ; Tue, 13 Jan 1998 20:28:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24965; Tue, 13 Jan 1998 20:28:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:28:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Glenn Johnson cc: freebsd-questions@FreeBSD.ORG Subject: Re: partition errors In-Reply-To: <199801131605.KAA00412@gforce.bellsouth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Glenn Johnson wrote: > > > wd2s1: raw partition size != slice size > > > wd2s1: start 63, end 32255, size 32193 > > > wd2s1c: start 63, end 1056383, size 1056321 > > > wd2s1: truncating raw partition > > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice [...] > This is what I suspected. The diskformat tutorial is what I used as my guide. > I used the /stand/sysinstall program as per the instructions in the tutorial. > I tried with the FBSD calculated disklabel, as well as specifying the geometry > that the BIOS reported. No luck in either case. Should I try again using the > command line instructions given in the tutorial? Hm, something must be miscalculating the gemoetry so badly that the disklabel numbers are out of bounds. Is there anything else on this disk? If not you might try dedicated mode. 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 Jan 13 20:29:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11850 for questions-outgoing; Tue, 13 Jan 1998 20:29:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11797 for ; Tue, 13 Jan 1998 20:29:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24969; Tue, 13 Jan 1998 20:29:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:29:05 -0800 (PST) From: Doug White Reply-To: Doug White To: felix@royal.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ATAPI Controller not ready? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Aled Treharne wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > On Mon, 12 Jan 1998, Doug White wrote: > > On Sun, 11 Jan 1998, Aled Treharne wrote: > > > I got rather a strange message the other day. I have 2.2.2 on my machine > > > and was attempting to upgrade to 2.2.5. While copying some files from the > > > CD (which is attached to the IDE controller on the plug'n'pray sound > > > card) the system went slightly awry. I got the following error: > > > ATAPI 1.1 : Controller not ready for cmd > > Set your BIOS's `Plug & Play OS' option to `No' or `None'. Your sound > > card is taking defaults and that is probably stomping on your tertiary IDE > > controller. (yeah, it's conflicting with itself.) > > OK, a small problem with this - my BIOS doesn't know what Plug'n'Pray is. > It is a very old 486DX2 computer with an equally old motherboard! :) > If it's conflicting with itself, then how come it has only recently > started to do it after some 8-12 months of happy use? Okay, scratch that theory. Perhaps your CD is dying, dirty, or the cable is slightly pulled off? My SCSI CDs throw a total fit when they have media errors. 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 Jan 13 20:29:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11915 for questions-outgoing; Tue, 13 Jan 1998 20:29:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from polaris.pacificnet.net (polaris.pacificnet.net [207.171.0.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11073 for ; Tue, 13 Jan 1998 20:24:33 -0800 (PST) (envelope-from bear@pacificnet.net) Received: from pacificnet.net (pm3g-5.pacificnet.net [207.171.35.54]) by polaris.pacificnet.net (8.8.5/8.8.5) with ESMTP id UAA02032 for ; Tue, 13 Jan 1998 20:23:32 -0800 (PST) env-from (bear@pacificnet.net) Message-ID: <34BC3E7A.D4D11E4D@pacificnet.net> Date: Tue, 13 Jan 1998 20:26:34 -0800 From: Joseph Garcia X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.33 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk subscribe From owner-freebsd-questions Tue Jan 13 20:33:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12925 for questions-outgoing; Tue, 13 Jan 1998 20:33:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colin.muc.de (root@colin.muc.de [193.174.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA12910 for ; Tue, 13 Jan 1998 20:33:24 -0800 (PST) (envelope-from lutz@muc.de) Received: from tavari.muc.de ([193.174.4.22]) by colin.muc.de with SMTP id <86034-1>; Tue, 13 Jan 1998 06:42:51 +0100 Received: from morranon.tavari.muc.de (morranon [192.168.42.3]) by tavari.muc.de (8.8.7/8.8.7) with ESMTP id GAA23837; Tue, 13 Jan 1998 06:40:19 +0100 (CET) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 In-Reply-To: <199801122122.NAA00294@gromit.pinpt.com> Date: Tue, 13 Jan 1998 06:40:18 +0100 Reply-To: Lutz Albers From: Lutz Albers To: "Sean J. Schluntz" Subject: Re: Mac File system and FreeBSD Cc: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id UAA12912 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 12-Jan-98 Sean J. Schluntz wrote: > *From the fingers of Lutz Albers >>>>I'm wouldn't going that route. Maybe you should try using vmount (a >>>>utility which uses the Linux fs code via an nfs loopback mount). >>>>Use >>>>a >>>>vfat (urgh .. :-( partition for the data. >> >>I don't think that you can mount MacFS partitions, there is just a >>program giving access. > > Urk, I think you're right. For some reason I though FreeBSD could > mount > HFS but now that you mention it I can't find where I saw that. > > So, you mentioned something that sounded painful ;) How would you > suggest I make it so that my NT system and my FreeBSD system can > share a > space with long file names? (People have to have run in to this at > some > point or another?) My own suggestion on sharing space between different OS's would be a separate file server (I tried sharing between FreeBSD and OS/2 before). If that isn't possible, then use the VFAT route, which does support long file names. ciao lutz -- Lutz Albers, lutz@muc.de Do not take life too seriously, you will never get out of it alive. From owner-freebsd-questions Tue Jan 13 20:34:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13172 for questions-outgoing; Tue, 13 Jan 1998 20:34:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13159 for ; Tue, 13 Jan 1998 20:34:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24976; Tue, 13 Jan 1998 20:34:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:34:38 -0800 (PST) From: Doug White Reply-To: Doug White To: pizzaman@mail.on.rogers.wave.ca cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE In-Reply-To: <98Jan13.194332-0500_est.325984-15743+1000@mail.on.rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998 pizzaman@mail.on.rogers.wave.ca wrote: > It does not find ed0 at all. It says that there is no device (or > something to that effect ). Phooey. > I used the install program that my card > came with to check out it's IRQ and IO addresses. Io is 240 and the > IRG is 11. The program tells me (well actually it shows me since my > computer does not talk :^) ) that it is a 8416T 10Base-T i/o base > 240 IRQ 11 node address 00-E0-29-03-21-27 (whatever that is). I had > configured the kernel and put in the values that I was given but > ...as I said before Still no joy. So you booted with the -c option and set network device ed0 to address 0x240, IRQ 11? Did you remove all the other network devices? > Oh yea, it is an Isa card. When the > Guy from Rogers Wave came over to do the install he said he couldn't > get the PCI card to work since I had an older Pentium PCI model and > the plug and play didn't work the way it should. That's common; P75s and before usually have busted PCI implementations. Packard Hells are especially prone. > He replaced it with a ISA 16 bit card. Of course he also claimed the > system didn't work and he would have to get someone to check it out the > next day. (I was using the internet ten minutes after he left, It worked > fine). Wow, sounds like I should go work for Rogers Wave; I do the same thing for UO ResNet and get paid a pittance :) > If you're having trouble, please post the output of the `dmesg' > command and the current IRQ & port settings of your Ethernet card as > supplied by the setup program (or in a pinch Win95). > > I can not output dmesg because I haven't got a clue what you're > talking about The `dmesg' UNIX command outputs the boot messages. Try running it sometime, it's quite helpful for including in mail messages so I can tell what's installed in the system. 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 Jan 13 20:36:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13506 for questions-outgoing; Tue, 13 Jan 1998 20:36:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13306 for ; Tue, 13 Jan 1998 20:36:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA24983; Tue, 13 Jan 1998 20:35:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:35:54 -0800 (PST) From: Doug White Reply-To: Doug White To: usinet.chunkc@pop5.ibm.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: NEC In-Reply-To: <199801140229.CAA16574@out4.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998 usinet.chunkc@pop5.ibm.net wrote: > I have an NEC cd-rom. is there a way to get FreeBSD to work with it > (as in trying drivers that are supported) If it ever does support a > NEC Cd-rom, could i just download a update, or would I have to buy a > whole new version of the software? ATAPI CDs should work; SCSI CDs will assuming the controller is supported. > What about force feedback for joysticks? Heh; we barely have anything that *uses* a joystick :) > 3Dfx? glquake? :-) 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 Jan 13 20:43:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14240 for questions-outgoing; Tue, 13 Jan 1998 20:43:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14230 for ; Tue, 13 Jan 1998 20:42:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA26082; Tue, 13 Jan 1998 20:42:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:42:39 -0800 (PST) From: Doug White Reply-To: Doug White To: "Jason L." cc: freebsd-questions@FreeBSD.ORG Subject: Re: X-Windows In-Reply-To: <19980114000951.14465.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Jason L. wrote: > I recently installed FreeBSD on my computer with the X-User > distrubution, and everything installed smoothly. But now there seems to > be no XFree86 on it, how do I get it? Does it still need to be compiled, > even after running the /stand/sysinstall program? (I reinstalled > everything and I found none of the X directories on my system, but > they're listed as part of my path.) Or, do I still have to download the > tar package and then download the source code? (The computer that I have > FreeBSD on isn't capable of going on the internet, because I don't have > a phone jack anywhere near it.) You may need to run XF86Setup or XF86Config to set up the initial bits. Once you've done that, simply run `startx' to get the show rolling. 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 Jan 13 20:44:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14503 for questions-outgoing; Tue, 13 Jan 1998 20:44:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13828 for ; Tue, 13 Jan 1998 20:39:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA26068; Tue, 13 Jan 1998 20:39:35 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 13 Jan 1998 20:39:35 -0800 (PST) From: Doug White Reply-To: Doug White To: dlr cc: efinley@castlenet.com, questions@FreeBSD.ORG Subject: Re: Number of tty's In-Reply-To: <19980113174028.49476@insane.asylum.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, dlr wrote: > On Mon, Jan 12, 1998 at 10:37:04PM -0800, Doug White wrote: > > > > man MAKEDEV says: > > > > > > tty# standard PC COM ports > > > The i386 supports the following devices. Where a device name is followed > > > by a hash sign (``#''), the hash sign must be replaced by a unit number. > > > > > > so i did MAKEDEV tty1 thru tty9. This took it from 49 up to 67 tty's. > > > Is there a way to increase this, or is this the maximum number of connections (i > > > don't think that it would be the max number). > > > > Try running > > > > /dev/MAKEDEV pty256 > > > > That should be plenty for ya :-) > > I must be doing something wrong here: > > %/dev/MAKEDEV pty256 > bad unit for pty in: pty > > I have pty set to 256 in the kernel config, but that doesn't have anything to do > with making the devices. Oh, I got it now. The MAKEDEV syntax for this is confusing. Try ./MAKEDEV pty1 ./MAKEDEV pty2 ... ./MAKEDEV pty7 Nonintuitve but suddenly you have 255 pty's :-) 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 Jan 13 20:52:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15343 for questions-outgoing; Tue, 13 Jan 1998 20:52:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serimail.seri.re.kr (serimail.seri.re.kr [134.75.100.170]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15203 for ; Tue, 13 Jan 1998 20:51:47 -0800 (PST) (envelope-from niban@seri.re.kr) Received: from CROWN9.seri.re.kr (crown9.seri.re.kr [150.183.20.170]) by serimail.seri.re.kr (8.8.8H1/8.8.8) with ESMTP id NAA02655 for ; Wed, 14 Jan 1998 13:40:44 +0900 (KST) Message-ID: <34BC451F.DCA59BD3@seri.re.kr> Date: Wed, 14 Jan 1998 13:54:55 +0900 From: Nanjoo Ban Organization: SERI X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Real time BSD? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am looking for the implementation of real-time BSD. It must include real-time scheduler. If someone has this, please let me know. Nanjoo From owner-freebsd-questions Tue Jan 13 21:00:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16172 for questions-outgoing; Tue, 13 Jan 1998 21:00:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15811 for ; Tue, 13 Jan 1998 20:57:30 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id XAA13074; Tue, 13 Jan 1998 23:05:56 -0600 (CST) Date: Tue, 13 Jan 1998 23:05:55 -0600 (CST) From: John Frader To: Dean Hollister cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail being real slow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk It is connected via ethernet... On Wed, 14 Jan 1998, Dean Hollister wrote: > On Tue, 13 Jan 1998, John Frader wrote: > > > On one of our 2.2.1 machines sendmail is real slow. When I use pine or > > mail to send a message to a local user or a remote user it takes between > > 2-3 min. for the message to go. In pine it just stays at > > > > Sending mail | 0% |] then it finally goes. The machine right now is > > only used as a raduis server and the load on the system is null. Mail > > works fine sending to the machine. And there is no errors in the logs. > > > > Any suggestions as to what might be wrong? > > How is this machine connected to the rest of your network? Ethernet? > Modem? > > This sounds very similiar to a problem we had. > > Regards, > > d. > > +-------------------------------------------------------+ > | Dean Hollister, | dean@odyssey.apana.org.au | > | Perth, Western Australia. | deanh@iinet.net.au | > +-------------------------------------------------------+ > > From owner-freebsd-questions Tue Jan 13 21:06:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16798 for questions-outgoing; Tue, 13 Jan 1998 21:06:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16475 for ; Tue, 13 Jan 1998 21:03:37 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id XAA13099; Tue, 13 Jan 1998 23:12:14 -0600 (CST) Date: Tue, 13 Jan 1998 23:12:14 -0600 (CST) From: John Frader To: Dan Busarow cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail being real slow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks to all who anwsered... On Tue, 13 Jan 1998, Dan Busarow wrote: > On Tue, 13 Jan 1998, John Frader wrote: > > Any suggestions as to what might be wrong? > > /etc/resolv.conf is pointing at the wrong name servers? > > No entry for the fqdn of this machine in /etc/hosts? This was the problem... > You can be pretty certain it has something to do with > your DNS. > > 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 Jan 13 21:14:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17562 for questions-outgoing; Tue, 13 Jan 1998 21:14:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17555 for ; Tue, 13 Jan 1998 21:14:28 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id XAA18534; Tue, 13 Jan 1998 23:14:26 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id XAA15798; Tue, 13 Jan 1998 23:14:25 -0600 (CST) Date: Tue, 13 Jan 1998 23:14:25 -0600 (CST) From: Font To: Doug White cc: questions@FreeBSD.ORG Subject: Re: How best to speed up rdumps? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I did do some trials from a P100 IDE box to a PPro200 AHA2940UW box, both since upgraded a bit to 2.2.5R, and on the same small test partition got: -b 10 ~50K/s -b 16 ~50K/s -b 24 ~80K/s -b 32 ~220K/s -b 48 ~220K/s -b 60 ~220K/s The command used was dump 0au -b # -f remotehost:/dev/nrst0 /mountpoint So now I'm using -b 32 and I've seen dump rates of up to 400K/s on other dumps, which is acceptable. Thanks for the tips, they helped encourage me to experiment and learn. :-) dw A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. On Mon, 12 Jan 1998, Doug White wrote: > Date: Mon, 12 Jan 1998 19:15:48 -0800 (PST) > From: Doug White > Reply-To: Doug White > To: Font > Cc: questions@FreeBSD.ORG > Subject: Re: How best to speed up rdumps? > > On Tue, 6 Jan 1998, Font wrote: > > > I'm dumping across a network to an Exabyte 8505, and while backups on the > > FreeBSD 2.2.2+ machine seem to go at 300-600Kbyte/s typically, backups > > across the network (from a 2.2.1R machine, so far) seem to only be getting > > around 50Kbyte/s. The network is 10baseT with a smattering of 100baseTX, > > and is fairly calm at the time of backup. The command I'm using is > > > > dump 0auf tapeserverbox:/dev/nrst0 filesys > > > > Should I be specifying a blocksize when doing backups over the network? > > If so, how would I go about selecting an ideal blocksize? Would I need to > > do several test dumps to determine this? Or should I be looking into > > something else for the bottleneck? > > I bet the tape isn't streaming. In that case, yes, you want to set a > blocksize. Try 10 to start with and work from there until you can get the > tape drive to stream (that is, not reposition the heads during the > backup). > > We had to use 10 to back up a 486/25 to a Pent/120 box with a Connor 4GB > drive. The default blocksize would shoeshine so much it would have taken > six months to back up 800 megs :-) > > 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 Jan 13 21:16:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17850 for questions-outgoing; Tue, 13 Jan 1998 21:16:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17235 for ; Tue, 13 Jan 1998 21:10:53 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id NAA09976; Wed, 14 Jan 1998 13:08:04 +0800 (WST) Date: Wed, 14 Jan 1998 13:08:02 +0800 (WST) From: Dean Hollister To: Doug White cc: FreeBSD Questions Subject: Re: uucp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Doug White wrote: > What about /etc/uucp? Mine is uucp:uucp mode 770. Turned out to be the cause. /etc/uucp was not executable. > You could also add yourself to the uucp group. Probably no real need if I'm in the wheel group already! ;-) Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 13 21:35:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19637 for questions-outgoing; Tue, 13 Jan 1998 21:35:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stimpy.globecomm.net (stimpy.globecomm.net [207.51.48.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19625 for ; Tue, 13 Jan 1998 21:35:38 -0800 (PST) (envelope-from tanvir@mail.org) Received: from mail.org (mg136-186.ricochet.net [204.179.136.186]) by stimpy.globecomm.net (8.8.8/8.8.0) with ESMTP id AAA10174; Wed, 14 Jan 1998 00:27:29 -0500 (EST) Message-ID: <34BC4EA0.4BE50DBB@mail.org> Date: Tue, 13 Jan 1998 21:35:28 -0800 From: Tanvir Hassan Reply-To: tanvir@mail.org X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: Doug White CC: FreeBSD-questions@FreeBSD.ORG Subject: Re: [Fwd: FreeBSD Install problems with SCSI Jaz...] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Unfortunately this did not work. I have an aha-2940 with 1 4Gb USCSI disk and the Jaz disk. The USCSI disk shows up first in the probe (as d:) and then the Jaz disk shows up (it does not have any letter bound to it). When I used the booteasy program I installed it on my IDE boot drive and it only showed F1: dos and F5: 2nd disk. It never showed the Jaz. I told my controller to make the Jaz bootable and even that did not work. It seems freebsd is having problems booting off my 3rd disk. When I type sd(1,a)/kernel it just says it could not find it. Linux was ALOT easier to install. Is there any real difference between FreeBSD and Linux? I have Linux installed and running and now that FreeBSD is having so many problems, I am inclined to just give up on it. Also, I could not see my modem in the install because it is plug and play. Linux has this simple utility called pnpisa to grab pnp data and configure devices so that non PNP OS'es like Linux can deal with them. Apparently PNP capability is going to be in the kernel RSN. Does FreeBSD have this capability? Or even if I ever do get FreeBSD to see my Jaz will I not be able to use PNP devices? Thanks! Doug White wrote: > > On Thu, 8 Jan 1998, Tanvir Hassan wrote: > > Yipe! Pine ate the message body. > > You should be able to point at your Jaz disk by typing > > sd(1,a)/kernel > > At any Boot: prompt (assuming your Jaz is the second SCSI disk probed). > It may take a while to figure out exactly what device the bootblocks > think the Jaz really is. I assume that we don't need to teach the Adaptec > that the Jaz is a bootable disk. > > I didn't try this when I had the Zip; I guess I should have. :-/ > > 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 Jan 13 21:38:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20102 for questions-outgoing; Tue, 13 Jan 1998 21:38:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com ([207.82.251.42]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA20092 for ; Tue, 13 Jan 1998 21:38:40 -0800 (PST) (envelope-from drwaqar@hotmail.com) Received: (qmail 15521 invoked by uid 0); 14 Jan 1998 05:37:32 -0000 Message-ID: <19980114053732.15520.qmail@hotmail.com> Received: from 203.134.252.5 by www.hotmail.com with HTTP; Tue, 13 Jan 1998 21:37:32 PST X-Originating-IP: [203.134.252.5] From: "waqar ahmad" To: questions@FreeBSD.ORG Subject: HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. Content-Type: text/plain Date: Tue, 13 Jan 1998 21:37:32 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi there! One of my clients has got registered his domain name i-e "arain.fam.pk" and now he wants to place his web page on our server. Ful domain name or our server is "isb.perd.net.pk" So is there any way so that web page of arain.fam.pk is place on isb.perd.net.pk and can be accessed by the url www.arain.cam.pk. Thanx ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Tue Jan 13 23:11:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01472 for questions-outgoing; Tue, 13 Jan 1998 23:11:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01464 for ; Tue, 13 Jan 1998 23:11:04 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id IAA05364 for freebsd-questions@freefall.cdrom.com; Wed, 14 Jan 1998 08:12:14 GMT (envelope-from kuku) Date: Wed, 14 Jan 1998 08:12:14 GMT From: Christoph Kukulies Message-Id: <199801140812.IAA05364@gilberto.physik.RWTH-Aachen.DE> To: freebsd-questions@freefall.FreeBSD.org Subject: ppp pap Q - LCP ConfRej Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I established kernel pppd on my dialin machine and dialing in via Win95 works fine (though the connection always dies after a seemingly fixed time interval of 90 seconds which may be another problem - modem gets confused by the charging pulse). When I dial in from iijppp (FreeBSD, but one Linux user was claiming the same problem) I'm getting this: Jan 14 07:59:58 cgate pppd[1864]: Using interface ppp0 Jan 14 07:59:58 cgate pppd[1864]: Connect: ppp0 <--> /dev/ttyd0 Jan 14 07:59:58 cgate pppd[1864]: sent [LCP ConfReq id=0x1 ] Jan 14 07:59:58 cgate pppd[1864]: rcvd [LCP ConfAck id=0x1 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x2 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x2 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x3 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x3 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x4 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x4 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x5 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x5 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x6 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x6 ] Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x7 ] Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x7 ] Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP ConfReq id=0x8 ] Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfRej id=0x8 ] Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP ConfReq id=0x9 ] Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfRej id=0x9 ] Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP TermReq id=0xa] Jan 14 08:00:01 cgate pppd[1864]: sent [LCP TermAck id=0xa] Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfReq id=0x1 ] Jan 14 08:00:28 cgate last message repeated 9 times Jan 14 08:00:31 cgate pppd[1864]: LCP: timeout sending Config-Requests While the Win95 log looks like: Jan 14 07:45:06 cgate pppd[1811]: pppd 2.2.0 started by root, uid 0 Jan 14 07:45:06 cgate pppd[1811]: Using interface ppp0 Jan 14 07:45:06 cgate pppd[1811]: Connect: ppp0 <--> /dev/ttyd0 Jan 14 07:45:06 cgate pppd[1811]: sent [LCP ConfReq id=0x1 ] Jan 14 07:45:06 cgate pppd[1811]: rcvd [LCP ConfAck id=0x1 ] Jan 14 07:45:08 cgate pppd[1811]: rcvd [LCP ConfReq id=0x2 < 0d 03 06>] Jan 14 07:45:08 cgate pppd[1811]: sent [LCP ConfRej id=0x2 < 0d 03 06>] Jan 14 07:45:08 cgate pppd[1811]: rcvd [LCP ConfReq id=0x3 ] Jan 14 07:45:08 cgate pppd[1811]: sent [LCP ConfAck id=0x3 ] Jan 14 07:45:08 cgate pppd[1811]: rcvd [PAP AuthReq id=0x1 user="prabbert" passw ord="Fr_eeBSD"] Jan 14 07:45:09 cgate pppd[1811]: user prabbert logged in Jan 14 07:45:09 cgate pppd[1811]: sent [PAP AuthAck id=0x1msg="Login ok"] Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfReq id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfReq id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfRej id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfReq id=0x1 < 12 06 00 00 00 01> < 11 05 00 01 04>] Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfRej id=0x1 < 12 06 00 00 00 01> < 11 05 00 01 04>] Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfAck id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfRej id=0x1 ] Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfReq id=0x2] Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x2 ] Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfNak id=0x2 ] Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfAck id=0x2] Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x3 ] Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfAck id=0x3 Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfAck id=0x2] Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x3 ] Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfAck id=0x3 ] Jan 14 07:45:09 cgate pppd[1811]: local IP address 193.124.30.11 Jan 14 07:45:09 cgate pppd[1811]: remote IP address 193.124.12.4 Jan 14 07:45:09 cgate pppd[1811]: found interface ed0 for proxy arp Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP ConfReq id=0x2] Jan 14 07:45:12 cgate pppd[1811]: sent [CCP ConfAck id=0x2] Jan 14 07:45:12 cgate pppd[1811]: No matching compression scheme, CCP disabled Jan 14 07:45:12 cgate pppd[1811]: sent [CCP TermReq id=0x3] Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP TermReq id=0x3] Jan 14 07:45:12 cgate pppd[1811]: sent [CCP TermAck id=0x3] Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP TermAck id=0x3] Jan 14 07:47:46 cgate pppd[1811]: Hangup (SIGHUP) Jan 14 07:47:46 cgate pppd[1811]: Modem hangup Jan 14 07:47:46 cgate pppd[1811]: Exit. Help appreciated. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Tue Jan 13 23:18:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02208 for questions-outgoing; Tue, 13 Jan 1998 23:18:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from greebo.tbs.com.au ([203.39.0.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA02199 for ; Tue, 13 Jan 1998 23:18:20 -0800 (PST) (envelope-from ahodges@tbs.com.au) Received: by greebo.tbs.com.au with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD210C.E9D92C10@greebo.tbs.com.au>; Wed, 14 Jan 1998 16:53:18 +0930 Message-ID: From: Andrew Hodges To: "'freebsd-questions@FreeBSD.ORG'" Subject: Cyclades configuration Date: Wed, 14 Jan 1998 16:53:16 +0930 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have a problem configuring my Cyclades Ye card 16 port. I have added a couple of requests to the Usenet group on this but have had no responses as yet. Briefly, I have cruised through the mail list search and looked at numerous articles asking similar questions, have looked at the cyclades.sgml handbook entry, the cy man page but I don't feel confident in what I read. I have installed the Cyclades card, rebuilt the kernel and at boot time the card is "seen" at the appropriate settings etc. This leaves me with the /dev/.MAKEDEV to make the devices. I have noted several incantations on this using a small script (can't remember it at present but I do recall that one version I read about has devices from 0 1 2 3 4 5 6 7 8 9 a b c d e f and the other suggests 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 . I tried the script and it went away and made a huge number of devices for each physical port. I deleted them and tried ./MAKEDEV cuaac0 ttyc0 (not sure if I have remebered the right devices in this mail, but I used the example in the handbook) and it made, once again a large number of devices. I have a feeling that something is wrong here. I also noted a mail message in this list about additional devices created, but did not see the resolution. Can anybody advise me what the correct incantation should be, if I am doing something wrong, or if there is a problem with ./MAKEDEV etc. regards Andrew Hodges Ph +61 8 8941 8050 Fax +61 8 8941 8075 email: ahodges@ozemail.com.au From owner-freebsd-questions Tue Jan 13 23:51:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04763 for questions-outgoing; Tue, 13 Jan 1998 23:51:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04622 for ; Tue, 13 Jan 1998 23:49:22 -0800 (PST) (envelope-from ru@relay.ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id JAA00182; Wed, 14 Jan 1998 09:47:24 +0200 (EET) (envelope-from ru) From: Ruslan Ermilov Message-Id: <199801140747.JAA00182@relay.ucb.crimea.ua> Subject: Re: cvsup idea In-Reply-To: <199801132324.SAA00369@eyelab.psy.msu.edu> from "Gary Schrock" at "Jan 13, 98 05:30:37 pm" To: root@eyelab.psy.msu.edu (Gary Schrock) Date: Wed, 14 Jan 1998 09:47:24 +0200 (EET) Cc: freebsd-questions@FreeBSD.ORG X-My-Interests: Unix,Oracle,Networking X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Once Gary Schrock wrote: > Probably one of the things that I find most frustrating with cvsup is that > while it will give you the information on what diffs it applies to your > local checkout source tree, there's no way to get it to tell you what the > comments for those diffs were. I maintain a couple of systems where it's > not real practical to remake the system every time something changes, but > only do it when something that I feel is important enough to get in has > changed. Unfortunately, to do this I have to go through the output of > cvsup and check the cvs repository to determine what's changed, which tends > to be a fairly time consuming process. What I think would be really > usefull would be something like a -L 3 level of verbosity, that also gives > you the comment for the changes, then people like me would be able to just > look through the output to see why things have been changed, saving me a > lot of time. Thoughts? The answer is to subscribe to cvs-all-digest. -- Ruslan A. Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN From owner-freebsd-questions Tue Jan 13 23:56:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05177 for questions-outgoing; Tue, 13 Jan 1998 23:56:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nibiru.vizija.si (ns2.vizija.si [193.77.175.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04756 for ; Tue, 13 Jan 1998 23:50:48 -0800 (PST) (envelope-from matjaz@vizija.si) Received: from Matjaz.Vizija.si ([193.77.175.93]) by nibiru.vizija.si (Post.Office MTA v3.1 release PO203a ID# 0-35855U200L100S0) with SMTP id AAA268 for ; Wed, 14 Jan 1998 08:50:55 +0100 Message-ID: <199801140850430210.005B6609@mail.vizija.si> X-Mailer: Calypso Version 2.40.35 Date: Wed, 14 Jan 1998 08:50:43 +0100 From: matjaz@vizija.si (Matjaz Vrecar) To: questions@FreeBSD.ORG Subject: FreeBSD vs RedHat 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 hub.freebsd.org id XAA04757 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there ! I know my question might sound stupid to you but anyway: what's the difference between RedHat Linux and FreeBSD? I work with windows but I like linux too! What's better at FreeBSD in comparison to RedHat? Than you very much! kesl http://www.inetia.com/kesl --+-- ICQ uin: 1744829 inetia.com, interactive media agency info@inetia.com, http://www.inetia.com Vizija d.o.o., Ljubljanska 42, 3000 Celje, Slovenia Tel.: +386 63 452100, Fax.: +386 63 451390 info@vizija.si, http://www.vizija.si From owner-freebsd-questions Wed Jan 14 00:39:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09294 for questions-outgoing; Wed, 14 Jan 1998 00:39:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA09276 for ; Wed, 14 Jan 1998 00:39:33 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA21304; Wed, 14 Jan 98 09:14:58 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA13900; Wed, 14 Jan 98 09:12:50 +0100 Posted-Date: Wed, 14 Jan 1998 09:11:53 +0100 (MET) Date: Wed, 14 Jan 1998 09:11:53 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik Cc: Soren Dossing , questions@FreeBSD.ORG Subject: Re: laptop built-in modem supported ? In-Reply-To: Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 7 Jan 1998, Soren Dossing wrote: > Many new laptops have built-in modems these days. Are they supported ? Or > do you need to buy an external or pcmcia modem ? I found that on my box (an IBM 710) it behaves, and gets picked up as a fine serial device (si1) with a fairly normal AT/Hayes command set. The same seems true for the thosiba and compaq we have here. Dw. From owner-freebsd-questions Wed Jan 14 00:39:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09310 for questions-outgoing; Wed, 14 Jan 1998 00:39:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA09280 for ; Wed, 14 Jan 1998 00:39:37 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA21266; Wed, 14 Jan 98 09:13:34 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA13882; Wed, 14 Jan 98 09:11:27 +0100 Posted-Date: Wed, 14 Jan 1998 09:10:31 +0100 (MET) Date: Wed, 14 Jan 1998 09:10:31 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Doug White Cc: "tien@bisnews.co.th" , freebsd-questions@FreeBSD.ORG Subject: Re: year 2000 compliance In-Reply-To: Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Doug White wrote: > On Mon, 12 Jan 1998, tien@bisnews.co.th wrote: > > > I have questions regarding year 2000 compliance of FreeBSD > > version 2.1.5. Is FreeBSD 2.1.5 year 2000 compliant? Do you have > > any document support on your compliance status? Where could I get > > all the information about FreeBSD year 2000 compliance? Your > > answers are very essential to us in order to develop our systems. > > Can you please reply to us as soon as possible. > > UNIX systems in general should be year 2000 OK. UNIX/FreeBSD represent > time as seconds since Jan 1, 1970, so they are OK until they fill up a 32 > bit integer, which would occur in 2038 or so if technology never advanced. > We are on the brink of 64-bit machines, though, and no doubt that the size > will increase well before there's a problem. > > Most, if not all, of the system utilities do their work using this format > (time_t), so they should not be affected either. > > The big problem is in user utilities. Not everyone may know about time_t > and used 2 digit years. You should check your user programs out; easiest > way is to build a test box, set the date to Dec 31, 1999, 11:59pm and > watch for fireworks. :) At some point you should check your server > hardware that they roll the date properly (esp. really really old stock). And in particular the common internet servers; such as mail, web and news; all three protocols (smtp, http and nntp) allow for date representations which a 2 digit year, rather than 4. In other words they possibly use an (ascii) representation on the wire (i.e. on the network connection to the client) which, through derived from the correct internal time_t value, is not unambigious. This can cause a problem for each century wrap around. For example the popular web server apache its proxy was recently 'patched' for this. Easy catches are caching on http, sorting on mail and fetches with news. Dw. > Hope this helps. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > http://cils.ceo.org http://enrm.ceo.org dirkx@technologist.com Dirk.vanGulik@jrc.it +39 332 78 0014 +39 332 78 9549 fax +39 332 78 9185 ISEI/ESBA; The Center For Earth Observation Joint Research Centre of the European Communities, Ispra, Italy From owner-freebsd-questions Wed Jan 14 01:06:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14343 for questions-outgoing; Wed, 14 Jan 1998 01:06:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from didda.est.is (didda.est.is [194.144.208.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14270 for ; Wed, 14 Jan 1998 01:05:59 -0800 (PST) (envelope-from totii@est.is) Received: from est.is (didda.est.is [192.168.255.1]) by didda.est.is (8.8.7/8.8.7) with ESMTP id JAA01298; Wed, 14 Jan 1998 09:04:51 GMT (envelope-from totii@est.is) Message-ID: <34BC7FB3.D824A9D7@est.is> Date: Wed, 14 Jan 1998 09:04:51 +0000 From: Thordur Ivarsson X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Doug White CC: Ilich Kurilin , freebsd-questions@FreeBSD.ORG Subject: Re: MYLEX DAC960 References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White wrote: > > On Sun, 11 Jan 1998, Ilich Kurilin wrote: > > > Hello, the READER! > > > > We have troubles with getting drivers for MYLEX DAC 960 RAID controller for > > FreeBSD :( > > I thought mylex arrays emulated a single disk. What controller do you > have it hanging off of? > > Other system details? > > Doug White Is it the EISA DAC 960? I know that type of board. Yes, Doug it emulates 1 disk per channel, 1,2 and 3 channel versions are available and the card was available for EISA,PCI and MCA, if I remember correctly. They have also SCSI to SCSI RAID controllers based on the same software. We sold 2 systems with those controllers and it worked nicely with Novell but they need lot of RAM to perform well. -- Ţórđur Ívarsson Thordur Ivarsson Rafeindavirki Electronic technician Norđurgötu 30 Nordurgotu 30 Box 309 Box 309 602 Akureyri 602 Akureyri Ísland Iceland --------------------------------------------- FreeBSD has good features, Some others are full of unwanted features! --------------------------------------------- From owner-freebsd-questions Wed Jan 14 01:08:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14660 for questions-outgoing; Wed, 14 Jan 1998 01:08:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14656 for ; Wed, 14 Jan 1998 01:08:14 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id IAA13227 for ; Wed, 14 Jan 1998 08:48:25 GMT Message-ID: <34BC81BA.A801663C@tdx.co.uk> Date: Wed, 14 Jan 1998 09:13:30 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Need to install Kernel source on old 2.1.0 Machine Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Can anyone tell me how I can install the kernel sources on an ageing 2.1.0 FreeBSD system? The usual /stand/sysinstall menu doesn't have any option for installing distributions... I know the system should probably be upgraded to 2.2.5 etc. - but it's about a hundred miles away... ;-) Thanks in advance, Karl Pielorz From owner-freebsd-questions Wed Jan 14 01:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14871 for questions-outgoing; Wed, 14 Jan 1998 01:10:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14826 for ; Wed, 14 Jan 1998 01:09:55 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id DAA06195 for ; Wed, 14 Jan 1998 03:09:27 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id DAA17730 for ; Wed, 14 Jan 1998 03:09:24 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id DAA07070 for ; Wed, 14 Jan 1998 03:09:22 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id DAA13787 for ; Wed, 14 Jan 1998 03:09:22 -0600 (CST) Date: Wed, 14 Jan 1998 03:09:22 -0600 (CST) Message-Id: <199801140909.DAA13787@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Subject: groups Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk where do i find a list of group names IE: wheel,network...etc... and what each group allows or is for? Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Wed Jan 14 01:13:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15368 for questions-outgoing; Wed, 14 Jan 1998 01:13:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from norway.it.earthlink.net (norway-c.it.earthlink.net [204.119.177.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15363 for ; Wed, 14 Jan 1998 01:13:04 -0800 (PST) (envelope-from q45@hotmail.com) Received: from hotmail.com (pool001-dwan13.pw-ca-us.dialup.earthlink.net [207.217.134.151]) by norway.it.earthlink.net (8.8.7/8.8.5) with ESMTP id BAA12361 for ; Wed, 14 Jan 1998 01:13:03 -0800 (PST) Message-ID: <34BC81E8.74BEC2E4@hotmail.com> Date: Wed, 14 Jan 1998 01:14:16 -0800 From: Q45 Reply-To: q45@hotmail.com X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a linksys ether16 card.. will it work under bsd? From owner-freebsd-questions Wed Jan 14 01:26:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16922 for questions-outgoing; Wed, 14 Jan 1998 01:26:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.myson.com.tw (myson.com.tw [203.70.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16918 for ; Wed, 14 Jan 1998 01:26:32 -0800 (PST) (envelope-from daniel@myson.com.tw) Received: from localhost (daniel@localhost) by mail.myson.com.tw (8.8.5/8.8.6) with SMTP id RAA05852 for ; Wed, 14 Jan 1998 17:26:24 GMT Date: Wed, 14 Jan 1998 17:26:23 +0000 (GMT) From: "Daniel C. Konnoff" To: questions@FreeBSD.ORG Subject: cdrom writing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello: I have a hp shure store 6020i (scsi) connected to a freebsd 2.2.5 system and have been able to successfully burn cd's using the /usr/share/examples/worm scripts. The trouble is I am no longer able to read cd's with the worm0 configured kernel; I need to reboot kernel.GENERIC or some other kernel without worm0 configured. Please tell me this is not correct behavior and that I have overlooked something? The worm0 configured kernel gives the error message: "device not configured" when attempting to mount_cd9660 the freebsd cdrom for example. My config file is included at the end of this message. Is the order of the included cdrom drivers important? Thanks in advance. Daniel Konnoff Myson Technology 20111 Stevens Creek Blvd. #138 Cupertino, Ca. 95014 tel: 408/ 252-8788 fax: 408/ 252-8789 email: daniel@myson.com.tw # # MGATE # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.77.2.4 1997/02/22 20:31:24 joerg Exp $ machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ident MGATE maxusers 64 options MATH_EMULATE #Support for x87 emulation 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 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller eisa0 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 tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 #options ATAPI #Enable ATAPI support for IDE bus #options ATAPI_STATIC #Don't do it as an LKM #device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. controller ncr0 controller amd0 controller ahb0 controller ahc0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr controller scbus0 device worm0 at scbus? # SCSI worm device sd0 device od0 #See LINT for possible `od' options. device st0 device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #controller matcd0 at isa? port 0x230 bio device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options PCVT_FREEBSD=210 # pcvt running on FreeBSD >= 2.0.5 #options XSERVER # include code for XFree86 #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # #device apm0 at isa? disable # Advanced Power Management #options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support #controller crd0 #device pcic0 at crd? #device pcic1 at crd? 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 sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr #device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr #device lpt1 at isa? port? tty device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device de0 device fxp0 device vx0 #device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr #device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr #device fe0 at isa? port 0x300 net irq ? vector feintr #device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing From owner-freebsd-questions Wed Jan 14 01:28:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17201 for questions-outgoing; Wed, 14 Jan 1998 01:28:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17195 for ; Wed, 14 Jan 1998 01:28:37 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gate (gate.worldinternet.net [195.72.32.6]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id JAA02760 for ; Wed, 14 Jan 1998 09:26:37 GMT Message-Id: <3.0.5.32.19980114092429.008f9410@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 14 Jan 1998 09:24:29 +0000 To: freebsd-questions@FreeBSD.ORG From: Peter Subject: Password Encryption Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk HI, Does anyone know how to change the 'master.paswd' from md5 to standard password encryption ? regards peter From owner-freebsd-questions Wed Jan 14 01:36:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17905 for questions-outgoing; Wed, 14 Jan 1998 01:36:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stimpy.globecomm.net (stimpy.globecomm.net [207.51.48.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17837 for ; Wed, 14 Jan 1998 01:36:01 -0800 (PST) (envelope-from tanvir@mail.org) Received: from mail.org (mg136-186.ricochet.net [204.179.136.186]) by stimpy.globecomm.net (8.8.8/8.8.0) with ESMTP id EAA26103; Wed, 14 Jan 1998 04:28:14 -0500 (EST) Message-ID: <34BC8720.78C5CC55@mail.org> Date: Wed, 14 Jan 1998 01:36:32 -0800 From: Tanvir Hassan Reply-To: tanvir@mail.org X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: Doug White CC: Brent Johnson , freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dude, I too had problems with my ISA ethercard and Linux. It turned out that the card was not PNP and was conflicting with my other PNP devices (modem and sound card). Once I setup my PNP devices under Linux (via pnpisa) and then manually set the correct IRQ and PORT addresses for the ether card, everything worked! It wasn't even that hard once I figured out what my problem was. I bet either you have a conflict or that the card is PNP and you have not configured it. Once you do that, Linux should purr for ya :-). Doug White wrote: > > On Sat, 10 Jan 1998, Brent Johnson wrote: > > > Okay so I decided to ditch Linux because I can't figure out how to > > install my SMC8416 etrhernet card which is connected to the cable modem. > > So I try FreeBDS and decided that, since it supposedly supports that > > card, I'd try and use the internet install method and guess what??? > > No joy. > > Eh? Check the boot probes; it should respond as ed0 (or de0 -- is it a > PCI or ISA card?). If it's not found and it's an ISA card, type `-c' at > the boot: prompt and make sure the settings match those set on the card. > > > I waded through tons of FAQS and HOW TOs with Linux and found nothing. > > So before I waste my time can you give me an answer, is there a HOW TO > > on the subject or this one of the mysteries of life? > > Before you can get anywhere, we need to find the card. Once that's found, > then we can go on to configuring the system to talk to your network. > > If you're having trouble, please post the output of the `dmesg' command > and the current IRQ & port settings of your Ethernet card as supplied by > the setup program (or in a pinch Win95). > > (Preview: you'll have to install the WIDE DHCP client from the CD or FTP > site.) > > 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 Jan 14 01:46:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19017 for questions-outgoing; Wed, 14 Jan 1998 01:46:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cs.CS.NMSU.Edu (cs.CS.NMSU.Edu [128.123.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18965 for ; Wed, 14 Jan 1998 01:46:03 -0800 (PST) (envelope-from fzhang@nmsu.edu) Received: from nmsu.NMSU.Edu (analog-ts3-2.NMSU.Edu [128.123.62.38]) by cs.CS.NMSU.Edu (8.8.6/8.8.6) with SMTP id CAA12230; Wed, 14 Jan 1998 02:45:59 -0700 (MST) Message-ID: <34BC895A.6BC7@nmsu.edu> Date: Wed, 14 Jan 1998 02:46:03 -0700 From: fujie zhang Reply-To: fzhang@nmsu.edu Organization: nmsu X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: hard disk partition Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i am trying to install FreeBSD 2.2.5 from a DOS partition onto a AMD K6 200 MHz based PC with a 3.2 GB EIDE hard disk. my hard disk had originally 3 partitions - 2 DOS FAT primary partitions and an extended DOS partition. i booted my PC with a prepared FreeBSD boot floppy disk. then i deleted the extended partition and created the FreeBSD partition in its place. i also changed one of the DOS FAT partitions to an extended one as FreeBSD dos not allow 2 FAT partitions. however, the installation did go through. at the installation menu there are three options - first automatic probing and install, second visual mode configuration and last text mode configuration. when i used either of the configuration mode, after configuration the computer HUNG. I could preceed with the non-configuration option to as far as partition and set up the file system allocations. it would not then go any further. Right now i could not even repartition my hard disk within the MS-DOS mode. "fdisk" did not work. the computer simply hung right after i typed in "fdisk". i tried to change the hard disk modes - LBA, large and Normal. only under "Normal" did "fdisk" work. however, only 504 MB of the hard disk could be accessed. i can still boot my computer into windows 95. but only one of the 3 original partitions are accessible. ANYBODY WITH EXPERTISE IN AREA PLEASE HELP ME WITH ADVICES ON HOW TO RESTORE THE HARD DISK AND INSTALL FREEBSD. YOUR HELP WILL BE GREATLY APPRECIATED. THANK YOU VERY MUCH FOR READING THIS AND POSSIBLE HELP. From owner-freebsd-questions Wed Jan 14 03:22:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00560 for questions-outgoing; Wed, 14 Jan 1998 03:22:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00516 for ; Wed, 14 Jan 1998 03:22:23 -0800 (PST) (envelope-from apl@opera.webber.net.ua) Received: from tomcat.webber.net.ua (root@tomcat.webber.net.ua [193.193.192.97]) by burka.carrier.kiev.ua (8.8.6/8.Who.Cares) with ESMTP id MAA02060 for ; Wed, 14 Jan 1998 12:14:59 +0200 (EET) Received: from opera.webber.net.ua by tomcat.webber.net.ua with ESMTP id MAA03285; (8.8.8/vak/1.9) Wed, 14 Jan 1998 12:14:41 +0200 (EET) Received: from webber.net.ua by opera.webber.net.ua with ESMTP id MAA08198; (8.8.8/vak/1.9) Wed, 14 Jan 1998 12:14:38 +0200 (EET) Message-ID: <34BC8E32.7DA6396B@webber.net.ua> Date: Wed, 14 Jan 1998 12:06:42 +0200 From: Andrew Petrenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 Newsgroups: sita.freebsd.questions,sita.freebsd.bugs,sita.freebsd.hardware To: freebsd-questions@FreeBSD.ORG Subject: Fujitsu MO problems Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello! big problem with MO >230MB. --------------------------------------------- # uname -a FreeBSD beta.pravex.com.ua 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Wed Dec 31 12:57:38 EET 1997 root@beta.pravex.com.ua:/usr/src/sys/compile/BETA/i386 /*insert new 640 MO disk Fujitsu 2048 bytes/sec */ # disklabel -w -r od0a mo640M > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range disklabel: /dev/rod0a: Invalid argument /*insert new 540 MO disk Verbatim 512 bytes/sec */ # disklabel -w -r od0a mo540M > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range > od0(ahc0:3:0): ILLEGAL REQUEST asc:21,0 Logical block address out of > range disklabel: /dev/rod0a: Invalid argument /*insert new 230 MO disk Fujitsu 512 bytes/sec */ # disklabel -w -r od0a mo230M # /*/etc/disktab File */ mo230M|230 Meg 3.5inch Magneto-Optical:\ :ty=removeable:dt=SCSI:rm#3600:\ :se#512:nt#64:ns#32:nc#217:sc#2048:su#446325:\ :pa#446325:oa#0:ba#4096:fa#0:ta=4.2BSD:\ :pc#446325:oc#0: mo540M|507 Meg 3.5inch Magneto-Optical:\ :ty=removeable:dt=SCSI:rm#3600:\ :se#512:nt#64:ns#32:nc#508:sc#2048:su#1040384:\ :pa#1040384:oa#0:ba#4096:fa#0:ta=4.2BSD:\ :pc#1040384:oc#0: mo640M|607 Meg 3.5inch Magneto-Optical:\ :ty=removeable:dt=SCSI:rm#3600:\ :se#2048:nt#64:ns#32:nc#151:sc#2048:su#309248:\ :pa#309248:oa#0:ba#4096:fa#0:ta=4.2BSD:\ :pc#309248:oc#0: /* mesg */ Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-RELEASE #0: Wed Dec 31 12:57:38 EET 1997 root@beta.pravex.com.ua:/usr/src/sys/compile/BETA CPU: Pentium (166.19-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf?FPU,VME,DE,PSE,TSC,MSR,MCE,CX8? real memory = 33554432 (32768K bytes) avail memory = 30334976 (29624K bytes) DEVFS: ready for devices Probing for devices on PCI bus 0: chip0 ?Intel 82439? rev 3 on pci0:0 ahc0 ?Adaptec 2940 Ultra SCSI host adapter? rev 0 int a irq 9 on pci0:7 ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs (ahc0:1:0): "DEC DSP3107LS 441C" type 0 fixed SCSI 2 sd0(ahc0:1:0): Direct-Access 1021MB (2091144 512 byte sectors) sd0(ahc0:1:0): with 3117 cyls, 8 heads, and an average 83 sectors/track (ahc0:2:0): "PLEXTOR CD-ROM PX-6XCS 2.06" type 5 removable SCSI 2 cd0(ahc0:2:0): CD-ROM can't get the size ahc0:A:3: refuses WIDE negotiation. Using 8bit transfers (ahc0:3:0): "FUJITSU M2513A 1200" type 7 removable SCSI 1 od0(ahc0:3:0): Optical od not present od0(ahc0:3:0): with approximate 0 cyls, 0 heads, and 0 sectors/track ahc0:A:4: refuses WIDE negotiation. Using 8bit transfers ahc0:A:4: refuses synchronous negotiation. Using asynchronous transfers (ahc0:4:0): "YAMAHA CDR400t 1.0g" type 5 removable SCSI 2 cd1(ahc0:4:0): CD-ROM can't get the size vx0 ?3COM 3C590 Etherlink III PCI? rev 0 int a irq 11 on pci0:10 utp/aui/bnc[*utp*] address 00:a0:24:4c:c6:f5 Warning! Defective early revision adapter! vga0 ?VGA-compatible display device? rev 22 int a irq ?? on pci0:13 chip1 ?Intel 82371SB PCI-ISA bridge? rev 1 on pci0:15:0 chip2 ?Intel 82371SB IDE interface? rev 0 on pci0:15:1 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color ?16 virtual consoles, flags=0x0? lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: device ID 0 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): ?QUANTUM FIREBALL_TM1700A? wd0: 1628MB (3335472 sectors), 3309 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): ?QUANTUM FIREBALL_TM1280A? wd1: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface sctarg0(noadapter::): Processor Target changing root device to wd1a DEVFS: ready to run ccd0-3: Concatenated disk drivers IP packet filtering initialized, divert enabled, logging limited to 100 packets/entry vx0: promiscuous mode enabled ----------------------- What can i do? Haw fix this bug? From owner-freebsd-questions Wed Jan 14 03:37:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01390 for questions-outgoing; Wed, 14 Jan 1998 03:37:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cs.CS.NMSU.Edu (cs.CS.NMSU.Edu [128.123.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01368 for ; Wed, 14 Jan 1998 03:37:23 -0800 (PST) (envelope-from fzhang@nmsu.edu) Received: from nmsu.NMSU.Edu (analog-ts3-2.NMSU.Edu [128.123.62.38]) by cs.CS.NMSU.Edu (8.8.6/8.8.6) with SMTP id CAA12936; Wed, 14 Jan 1998 02:57:42 -0700 (MST) Message-ID: <34BC8C27.44E1@nmsu.edu> Date: Wed, 14 Jan 1998 02:57:59 -0700 From: fujie zhang Reply-To: fzhang@nmsu.edu Organization: nmsu X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: subscription Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk subscribe freebsd-questions From owner-freebsd-questions Wed Jan 14 03:41:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01748 for questions-outgoing; Wed, 14 Jan 1998 03:41:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01737 for ; Wed, 14 Jan 1998 03:41:36 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id NAA19264; Wed, 14 Jan 1998 13:33:40 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma019262; Wed, 14 Jan 98 13:33:25 +0200 Message-ID: <34BCA43F.6BAB@barcode.co.il> Date: Wed, 14 Jan 1998 13:40:47 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Peter CC: freebsd-questions@FreeBSD.ORG Subject: Re: Password Encryption References: <3.0.5.32.19980114092429.008f9410@mailhost.worldinternet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Peter wrote: > > HI, > > Does anyone know how to change the 'master.paswd' from md5 to standard > password encryption ? > > regards > peter Install the DES distribution. After that, all new password you use will be encrypted with the standard DES algorithm and not MD5. Nadav From owner-freebsd-questions Wed Jan 14 03:55:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02936 for questions-outgoing; Wed, 14 Jan 1998 03:55:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.sminter.com.ar ([200.10.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02910 for ; Wed, 14 Jan 1998 03:55:28 -0800 (PST) (envelope-from fpscha@ns1.sminter.com.ar) Received: (from fpscha@localhost) by ns1.sminter.com.ar (8.8.5/8.8.4) id IAA29015; Wed, 14 Jan 1998 08:53:23 +0300 (GMT) From: Fernando Schapachnik Message-Id: <199801140553.IAA29015@ns1.sminter.com.ar> Subject: Re: Problem adding a hard disk To: dwhite@resnet.uoregon.edu Date: Wed, 14 Jan 1998 08:53:23 +0300 (GMT) Cc: fpscha@ns1.sminter.com.ar, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jan 12, 98 07:27:07 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk En un mensaje anterior, Doug White escribió: > > On Wed, 7 Jan 1998, Fernando Schapachnik wrote: > > > sd0 is: > > (ahc0:0:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > sd0(ahc0:0:0): Direct-Access 4148MB (8496884 512 byte sectors) > > > > I bought another disk, exactly as sd0. When the systems boots, it shows: > > > > ahc0 rev 0 int a irq 10 on pci0:11 > > ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs > > ahc0 waiting for scsi devices to settle > > (ahc0:0:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > sd0(ahc0:0:0): Direct-Access 4148MB (8496884 512 byte sectors) > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > > > I followed the FAQ instructions in order to add it to the system: > > I've ran /stand/sysinstall and I was able to succesfully fdisk: > > See http://www.freebsd.org/tutorials/diskformat/. fdisk(8) is not a fun > program, use sysinstall or DOS FDISK instead. Doug: I've read the tutorial you pointed and followed the manual steps. Here are the results: [1013]ns3:/etc>dd if=/dev/zero of=/dev/rsd1 count=2 2+0 records in 2+0 records out 1024 bytes transferred in 1 secs (1024 bytes/sec) [1014]ns3:/etc>disklabel /dev/rsd1 | disklabel -B -R -r sd1 /dev/stdin Warning, revolutions/minute 0 boot block size 0 super block size 0 line 12: 0: bad rpm line 13: 0: bad interleave Warning, revolutions/minute 0 [1015]ns3:/etc>newfs /dev/rsd1c newfs: ioctl (GDINFO): Invalid argument newfs: /dev/rsd1c: can't read disk label; disk type must be specified Any idea? Thanks in advance! > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Fernando P. Schapachnik S&M Internet From owner-freebsd-questions Wed Jan 14 03:57:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03190 for questions-outgoing; Wed, 14 Jan 1998 03:57:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03170 for ; Wed, 14 Jan 1998 03:57:34 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id NAA19364; Wed, 14 Jan 1998 13:49:41 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma019362; Wed, 14 Jan 98 13:49:38 +0200 Message-ID: <34BCA80C.1AA4@barcode.co.il> Date: Wed, 14 Jan 1998 13:57:00 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: George Vagner CC: questions@FreeBSD.ORG Subject: Re: groups References: <199801140909.DAA13787@epcot.spdc.ti.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk George Vagner wrote: > > where do i find a list of group names IE: wheel,network...etc... and > what each group allows or is for? > > Laszlo Vagner > Texas Instruments > Email:vagner@NOSPAM.ti.com > Pg. 598-5217 > Wk. 995-4297 The groups (and their members) are listed in /etc/groups. There's no predefined role or capabilities for each group, but it's rather based on convention. Basically, what groups are good for is applying the group field of a file's protection mask. For a discussion of how to use groups, see your favorite UNIX administration textbook. Nadav From owner-freebsd-questions Wed Jan 14 04:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04262 for questions-outgoing; Wed, 14 Jan 1998 04:07:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jce.wintermute.co.uk (jce.wintermute.co.uk [194.105.163.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04222 for ; Wed, 14 Jan 1998 04:06:45 -0800 (PST) (envelope-from wayne@jce.wintermute.co.uk) Received: from jcep (st01 [198.100.100.2]) by jce.wintermute.co.uk (8.8.7/8.8.7) with SMTP id KAA01186 for ; Wed, 14 Jan 1998 10:12:01 GMT (envelope-from wayne@jce.wintermute.co.uk) Message-Id: <199801141012.KAA01186@jce.wintermute.co.uk> Comments: Authenticated sender is From: "Wayne G Boyd" Organization: JCE (Aberdeen) Ltd To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jan 1998 10:24:17 +0000 Subject: sendmail Question X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk First of all I would like to thank you for the response I had to the last question I sent in, it pointed me in a direction which solved my previous problem. I now have another question. My system config is as follows:- PC running FreeBSD, with single ethernet card, and single modem. The ethernet card is connected to our local IPX LAN. Dial-On-Demand PPP connection to our ISP is configured and working. Squid proxy server is configured and working. sendmail & a POP3 server are configured and working, for mail pickup over the LAN from Win95 mail clients. Sendmail will Tx and Rx SMTP mail with our ISP without a problem, as long as the PPP link is up, and it will dial out for outgoing mail. My question is: "how do I get the system to dial our ISP periodically to check for new incomming mail ?". (Note: Our ISP's machine detects our presence, and automatically attempts an SMTP connection as soon as we dial up) Thanks, Wayne. -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 From owner-freebsd-questions Wed Jan 14 04:14:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05083 for questions-outgoing; Wed, 14 Jan 1998 04:14:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chaski.com ([205.164.72.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05065 for ; Wed, 14 Jan 1998 04:14:31 -0800 (PST) (envelope-from mike@chaski.com) Received: (from mike@localhost) by chaski.com (8.8.3/8.8.3) id GAA00312 for questions@freebsd.org; Wed, 14 Jan 1998 06:06:29 GMT From: michael dorin Message-Id: <199801140606.GAA00312@chaski.com> Subject: smtp restarting after changes to sendmail.* To: questions@FreeBSD.ORG Date: Wed, 14 Jan 1998 06:06:29 +0000 () 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-freebsd-questions@FreeBSD.ORG Precedence: bulk How do I restart smtp without rebooting after I change the sendmail files? -Mike From owner-freebsd-questions Wed Jan 14 04:42:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08048 for questions-outgoing; Wed, 14 Jan 1998 04:42:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA08028 for ; Wed, 14 Jan 1998 04:42:21 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA29791; Wed, 14 Jan 98 13:43:46 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA15525; Wed, 14 Jan 98 13:41:39 +0100 Posted-Date: Wed, 14 Jan 1998 13:40:42 +0100 (MET) Date: Wed, 14 Jan 1998 13:40:42 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Q45 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <34BC81E8.74BEC2E4@hotmail.com> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Q45 wrote: > > I have a linksys ether16 card.. will it work under bsd? > I have the PCMCIA version working. Dw. From owner-freebsd-questions Wed Jan 14 04:57:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09541 for questions-outgoing; Wed, 14 Jan 1998 04:57:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from imageisdn.ozemail.com.au (pipaimge.powerup.com.au [202.139.228.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09528 for ; Wed, 14 Jan 1998 04:57:13 -0800 (PST) (envelope-from steve@playgal.com) Received: from fuckfest (pipa0052.powerup.com.au [202.139.228.52]) by imageisdn.ozemail.com.au (8.8.5/8.8.5) with SMTP id JAA02937 for ; Wed, 14 Jan 1998 09:52:17 GMT Message-Id: <3.0.32.19980114194527.00b84744@202.139.228.50> X-Sender: steve@202.139.228.50 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 14 Jan 1998 19:45:42 +1000 To: questions@FreeBSD.ORG From: Steven Harris Subject: Telnet and SYN problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, We've just connected up via ISDN and it's marvellous. Unfortunatly, we cannot talk to other freebsd server properly. I can telnet to any other (non-freebsd) server without a problem. HTTP works, but telnet, ftp and other TCP/IP related services seem to hang and time out. For example, if I telnet to "www.freebsd.org" I get: bash# telnet www.freebsd.org Trying 204.216.27.18... Connected to hub.freebsd.org. Escape character is '^]'. Connection closed by foreign host. This is the same for all FreeBSD sites and FTP too. I took a look at the netstat table on the server that I am telnetting to and get: tcp 0 0 playgal.telnet imageisdn.ozemai.1996 SYN_RCVD It sits there for about 1 minute and disconnects. Any hints or ideas would be **GREATLY** appreciated :) Steve Admin. From owner-freebsd-questions Wed Jan 14 05:45:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23038 for questions-outgoing; Wed, 14 Jan 1998 05:45:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23027 for ; Wed, 14 Jan 1998 05:45:22 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id HAA05725; Wed, 14 Jan 1998 07:45:20 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id HAA18247; Wed, 14 Jan 1998 07:45:19 -0600 (CST) To: John Kenagy Cc: questions freebsd Subject: Re: printing from emacs References: From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 14 Jan 1998 07:45:18 -0600 In-Reply-To: John Kenagy's message of "Tue, 13 Jan 1998 21:38:24 -0600 (CST)" Message-ID: <87hg77f9u9.fsf@phaedrus.uchicago.edu> Lines: 27 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk John Kenagy writes: > I give up! > > It seems so simple, or should be. I can print with the spooler (lpr) > just fine from the shell, within emacs from dired operations menu, > postscript print the buffer, but *not* just "print buffer". > > That is the simple lpr buffer from the tools menu. I can set lpr > switches , etc. but nothing happens when I print the buffer. > I mean nothing. > > Any ideas where to look? What version of emacs (or xemacs) are you using? Can you print any file from the shell with lpr, or only postscript ones? Under xemacs, the "print buffer" calls lpr-buffer (which I assume is similar to print-buffer, but might be slightly different)--what function does yours call? (you should be able to do C-h k and then pull down the menu to get the function name, unless that's an xemacsism and you're using fsf emacs...) Why do you want to do that anyway? -- Steve Farrell From owner-freebsd-questions Wed Jan 14 05:46:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23122 for questions-outgoing; Wed, 14 Jan 1998 05:46:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail13.digital.com (mail13.digital.com [192.208.46.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23034 for ; Wed, 14 Jan 1998 05:45:44 -0800 (PST) (envelope-from chandru@serabi.lkg.dec.com) Received: from muggsy.lkg.dec.com (muggsy.lkg.dec.com [16.20.32.219]) by mail13.digital.com (8.8.8/8.8.8/WV1.0c) with SMTP id IAA28348 for ; Wed, 14 Jan 1998 08:44:23 -0500 (EST) Received: from serabi.lkg.dec.com by muggsy.lkg.dec.com (5.65/DEC-Ultrix/4.3) with SMTP id AA29017; Wed, 14 Jan 1998 08:44:21 -0500 Received: from localhost by serabi.lkg.dec.com (5.65v4.0/1.1.10.5/06Nov97-0231PM) id AA14983; Wed, 14 Jan 1998 08:44:19 -0500 Message-Id: <34BCC133.794B@serabi.lkg.dec.com> Date: Wed, 14 Jan 1998 08:44:19 -0500 From: "Chandrasekar.K" X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: questions@FreeBSD.ORG Subject: sendto: No buffer space available Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi , i installed freebsd 2.2.5 on my disgital celebris fx-2. it has on board fast ethernet 21143 and two DE205 nic cards. i am not using 21143 since it was giving an error when reading its ROM ( de0: can't read ENET ROM (why=-4) so i am using the NIC cards (DE205s) after some time ( say 120 mins) i am getting the error ping: sendto: No buffer space available. ( i am pinging ofcource) anybody seen this problem? any help will be greatly apperciated. thanks chandru From owner-freebsd-questions Wed Jan 14 05:58:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24369 for questions-outgoing; Wed, 14 Jan 1998 05:58:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23810 for ; Wed, 14 Jan 1998 05:52:50 -0800 (PST) (envelope-from ru@relay.ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id PAA03053; Wed, 14 Jan 1998 15:48:19 +0200 (EET) (envelope-from ru) From: Ruslan Ermilov Message-Id: <199801141348.PAA03053@relay.ucb.crimea.ua> Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: <199801140606.GAA00312@chaski.com> from "michael dorin" at "Jan 14, 98 06:06:29 am" To: mike@chaski.com (michael dorin) Date: Wed, 14 Jan 1998 15:48:19 +0200 (EET) Cc: questions@FreeBSD.ORG X-My-Interests: Unix,Oracle,Networking X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Once michael dorin wrote: > > How do I restart smtp without rebooting after I change the sendmail > files? > > -Mike > kill -HUP `head -1 /var/run/sendmail.pid` You must ensure that you're starting your sendmail with full path specified, i.e. /usr/sbin/sendmail, not just sendmail, to do that. -- Ruslan A. Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN From owner-freebsd-questions Wed Jan 14 06:06:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25263 for questions-outgoing; Wed, 14 Jan 1998 06:06:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sun (sun.isec.pt [194.65.52.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA25156 for ; Wed, 14 Jan 1998 06:05:37 -0800 (PST) (envelope-from lsantos@sun.isec.pt) Received: from localhost by sun (5.x/SMI-SVR4) id AA11378; Wed, 14 Jan 1998 14:06:01 +0100 Date: Wed, 14 Jan 1998 14:06:00 +0100 (MET) From: Luis Eduardo Faria dos Santos To: questions@FreeBSD.ORG Subject: Java environment to FreeBSD Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I want to know if exist (and where it can be found) any "Java compiler", Java virtual machine" and "Java Application Development Kit" to FreeBSD. Thank's ........................................................ .L U I S E D U A R D O F A R I A D O S S A N T O S. . . . _______________ISEC__________________ . . telf: ext=039-7000214 ; int=2204) . . email: lsantos@isec.pt . ........................................................ From owner-freebsd-questions Wed Jan 14 06:07:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25510 for questions-outgoing; Wed, 14 Jan 1998 06:07:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25458 for ; Wed, 14 Jan 1998 06:07:15 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id IAA05766; Wed, 14 Jan 1998 08:07:13 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id IAA18414; Wed, 14 Jan 1998 08:07:08 -0600 (CST) To: matjaz@vizija.si (Matjaz Vrecar) Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD vs RedHat References: <199801140850430210.005B6609@mail.vizija.si> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 14 Jan 1998 08:07:08 -0600 In-Reply-To: matjaz@vizija.si's message of "Wed, 14 Jan 1998 08:50:43 +0100" Message-ID: <87g1mrf8tv.fsf@phaedrus.uchicago.edu> Lines: 42 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk matjaz@vizija.si (Matjaz Vrecar) writes: > I know my question might sound stupid to you but anyway: what's the > difference between RedHat Linux and FreeBSD? I work with windows but I > like linux too! What's better at FreeBSD in comparison to RedHat? They're very competitive systems, so this is a difficult question to answer--though one that is argued far too often. To answer your question as straight-forwardly as possible: FreeBSD: based on Berkeley 4.4 sources... modified to be POSIX compliant and improvements in virtual memory, etc. emulates linux binaries very well. Kernel and whole system are organized by the same group. Linux: newly written kernel by linux torvalds and friends starting 1990ish. Also aims towards POSIX specs. Much larger user base (~ 5,000,000 vs. ~ 500,000 VERY ROUGHLY). kernel is managed differently then the rest of the system. The rest of the system (aka distribution) comes from organizations/companies like redhat, debian, slackware, suse, etc., and varies in quality (redhat and debian being most popular), though for the most part it is based on a common set of gnu utilities. If freebsd didn't exist I'd use linux and I'd be happy. As it is, I'm happy that freebsd exists and personally avoid linux =). My complaints about linux basically stem from (a) unstable c library and friends, causing an upgrade to break some old programs, etc--essentially to much "new" stuff without enough focus on ease of maintenance and reliability (b) quality of distributions varies, and I don't particularly like any of them for various reasons. Best advice I've heard is to use what your friends or associates use, as they will best be able to help you and you won't have to have arm wrestles, fist fights, and bloody dart fights trying to figure out who is running the better OS. -- Steve Farrell From owner-freebsd-questions Wed Jan 14 06:18:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26899 for questions-outgoing; Wed, 14 Jan 1998 06:18:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26327 for ; Wed, 14 Jan 1998 06:13:11 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id IAA05780; Wed, 14 Jan 1998 08:13:09 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id IAA18445; Wed, 14 Jan 1998 08:13:08 -0600 (CST) To: "Wayne G Boyd" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question References: <199801141012.KAA01186@jce.wintermute.co.uk> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 14 Jan 1998 08:13:08 -0600 In-Reply-To: "Wayne G Boyd"'s message of "Wed, 14 Jan 1998 10:24:17 +0000" Message-ID: <87en2bf8jv.fsf@phaedrus.uchicago.edu> Lines: 33 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk "Wayne G Boyd" writes: > My question is: "how do I get the system to dial our ISP > periodically to check for new incomming mail ?". I don't think you can do this with sendmail, as SMTP is not meant to work this way. Assuming that your mail is being spooled elsewhere (or do you just have some MX records for your domain and hope to get it from those?? I don't think that will work), then you need to pull it off the remote spool and put it into the local spool, probably through POP. There are programs to do just exactly that, including one called fetchmail. I've personally had a lot of problems with fetchmail eating my mail (despite the author's arrogant claims that this *never* happens), so be forewarned. However I do believe that it is the most maintained and most sophisticated of such programs... Anyway, fetchmail can be configured to drop the mail directly into the users mail spool, which then can then fetch locally with another pop client, or access with pine, etc. [phaedrus]/usr/ports% make search key=fetchmail Port: fetchmail-4.3.5 Path: /usr/ports/mail/fetchmail Info: batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maint: ve@sci.fi Index: mail -- Steve Farrell From owner-freebsd-questions Wed Jan 14 06:22:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27454 for questions-outgoing; Wed, 14 Jan 1998 06:22:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27295 for ; Wed, 14 Jan 1998 06:21:59 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id IAA05834; Wed, 14 Jan 1998 08:21:57 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id IAA18535; Wed, 14 Jan 1998 08:21:55 -0600 (CST) To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: groups References: <199801140909.DAA13787@epcot.spdc.ti.com> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 14 Jan 1998 08:21:55 -0600 In-Reply-To: George Vagner's message of "Wed, 14 Jan 1998 03:09:22 -0600 (CST)" Message-ID: <87d8hvf858.fsf@phaedrus.uchicago.edu> Lines: 33 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk George Vagner writes: > where do i find a list of group names IE: wheel,network...etc... and > what each group allows or is for? The file is called "/etc/group". The "wheel" group is special b/c you need to be in that group to super-user ("su") to root. The other groups...um... well, here goes: wheel:*:0:root,sfarrell --who can su to root (admins) daemon:*:1:daemon --system daemons kmem:*:2:root --access to kernel memory (e.g., top) sys:*:3:root -- tty:*:4:root --access to tty's (e.g., wall) operator:*:5:root -- mail:*:6: --access to mail spool dirs bin:*:7: --most normal programs news:*:8: --like mail but for news man:*:9: --access to formatted man dirs games:*:13: --access to games (no cheating!) staff:*:20:root -- guest:*:31:root -- uucp:*:66: --like mail but for uucp xten:*:67:xten --(what the hell is xten, anyway?) dialer:*:68: -- network:*:69: -- nogroup:*:65533: -- nobody:*:65534: --nobody user is for non-access -- Steve Farrell From owner-freebsd-questions Wed Jan 14 06:27:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27879 for questions-outgoing; Wed, 14 Jan 1998 06:27:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from po.kumagaya.or.jp (po.kumagaya.or.jp [202.234.46.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27734 for ; Wed, 14 Jan 1998 06:25:57 -0800 (PST) (envelope-from tetsuwa@po.kumagaya.or.jp) Received: from po.kumagaya.or.jp (matsu60.kumagaya.or.jp [203.183.12.60]) by po.kumagaya.or.jp (3.6W) with ESMTP id XAA04132 for ; Wed, 14 Jan 1998 23:28:00 +0900 Message-ID: <34BCCAEE.6AD68E70@po.kumagaya.or.jp> Date: Wed, 14 Jan 1998 23:25:50 +0900 From: Tetsuya Watanabe X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD with Matrox Milennium 220RAMDAC? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I would like to know if Milennium 220RAMDAC card can be used with FreeBSD 2.2.5 or 3.0? Also, could you suggest if there are FreeBSD-incompatible devices in the configuration below? Thank you for your assistance. My pc has the following: Intel 440FX without USB sockets EIDE HD(3.2GB*2, 4.3GB*1) Soundblaster 16 PnP Milennium 220RAMDAC 4MB 3com(formally USR) Spotster Fax/Data 33.6 Internal Mitsumi FX120 12* ATAPI cd-rom drive Regards, Tetsuya Watanabe From owner-freebsd-questions Wed Jan 14 06:30:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28279 for questions-outgoing; Wed, 14 Jan 1998 06:30:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zinc.singnet.com.sg (zinc.singnet.com.sg [165.21.7.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28128 for ; Wed, 14 Jan 1998 06:29:45 -0800 (PST) (envelope-from shuman@annexgrp.org) Received: from thing.annexgrp.org (root@[203.190.32.111]) by zinc.singnet.com.sg (8.8.7/8.8.7) with ESMTP id WAA11291; Wed, 14 Jan 1998 22:29:16 +0800 (SGT) Received: from localhost (shuman@localhost) by thing.annexgrp.org (8.8.7/8.8.7) with SMTP id UAA00703; Wed, 14 Jan 1998 20:20:37 +0600 Date: Wed, 14 Jan 1998 20:20:37 +0600 (BGT) From: M Shariful Anam To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: console stuff In-Reply-To: Message-ID: Organization: Annex Group (Bangladesh) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Doug White wrote: | > | You have to teach vidcontrol/syscons how to switch to that mode. The | > | command to change to modes beyond 80x25 are somewhat card-dependent. | > | > Is there any documentation on this? Like man page, doc or URL? | | Nope, only source. err.. I meant... pointers... where can I find the source? what's the name of the package/program? --- M S Anam Annex Group, Bangladesh We hack to learn! From owner-freebsd-questions Wed Jan 14 06:30:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28427 for questions-outgoing; Wed, 14 Jan 1998 06:30:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA28353 for ; Wed, 14 Jan 1998 06:30:12 -0800 (PST) (envelope-from Dirk.vanGulik@jrc.it) Received: from elec.isei.jrc.it (elec.jrc.it) by mrelay.jrc.it (4.1/EB-950131-C) id AA03161; Wed, 14 Jan 98 15:31:27 +0100 Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA16340; Wed, 14 Jan 98 15:29:20 +0100 Posted-Date: Wed, 14 Jan 1998 15:28:25 +0100 (MET) Date: Wed, 14 Jan 1998 15:28:25 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Doug White Cc: Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) In-Reply-To: Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 12 Jan 1998, Doug White wrote: > On Fri, 9 Jan 1998, Gordon Wang wrote: > > > Dear Sir > > I am a FreeBSD 2.2.1 user. > > My /root space is 32M. > > What should I do if I want to make 1t 64M. > > This is not as easy as it sounds. You can't resize a partition without > destroying it. You have to back up the system, rewrite the disklabel, > newfs the new partitions, then restore the data to the new partitions. > Basically, reformat the disk. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > Alternatively; you can check what it is that requires size; if it is for example just the '/root' home directory of the 'root' user; you could just move it to /usr/home and modify the /etc/passd file. Dw. From owner-freebsd-questions Wed Jan 14 06:31:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28585 for questions-outgoing; Wed, 14 Jan 1998 06:31:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (OEOFg7QgtONUtmv11lR6RoqWohTkSnYi@[204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28423 for ; Wed, 14 Jan 1998 06:30:42 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id IAA13799; Wed, 14 Jan 1998 08:30:25 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id IAA00379; Wed, 14 Jan 1998 08:29:54 -0600 (CST) Date: Wed, 14 Jan 1998 08:29:54 -0600 (CST) From: Jay Nelson To: David Alan Kott cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] Getty, Qume 101 ser. terms. and gettytab (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Ok, I understand more, but don't have a complete answer. I missed that you were using software flow control. I saw 19200 and assumed hardware. 9600 is about as fast as you can reliably run software flow control. So for starters, I'd set everything to 9600. As far as the echoctl, it is probably being reset either by the string in your gettytab or your termcap. After thinking about this, I'm not sure I'd want to turn off echoctl (I've never done it anyway). It may cause some interesting side effects. So the answer is: I have no answer. You'll have to prowl around your termcap entrys and gettytab entries and find the connection. You may want to try setting -opost and see what happens. Sorry I couldn't really help. -- Jay On Tue, 13 Jan 1998, David Alan Kott wrote: > > >It would be interesting to see _all_ stty's output on the ttyd2 port. > >Why are you trying to enable a login on a call_out_ port? > > well, right off, I am not at all sure as to the difference. 1:) ttyd2 (as > I had it) wasn't working for me.. and 2:) I seem to have read somewhere > that one should use call out ports when you DON'T have "modem control > lines" which I took to be the 4 control lines present on a RS-232 serial > port, which I don't have; just running TX and RX and the Signal ground. > > > Thank you Jay, for taking the time to answer my post. > > Yes, Ininitially, I did indeed use the callin port. However, that wasn't > working.. in the same way that the current callout port isn't working.. > or, more specifically, I don't have it set up right such that it CAN > work. > > Anyways, at your suggestion, here is the complete dump from stty for that > port BEFORE login starts... (and getty is just hanging there) > > %stty -a -f /dev/ttyd2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl -echoctl > -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo > -extproc > iflags: -istrip icrnl inlcr -igncr ixon ixoff ixany imaxbel -ignbrk > brkint -inpck -ignpar -parmrk > oflags: opost onlcr oxtabs > cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts -dsrflow > -dtrflow -mdmbuf > cchars: discard = ^O; dsusp = ; eof = ; eol = ; > eol2 = ; erase = ^H; intr = ^C; kill = ^U; > lnext = ; min = 1; quit = ^\; reprint = ; > start = ^Q; status = ; stop = ^S; susp = ; > time = 0; werase = ; > > Now.. the output AFTER said login session starts.. and getty has gone it's > merry way. > > %stty -a -f /dev/ttyd2 > speed 19200 baud; 0 rows; 0 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl > -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo > -extproc > iflags: -istrip icrnl inlcr -igncr ixon ixoff ixany imaxbel -ignbrk > brkint -inpck -ignpar -parmrk > oflags: opost onlcr oxtabs > cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts -dsrflow > -dtrflow -mdmbuf > cchars: discard = ^O; dsusp = ; eof = ; eol = ; > eol2 = ; erase = ^H; intr = ^C; kill = ^U; > lnext = ; min = 1; quit = ^\; reprint = ; > start = ^Q; status = ; stop = ^S; susp = ; > time = 0; werase = ; > > and, as before, I get similiar behavior with the callin port; echoctl is > inhibited before the session starts, and there is nothing I can do (or, > have done) to keep it from being set AFTER the session starts. > > Frustratingly Yours, > > David Kott > > > > Greetings, > > > > I have been, for a few days now, attempting to get a Qume QVT-101 serial > > dumb terminal to work over one of my serial ports on my 2.2.5 stable > > system with only limited success. > > > %uname -rsv > > FreeBSD 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sat Jan 3 01:07:09 EST 1998 > > > > Gettytab entry I am using currently... > > ... > > std.19200.qvt101|19200-baud:\ > > :np:sp#19200:xc: > > ... > > From owner-freebsd-questions Wed Jan 14 06:36:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29275 for questions-outgoing; Wed, 14 Jan 1998 06:36:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29110 for ; Wed, 14 Jan 1998 06:35:53 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id OAA14279; Wed, 14 Jan 1998 14:15:50 GMT Message-ID: <34BCCE75.36A89467@tdx.co.uk> Date: Wed, 14 Jan 1998 14:40:53 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Steven Harris CC: questions@FreeBSD.ORG Subject: Re: Telnet and SYN problem References: <3.0.32.19980114194527.00b84744@202.139.228.50> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk It sounds like the machines your trying to contact are trying to do a reverse DNS check (common on FreeBSD where most places run a small utility called 'tcp wrappers')... This is where the server will first try to lookup your machine's IP address (reverse DNS) - then it will lookup the name that results - and make sure the IP addresses match... If they don't, or it can't - it kicks you out... (hence the delay while all the DNS lookups happen)... Check on your system (by using nslookup) that your system can resolve it's own address, and name (and that some other nameserver on the net can) - and also check with your ISP that they do provide for reverse DNS addresses for their address space... Regards, Karl Should give you ' Steven Harris wrote: > > Hi, > > We've just connected up via ISDN and it's marvellous. Unfortunatly, we > cannot talk to other freebsd server properly. I can telnet to any other > (non-freebsd) server without a problem. HTTP works, but telnet, ftp and > other TCP/IP related services seem to hang and time out. For example, if I > telnet to "www.freebsd.org" I get: > > bash# telnet www.freebsd.org > Trying 204.216.27.18... > Connected to hub.freebsd.org. > Escape character is '^]'. > Connection closed by foreign host. > > This is the same for all FreeBSD sites and FTP too. I took a look at the > netstat table on the server that I am telnetting to and get: > > tcp 0 0 playgal.telnet imageisdn.ozemai.1996 SYN_RCVD > > It sits there for about 1 minute and disconnects. Any hints or ideas would > be **GREATLY** appreciated :) > > Steve > Admin. From owner-freebsd-questions Wed Jan 14 06:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03280 for questions-outgoing; Wed, 14 Jan 1998 06:50:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03070 for ; Wed, 14 Jan 1998 06:49:37 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA09306; Wed, 14 Jan 1998 09:47:12 -0500 (EST) Date: Wed, 14 Jan 1998 09:46:44 -0500 (EST) From: Steve Hovey To: waqar ahmad cc: questions@FreeBSD.ORG Subject: Re: HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. In-Reply-To: <19980114053732.15520.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes - in apache its called a virtual domain - you set a second IP on the server (ifconfig...alias) and an section in your httpd.conf On Tue, 13 Jan 1998, waqar ahmad wrote: > hi there! > One of my clients has got registered his domain name i-e "arain.fam.pk" > and now he wants to place his web page on our server. Ful domain name or > our server is "isb.perd.net.pk" > So is there any way so that web page of arain.fam.pk is place on > isb.perd.net.pk and can be accessed by the url www.arain.cam.pk. > Thanx > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Wed Jan 14 06:54:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03612 for questions-outgoing; Wed, 14 Jan 1998 06:54:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ptero.ag.com.br (agsist.centroin.com.br [200.225.60.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03051 for ; Wed, 14 Jan 1998 06:48:42 -0800 (PST) (envelope-from ricardag@ag.com.br) Received: from server01 (server01.home.ag.com.br [10.0.129.1]) by ptero.ag.com.br (8.8.5/8.7.3) with SMTP id MAA10860; Wed, 14 Jan 1998 12:48:02 -0200 (EDT) Message-Id: <199801141448.MAA10860@ptero.ag.com.br> X-Sender: ricardag@ptero.ag.com.br X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 14 Jan 1998 12:49:36 -0200 To: Doug White From: Ricardo AG Almeida Subject: Re: makesendmail Cc: Doug Jolley , questions@FreeBSD.ORG In-Reply-To: References: <199801082034.MAA21538@jupiter.neptune.net> 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 hub.freebsd.org id GAA03052 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 03:22 13/01/1998 , Doug White wrote: >On Thu, 8 Jan 1998, Doug Jolley wrote: > >> Does anyone know why the makesendmail file is missing from >> the /usr/src/usr.sbin/sendmail/src directory of the 2.2.5 >> distribution from Walnut Creek CD-ROM?  More importantly, >> is someone trying to tell me something by this omission? >> TIA for any input. > >I don't see a makesendmail file ever being there.  If it ever was there, >it'd be in the CVS repository, and it's not. I had found the same problem when I had to apply some patches in sendmail "by hand". The READ_ME file at the /usr/src/usr.sbin/sendmail/src directory states that: ********************* !! DO NOT USE MAKE !! to compile sendmail -- instead, use the ********************* "makesendmail" script located in the src directory. It will find an appropriate Makefile, and create an appropriate obj.* subdirectory so that multiplatform support works easily. I've found, however, that running "make" works ok. []'s, Ricardo AG Almeida AG SISTEMAS (http://www.ag.com.br) From owner-freebsd-questions Wed Jan 14 07:04:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05098 for questions-outgoing; Wed, 14 Jan 1998 07:04:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from megaweapon.zigg.com (tcgr-34.dialup.alliance.net [207.74.43.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05084 for ; Wed, 14 Jan 1998 07:04:10 -0800 (PST) (envelope-from matt@megaweapon.zigg.com) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.8.8/8.8.7) with SMTP id KAA03040 for ; Wed, 14 Jan 1998 10:04:11 -0500 (EST) (envelope-from matt@megaweapon.zigg.com) Date: Wed, 14 Jan 1998 10:04:11 -0500 (EST) From: Matt Behrens To: questions@FreeBSD.ORG Subject: Archive 150 tape drive on new SCSI card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, A few days ago I replaced my venerable Seagate ST-01 with a brand-new Adaptec 153x (using the aha driver). The devices scan okay, but my old Archive 150 isn't being nice to me anymore. I got these errors on last night's backup, for example: st0(aha0:3:0): MEDIUM ERROR info:0x7d asc:0,14 st0(aha0:3:0): Audio play operation stopped due to error st0(aha0:3:0): MEDIUM ERROR info:0x6a asc:0,14 st0(aha0:3:0): Audio play operation stopped due to error And no, I wasn't playing a CD at the time. I wasn't aware my Archive 150 could play audio. :) I know what a medium error is; I can try other tapes. But the other errors seem to suggest something else. Matt Behrens | Support the anti-spam amendment! http://www.zigg.com/ | Visit http://www.cauce.org/ From owner-freebsd-questions Wed Jan 14 07:06:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05364 for questions-outgoing; Wed, 14 Jan 1998 07:06:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ailab.sogang.ac.kr (ailab.sogang.ac.kr [163.239.130.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04706 for ; Wed, 14 Jan 1998 07:01:34 -0800 (PST) (envelope-from casanoba@ailab.sogang.ac.kr) Received: from ailab.sogang.ac.kr (localhost [127.0.0.1]) by ailab.sogang.ac.kr (8.8.7/8.8.7) with ESMTP id RAA05014 for ; Wed, 14 Jan 1998 17:15:45 +0900 (KST) (envelope-from casanoba@ailab.sogang.ac.kr) Message-ID: <34BC742C.FA198777@ailab.sogang.ac.kr> Date: Wed, 14 Jan 1998 17:15:40 +0900 From: Ham su-wook X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Questions for hardware supporting... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi. I send the letter for FreeBSD hardware supporting from ailab10.sogang.ac.kr. But that machine crashed, so I can't use that machine now. So I send the letter to you again. I have tyan S1696DLUA pentium II board. I have dual Pentium-II CPU and AIC7895 SCSI controller. Until now, I can't use SCSI device. And FreeBSD perceive only one CPU. If you know wheather FreeBSD supporting these hardwares or not, tell me that. If FreeBSD doesn't supporing these hardwares, tell met if FreeBSD supporting team have a plan to support these. Thanks for my pool letter, twice. Good-bye. from casanoba@ailab.sogang.ac.kr From owner-freebsd-questions Wed Jan 14 07:16:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06461 for questions-outgoing; Wed, 14 Jan 1998 07:16:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from newton.ccs.tuns.ca (root@newton.ccs.Tuns.Ca [134.190.1.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05921 for ; Wed, 14 Jan 1998 07:11:13 -0800 (PST) (envelope-from hey@tuns.ca) Received: from boat (cmvdr1.na.Tuns.Ca [134.190.5.41]) by newton.ccs.tuns.ca (8.8.8/8.8.8) with SMTP id LAA15047 for ; Wed, 14 Jan 1998 11:12:11 -0400 (AST) Message-Id: <3.0.1.32.19980114101103.00956240@newton.ccs.tuns.ca> X-Sender: hey@newton.ccs.tuns.ca X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Wed, 14 Jan 1998 10:11:03 +0000 To: questions@FreeBSD.ORG From: Yingjun He Subject: Cannot boot Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I just installed FreeBSD2.25 using ftp. After I installed the system including X windows I cannot boot from drive C (which is the only hard dis I have). It prompt me with the error message " Drive not ready Insert System Disk and reboot" I don't understand if drive not ready how can I got everything copied to the drive? Maybe the hard disk was not set to bootable? I never have this kind of problem before. I tried several times and I got the same error messages. Thank you for your help! ______________________________________________ | Dr. Ian (Yingjun) He | _ | Centre for Marine Vessel Design & Research | _ / )| Dalhousie University, DelTech College |( \ / / | Halifax, Nova Scotia, Canada B3J 2X4 | \ \ _( (_ | Phone: (902)420-7975 | _) )_ (((\ \>|_/-) Fax : (902)423-9734 (-\_| Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07350 for questions-outgoing; Wed, 14 Jan 1998 07:24:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.localdomain (pm3bl1-37.csrlink.net [207.44.9.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07330 for ; Wed, 14 Jan 1998 07:24:13 -0800 (PST) (envelope-from rknebel@localhost.localdomain) Received: (from rknebel@localhost) by localhost.localdomain (8.8.4/8.8.4) id JAA00508; Fri, 9 Jan 1998 09:59:31 -0500 From: Rick Knebel Message-ID: <19980109095930.60362@localhost.localdomain> Date: Fri, 9 Jan 1998 09:59:30 -0500 To: questions@FreeBSD.ORG Subject: test References: <199801091107.DAA04287@implode.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Michael Sperber [Mr. Preprocessor] on Fri, Jan 09, 1998 at 02:03:37PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk test -- Rick Knebel rknebel@mail.csrlink.net From owner-freebsd-questions Wed Jan 14 07:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07607 for questions-outgoing; Wed, 14 Jan 1998 07:26:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from the.oneinsane.net (root@link2.oneinsane.net [207.113.133.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07452 for ; Wed, 14 Jan 1998 07:25:40 -0800 (PST) (envelope-from insane@oneinsane.net) Received: from killa.oneinsane.net (killa.oneinsane.net [207.113.133.242]) Message-Id: <3.0.5.32.19980114072341.00a69330@the.oneinsane.net> X-Sender: insane@the.oneinsane.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 14 Jan 1998 07:23:41 -0800 To: questions@FreeBSD.ORG From: Ron Rosson Subject: SCSI Tape Drive Error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is an error I get when I am testing a tape. Using the following command like a verify: tar tvf /dev/rst0 > Filename gets compared to backup log of original time and day of backup for accuracy of log and tape. Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out while idle, LAST PHASE == 0x1, SCSISIGI == 0x0 Jan 12 22:43:19 the /kernel: SEQADDR = 0x8 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0xa Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Queueing an Abort SCB Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Abort Message Sent Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0 - Abort Completed. Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): no longer in timeout Jan 12 22:44:59 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out in command phase , SCSISIGI == 0x84 Jan 12 22:44:59 the /kernel: SEQADDR = 0x41 SCSISEQ = 0x12 SSTAT0 = 0x7 SSTAT1 = 0x2 Jan 12 22:44:59 the /kernel: st0(ahc0:4:0): abort message in message buffer Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out in command phase , SCSISIGI == 0x94 Jan 12 22:45:01 the /kernel: SEQADDR = 0x41 SCSISEQ = 0x12 SSTAT0 = 0x7 SSTAT1 = 0x2 Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): no longer in timeout Jan 12 22:45:01 the /kernel: ahc0: Issued Channel A Bus Reset. 1 SCBs aborted Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): UNIT ATTENTION asc:29,0 Jan 12 22:45:02 the /kernel: st0(ahc0:4:0): Power on, reset, or bus device reset occurred Jan 12 22:45:02 the /kernel: st0: oops not queued Jan 12 22:45:02 the last message repeated 8 times Jan 12 22:45:02 the /kernel: st0(ahc0:4:0): Target Busy Jan 12 22:45:02 the last message repeated 4 times Hardware from messages: Jan 12 15:00:39 the /kernel: ahc0 rev 1 int a irq 11 on pci0:18 Jan 12 15:00:39 the /kernel: ahc0: aic7860 Single Channel, SCSI Id=7, 3 SCBs Jan 12 15:00:39 the /kernel: ahc0 waiting for scsi devices to settle Jan 12 15:00:39 the /kernel: (ahc0:4:0): "DEC TLZ06 (C)DEC 0491" type 1 remo vable SCSI 2 Jan 12 15:00:39 the /kernel: st0(ahc0:4:0): Sequential-Access density code 0x13, variable blocks, write-enabled This is the only device attached to the scsi chain Any idea on what can be causing this I would be much appreciated. Tested all my tapes and I get the same error but is allways on a different area of where the backup was.. -------------------------------------------------------- Ron Rosson ... and a UNIX user said ... rlr@n2.net rm -rf * insane@oneinsane.net and all was null and void -------------------------------------------------------- From owner-freebsd-questions Wed Jan 14 07:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08353 for questions-outgoing; Wed, 14 Jan 1998 07:33:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08340 for ; Wed, 14 Jan 1998 07:33:29 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id JAA21968; Wed, 14 Jan 1998 09:33:18 -0600 (CST) Date: Wed, 14 Jan 1998 09:33:18 -0600 (CST) From: Mark Tinguely Message-Id: <199801141533.JAA21968@plains.NoDak.edu> To: mcwong@hotmail.com, questions@FreeBSD.ORG Subject: Re: ATM card for 2.2.5R Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Can someone recommend the right ATM adapter card for use in conjunction > with the HARP implementation ? the HARP directly supports the following cards: 1) Fore PCA-200E ATM PCI Adapters 2) Efficient Networks, Inc. ENI-155p ATM PCI Adapters I wrote the driver for: 3) IDT NICStAR (this is an evaluation board from IDT) see http://www.idt.com for NICStAR card information ftp://ftp.cs.ndsu.NoDak.edu/pub/freebsd/atm/... for driver > The main purpose is to do some traffic simulation from FreeBSD. Does > the HARP implementation give sufficient hooks or API to do certain > traffic shaping ? HARP itself is Classic IP over ATM. The ATM card drivers that come with HARP do not support Quality of Service. from looking at the code, I would say from my limited understanding of the HARP device drivers, they act as UBR. I wrote hooks for CBR, VBR into my NICStAR driver, but with the HARP stack these features are not being used. IDT SAR has three priority queues for VBR | ABR | UBR that we can define N/M values. If the highest priority queue does not have a cell to send then the next lower queue is checked. this is fine for UBR since it gets everything left over, but I am concerned about middle queue getting its minimum bandwidth. Since I bought the wrong media type for our ATM switch, my NICStAR driver was developed using a "NULL-SWITCH cable" (a twisted, twisted pair cable). I have not directly verified the IDT's SAR traffic shaping is conforming, but I have no doubts that it does put out only conforming packets for the specified N/M values I give it. I also had problems distinquishing some Payload Types (PT 4 is received as a PT 5 and PT 6 is received as a PT 7), so there may be a problem with ABR congestion control. > Is there a ATM related mailing list for FreeBSD ? yes, freebsd-atm@freebsd.org. To join or exit, send mail $ echo "[un]subscribe freebsd-atm" | mail majordomo@freebsd.org > > Thanks in advance. > > M.C Wong --mark. From owner-freebsd-questions Wed Jan 14 07:34:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08516 for questions-outgoing; Wed, 14 Jan 1998 07:34:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07897 for ; Wed, 14 Jan 1998 07:29:01 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id JAA06045; Wed, 14 Jan 1998 09:28:58 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id JAA19003; Wed, 14 Jan 1998 09:28:57 -0600 (CST) To: michael dorin Cc: questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* References: <199801140606.GAA00312@chaski.com> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 14 Jan 1998 09:28:57 -0600 In-Reply-To: michael dorin's message of "Wed, 14 Jan 1998 06:06:29 +0000 ()" Message-ID: <8767nnf51i.fsf@phaedrus.uchicago.edu> Lines: 22 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk michael dorin writes: > How do I restart smtp without rebooting after I change the sendmail > files? In my opinion this is a benefit of sysV way of doing things over BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; /etc/init.d/sendmail start and you don't have to worry about flags and so on. Unless I'm sadly mistaken and need to take myself out and shoot myself, under freebsd you need to (a) ps -auxx and find the sendmail process and kill it (or use killall, which I never think of b/c I use solaris so much, and killall in solaris does something totally immoral) (b) check the flags for sendmail in /etc/rc.conf, and then (c) run sendmail (which is in /usr/sbin) with those flags. (of course you quickly learn /usr/sbin/sendmail -bd -q1h). -- Steve Farrell From owner-freebsd-questions Wed Jan 14 07:40:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09420 for questions-outgoing; Wed, 14 Jan 1998 07:40:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09402 for ; Wed, 14 Jan 1998 07:40:18 -0800 (PST) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with SMTP id HAA18511; Wed, 14 Jan 1998 07:40:08 -0800 (PST) (envelope-from ejs@bfd.com) Date: Wed, 14 Jan 1998 07:40:08 -0800 (PST) From: "Eric J. Schwertfeger" To: Norman C Rice cc: "Paul T. Root" , questions@FreeBSD.ORG Subject: Re: procmail problems. In-Reply-To: <19980113204001.34528@emu.sourcee.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Norman C Rice wrote: > > * ^From:.*hotmail.com > > . > > . > > . > > /dev/null > > > > But hotmail stuff still comes through. What do I need to do? Is it > > * ^From.*@hotmail.com? Is the email showing up in your procmail log? (ie, are you sure that procmail is getting its chance to filter?). It works fine for me. You can either configure procmail as the local delivery agent in sendmail, or use a .forward file to stuff it into > :0: > * ^From.*hotmail > /dev/null Actually, until the spammers learn better, you can block forged hotmail without blocking the real hotmail with this rule: # Forged mail from hotmail, wrong Received header :0 * ^From:.*@hotmail.com * !^Received:.*(from|by) [^ ]*hotmail.com /dev/null The [^ ] is a space and a tab, ie, no whitespace allowed. Of all the spam I've received, only one forged hotmail spam has also forged a received header to bypass this rule, and one of my other rules caught it. A similar rule works for yahoomail, usanet, rocketmail, juno, etc. My spam filter (a much-tuned version of junk.filter) catches better than 95% of the spam, and the only stuff that gets incorrectly classified is people that set up their home machines to send email with a hotmail/juno/rocketmail/yahoomail/etc email address. From owner-freebsd-questions Wed Jan 14 07:59:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12344 for questions-outgoing; Wed, 14 Jan 1998 07:59:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from navisite.net (dns2.east.cmgdi.net [204.71.28.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12333 for ; Wed, 14 Jan 1998 07:59:27 -0800 (PST) (envelope-from forrie@tiac.net) Received: from forrie (wc133.cmgi.com [206.25.87.133]) by navisite.net (8.8.8/8.8.8) with SMTP id KAA29146 for ; Wed, 14 Jan 1998 10:59:24 -0500 (EST) Message-Id: <199801141559.KAA29146@navisite.net> X-Sender: forrie@pop.tiac.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 14 Jan 1998 10:59:58 -0500 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: Preconfigured installations Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I'm new to FreeBSD, but not new to 44BSD. I wondered if perhaps someone may have devised a way to do preconfigured network installs... similar to what you might do with Solaris. For example, if you have certain tools and modifications you make on EVERY machine you install, you can do this once on a server and then have your clients install from that distribution. It's very handy, but presents problems when you upgrade to a newer snapshot. You have to ensure that some configs are preserved (like syslog.conf or whatever there may be). I'm interested in any info you might have regarding this. Thanks alot! Forrest From owner-freebsd-questions Wed Jan 14 08:18:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15188 for questions-outgoing; Wed, 14 Jan 1998 08:18:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15078 for ; Wed, 14 Jan 1998 08:17:50 -0800 (PST) (envelope-from jdc@milehigh.denver.net) Received: (from jdc@localhost) by milehigh.denver.net (8.8.8/8.8.8) id JAA09739; Wed, 14 Jan 1998 09:17:59 -0700 (MST) Message-ID: <19980114091759.24402@denver.net> Date: Wed, 14 Jan 1998 09:17:59 -0700 From: John-David Childs To: questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* References: <199801140606.GAA00312@chaski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199801140606.GAA00312@chaski.com>; from michael dorin on Wed, Jan 14, 1998 at 06:06:29AM +0000 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wednesday January 14, 1998, michael dorin had this to say about "smtp restarting after changes to sendmail.*": > > How do I restart smtp without rebooting after I change the sendmail > files? > > -Mike The PID of the active sendmail process should be listed in /var/run/sendmail.pid In the version I'm running (8.8.8) my /var/run/sendmail.pid looks something like: 19428 /usr/sbin/sendmail -bd -q30m SO: I do the following: kill -9 `head -1 /var/run/sendmail.pid`;/usr/sbin/sendmail -bd -q30m -- John-David Childs (JC612) Enterprise Internet Solutions System Administrator @denver.net/Internet-Coach/@ronan.net & Network Engineer 1039 S. Parker Rd. #I-8 Denver, CO 80231 As of this^H^H^H^H next week, passwords will be entered in Morse code. From owner-freebsd-questions Wed Jan 14 08:52:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20641 for questions-outgoing; Wed, 14 Jan 1998 08:52:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mother.sneaker.net.au (akm@mother.sneaker.net.au [203.30.3.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20510 for ; Wed, 14 Jan 1998 08:51:52 -0800 (PST) (envelope-from akm@mother.sneaker.net.au) Received: (from akm@localhost) by mother.sneaker.net.au (8.8.5/8.8.5) id EAA01686; Thu, 15 Jan 1998 04:02:32 +1100 (EST) From: Andrew Kenneth Milton Message-Id: <199801141702.EAA01686@mother.sneaker.net.au> Subject: Re: smtp restarting after changes to sendmail.* To: stephen@farrell.org (stephen farrell) Date: Thu, 15 Jan 1998 04:02:31 +1100 (EST) Cc: mike@chaski.com, questions@FreeBSD.ORG In-Reply-To: <8767nnf51i.fsf@phaedrus.uchicago.edu> from "stephen farrell" at Jan 14, 98 09:28:57 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk +-----[ stephen farrell ]------------------------------ | | michael dorin writes: | | > How do I restart smtp without rebooting after I change the sendmail | > files? | | In my opinion this is a benefit of sysV way of doing things over | BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; | /etc/init.d/sendmail start and you don't have to worry about flags and | so on. | | Unless I'm sadly mistaken and need to take myself out and shoot | myself, under freebsd you need to (a) ps -auxx and find the sendmail | process and kill it (or use killall, which I never think of b/c I use | solaris so much, and killall in solaris does something totally | immoral) (b) check the flags for sendmail in /etc/rc.conf, and then | (c) run sendmail (which is in /usr/sbin) with those flags. (of course | you quickly learn /usr/sbin/sendmail -bd -q1h). If you start it with a full path, I'm sure you can sighup it and it'll restart with all flags intact. so if you start it as /usr/sbin/sendmail -bd .... rather than just sendmail -bd .... -- ,-_|\ SneakerNet | Andrew Milton | GSM: +61(41)6 022 411 / \ P.O. Box 154 | akm@sneaker.net.au | Fax: +61(2) 9746 8233 \_,-._/ N Strathfield +--+----------------------+---+ Ph: +61(2) 9746 8233 v NSW 2137 | Low cost Internet Solutions | From owner-freebsd-questions Wed Jan 14 08:52:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20703 for questions-outgoing; Wed, 14 Jan 1998 08:52:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.hiper.net (ns1.hiper.net [207.137.172.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20507 for ; Wed, 14 Jan 1998 08:51:50 -0800 (PST) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (pool37.hiper.net [207.137.172.37]) by ns1.hiper.net (8.8.5/8.8.5) with SMTP id JAA03538 for ; Wed, 14 Jan 1998 09:21:14 GMT Message-Id: <3.0.5.32.19980114085239.03afb3b0@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 14 Jan 1998 08:52:39 -0800 To: questions@FreeBSD.ORG From: "Randy A. Katz" Subject: PROCESS THE MAIL - TO SCRIPT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I posted this to a different list (procmail) and did not get a response. The main issue is initiating a database post from a mailed in form. I know others are doing this and I don't want to reinvent the wheel so any suggestions would be most appreciated... I want to send email to special@mydomain.com and have a filter rule like :0 * ^Received.*special@mydomain.com { :0 c ! randyk@virtualisys.com :0 | someperlscript.pl } For some reason it all works except the PERL script doesn't seem to do anything with the contents of the message. Does anyone know the correct syntax to use inside the PERL script to receive that PIPE? Thanx, Randy Katz From owner-freebsd-questions Wed Jan 14 08:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20753 for questions-outgoing; Wed, 14 Jan 1998 08:52:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20593 for ; Wed, 14 Jan 1998 08:52:03 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: from localhost (nadav@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) with SMTP id SAA20332; Wed, 14 Jan 1998 18:42:18 +0200 (IST) (envelope-from nadav@gatekeeper.barcode.co.il) Date: Wed, 14 Jan 1998 18:42:18 +0200 (IST) From: Nadav Eiron To: stephen farrell cc: michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: <8767nnf51i.fsf@phaedrus.uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 14 Jan 1998, stephen farrell wrote: > michael dorin writes: > > > How do I restart smtp without rebooting after I change the sendmail > > files? > > In my opinion this is a benefit of sysV way of doing things over > BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; > /etc/init.d/sendmail start and you don't have to worry about flags and > so on. > > Unless I'm sadly mistaken and need to take myself out and shoot > myself, under freebsd you need to (a) ps -auxx and find the sendmail > process and kill it (or use killall, which I never think of b/c I use > solaris so much, and killall in solaris does something totally > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > you quickly learn /usr/sbin/sendmail -bd -q1h). As someone else already noted, you can simply kill -1 `head -1 /var/run/sendmail.pid` and be done with it. No need to shoot yourself though... ;-) > > -- > > Steve Farrell > > Nadav From owner-freebsd-questions Wed Jan 14 09:33:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28981 for questions-outgoing; Wed, 14 Jan 1998 09:33:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from infowest.com (infowest.com [204.17.177.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27907 for ; Wed, 14 Jan 1998 09:28:11 -0800 (PST) (envelope-from agifford@infowest.com) Received: from default (homework.infowest.com [207.49.60.254]) by infowest.com (8.8.5/8.8.5) with SMTP id KAA05323 for ; Wed, 14 Jan 1998 10:28:12 -0700 (MST) Message-Id: <3.0.3.32.19980114102805.03c07a10@infowest.com> X-Sender: agifford@infowest.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Wed, 14 Jan 1998 10:28:05 -0700 To: questions@FreeBSD.ORG From: "Aaron D. Gifford" Subject: NE2000 clone ISA card Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I was wondering if anyone has seen something similar to what I encountered. Not terribly long ago I installed FreeBSD 2.2.2-RELEASE on an old 486 DX2/66 16MB RAM VESA/ISA PC with a small 400 MB HD belonging to a local high school. Everything seemed to work normally, so I took the box back to the school to try it on their ethernet. On boot, the machine correctly detects the NE2000 clone card as device ed1 (never ed0 - weird), printing the hardware ethernet address. The lights on the card show that it is plugged into the hub and happy, and I can even see the traffic light blinking. Then the weirdness comes along. I see a "ed1: device timeout" message as the boot begins starting network services. Once the boot completes, I cannot ping the network at all. Nothing. No response. But I can ping the machine's own IP address just fine even though it is not routing via the loopback device. I've tried several different NE2000 clones, and the result is identical each time. The card IS seeing the traffic from the local network, and the cabling is fine. Is this a slight driver incompatibility issue? Puzzled, Aaron out. From owner-freebsd-questions Wed Jan 14 09:41:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29904 for questions-outgoing; Wed, 14 Jan 1998 09:41:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29862 for ; Wed, 14 Jan 1998 09:40:29 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip29.castlenet.com (ip29.castlenet.com [209.63.23.29]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id KAA00817 for ; Wed, 14 Jan 1998 10:47:06 GMT From: efinley@castlenet.com (Elliot Finley) To: questions@FreeBSD.ORG Subject: Make world times Date: Wed, 14 Jan 1998 17:44:14 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34bcf82d.3063632@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAA29889 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am getting a make world time of about 2.5 hours with the complete 2.2-stable source tree. This is on a PII 233 64M SCSI system. Is this normal? Is there any way to speed it up? -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Wed Jan 14 10:17:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03603 for questions-outgoing; Wed, 14 Jan 1998 10:17:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA03580 for ; Wed, 14 Jan 1998 10:17:10 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980114181651.18224.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.218] by send1b; Wed, 14 Jan 1998 10:16:51 PST Date: Wed, 14 Jan 1998 10:16:51 -0800 (PST) From: Rudy Gireyev Subject: Re: HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. To: waqar ahmad , questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---waqar ahmad wrote: > > hi there! > One of my clients has got registered his domain name i-e "arain.fam.pk" > and now he wants to place his web page on our server. Ful domain name or > our server is "isb.perd.net.pk" This can be done either at the OS level (FreeBSD) or by using Apache WEb server. Most people prefer to do it using Apache. > So is there any way so that web page of arain.fam.pk is place on > isb.perd.net.pk and can be accessed by the url www.arain.cam.pk. Yes there is. However I'd like to suggest that you inform your customer that she (or he) will be sharing an IP for his hostname. The reason why is because some internet search engines may not index the pages correctly, so if the customer finds out from someone else then they may be less than pleased. > Thanx You're welcome. As a favor in return please don't type in uppercase for in internet lingo that translates into shouting :-) Thanx Rudy > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Wed Jan 14 10:19:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03893 for questions-outgoing; Wed, 14 Jan 1998 10:19:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03873 for ; Wed, 14 Jan 1998 10:18:38 -0800 (PST) (envelope-from dirk.vangulik@jrc.it) Received: from elec.isei.jrc.it by mrelay.jrc.it (LMC5688) with SMTP id TAA06122; Wed, 14 Jan 1998 19:18:33 +0100 (MET) Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA18901; Wed, 14 Jan 98 19:17:57 +0100 Posted-Date: Wed, 14 Jan 1998 19:17:00 +0100 (MET) Date: Wed, 14 Jan 1998 19:17:00 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Steve Hovey Cc: waqar ahmad , questions@FreeBSD.ORG Subject: Re: HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. In-Reply-To: Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Actually, you might want to check the apache pages for this, http://www.apache.org as there are 'neater' ways of doing this without wasting a second (valuable) IP address. In short, assume a DNS setup like ape.com's primary file: ape.com in soa ns, ... www.ape.com in cname www.bigserver.com nut.com's primary file nut.com in soa, ns, .. www.nut.com in cname www.bigserver.com mies.com's primary file mies.com in ns,soa, www.mies.com in cname www.bigserver.com etc, etc and now we have bigserver bigserver.com in ns, soa,... www.bigserver.com in ptr 123.45.56.12 (you could make the others also PTR's and even do bogus reverse mapping if you are into serious hidding.. but the cname is more illustrative) Next you put into apache's httpd.conf file servertype standalone port 80 ... ServerName www.bigserver.com ... ServerAdmin webmaster@ape.com DocumentRoot /www/docs/ape.com ServerName www.ape.com ErrorLog logs/ape.com-error_log TransferLog logs/ape.com-access_log ServerAdmin webmaster@nut.com DocumentRoot /www/docs/nut.com ServerName www.nut.com ErrorLog logs/nut.com-error_log TransferLog logs/nut.com-access_log Now your _normal_ DocumentRoot, ErrorLogs etc are all for the server www.bigserver.com, i.e.visible as http://www.bigserver.com/file or http://456.12.34.5/files but the files in the directory /www/docs/ ape, nuts, mies, .. are visible as http://www.ape.com/files.. http://www.but.com/files And to make things 'really' neat you could put in the directory of www.bigserver.com an index.html file with pointers to the other servers. But read the apache doc as why and when this works; there are some catches with very very old browsers which do not support the host header; but administration is a zillios of times simpler this way. DW. On Wed, 14 Jan 1998, Steve Hovey wrote: > Yes - in apache its called a virtual domain - you set a second IP on the > server (ifconfig...alias) and an section in your httpd.conf > > On Tue, 13 Jan 1998, waqar ahmad wrote: > > > hi there! > > One of my clients has got registered his domain name i-e "arain.fam.pk" > > and now he wants to place his web page on our server. Ful domain name or > > our server is "isb.perd.net.pk" > > So is there any way so that web page of arain.fam.pk is place on > > isb.perd.net.pk and can be accessed by the url www.arain.cam.pk. > > Thanx > > > > ______________________________________________________ > > Get Your Private, Free Email at http://www.hotmail.com > > > > ------------------------------------------------------------------ > Steve Hovey > Chief Engineer > BuffNET More Than Just a Connection! > ------------------------------------------------------------------ > > http://cils.ceo.org http://enrm.ceo.org dirkx@technologist.com Dirk.vanGulik@jrc.it +39 332 78 0014 +39 332 78 9549 fax +39 332 78 9185 ISEI/ESBA; The Center For Earth Observation Joint Research Centre of the European Communities, Ispra, Italy From owner-freebsd-questions Wed Jan 14 10:23:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04544 for questions-outgoing; Wed, 14 Jan 1998 10:23:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eyelab.psy.msu.edu (eyelab.psy.msu.edu [35.8.64.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03608 for ; Wed, 14 Jan 1998 10:17:34 -0800 (PST) (envelope-from root@eyelab.psy.msu.edu) Received: from eyelab3.psy.msu.edu (eyelab3.psy.msu.edu [35.8.64.180]) by eyelab.psy.msu.edu (8.8.6/8.8.5) with SMTP id OAA04925; Wed, 14 Jan 1998 14:05:27 -0500 (EST) Message-Id: <199801141905.OAA04925@eyelab.psy.msu.edu> X-Sender: root@eyelab.msu.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 14 Jan 1998 13:11:29 -0500 To: Ruslan Ermilov From: Gary Schrock Subject: Re: cvsup idea Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199801140747.JAA00182@relay.ucb.crimea.ua> References: <199801132324.SAA00369@eyelab.psy.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 09:47 AM 1/14/98 +0200, you wrote: >Once Gary Schrock wrote: >> to be a fairly time consuming process. What I think would be really >> usefull would be something like a -L 3 level of verbosity, that also gives >> you the comment for the changes, then people like me would be able to just >> look through the output to see why things have been changed, saving me a >> lot of time. Thoughts? > >The answer is to subscribe to cvs-all-digest. Actually, I don't feel that's a reasonable method of keeping track of things. I've actually been subscribed to the cvs-all list, and so far I haven't really noticed a good way of filtering out all the stuff not related to the 2.2-stable branch that I follow. And with all the changes to -current mixed in, it's still a very inefficient manner in which to keep track of changes. Gary Schrock root@eyelab.msu.edu From owner-freebsd-questions Wed Jan 14 10:29:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05412 for questions-outgoing; Wed, 14 Jan 1998 10:29:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA05393 for ; Wed, 14 Jan 1998 10:28:38 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980114182813.25924.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.218] by send1b; Wed, 14 Jan 1998 10:28:13 PST Date: Wed, 14 Jan 1998 10:28:13 -0800 (PST) From: Rudy Gireyev Subject: Re: hard disk partition To: fzhang@nmsu.edu, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---fujie zhang wrote: > > i am trying to install FreeBSD 2.2.5 from a DOS partition onto a AMD K6 > 200 MHz based PC with a 3.2 GB EIDE hard disk. my hard disk had > originally 3 partitions - 2 DOS FAT primary partitions and an extended > DOS partition. Hold it right there buster :-) You cannot, must not, shall not, will not install FreeBSD onto a an extended partition. > i booted my PC with a prepared FreeBSD boot floppy disk. > then i deleted the extended partition and created the FreeBSD partition > in its place. i also changed one of the DOS FAT partitions to an > extended one as FreeBSD dos not allow 2 FAT partitions. however, the > installation did go through. The install process leaves updating to a very last stage. You first set *all* of the config parameters and when you basically are ready to exit it does the actual update. > at the installation menu there are three > options - first automatic probing and install, second visual mode > configuration and last text mode configuration. when i used either of > the configuration mode, after configuration the computer HUNG. I could > preceed with the non-configuration option to as far as partition and set > up the file system allocations. it would not then go any further. See previous paragraph. > > Right now i could not even repartition my hard disk within the MS-DOS > mode. "fdisk" did not work. You cannot repartition it just yet. First use the DOS FDISK to delete the non-DOS partition. That will get FreeBSD file system off of the second primary and third extended partitions. Then somehow magically you must delete the third extended partition. > the computer simply hung right after i typed > in "fdisk". i tried to change the hard disk modes - LBA, large and > Normal. only under "Normal" did "fdisk" work. however, only 504 MB of > the hard disk could be accessed. Yes because the rest of the disk has FreeBSD file system on it and Win95 can't read it. > i can still boot my computer into > windows 95. but only one of the 3 original partitions are accessible. > ANYBODY WITH EXPERTISE IN AREA PLEASE HELP ME WITH ADVICES ON HOW TO > RESTORE THE HARD DISK AND INSTALL FREEBSD. You don't need to restore the hard disk because it isn't lost :-) You also don't need to type in uppercase because it equates to screaming :-) Follow the steps above and they will hopefully get you close to the solution, if you have any problems email me. > YOUR HELP WILL BE GREATLY > APPRECIATED. THANK YOU VERY MUCH FOR READING THIS AND POSSIBLE HELP. > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Wed Jan 14 10:35:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06299 for questions-outgoing; Wed, 14 Jan 1998 10:35:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.hiper.net (ns1.hiper.net [207.137.172.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06274 for ; Wed, 14 Jan 1998 10:35:09 -0800 (PST) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (pool37.hiper.net [207.137.172.37]) by ns1.hiper.net (8.8.5/8.8.5) with SMTP id LAA03622 for ; Wed, 14 Jan 1998 11:04:39 GMT Message-Id: <3.0.5.32.19980114103602.03991e40@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 14 Jan 1998 10:36:02 -0800 To: freebsd-questions@FreeBSD.ORG From: "Randy A. Katz" Subject: PROCESS THE MAIL - TO SCRIPT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I posted this to a different list (procmail) and did not get a response. The main issue is initiating a database post from a mailed in form. I know others are doing this and I don't want to reinvent the wheel so any suggestions would be most appreciated... I want to send email to special@mydomain.com and have a filter rule like :0 * ^Received.*special@mydomain.com { :0 c ! randyk@virtualisys.com :0 | someperlscript.pl } For some reason it all works except the PERL script doesn't seem to do anything with the contents of the message. Does anyone know the correct syntax to use inside the PERL script to receive that PIPE? Thanx, Randy Katz From owner-freebsd-questions Wed Jan 14 10:59:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09009 for questions-outgoing; Wed, 14 Jan 1998 10:59:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from egyptian.microxp.com (randy@egyptian.microxp.com [207.227.65.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09004 for ; Wed, 14 Jan 1998 10:59:24 -0800 (PST) (envelope-from randy@egyptian.microxp.com) From: randy@egyptian.microxp.com Received: from localhost (randy@localhost) by egyptian.microxp.com (8.8.5/8.8.5) with SMTP id OAA07024 for ; Wed, 14 Jan 1998 14:02:32 -0600 (CST) Date: Wed, 14 Jan 1998 14:02:32 -0600 (CST) To: questions@FreeBSD.ORG Subject: Tcl/Tk tutorial recommendations? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, I've decided it's time to try to learn to use this stuff. Can anyone recommend good tutorial literature? Thanks! -- Randall D DuCharme Systems Engineer Novell, Microsoft, and UNIX Networking Support Computer Specialists BSDI Internet Success Partners 414-253-9998 414-253-9919 (fax) BSD/OS Authorized Resellers From owner-freebsd-questions Wed Jan 14 11:15:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11017 for questions-outgoing; Wed, 14 Jan 1998 11:15:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10986 for ; Wed, 14 Jan 1998 11:14:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA26992; Wed, 14 Jan 1998 11:13:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:13:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Adam McDougall cc: questions@FreeBSD.ORG Subject: Re: compiling problems with sig6 ( abort() ) In-Reply-To: <34BB0140.F05BD1AD@egr.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Adam McDougall wrote: > Hello, I installed FreeBSD 2.2.5-RELEASE on my 486 SLC/2 66mhz with 16 > megs and am trying to install various ports. I keep running into this: > > cc: Internal compiler error: program cc1 got fatal signal 6 > *** Error code 1 What are you trying to compile? You may have bad memory. Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Jan 14 11:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11269 for questions-outgoing; Wed, 14 Jan 1998 11:17:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.eeweb.com (eeweb.com [208.16.66.188]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10643 for ; Wed, 14 Jan 1998 11:11:39 -0800 (PST) (envelope-from jvillmer@www.eeweb.com) Received: from localhost (jvillmer@localhost) by www.eeweb.com (8.8.5/8.8.5) with SMTP id NAA01097 for ; Wed, 14 Jan 1998 13:12:14 -0600 (CST) Date: Wed, 14 Jan 1998 13:12:13 -0600 (CST) From: Jason Villmer To: questions@FreeBSD.ORG Subject: Named Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Could you help me out with named. For some reason when you try to do a zone transfer it says query refused... Default Server: www.eeweb.com Address: 0.0.0.0 > ls -d eeweb.com [www.eeweb.com] *** Can't list domain eeweb.com: Query refused > if you could please email me back I would greatly appritiate it. Thanks... Sincerely, Jason Villmer EEWeb Page Design System Admniistrator From owner-freebsd-questions Wed Jan 14 11:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11389 for questions-outgoing; Wed, 14 Jan 1998 11:18:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11267 for ; Wed, 14 Jan 1998 11:17:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27000; Wed, 14 Jan 1998 11:17:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:17:19 -0800 (PST) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error compiling X app from ports collection In-Reply-To: <64B0BB03967ED111A34C00A0C93295000735DE@herculis.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Stephen Cooper wrote: > I am trying to install blt from the ports under FreeBSD 2.2.5 > I have XFree86 3.3.2 which I grabbed from the Xfree Organisation > > The compiler cannot find these two header files, its right they are not > there. Are they part of Xfree 86? Yes; make sure you install the X331prog.tgz component. You can pull it off the CD or ftp site; cd to /usr/X11R6 and run `tar xzf /path/to/X331prog.tgz'. Or whatever is appropriate for your version of X. 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 Jan 14 11:23:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12055 for questions-outgoing; Wed, 14 Jan 1998 11:23:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12032 for ; Wed, 14 Jan 1998 11:23:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27007; Wed, 14 Jan 1998 11:22:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:22:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Wayne G Boyd cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question In-Reply-To: <199801131508.PAA01704@jce.wintermute.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Wayne G Boyd wrote: > My question is: "how do I get the system to dial our ISP periodically > to check for new incomming mail ?". By a undesired (by most) side effect, sendmail will take care of this for you. Every n minutes (as specified by the -q option, usually 30 minutes) sendmail will scan the queue. At that point it'll do a nameserver lookup if any messages are waiting or if your local hostname isn't in /etc/hosts. The DNS query will start up the ppp connection. Or else, have some cron task do a name lookup to wake up the connection. > (Note: Our ISP's machine detects our presence, and automatically > attempts an SMTP connection as soon as we dial up) That's pretty sneaky. 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 Jan 14 11:25:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12342 for questions-outgoing; Wed, 14 Jan 1998 11:25:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12330 for ; Wed, 14 Jan 1998 11:24:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27011; Wed, 14 Jan 1998 11:24:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:24:47 -0800 (PST) From: Doug White Reply-To: Doug White To: neil cc: questions@FreeBSD.ORG Subject: Re: freebsd boot problems In-Reply-To: <34BB4FFD.355E9786@tpgi.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, neil wrote: > I am having a major problem trying to boot BSD. > My system (pentium 166) has a second hard drive installed as master on > the secondary IDE. > Using a boot floppy and CD I am able to configure and install FreeBSD > 2.2.5 onto a 2G partition on this drive and also install the boot > loader. > When the system starts up it recognizes both wd0 and wd2 however the > boot command looks for wd1 by default and when I try boot: wd(2,a) the > message unable to find wd(2,a) is returned. > I am rather confused as the system seems to install without any > difficulty. The classic `can't mount root'. If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). You may need to move your disk. 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 Jan 14 11:26:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12580 for questions-outgoing; Wed, 14 Jan 1998 11:26:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxyb2.san.rr.com (proxyb2-atm.san.rr.com [204.210.0.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12446 for ; Wed, 14 Jan 1998 11:26:02 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb2.san.rr.com (8.8.7/8.8.8) with ESMTP id LAA09285; Wed, 14 Jan 1998 11:24:46 -0800 (PST) Message-ID: <34BD10FC.B1F2F20A@dal.net> Date: Wed, 14 Jan 1998 11:24:44 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: efinley@castlenet.com CC: questions@FreeBSD.ORG Subject: Re: Make world times References: <34bcf82d.3063632@castlenet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Elliot Finley wrote: > > I am getting a make world time of about 2.5 hours with the complete > 2.2-stable source tree. This is on a PII 233 64M SCSI system. Is > this normal? Is there any way to speed it up? My page has several suggestions on speeding the build process. Your times sound pretty slow based on the processor, but if you have a slow disk that will be a major factor. Take a look at http://home.san.rr.com/freebsd/upgrade.html. Good luck, Doug From owner-freebsd-questions Wed Jan 14 11:27:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12752 for questions-outgoing; Wed, 14 Jan 1998 11:27:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12745 for ; Wed, 14 Jan 1998 11:27:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27022; Wed, 14 Jan 1998 11:27:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:27:20 -0800 (PST) From: Doug White Reply-To: Doug White To: M Shariful Anam cc: freebsd-questions@FreeBSD.ORG Subject: Re: console stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, M Shariful Anam wrote: > On Tue, 13 Jan 1998, Doug White wrote: > | > | You have to teach vidcontrol/syscons how to switch to that mode. The > | > | command to change to modes beyond 80x25 are somewhat card-dependent. > | > > | > Is there any documentation on this? Like man page, doc or URL? > | > | Nope, only source. > > err.. I meant... pointers... > where can I find the source? what's the name of the package/program? Well, there's the source: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/syscons.c If you install the kernel source it's at /sys/i386/conf/isa/syscons.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 Wed Jan 14 11:38:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13888 for questions-outgoing; Wed, 14 Jan 1998 11:38:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:39:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13924 for questions-outgoing; Wed, 14 Jan 1998 11:39:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:40:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14030 for questions-outgoing; Wed, 14 Jan 1998 11:40:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:42:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14312 for questions-outgoing; Wed, 14 Jan 1998 11:42:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 11:43:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14423 for questions-outgoing; Wed, 14 Jan 1998 11:43:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 11:43:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14433 for questions-outgoing; Wed, 14 Jan 1998 11:43:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:46:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14969 for questions-outgoing; Wed, 14 Jan 1998 11:46:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 11:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14480 for questions-outgoing; Wed, 14 Jan 1998 11:43:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:47:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15163 for questions-outgoing; Wed, 14 Jan 1998 11:47:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15147 for ; Wed, 14 Jan 1998 11:47:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27046; Wed, 14 Jan 1998 11:46:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:46:38 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joseph M. Scott" cc: support@cdrom.com, questions@FreeBSD.ORG Subject: Re: ISDN w/ FreeBSD 2.2.5 In-Reply-To: <3.0.5.32.19980113154008.00837970@mail.ainet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Joseph M. Scott wrote: > > It's a really long story, but I've got until Friday afternoon to make the > following work together ( so any help would be appreciated :-) ): > > A FreeBSD 2.2.5 box with a Diamond Supra Netcommander internal ISDN > adapter. I've been looking around for the best way to get those to work > together, I've gone through the bisdn which seemed to be my best bet, but I > haven't gotten it to work yet. The Supra is probably too new to end up in bisdn. Try a BitSURFR or a similiar `act-like-a-modem' TA. 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 Jan 14 11:48:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15303 for questions-outgoing; Wed, 14 Jan 1998 11:48:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15147 for ; Wed, 14 Jan 1998 11:47:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27046; Wed, 14 Jan 1998 11:46:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:46:38 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joseph M. Scott" cc: support@cdrom.com, questions@FreeBSD.ORG Subject: Re: ISDN w/ FreeBSD 2.2.5 In-Reply-To: <3.0.5.32.19980113154008.00837970@mail.ainet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Joseph M. Scott wrote: > > It's a really long story, but I've got until Friday afternoon to make the > following work together ( so any help would be appreciated :-) ): > > A FreeBSD 2.2.5 box with a Diamond Supra Netcommander internal ISDN > adapter. I've been looking around for the best way to get those to work > together, I've gone through the bisdn which seemed to be my best bet, but I > haven't gotten it to work yet. The Supra is probably too new to end up in bisdn. Try a BitSURFR or a similiar `act-like-a-modem' TA. 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 Jan 14 11:48:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15360 for questions-outgoing; Wed, 14 Jan 1998 11:48:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 11:48:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15393 for questions-outgoing; Wed, 14 Jan 1998 11:48:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:48:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15416 for questions-outgoing; Wed, 14 Jan 1998 11:48:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:50:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15702 for questions-outgoing; Wed, 14 Jan 1998 11:50:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15147 for ; Wed, 14 Jan 1998 11:47:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27046; Wed, 14 Jan 1998 11:46:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:46:38 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joseph M. Scott" cc: support@cdrom.com, questions@FreeBSD.ORG Subject: Re: ISDN w/ FreeBSD 2.2.5 In-Reply-To: <3.0.5.32.19980113154008.00837970@mail.ainet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Joseph M. Scott wrote: > > It's a really long story, but I've got until Friday afternoon to make the > following work together ( so any help would be appreciated :-) ): > > A FreeBSD 2.2.5 box with a Diamond Supra Netcommander internal ISDN > adapter. I've been looking around for the best way to get those to work > together, I've gone through the bisdn which seemed to be my best bet, but I > haven't gotten it to work yet. The Supra is probably too new to end up in bisdn. Try a BitSURFR or a similiar `act-like-a-modem' TA. 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 Jan 14 11:51:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15771 for questions-outgoing; Wed, 14 Jan 1998 11:51:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 11:51:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15836 for questions-outgoing; Wed, 14 Jan 1998 11:51:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 11:53:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15969 for questions-outgoing; Wed, 14 Jan 1998 11:53:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15147 for ; Wed, 14 Jan 1998 11:47:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27046; Wed, 14 Jan 1998 11:46:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:46:38 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joseph M. Scott" cc: support@cdrom.com, questions@FreeBSD.ORG Subject: Re: ISDN w/ FreeBSD 2.2.5 In-Reply-To: <3.0.5.32.19980113154008.00837970@mail.ainet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Joseph M. Scott wrote: > > It's a really long story, but I've got until Friday afternoon to make the > following work together ( so any help would be appreciated :-) ): > > A FreeBSD 2.2.5 box with a Diamond Supra Netcommander internal ISDN > adapter. I've been looking around for the best way to get those to work > together, I've gone through the bisdn which seemed to be my best bet, but I > haven't gotten it to work yet. The Supra is probably too new to end up in bisdn. Try a BitSURFR or a similiar `act-like-a-modem' TA. 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 Jan 14 11:54:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15994 for questions-outgoing; Wed, 14 Jan 1998 11:54:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > 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 Jan 14 12:06:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17015 for questions-outgoing; Wed, 14 Jan 1998 12:06:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu ([128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13864 for ; Wed, 14 Jan 1998 11:38:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA27036; Wed, 14 Jan 1998 11:37:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:37:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "John P. Pagano" cc: questions@FreeBSD.ORG Subject: Re: Dual-Homing versus My Sanity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, John P. Pagano wrote: > I'm trying to set up my office network in the following way. I have five > PCs on an internal LAN, and an Indy (which hosts our web server) and a PC > running FreeBSD 2.1.6 (Walnut Creek CD-ROM) on an external network. I'm > trying to use the FreeBSD-running PC as a dual-homed router / gateway for > the LAN to reach the Internet, and for the Internet to reach our web > server. > > I've engorged myself on FAQs and other documentation, but I just can't get > the network to work. I should have spent winter vacation writing the Pedantic PPP Proxy Primer. It would increase my holdings in the useful documentation stock :) > I have set up /etc/hosts to reflect my internal LAN, > I have updated my routing table to include my Internet gateway, I have > enabled the "gateway" option in /etc/sysconfig, and I am definitely > running routed. I am inexperienced with addressing subnets, so I assume > that I may have omitted some vital configuration details along those > lines. But I have ifconfiged my two ethernet cards (3Com 507s) with their > proper ip addresses. Okay, here we go: [ASCII art mode ENGAGED] PC PC PC PC PC | | | | | ---------Internal-Ethernet------------------ | | Indy FreeBSD | Ethernet To ISP > Here's a copy of my crippled routing table, which doesn't even seem to > reflect my second ethernet card: > > Destination Gateway Flags Refs Use Netif Expire default 208.28.204.1 UGSc > 0 0 ep0 10/24 link#3 UC 0 0 localhost localhost UH 0 320 lo0 208.28.204 > link#2 UC 0 0 208.28.204.1 link#2 UHLW 1 3 Crippled indeed; it looks like Pico's ^Justify option ate it! :) What are the addresses of the boxen on the internal net? You'll need to figure out your internal netmask. Assuming you're using 192.168.0.x for your-net, 192.168.0.1 for the inteface to your-net, and 192.168.1.1 for your ISP's router/gateway: route -f route add -net 192.168.0.0 -interface 192.168.0.1 -netmask 0xffffff00 route add default 192.168.1.1 That should do 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 Jan 14 12:17:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18300 for questions-outgoing; Wed, 14 Jan 1998 12:17:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org ([158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18260 for ; Wed, 14 Jan 1998 12:16:42 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA20252; Wed, 14 Jan 1998 20:07:55 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801142007.UAA20252@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Christoph Kukulies cc: freebsd-questions@freefall.FreeBSD.org Subject: Re: ppp pap Q - LCP ConfRej In-reply-to: Your message of "Wed, 14 Jan 1998 08:12:14 GMT." <199801140812.IAA05364@gilberto.physik.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 20:07:55 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The peer running iijppp is asking you to authenticate yourself. Tell them to remove the "enable pap" that they've put in their ppp.conf file. They've mis-read the documentation (the later versions of ppp are clearer about this). All they need is "set authname xxx" and "set authkey xxx". > I established kernel pppd on my dialin machine and dialing in > via Win95 works fine (though the connection always dies after > a seemingly fixed time interval of 90 seconds which may be another > problem - modem gets confused by the charging pulse). > > When I dial in from iijppp (FreeBSD, but one Linux user was claiming the same > problem) I'm getting this: > > Jan 14 07:59:58 cgate pppd[1864]: Using interface ppp0 > Jan 14 07:59:58 cgate pppd[1864]: Connect: ppp0 <--> /dev/ttyd0 > Jan 14 07:59:58 cgate pppd[1864]: sent [LCP ConfReq id=0x1 ] > Jan 14 07:59:58 cgate pppd[1864]: rcvd [LCP ConfAck id=0x1 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x2 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x2 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x3 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x3 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x4 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x4 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x5 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x5 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x6 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x6 ] > Jan 14 08:00:00 cgate pppd[1864]: rcvd [LCP ConfReq id=0x7 ] > Jan 14 08:00:00 cgate pppd[1864]: sent [LCP ConfRej id=0x7 ] > Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP ConfReq id=0x8 ] > Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfRej id=0x8 ] > Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP ConfReq id=0x9 ] > Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfRej id=0x9 ] > Jan 14 08:00:01 cgate pppd[1864]: rcvd [LCP TermReq id=0xa] > Jan 14 08:00:01 cgate pppd[1864]: sent [LCP TermAck id=0xa] > Jan 14 08:00:01 cgate pppd[1864]: sent [LCP ConfReq id=0x1 ] > Jan 14 08:00:28 cgate last message repeated 9 times > Jan 14 08:00:31 cgate pppd[1864]: LCP: timeout sending Config-Requests > > While the Win95 log looks like: > > Jan 14 07:45:06 cgate pppd[1811]: pppd 2.2.0 started by root, uid 0 > Jan 14 07:45:06 cgate pppd[1811]: Using interface ppp0 > Jan 14 07:45:06 cgate pppd[1811]: Connect: ppp0 <--> /dev/ttyd0 > Jan 14 07:45:06 cgate pppd[1811]: sent [LCP ConfReq id=0x1 > ] > Jan 14 07:45:06 cgate pppd[1811]: rcvd [LCP ConfAck id=0x1 > ] > Jan 14 07:45:08 cgate pppd[1811]: rcvd [LCP ConfReq id=0x2 agic 0x8dc0f> < 0d 03 06>] > Jan 14 07:45:08 cgate pppd[1811]: sent [LCP ConfRej id=0x2 < 0d 03 06>] > Jan 14 07:45:08 cgate pppd[1811]: rcvd [LCP ConfReq id=0x3 agic 0x8dc0f> ] > Jan 14 07:45:08 cgate pppd[1811]: sent [LCP ConfAck id=0x3 agic 0x8dc0f> ] > Jan 14 07:45:08 cgate pppd[1811]: rcvd [PAP AuthReq id=0x1 user="prabbert" passw > ord="Fr_eeBSD"] > Jan 14 07:45:09 cgate pppd[1811]: user prabbert logged in > Jan 14 07:45:09 cgate pppd[1811]: sent [PAP AuthAck id=0x1msg="Login ok"] > Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfReq id=0x1 > ] > Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfReq id=0x1 ] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x1 > ] > Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfRej id=0x1 s2 0.0.0.0>] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfReq id=0x1 < 12 06 00 00 00 01> > < 11 05 00 01 04>] > Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfRej id=0x1 < 12 06 00 00 00 01> > < 11 05 00 01 04>] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfAck id=0x1 > ] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfRej id=0x1 ] > Jan 14 07:45:09 cgate pppd[1811]: sent [CCP ConfReq id=0x2] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x2 > ] > Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfNak id=0x2 > ] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfAck id=0x2] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x3 > ] > Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfAck id=0x3 > Jan 14 07:45:09 cgate pppd[1811]: rcvd [CCP ConfAck id=0x2] > Jan 14 07:45:09 cgate pppd[1811]: rcvd [IPCP ConfReq id=0x3 > ] > Jan 14 07:45:09 cgate pppd[1811]: sent [IPCP ConfAck id=0x3 > ] > Jan 14 07:45:09 cgate pppd[1811]: local IP address 193.124.30.11 > Jan 14 07:45:09 cgate pppd[1811]: remote IP address 193.124.12.4 > Jan 14 07:45:09 cgate pppd[1811]: found interface ed0 for proxy arp > Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP ConfReq id=0x2] > Jan 14 07:45:12 cgate pppd[1811]: sent [CCP ConfAck id=0x2] > Jan 14 07:45:12 cgate pppd[1811]: No matching compression scheme, CCP disabled > Jan 14 07:45:12 cgate pppd[1811]: sent [CCP TermReq id=0x3] > Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP TermReq id=0x3] > Jan 14 07:45:12 cgate pppd[1811]: sent [CCP TermAck id=0x3] > Jan 14 07:45:12 cgate pppd[1811]: rcvd [CCP TermAck id=0x3] > Jan 14 07:47:46 cgate pppd[1811]: Hangup (SIGHUP) > Jan 14 07:47:46 cgate pppd[1811]: Modem hangup > Jan 14 07:47:46 cgate pppd[1811]: Exit. > > Help appreciated. > > -- > Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 14 12:17:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18392 for questions-outgoing; Wed, 14 Jan 1998 12:17:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org ([158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18360 for ; Wed, 14 Jan 1998 12:17:21 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id TAA20214; Wed, 14 Jan 1998 19:57:45 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801141957.TAA20214@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-reply-to: Your message of "Tue, 13 Jan 1998 20:56:49 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 19:57:45 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- > > Greetings: > > I recently moved FreeBSD to a new computer (did a reinstall, only copied > motd and a few other files), and ever since the move, my modem has been > involuntarily disconnecting while I am on the internet. While I am on the > web or doing downloads, things work fine and I can be on for hours at a time > , but as soon as I do something which requires short, quick blips back and > forth between myself and another machine (in particular, checking my mail, > finger, ICQ), the modem disconnects. Any ideas what the problem might be? > I'm currently running FreeBSD 2.1.7 with the new, hacked version of ppp, > which was obtained from the FreeBSD site. > > Thanks in advance, Can you try installing the 970113 version. It now uses whatever libalias is available. After you install, if your problem persists, can you try removing /usr/lib/libalias.so.2.5, then restart ppp and see if the problem persists ? I'm just trying to narrow things down. > Andrew Stevens. Thanks. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 14 12:17:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18399 for questions-outgoing; Wed, 14 Jan 1998 12:17:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org ([158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18366 for ; Wed, 14 Jan 1998 12:17:31 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA20232; Wed, 14 Jan 1998 20:02:14 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801142002.UAA20232@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: stephen farrell cc: michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* In-reply-to: Your message of "14 Jan 1998 09:28:57 CST." <8767nnf51i.fsf@phaedrus.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 20:02:13 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > michael dorin writes: > > > How do I restart smtp without rebooting after I change the sendmail > > files? > > In my opinion this is a benefit of sysV way of doing things over > BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; > /etc/init.d/sendmail start and you don't have to worry about flags and > so on. > > Unless I'm sadly mistaken and need to take myself out and shoot > myself, under freebsd you need to (a) ps -auxx and find the sendmail > process and kill it (or use killall, which I never think of b/c I use > solaris so much, and killall in solaris does something totally > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > you quickly learn /usr/sbin/sendmail -bd -q1h). Or you can just type "killall -1 sendmail" because you quickly learn that FreeBSD ain't Slowaris :-) IMO, this is a benefit of the FreeBSD way of doing things over SysV. It also means that you don't refuse smtp connections between the stop and start. > -- > > Steve Farrell > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 14 12:21:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18977 for questions-outgoing; Wed, 14 Jan 1998 12:21:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org ([158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18366 for ; Wed, 14 Jan 1998 12:17:31 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA20232; Wed, 14 Jan 1998 20:02:14 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801142002.UAA20232@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: stephen farrell cc: michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* In-reply-to: Your message of "14 Jan 1998 09:28:57 CST." <8767nnf51i.fsf@phaedrus.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 20:02:13 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > michael dorin writes: > > > How do I restart smtp without rebooting after I change the sendmail > > files? > > In my opinion this is a benefit of sysV way of doing things over > BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; > /etc/init.d/sendmail start and you don't have to worry about flags and > so on. > > Unless I'm sadly mistaken and need to take myself out and shoot > myself, under freebsd you need to (a) ps -auxx and find the sendmail > process and kill it (or use killall, which I never think of b/c I use > solaris so much, and killall in solaris does something totally > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > you quickly learn /usr/sbin/sendmail -bd -q1h). Or you can just type "killall -1 sendmail" because you quickly learn that FreeBSD ain't Slowaris :-) IMO, this is a benefit of the FreeBSD way of doing things over SysV. It also means that you don't refuse smtp connections between the stop and start. > -- > > Steve Farrell > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 14 12:36:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20549 for questions-outgoing; Wed, 14 Jan 1998 12:36:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com ([205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA20514 for ; Wed, 14 Jan 1998 12:35:51 -0800 (PST) (envelope-from jservice@yahoo.com) Message-ID: <19980114203506.25040.rocketmail@send1a.yahoomail.com> Received: from [192.75.134.6] by send1a; Wed, 14 Jan 1998 12:35:06 PST Date: Wed, 14 Jan 1998 12:35:06 -0800 (PST) From: James R R Service Reply-To: jservice@oht.hydro.on.ca Subject: user ppp (v1.6 1997/12/13 02:37:33) stalled To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-2138437061-959030623-884810106=:22258" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---2138437061-959030623-884810106=:22258 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have two PC's one of which calls the other every hour via cron. Using rsync and ssh, a set of log files are synchronized / transferred between the two machines. The ppp version I am using on both machines is: PPP Version 1.6 - $Date: 1997/12/13 02:37:33 $ I discovered the Deflate problem with lost packets earlier (Dec. 26) and disabled it; however, ppp still occasionally stalls. I have attached an extract of the log file (with IP addresses and phone number changed) showing a "correct" call at 01:45 and a "stalled" call at 02:45. I connected to the local ppp at about 08:42 using pppctl and manually closed the connection. Would a reasonable work-around include adding a line at the end of my callout script to connect via pppctl and close the connection? Should I upgrade my PPP to solve this problem? --Jim == James (Jim) R.R. Service Internet: jservice@oht.hydro.on.ca Ontario Hydro Technologies jservice@yahoo.com 800 Kipling Ave. - Room KB223 FAX: (416) 207-6954 Toronto, Ontario, CANADA M8Z 5S4 _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com ---2138437061-959030623-884810106=:22258 Content-Type: application/octet-stream; name="ppp.note" Content-Transfer-Encoding: base64 Content-Description: ppp.note Content-Disposition: attachment; filename="ppp.note" SmFuIDE0IDAxOjQ1OjAwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQ aGFzZTogQ29ubmVjdGVkISAKSmFuIDE0IDAxOjQ1OjAwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogUGhvbmU6IDEyMzQ1Njc4OTAxMiAK SmFuIDE0IDAxOjQ1OjIzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6IFN0YXRlIGNoYW5nZSBJbml0aWFsIC0tPiBDbG9zZWQgCkphbiAxNCAw MTo0NToyMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BT ZW5kQ29uZmlnUmVxIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAwMTo0NToy MyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJPVE9DT01Q WzJdIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQgMDE6NDU6 MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1SVVs0XSAx NTAwIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIE1BR0lDTlVNWzZdIDB4N2RjNTgyYmEgCkphbiAxNCAwMTo0 NToyMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBj aGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAxOjQ1OjI0IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZp Z3VyZSBSZXF1ZXN0ICgxKSBzdGF0ZSA9IFJlcS1TZW50ICg2KSAKSmFuIDE0 IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBB Q0ZDT01QWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0g MHgwMDAwMDAwMCAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2 XSAweDExZWQ2YzMxIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogU2VuZENvbmZpZ0FjayhSZXEtU2VudCkgCkph biAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQ OiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNDTUFQ WzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTUFHSUNO VU1bNl0gMHgxMWVkNmMzMSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAt LT4gQWNrLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogTENQOiBSZWNlaXZlZCBDb25maWd1cmUgQWNrICgxKSBz dGF0ZSA9IEFjay1TZW50ICg4KSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBBY2stU2Vu dCAtLT4gT3BlbmVkIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogTGNwTGF5ZXJVcCAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhhc2U6 IEF1dGhlbnRpY2F0ZSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhhc2U6IE5ldHdvcmsgCkphbiAx NCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog U3RhdGUgY2hhbmdlIEluaXRpYWwgLS0+IENsb3NlZCAKSmFuIDE0IDAxOjQ1 OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBJUENQIFVw IGV2ZW50ISEgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogSVBDUDogSXBjcFNlbmRDb25maWdSZXEgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIElQQURE Uls2XSB3LngueS56IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IElQQ1A6ICBDT01QUFJPVE9bNl0gMTYgVkogc2xvdHMg d2l0aCBzbG90IGNvbXByZXMgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogSVBDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAt LT4gUmVxLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAtLT4gQ2xv c2VkIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogQ0NQIFVwIGV2ZW50ISEgCkphbiAxNCAwMTo0NToyNCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBDY3BTZW5kQ29uZmlnUmVx IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogIFBSRUQxWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IENDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAtLT4g UmVxLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDEp IHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4gMTQgMDE6NDU6MjQgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBJUEFERFJbNl0gIHcueC55 LnogCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogSVBDUDogIENPTVBQUk9UT1s2XSAgMTYgVkogc2xvdHMgd2l0aCBzbG90 IGNvbXByZXNzaW9uIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IElQQ1A6IFNlbmRDb25maWdBY2soUmVxLVNlbnQpIApK YW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQ Q1A6ICBJUEFERFJbNl0gIHcueC55LnogCkphbiAxNCAwMTo0NToyNCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2XSAg MTYgVkogc2xvdHMgd2l0aCBzbG90IGNvbXByZXNzaW9uIApKYW4gMTQgMDE6 NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6IFN0YXRl IGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNlbnQgCkphbiAxNCAwMTo0NToy NCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBSZWNlaXZlZCBD b25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBSZXEtU2VudCAoNikgCkph biAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQ OiAgREVGTEFURVs0XSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNlbmRDb25maWdS ZWooUmVxLVNlbnQpIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IENDUDogIERFRkxBVEVbNF0gCkphbiAxNCAwMTo0NToy NCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogUmVjZWl2ZWQg Q29uZmlndXJlIEFjayAoMSkgc3RhdGUgPSBBY2stU2VudCAoOCkgCkphbiAx NCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog U3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogSXBjcExh eWVyVXAoOSkuIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IElQQ1A6ICBteWFkZHIgPSB3LngueS56ICBoaXNhZGRyID0g dy54LnkueiAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMaW5rOiBPc0xpbmt1cDogdy54LnkueiAKSmFuIDE0IDAxOjQ1 OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2VpdmVk IENvbmZpZ3VyZSBBY2sgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4g MTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IENDUDog U3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stUmN2ZCAKSmFuIDE0IDAx OjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2Vp dmVkIENvbmZpZ3VyZSBSZXF1ZXN0ICgyKSBzdGF0ZSA9IEFjay1SY3ZkICg3 KSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNlbmRDb25maWdBY2soQWNrLVJjdmQp IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogIFBSRUQxWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IENDUDogU3RhdGUgY2hhbmdlIEFjay1SY3ZkIC0t PiBPcGVuZWQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogQ0NQOiBDY3BMYXllclVwKDkpLiAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IE91dCA9IFBSRUQx WzFdLCBJbiA9IFBSRUQxWzFdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IENDUDogUHJlZGljdG9yMTogSW5wdXQgY2hh bm5lbCByZXNldCAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBDQ1A6IFByZWRpY3RvcjE6IE91dHB1dCBjaGFubmVsIHJl c2V0IApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IFBoYXNlOiBJZGxlIHRpbWVyIGV4cGlyZWQuIApKYW4gMTQgMDE6NDk6 MTIgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBOZXdQaGFz ZTogVGVybWluYXRlIApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExpbms6IE9zTGlua2Rvd246IHcueC55LnogCkphbiAx NCAwMTo0OToxMiBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog SXBjcExheWVyRG93bi4gCkphbiAxNCAwMTo0OToxMiBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogSVBDUDogQ29ubmVjdCB0aW1lOiAyMjggc2Vjczog MTM5NjIxIG9jdGV0cyBpbiwgMjc5Nzcgb2N0ZXRzIG91dCAKSmFuIDE0IDAx OjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiAgdG90 YWwgNzM1IGJ5dGVzL3NlYyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBJUENQOiBTdGF0ZSBjaGFuZ2UgT3BlbmVkIC0t PiBTdGFydGluZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBDQ1A6IENjcExheWVyRG93bi4gCkphbiAxNCAwMTo0OTox MiBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFu Z2UgT3BlbmVkIC0tPiBTdGFydGluZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IExjcExheWVyRG93biAKSmFu IDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 IFNlbmRUZXJtaW5hdGVSZXEuIApKYW4gMTQgMDE6NDk6MTIgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIE9wZW5lZCAt LT4gQ2xvc2luZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIFRlcm1pbmF0ZSBBY2sgKDIpIHN0 YXRlID0gQ2xvc2luZyAoNCkgCkphbiAxNCAwMTo0OToxMiBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBjaGFuZ2UgQ2xvc2luZyAt LT4gQ2xvc2VkIApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogTGNwTGF5ZXJGaW5pc2ggCkphbiAxNCAwMTo0OTox MyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IE1vZGVtOiBD b25uZWN0IHRpbWU6IDI1MyBzZWNzOiAxMzUwMDAgb2N0ZXRzIGluLCAyMDkx MyBvY3RldHMgb3V0IApKYW4gMTQgMDE6NDk6MTMgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IFBoYXNlOiAgdG90YWwgNjE2IGJ5dGVzL3NlYyAKSmFu IDE0IDAxOjQ5OjEzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFz ZTogTmV3UGhhc2U6IERlYWQgCkphbiAxNCAwMjo0NTowMCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IENvbm5lY3RlZCEgCkphbiAxNCAw Mjo0NTowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IFBo b25lOiAxMjM0NTY3ODkwMTIgCkphbiAxNCAwMjo0NToyOCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAt LT4gQ2xvc2VkIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogTGNwU2VuZENvbmZpZ1JlcSAKSmFuIDE0IDAyOjQ1 OjI4IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01Q WzJdIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAw MDAwMCAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQy ZDM2MGRhIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IExDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAtLT4gUmVxLVNlbnQg CkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog TENQOiBSZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBS ZXEtU2VudCAoNikgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjI5 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBb Ml0gCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0NToy OSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1 MDAgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgTUFHSUNOVU1bNl0gMHg0MmQzNjBkYSAKSmFuIDE0IDAyOjQ1 OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IE1hZ2ljIGlz IHNhbWUgKDQyZDM2MGRhKSAtIDEgdGltZXMgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTZW5kQ29uZmlnTmFr KFJlcS1TZW50KSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQyZDM2MGRhIApKYW4g MTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDog UmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDEpIHN0YXRlID0gUmVxLVNl bnQgKDYpIApKYW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAwMjo0NToyOSBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJPVE9DT01QWzJdIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQgMDI6NDU6MjkgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1SVVs0XSAxNTAwIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogIE1BR0lDTlVNWzZdIDB4NjQ4YjVmNGMgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTZW5kQ29uZmlnQWNr KFJlcS1TZW50KSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6Mjkg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsy XSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjI5 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBNQUdJQ05VTVs2XSAweDY0OGI1ZjRjIApKYW4gMTQgMDI6NDU6 MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hh bmdlIFJlcS1TZW50IC0tPiBBY2stU2VudCAKSmFuIDE0IDAyOjQ1OjI5IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZp Z3VyZSBBY2sgKDEpIHN0YXRlID0gQWNrLVNlbnQgKDgpIApKYW4gMTQgMDI6 NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUg Y2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BMYXllclVwIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBo YXNlOiBOZXdQaGFzZTogQXV0aGVudGljYXRlIApKYW4gMTQgMDI6NDU6Mjkg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBOZXdQaGFzZTog TmV0d29yayAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBJUENQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAtLT4gQ2xvc2Vk IApKYW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IElQQ1A6IElQQ1AgVXAgZXZlbnQhISAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBJcGNwU2VuZENvbmZpZ1Jl cSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBJUENQOiAgSVBBRERSWzZdIHcueC55LnogCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2 XSAxNiBWSiBzbG90cyB3aXRoIHNsb3QgY29tcHJlcyAKSmFuIDE0IDAyOjQ1 OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBTdGF0ZSBj aGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAyOjQ1OjI5IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFN0YXRlIGNoYW5nZSBJ bml0aWFsIC0tPiBDbG9zZWQgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBDQ1AgVXAgZXZlbnQhISAKSmFuIDE0 IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IENj cFNlbmRDb25maWdSZXEgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogQ0NQOiAgUFJFRDFbMl0gCkphbiAxNCAwMjo0NToy OSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFu Z2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZpZ3Vy ZSBSZXF1ZXN0ICgyKSBzdGF0ZSA9IE9wZW5lZCAoOSkgCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNGQ09N UFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAxNCAwMjo0NTozMCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNDTUFQWzZdIDB4MDAw MDAwMDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAxNCAwMjo0NTozMCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTUFHSUNOVU1bNl0gMHg0 NzY3OGQ3OSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6IExjcExheWVyRG93biAKSmFuIDE0IDAyOjQ1OjMwIHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IExjcFNlbmRDb25maWdS ZXEgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAg QUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2 aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAg TUFHSUNOVU1bNl0gMHgzMWM4ZGY3MyAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFNlbmRDb25maWdBY2soT3Bl bmVkKSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 ICBNQUdJQ05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6MzAgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIE9w ZW5lZCAtLT4gQWNrLVNlbnQgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJl cXVlc3QgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBJUEFERFJb Nl0gIHcueC55LnogCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2XSAgMTYgVkogc2xvdHMg d2l0aCBzbG90IGNvbXByZXNzaW9uIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6IFNlbmRDb25maWdBY2soUmVx LVNlbnQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IElQQ1A6ICBJUEFERFJbNl0gIHcueC55LnogCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQ Uk9UT1s2XSAgMTYgVkogc2xvdHMgd2l0aCBzbG90IGNvbXByZXNzaW9uIApK YW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQ Q1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNlbnQgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBS ZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBSZXEtU2Vu dCAoNikgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogQ0NQOiAgREVGTEFURVs0XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0 IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNl bmRDb25maWdSZWooUmVxLVNlbnQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IENDUDogIERFRkxBVEVbNF0gCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog UmVjZWl2ZWQgQ29uZmlndXJlIEFjayAoMSkgc3RhdGUgPSBBY2stU2VudCAo OCkgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogSVBDUDogU3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkph biAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBD UDogSXBjcExheWVyVXAoOSkuIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBteWFkZHIgPSB3LngueS56ICBo aXNhZGRyID0gdy54LnkueiAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMaW5rOiBPc0xpbmt1cDogdy54LnkueiAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6 IFJlY2VpdmVkIENvbmZpZ3VyZSBBY2sgKDEpIHN0YXRlID0gUmVxLVNlbnQg KDYpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogU3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stUmN2ZCAK SmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6IFJlY2VpdmVkIENvbmZpZ3VyZSBSZXF1ZXN0ICgzKSBzdGF0ZSA9IEFj ay1TZW50ICg4KSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsy XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMw IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU2VuZENvbmZp Z0FjayhBY2stU2VudCkgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1 OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NP TVBbMl0gCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRd IDE1MDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgTUFHSUNOVU1bNl0gMHg0NzY3OGQ3OSAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2Vp dmVkIENvbmZpZ3VyZSBBY2sgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIApK YW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogU3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAw Mjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BM YXllclVwIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IFBoYXNlOiBOZXdQaGFzZTogQXV0aGVudGljYXRlIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBO ZXdQaGFzZTogTmV0d29yayAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBJUENQOiBPb3BzLCBVcCBhdCBPcGVuZWQgCkph biAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBD UDogSVBDUCBVcCBldmVudCEhIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IENDUDogT29wcywgVXAgYXQgQWNrLVJjdmQg CkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog Q0NQOiBDQ1AgVXAgZXZlbnQhISAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2VpdmVkIENvbmZpZ3VyZSBS ZXF1ZXN0ICgyKSBzdGF0ZSA9IEFjay1SY3ZkICg3KSAKSmFuIDE0IDAyOjQ1 OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsy XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBDQ1A6IFNlbmRDb25maWdBY2soQWNrLVJjdmQpIApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IENDUDogIFBSRUQxWzJd IApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogU3RhdGUgY2hhbmdlIEFjay1SY3ZkIC0tPiBPcGVuZWQgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBD Y3BMYXllclVwKDkpLiAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBDQ1A6IE91dCA9IFBSRUQxWzFdLCBJbiA9IFBSRUQx WzFdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogUHJlZGljdG9yMTogSW5wdXQgY2hhbm5lbCByZXNldCAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6 IFByZWRpY3RvcjE6IE91dHB1dCBjaGFubmVsIHJlc2V0IApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogUmVjZWl2 ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDQpIHN0YXRlID0gT3BlbmVkICg5KSAK SmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NN QVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJ Q05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExpbms6IE9zTGlua2Rvd246IHcueC55Lnog CkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog SVBDUDogSXBjcExheWVyRG93bi4gCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2 aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogQ29ubmVjdCB0aW1lOiAwIHNl Y3M6IDI1NiBvY3RldHMgaW4sIDMzMiBvY3RldHMgb3V0IApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICB0b3Rh bCA1ODggYnl0ZXMvc2VjIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IElQQ1A6IFN0YXRlIGNoYW5nZSBPcGVuZWQgLS0+ IFN0YXJ0aW5nIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IENDUDogQ2NwTGF5ZXJEb3duLiAKSmFuIDE0IDAyOjQ1OjMw IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFN0YXRlIGNoYW5n ZSBPcGVuZWQgLS0+IFN0YXJ0aW5nIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogTGNwTGF5ZXJEb3duIApKYW4g MTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDog TGNwU2VuZENvbmZpZ1JlcSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RP Q09NUFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVb NF0gMTUwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDMxYzhkZjczIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU2Vu ZENvbmZpZ0FjayhPcGVuZWQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAw Mjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJP VE9DT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1S VVs0XSAxNTAwIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIE1BR0lDTlVNWzZdIDB4NDc2NzhkNzkgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBT dGF0ZSBjaGFuZ2UgT3BlbmVkIC0tPiBBY2stU2VudCAKSmFuIDE0IDA4OjQx OjExIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogY29ubmVj dGVkIHRvIGNsaWVudC4gCkphbiAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogUGhhc2U6IE5ld1BoYXNlOiBUZXJtaW5hdGUgCkph biAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQ OiBTZW5kVGVybWluYXRlUmVxLiAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBBY2stU2Vu dCAtLT4gQ2xvc2luZyAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIFRlcm1pbmF0ZSBSZXF1ZXN0 ICg0KSBzdGF0ZSA9IENsb3NpbmcgKDQpIApKYW4gMTQgMDg6NDI6MDEgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogTGNwU2VuZFRlcm1pbmF0 ZUFjay4gCkphbiAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiBSZWNlaXZlZCBUZXJtaW5hdGUgQWNrICg1KSBzdGF0ZSA9 IENsb3NpbmcgKDQpIApKYW4gMTQgMDg6NDI6MDEgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIENsb3NpbmcgLS0+IENs b3NlZCAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6IExjcExheWVyRmluaXNoIApKYW4gMTQgMDg6NDI6MDMgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBNb2RlbTogQ29ubmVj dCB0aW1lOiAyMTQyMyBzZWNzOiAxMzAwIG9jdGV0cyBpbiwgODY0IG9jdGV0 cyBvdXQgCkphbiAxNCAwODo0MjowMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogUGhhc2U6ICB0b3RhbCAwIGJ5dGVzL3NlYyAKSmFuIDE0IDA4OjQy OjAzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhh c2U6IERlYWQgCkphbiAxNCAwODo0MjozNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogUGhhc2U6IENsaWVudCBjb25uZWN0aW9uIGNsb3NlZC4gCg== ---2138437061-959030623-884810106=:22258-- From owner-freebsd-questions Wed Jan 14 12:38:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20917 for questions-outgoing; Wed, 14 Jan 1998 12:38:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxyb2.san.rr.com ([204.210.0.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20762 for ; Wed, 14 Jan 1998 12:37:57 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb2.san.rr.com (8.8.7/8.8.8) with ESMTP id MAA14574; Wed, 14 Jan 1998 12:36:45 -0800 (PST) Message-ID: <34BD21DC.126F9D60@dal.net> Date: Wed, 14 Jan 1998 12:36:44 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: Karl Pielorz CC: questions@FreeBSD.ORG Subject: Re: Need to install Kernel source on old 2.1.0 Machine References: <34BC81BA.A801663C@tdx.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Karl Pielorz wrote: > > Can anyone tell me how I can install the kernel sources on an ageing 2.1.0 > FreeBSD system? I'm not even sure you could find the kernel sources for 2.1.0 publically available. Your best bet would be to use 2.1.7.1. Go to the src directory under that release on ftp.freebsd.org and d/l all of the ssys.* files and install.sh into their own directory. Then do /bin/sh install.sh sys > I know the system should probably be upgraded to 2.2.5 etc. - but it's about a > hundred miles away... ;-) Two of the systems that I maintain are 600 miles away and I upgrade them from here a few times a year. I have a checklist for a make world upgrade that includes hints for remote work. Check out http://home.san.rr.com/freebsd/upgrade.html. Good luck, Doug From owner-freebsd-questions Wed Jan 14 12:42:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21312 for questions-outgoing; Wed, 14 Jan 1998 12:42:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxyb2.san.rr.com ([204.210.0.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20762 for ; Wed, 14 Jan 1998 12:37:57 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb2.san.rr.com (8.8.7/8.8.8) with ESMTP id MAA14574; Wed, 14 Jan 1998 12:36:45 -0800 (PST) Message-ID: <34BD21DC.126F9D60@dal.net> Date: Wed, 14 Jan 1998 12:36:44 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: Karl Pielorz CC: questions@FreeBSD.ORG Subject: Re: Need to install Kernel source on old 2.1.0 Machine References: <34BC81BA.A801663C@tdx.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Karl Pielorz wrote: > > Can anyone tell me how I can install the kernel sources on an ageing 2.1.0 > FreeBSD system? I'm not even sure you could find the kernel sources for 2.1.0 publically available. Your best bet would be to use 2.1.7.1. Go to the src directory under that release on ftp.freebsd.org and d/l all of the ssys.* files and install.sh into their own directory. Then do /bin/sh install.sh sys > I know the system should probably be upgraded to 2.2.5 etc. - but it's about a > hundred miles away... ;-) Two of the systems that I maintain are 600 miles away and I upgrade them from here a few times a year. I have a checklist for a make world upgrade that includes hints for remote work. Check out http://home.san.rr.com/freebsd/upgrade.html. Good luck, Doug From owner-freebsd-questions Wed Jan 14 12:42:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21491 for questions-outgoing; Wed, 14 Jan 1998 12:42:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com ([205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA20514 for ; Wed, 14 Jan 1998 12:35:51 -0800 (PST) (envelope-from jservice@yahoo.com) Message-ID: <19980114203506.25040.rocketmail@send1a.yahoomail.com> Received: from [192.75.134.6] by send1a; Wed, 14 Jan 1998 12:35:06 PST Date: Wed, 14 Jan 1998 12:35:06 -0800 (PST) From: James R R Service Reply-To: jservice@oht.hydro.on.ca Subject: user ppp (v1.6 1997/12/13 02:37:33) stalled To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-2138437061-959030623-884810106=:22258" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---2138437061-959030623-884810106=:22258 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have two PC's one of which calls the other every hour via cron. Using rsync and ssh, a set of log files are synchronized / transferred between the two machines. The ppp version I am using on both machines is: PPP Version 1.6 - $Date: 1997/12/13 02:37:33 $ I discovered the Deflate problem with lost packets earlier (Dec. 26) and disabled it; however, ppp still occasionally stalls. I have attached an extract of the log file (with IP addresses and phone number changed) showing a "correct" call at 01:45 and a "stalled" call at 02:45. I connected to the local ppp at about 08:42 using pppctl and manually closed the connection. Would a reasonable work-around include adding a line at the end of my callout script to connect via pppctl and close the connection? Should I upgrade my PPP to solve this problem? --Jim == James (Jim) R.R. Service Internet: jservice@oht.hydro.on.ca Ontario Hydro Technologies jservice@yahoo.com 800 Kipling Ave. - Room KB223 FAX: (416) 207-6954 Toronto, Ontario, CANADA M8Z 5S4 _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com ---2138437061-959030623-884810106=:22258 Content-Type: application/octet-stream; name="ppp.note" Content-Transfer-Encoding: base64 Content-Description: ppp.note Content-Disposition: attachment; filename="ppp.note" SmFuIDE0IDAxOjQ1OjAwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQ aGFzZTogQ29ubmVjdGVkISAKSmFuIDE0IDAxOjQ1OjAwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogUGhvbmU6IDEyMzQ1Njc4OTAxMiAK SmFuIDE0IDAxOjQ1OjIzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6IFN0YXRlIGNoYW5nZSBJbml0aWFsIC0tPiBDbG9zZWQgCkphbiAxNCAw MTo0NToyMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BT ZW5kQ29uZmlnUmVxIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAwMTo0NToy MyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJPVE9DT01Q WzJdIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQgMDE6NDU6 MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1SVVs0XSAx NTAwIApKYW4gMTQgMDE6NDU6MjMgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIE1BR0lDTlVNWzZdIDB4N2RjNTgyYmEgCkphbiAxNCAwMTo0 NToyMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBj aGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAxOjQ1OjI0IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZp Z3VyZSBSZXF1ZXN0ICgxKSBzdGF0ZSA9IFJlcS1TZW50ICg2KSAKSmFuIDE0 IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBB Q0ZDT01QWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0g MHgwMDAwMDAwMCAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2 XSAweDExZWQ2YzMxIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogU2VuZENvbmZpZ0FjayhSZXEtU2VudCkgCkph biAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQ OiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNDTUFQ WzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTUFHSUNO VU1bNl0gMHgxMWVkNmMzMSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAt LT4gQWNrLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogTENQOiBSZWNlaXZlZCBDb25maWd1cmUgQWNrICgxKSBz dGF0ZSA9IEFjay1TZW50ICg4KSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBBY2stU2Vu dCAtLT4gT3BlbmVkIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogTGNwTGF5ZXJVcCAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhhc2U6 IEF1dGhlbnRpY2F0ZSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhhc2U6IE5ldHdvcmsgCkphbiAx NCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog U3RhdGUgY2hhbmdlIEluaXRpYWwgLS0+IENsb3NlZCAKSmFuIDE0IDAxOjQ1 OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBJUENQIFVw IGV2ZW50ISEgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogSVBDUDogSXBjcFNlbmRDb25maWdSZXEgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIElQQURE Uls2XSB3LngueS56IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IElQQ1A6ICBDT01QUFJPVE9bNl0gMTYgVkogc2xvdHMg d2l0aCBzbG90IGNvbXByZXMgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogSVBDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAt LT4gUmVxLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAtLT4gQ2xv c2VkIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogQ0NQIFVwIGV2ZW50ISEgCkphbiAxNCAwMTo0NToyNCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBDY3BTZW5kQ29uZmlnUmVx IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogIFBSRUQxWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IENDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAtLT4g UmVxLVNlbnQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDEp IHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4gMTQgMDE6NDU6MjQgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBJUEFERFJbNl0gIHcueC55 LnogCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogSVBDUDogIENPTVBQUk9UT1s2XSAgMTYgVkogc2xvdHMgd2l0aCBzbG90 IGNvbXByZXNzaW9uIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IElQQ1A6IFNlbmRDb25maWdBY2soUmVxLVNlbnQpIApK YW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQ Q1A6ICBJUEFERFJbNl0gIHcueC55LnogCkphbiAxNCAwMTo0NToyNCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2XSAg MTYgVkogc2xvdHMgd2l0aCBzbG90IGNvbXByZXNzaW9uIApKYW4gMTQgMDE6 NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6IFN0YXRl IGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNlbnQgCkphbiAxNCAwMTo0NToy NCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBSZWNlaXZlZCBD b25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBSZXEtU2VudCAoNikgCkph biAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQ OiAgREVGTEFURVs0XSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNlbmRDb25maWdS ZWooUmVxLVNlbnQpIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IENDUDogIERFRkxBVEVbNF0gCkphbiAxNCAwMTo0NToy NCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogUmVjZWl2ZWQg Q29uZmlndXJlIEFjayAoMSkgc3RhdGUgPSBBY2stU2VudCAoOCkgCkphbiAx NCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog U3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAwMTo0 NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogSXBjcExh eWVyVXAoOSkuIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IElQQ1A6ICBteWFkZHIgPSB3LngueS56ICBoaXNhZGRyID0g dy54LnkueiAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMaW5rOiBPc0xpbmt1cDogdy54LnkueiAKSmFuIDE0IDAxOjQ1 OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2VpdmVk IENvbmZpZ3VyZSBBY2sgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4g MTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IENDUDog U3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stUmN2ZCAKSmFuIDE0IDAx OjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2Vp dmVkIENvbmZpZ3VyZSBSZXF1ZXN0ICgyKSBzdGF0ZSA9IEFjay1SY3ZkICg3 KSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNlbmRDb25maWdBY2soQWNrLVJjdmQp IApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogIFBSRUQxWzJdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IENDUDogU3RhdGUgY2hhbmdlIEFjay1SY3ZkIC0t PiBPcGVuZWQgCkphbiAxNCAwMTo0NToyNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogQ0NQOiBDY3BMYXllclVwKDkpLiAKSmFuIDE0IDAxOjQ1OjI0 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IE91dCA9IFBSRUQx WzFdLCBJbiA9IFBSRUQxWzFdIApKYW4gMTQgMDE6NDU6MjQgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IENDUDogUHJlZGljdG9yMTogSW5wdXQgY2hh bm5lbCByZXNldCAKSmFuIDE0IDAxOjQ1OjI0IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBDQ1A6IFByZWRpY3RvcjE6IE91dHB1dCBjaGFubmVsIHJl c2V0IApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IFBoYXNlOiBJZGxlIHRpbWVyIGV4cGlyZWQuIApKYW4gMTQgMDE6NDk6 MTIgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBOZXdQaGFz ZTogVGVybWluYXRlIApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExpbms6IE9zTGlua2Rvd246IHcueC55LnogCkphbiAx NCAwMTo0OToxMiBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog SXBjcExheWVyRG93bi4gCkphbiAxNCAwMTo0OToxMiBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogSVBDUDogQ29ubmVjdCB0aW1lOiAyMjggc2Vjczog MTM5NjIxIG9jdGV0cyBpbiwgMjc5Nzcgb2N0ZXRzIG91dCAKSmFuIDE0IDAx OjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiAgdG90 YWwgNzM1IGJ5dGVzL3NlYyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBJUENQOiBTdGF0ZSBjaGFuZ2UgT3BlbmVkIC0t PiBTdGFydGluZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBDQ1A6IENjcExheWVyRG93bi4gCkphbiAxNCAwMTo0OTox MiBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFu Z2UgT3BlbmVkIC0tPiBTdGFydGluZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IExjcExheWVyRG93biAKSmFu IDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 IFNlbmRUZXJtaW5hdGVSZXEuIApKYW4gMTQgMDE6NDk6MTIgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIE9wZW5lZCAt LT4gQ2xvc2luZyAKSmFuIDE0IDAxOjQ5OjEyIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIFRlcm1pbmF0ZSBBY2sgKDIpIHN0 YXRlID0gQ2xvc2luZyAoNCkgCkphbiAxNCAwMTo0OToxMiBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBjaGFuZ2UgQ2xvc2luZyAt LT4gQ2xvc2VkIApKYW4gMTQgMDE6NDk6MTIgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogTGNwTGF5ZXJGaW5pc2ggCkphbiAxNCAwMTo0OTox MyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IE1vZGVtOiBD b25uZWN0IHRpbWU6IDI1MyBzZWNzOiAxMzUwMDAgb2N0ZXRzIGluLCAyMDkx MyBvY3RldHMgb3V0IApKYW4gMTQgMDE6NDk6MTMgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IFBoYXNlOiAgdG90YWwgNjE2IGJ5dGVzL3NlYyAKSmFu IDE0IDAxOjQ5OjEzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFz ZTogTmV3UGhhc2U6IERlYWQgCkphbiAxNCAwMjo0NTowMCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IENvbm5lY3RlZCEgCkphbiAxNCAw Mjo0NTowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogUGhhc2U6IFBo b25lOiAxMjM0NTY3ODkwMTIgCkphbiAxNCAwMjo0NToyOCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogTENQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAt LT4gQ2xvc2VkIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogTGNwU2VuZENvbmZpZ1JlcSAKSmFuIDE0IDAyOjQ1 OjI4IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01Q WzJdIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAw MDAwMCAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAyOjQ1OjI4IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQy ZDM2MGRhIApKYW4gMTQgMDI6NDU6MjggcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IExDUDogU3RhdGUgY2hhbmdlIENsb3NlZCAtLT4gUmVxLVNlbnQg CkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog TENQOiBSZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBS ZXEtU2VudCAoNikgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjI5 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBb Ml0gCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0NToy OSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1 MDAgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgTUFHSUNOVU1bNl0gMHg0MmQzNjBkYSAKSmFuIDE0IDAyOjQ1 OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IE1hZ2ljIGlz IHNhbWUgKDQyZDM2MGRhKSAtIDEgdGltZXMgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTZW5kQ29uZmlnTmFr KFJlcS1TZW50KSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQyZDM2MGRhIApKYW4g MTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDog UmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDEpIHN0YXRlID0gUmVxLVNl bnQgKDYpIApKYW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAwMjo0NToyOSBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJPVE9DT01QWzJdIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQgMDI6NDU6MjkgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1SVVs0XSAxNTAwIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogIE1BR0lDTlVNWzZdIDB4NjQ4YjVmNGMgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBTZW5kQ29uZmlnQWNr KFJlcS1TZW50KSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6Mjkg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsy XSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjI5 IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBNQUdJQ05VTVs2XSAweDY0OGI1ZjRjIApKYW4gMTQgMDI6NDU6 MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hh bmdlIFJlcS1TZW50IC0tPiBBY2stU2VudCAKSmFuIDE0IDAyOjQ1OjI5IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZp Z3VyZSBBY2sgKDEpIHN0YXRlID0gQWNrLVNlbnQgKDgpIApKYW4gMTQgMDI6 NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUg Y2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BMYXllclVwIApK YW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBo YXNlOiBOZXdQaGFzZTogQXV0aGVudGljYXRlIApKYW4gMTQgMDI6NDU6Mjkg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBOZXdQaGFzZTog TmV0d29yayAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBJUENQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAtLT4gQ2xvc2Vk IApKYW4gMTQgMDI6NDU6MjkgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IElQQ1A6IElQQ1AgVXAgZXZlbnQhISAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBJcGNwU2VuZENvbmZpZ1Jl cSAKSmFuIDE0IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBJUENQOiAgSVBBRERSWzZdIHcueC55LnogCkphbiAxNCAwMjo0NToyOSBw Yy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2 XSAxNiBWSiBzbG90cyB3aXRoIHNsb3QgY29tcHJlcyAKSmFuIDE0IDAyOjQ1 OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBJUENQOiBTdGF0ZSBj aGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAyOjQ1OjI5IHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFN0YXRlIGNoYW5nZSBJ bml0aWFsIC0tPiBDbG9zZWQgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBDQ1AgVXAgZXZlbnQhISAKSmFuIDE0 IDAyOjQ1OjI5IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IENj cFNlbmRDb25maWdSZXEgCkphbiAxNCAwMjo0NToyOSBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogQ0NQOiAgUFJFRDFbMl0gCkphbiAxNCAwMjo0NToy OSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBTdGF0ZSBjaGFu Z2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIENvbmZpZ3Vy ZSBSZXF1ZXN0ICgyKSBzdGF0ZSA9IE9wZW5lZCAoOSkgCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNGQ09N UFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAxNCAwMjo0NTozMCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgQUNDTUFQWzZdIDB4MDAw MDAwMDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAxNCAwMjo0NTozMCBwYy1z ZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTUFHSUNOVU1bNl0gMHg0 NzY3OGQ3OSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6IExjcExheWVyRG93biAKSmFuIDE0IDAyOjQ1OjMwIHBj LXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IExjcFNlbmRDb25maWdS ZXEgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAg QUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2 aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRdIDE1MDAgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAg TUFHSUNOVU1bNl0gMHgzMWM4ZGY3MyAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFNlbmRDb25maWdBY2soT3Bl bmVkKSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6 ICBNQUdJQ05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6MzAgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIE9w ZW5lZCAtLT4gQWNrLVNlbnQgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNl ai1lc2cgcHBwWzIzMzkxXTogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJl cXVlc3QgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBJUEFERFJb Nl0gIHcueC55LnogCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cg cHBwWzIzMzkxXTogSVBDUDogIENPTVBQUk9UT1s2XSAgMTYgVkogc2xvdHMg d2l0aCBzbG90IGNvbXByZXNzaW9uIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6IFNlbmRDb25maWdBY2soUmVx LVNlbnQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IElQQ1A6ICBJUEFERFJbNl0gIHcueC55LnogCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogIENPTVBQ Uk9UT1s2XSAgMTYgVkogc2xvdHMgd2l0aCBzbG90IGNvbXByZXNzaW9uIApK YW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQ Q1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNlbnQgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBS ZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUgPSBSZXEtU2Vu dCAoNikgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogQ0NQOiAgREVGTEFURVs0XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNl cnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsyXSAKSmFuIDE0 IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFNl bmRDb25maWdSZWooUmVxLVNlbnQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IENDUDogIERFRkxBVEVbNF0gCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDog UmVjZWl2ZWQgQ29uZmlndXJlIEFjayAoMSkgc3RhdGUgPSBBY2stU2VudCAo OCkgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkx XTogSVBDUDogU3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkph biAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBD UDogSXBjcExheWVyVXAoOSkuIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICBteWFkZHIgPSB3LngueS56ICBo aXNhZGRyID0gdy54LnkueiAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMaW5rOiBPc0xpbmt1cDogdy54LnkueiAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6 IFJlY2VpdmVkIENvbmZpZ3VyZSBBY2sgKDEpIHN0YXRlID0gUmVxLVNlbnQg KDYpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogU3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stUmN2ZCAK SmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6IFJlY2VpdmVkIENvbmZpZ3VyZSBSZXF1ZXN0ICgzKSBzdGF0ZSA9IEFj ay1TZW50ICg4KSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBw cHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAg cGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsy XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMw IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBMQ1A6ICBNQUdJQ05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU2VuZENvbmZp Z0FjayhBY2stU2VudCkgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogTENQOiAgQUNGQ09NUFsyXSAKSmFuIDE0IDAyOjQ1 OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBQUk9UT0NP TVBbMl0gCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgCkphbiAxNCAwMjo0 NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgTVJVWzRd IDE1MDAgCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiAgTUFHSUNOVU1bNl0gMHg0NzY3OGQ3OSAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2Vp dmVkIENvbmZpZ3VyZSBBY2sgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIApK YW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExD UDogU3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkphbiAxNCAw Mjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBMY3BM YXllclVwIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsy MzM5MV06IFBoYXNlOiBOZXdQaGFzZTogQXV0aGVudGljYXRlIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBO ZXdQaGFzZTogTmV0d29yayAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBJUENQOiBPb3BzLCBVcCBhdCBPcGVuZWQgCkph biAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogSVBD UDogSVBDUCBVcCBldmVudCEhIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IENDUDogT29wcywgVXAgYXQgQWNrLVJjdmQg CkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog Q0NQOiBDQ1AgVXAgZXZlbnQhISAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFJlY2VpdmVkIENvbmZpZ3VyZSBS ZXF1ZXN0ICgyKSBzdGF0ZSA9IEFjay1SY3ZkICg3KSAKSmFuIDE0IDAyOjQ1 OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6ICBQUkVEMVsy XSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFd OiBDQ1A6IFNlbmRDb25maWdBY2soQWNrLVJjdmQpIApKYW4gMTQgMDI6NDU6 MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IENDUDogIFBSRUQxWzJd IApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06 IENDUDogU3RhdGUgY2hhbmdlIEFjay1SY3ZkIC0tPiBPcGVuZWQgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogQ0NQOiBD Y3BMYXllclVwKDkpLiAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBDQ1A6IE91dCA9IFBSRUQxWzFdLCBJbiA9IFBSRUQx WzFdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5 MV06IENDUDogUHJlZGljdG9yMTogSW5wdXQgY2hhbm5lbCByZXNldCAKSmFu IDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6 IFByZWRpY3RvcjE6IE91dHB1dCBjaGFubmVsIHJlc2V0IApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogUmVjZWl2 ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDQpIHN0YXRlID0gT3BlbmVkICg5KSAK SmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBM Q1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RPQ09NUFsyXSAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0NN QVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVbNF0gMTUwMCAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNQUdJ Q05VTVs2XSAweDQ3Njc4ZDc5IApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExpbms6IE9zTGlua2Rvd246IHcueC55Lnog CkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTog SVBDUDogSXBjcExheWVyRG93bi4gCkphbiAxNCAwMjo0NTozMCBwYy1zZXJ2 aWNlai1lc2cgcHBwWzIzMzkxXTogSVBDUDogQ29ubmVjdCB0aW1lOiAwIHNl Y3M6IDI1NiBvY3RldHMgaW4sIDMzMiBvY3RldHMgb3V0IApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IElQQ1A6ICB0b3Rh bCA1ODggYnl0ZXMvc2VjIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWot ZXNnIHBwcFsyMzM5MV06IElQQ1A6IFN0YXRlIGNoYW5nZSBPcGVuZWQgLS0+ IFN0YXJ0aW5nIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IENDUDogQ2NwTGF5ZXJEb3duLiAKSmFuIDE0IDAyOjQ1OjMw IHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBDQ1A6IFN0YXRlIGNoYW5n ZSBPcGVuZWQgLS0+IFN0YXJ0aW5nIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vy dmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogTGNwTGF5ZXJEb3duIApKYW4g MTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDog TGNwU2VuZENvbmZpZ1JlcSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2Vq LWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBBQ0ZDT01QWzJdIApKYW4gMTQgMDI6 NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIFBST1RP Q09NUFsyXSAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6ICBBQ0NNQVBbNl0gMHgwMDAwMDAwMCAKSmFuIDE0IDAy OjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6ICBNUlVb NF0gMTUwMCAKSmFuIDE0IDAyOjQ1OjMwIHBjLXNlcnZpY2VqLWVzZyBwcHBb MjMzOTFdOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDMxYzhkZjczIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogU2Vu ZENvbmZpZ0FjayhPcGVuZWQpIApKYW4gMTQgMDI6NDU6MzAgcGMtc2Vydmlj ZWotZXNnIHBwcFsyMzM5MV06IExDUDogIEFDRkNPTVBbMl0gCkphbiAxNCAw Mjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiAgUFJP VE9DT01QWzJdIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApKYW4gMTQg MDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogIE1S VVs0XSAxNTAwIApKYW4gMTQgMDI6NDU6MzAgcGMtc2VydmljZWotZXNnIHBw cFsyMzM5MV06IExDUDogIE1BR0lDTlVNWzZdIDB4NDc2NzhkNzkgCkphbiAx NCAwMjo0NTozMCBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQOiBT dGF0ZSBjaGFuZ2UgT3BlbmVkIC0tPiBBY2stU2VudCAKSmFuIDE0IDA4OjQx OjExIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogY29ubmVj dGVkIHRvIGNsaWVudC4gCkphbiAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1l c2cgcHBwWzIzMzkxXTogUGhhc2U6IE5ld1BoYXNlOiBUZXJtaW5hdGUgCkph biAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIzMzkxXTogTENQ OiBTZW5kVGVybWluYXRlUmVxLiAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZp Y2VqLWVzZyBwcHBbMjMzOTFdOiBMQ1A6IFN0YXRlIGNoYW5nZSBBY2stU2Vu dCAtLT4gQ2xvc2luZyAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZpY2VqLWVz ZyBwcHBbMjMzOTFdOiBMQ1A6IFJlY2VpdmVkIFRlcm1pbmF0ZSBSZXF1ZXN0 ICg0KSBzdGF0ZSA9IENsb3NpbmcgKDQpIApKYW4gMTQgMDg6NDI6MDEgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IExDUDogTGNwU2VuZFRlcm1pbmF0 ZUFjay4gCkphbiAxNCAwODo0MjowMSBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogTENQOiBSZWNlaXZlZCBUZXJtaW5hdGUgQWNrICg1KSBzdGF0ZSA9 IENsb3NpbmcgKDQpIApKYW4gMTQgMDg6NDI6MDEgcGMtc2VydmljZWotZXNn IHBwcFsyMzM5MV06IExDUDogU3RhdGUgY2hhbmdlIENsb3NpbmcgLS0+IENs b3NlZCAKSmFuIDE0IDA4OjQyOjAxIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMz OTFdOiBMQ1A6IExjcExheWVyRmluaXNoIApKYW4gMTQgMDg6NDI6MDMgcGMt c2VydmljZWotZXNnIHBwcFsyMzM5MV06IFBoYXNlOiBNb2RlbTogQ29ubmVj dCB0aW1lOiAyMTQyMyBzZWNzOiAxMzAwIG9jdGV0cyBpbiwgODY0IG9jdGV0 cyBvdXQgCkphbiAxNCAwODo0MjowMyBwYy1zZXJ2aWNlai1lc2cgcHBwWzIz MzkxXTogUGhhc2U6ICB0b3RhbCAwIGJ5dGVzL3NlYyAKSmFuIDE0IDA4OjQy OjAzIHBjLXNlcnZpY2VqLWVzZyBwcHBbMjMzOTFdOiBQaGFzZTogTmV3UGhh c2U6IERlYWQgCkphbiAxNCAwODo0MjozNCBwYy1zZXJ2aWNlai1lc2cgcHBw WzIzMzkxXTogUGhhc2U6IENsaWVudCBjb25uZWN0aW9uIGNsb3NlZC4gCg== ---2138437061-959030623-884810106=:22258-- From owner-freebsd-questions Wed Jan 14 12:50:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22464 for questions-outgoing; Wed, 14 Jan 1998 12:50:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wci2.wcinet.net ([204.189.33.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22425 for ; Wed, 14 Jan 1998 12:50:28 -0800 (PST) (envelope-from pollywog@wcinet.net) Received: from pc.shadypond.com (ppp34.wcinet.net [204.189.33.34]) by wci2.wcinet.net (8.8.6/8.8.6) with ESMTP id MAA27290 for ; Wed, 14 Jan 1998 12:50:20 -0800 (PST) Message-Id: <199801142050.MAA27290@wci2.wcinet.net> From: "Pollywog" To: Subject: RISCom n2csu Date: Wed, 14 Jan 1998 12:50:41 -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-freebsd-questions@FreeBSD.ORG Precedence: bulk I noticed in the list of devices supported by FreeBSD, that the SDL RISCom N2 serial card is listed; is that the same as the RISCom N2csu/dsu WAN adapter card that SDL makes? I have that card and I am having trouble setting a default gateway in Linux. I can set a default gateway but still my frame relay connection will not move packets (under Linux). Can I use it with FreeBSD? Aslo, I have the 3Com 3c900 "Boomerang" card, which is not explicitly listed, and I have the Adaptec 2940 UW SCSI Adapter but it does not seem this is supported. Do you have information on these devices? Thanks --Andrew Olguin From owner-freebsd-questions Wed Jan 14 13:34:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27546 for questions-outgoing; Wed, 14 Jan 1998 13:34:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26557 for ; Wed, 14 Jan 1998 13:26:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA27142; Wed, 14 Jan 1998 13:26:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 13:26:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Andrew Stevens wrote: > I recently moved FreeBSD to a new computer (did a reinstall, only copied > motd and a few other files), and ever since the move, my modem has been > involuntarily disconnecting while I am on the internet. While I am on the > web or doing downloads, things work fine and I can be on for hours at a time > , but as soon as I do something which requires short, quick blips back and > forth between myself and another machine (in particular, checking my mail, > finger, ICQ), the modem disconnects. Any ideas what the problem might be? > I'm currently running FreeBSD 2.1.7 with the new, hacked version of ppp, > which was obtained from the FreeBSD site. Did you try disabling lqr? 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 Jan 14 13:40:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28419 for questions-outgoing; Wed, 14 Jan 1998 13:40:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (dbabler@rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28404 for ; Wed, 14 Jan 1998 13:40:22 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id NAA07779; Wed, 14 Jan 1998 13:42:05 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Date: Wed, 14 Jan 1998 13:42:03 -0800 (PST) From: David Babler To: Jeffrey Keltto cc: freebsd-questions@FreeBSD.ORG Subject: Re: worldgroup servers,do you support them? In-Reply-To: <34B6C66D.606F@vnetol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Depends on what you mean by "inet access". If you mean can you use telnet, rlogin, etc to and from a WG server, the answer is yes. If you mean can an external system _provide_ your inet services without having the appropriate modules installed on your WG system, the answer is no. I use FreeBSD to enhance a lot of WG functions, but the WG system itself is running the Internet Connection Option. -Dave On Sat, 10 Jan 1998, Jeffrey Keltto wrote: > hi there > > I was wondering if freebsd supports inet access through a worldgroup > major bbs.I cant get on the net with this server in linux, so i was > hoping i could with freebsd.If it's possible I'll Switch to FreeBSD from > WINDOWS. > > hopefully to be a FreeBSD user... > > Jeff keltto > > From owner-freebsd-questions Wed Jan 14 13:42:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28732 for questions-outgoing; Wed, 14 Jan 1998 13:42:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (dbabler@rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28578 for ; Wed, 14 Jan 1998 13:42:18 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id NAA08062; Wed, 14 Jan 1998 13:43:43 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Date: Wed, 14 Jan 1998 13:43:42 -0800 (PST) From: David Babler To: Shawn Ramsey cc: Jeffrey Keltto , freebsd-questions@FreeBSD.ORG Subject: Re: worldgroup servers,do you support them? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 9 Jan 1998, Shawn Ramsey wrote: > > hi there > > > > I was wondering if freebsd supports inet access through a worldgroup > > major bbs.I cant get on the net with this server in linux, so i was > > hoping i could with freebsd.If it's possible I'll Switch to FreeBSD from > > WINDOWS. > > If I remember right, there was a BSDI version of Worldgroup. This version > should work under FreeBSD, as the Linux version should as well. The > Windows version will not. The UNIX version of MajorBBS/Worldgroup was dropped as a product quite awhile ago. -Dave From owner-freebsd-questions Wed Jan 14 13:52:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00399 for questions-outgoing; Wed, 14 Jan 1998 13:52:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00274 for ; Wed, 14 Jan 1998 13:52:19 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gatekeeper.worldinternet.net (dialup-8.worldinternet.net [195.72.32.148]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id VAA04924 for ; Wed, 14 Jan 1998 21:50:14 GMT Message-Id: <3.0.1.32.19980113215200.007aae90@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Tue, 13 Jan 1998 21:52:00 +0000 To: questions@FreeBSD.ORG From: Peter Subject: md5 to DES - PASSWORDS ! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On one box I have 2.2.5 installed with wd5 as the password encryption, how can I change the encryption to DES. I have the code on the CD but just need to know how to implement it. peter@worldinternet.net From owner-freebsd-questions Wed Jan 14 14:00:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01437 for questions-outgoing; Wed, 14 Jan 1998 14:00:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01243 for ; Wed, 14 Jan 1998 13:59:49 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts2-cltnc-104.cetlink.net [209.54.58.104]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id QAA06718; Wed, 14 Jan 1998 16:59:29 -0500 (EST) From: jak@cetlink.net (John Kelly) To: q45@hotmail.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) Date: Wed, 14 Jan 1998 23:00:10 GMT Message-ID: <34bd4126.212337303@mail.cetlink.net> References: <34BC81E8.74BEC2E4@hotmail.com> In-Reply-To: <34BC81E8.74BEC2E4@hotmail.com> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA01253 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998 01:14:16 -0800, Q45 wrote: >I have a linksys ether16 card.. will it work under bsd? Yes, works as NE2000. John From owner-freebsd-questions Wed Jan 14 14:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02729 for questions-outgoing; Wed, 14 Jan 1998 14:09:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01890 for ; Wed, 14 Jan 1998 14:03:42 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id OAA26391 for ; Wed, 14 Jan 1998 14:03:12 -0800 (PST) Date: Wed, 14 Jan 1998 14:03:12 -0800 (PST) From: Shawn Ramsey To: questions@FreeBSD.ORG Subject: UDMA Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does onboard UDMA work with FreeBSD? (onboard FIC PA2007). Thanks. From owner-freebsd-questions Wed Jan 14 14:29:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05766 for questions-outgoing; Wed, 14 Jan 1998 14:29:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emerald.accessv.com (emerald.accessv.com [206.221.248.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05736 for ; Wed, 14 Jan 1998 14:28:43 -0800 (PST) (envelope-from grobin@accessv.com) Received: from accessv.com (port202-135.80.accessv.com [209.135.80.202]) by emerald.accessv.com (8.8.5/8.8.5) with ESMTP id RAA08070 for ; Wed, 14 Jan 1998 17:28:27 -0500 Message-ID: <34BD3BAE.B8C6A2FC@accessv.com> Date: Wed, 14 Jan 1998 17:26:54 -0500 From: Geoffrey Robinson Reply-To: grobin@accessv.com X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: PERL Compiler Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Has anybody here tried the new PERL compiler? I downloaded it at ftp.ox.ac.uk/pub/perl/Compiler-a2.tar.gz and did my best to install it but no luck. I'm not even sure weather or not you can run it on FreeBSD (2.2.5 I have). Has anybody had any success? Let me know how you got it working if you did. Thanks. -- Geoffrey Robinson grobin@accessv.com Oakville, Ontario, Canada. From owner-freebsd-questions Wed Jan 14 14:34:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06370 for questions-outgoing; Wed, 14 Jan 1998 14:34:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06345 for ; Wed, 14 Jan 1998 14:33:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27228; Wed, 14 Jan 1998 14:33:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:33:26 -0800 (PST) From: Doug White Reply-To: Doug White To: Tanvir Hassan cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: [Fwd: FreeBSD Install problems with SCSI Jaz...] In-Reply-To: <34BC4EA0.4BE50DBB@mail.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Tanvir Hassan wrote: > Unfortunately this did not work. I have an aha-2940 with 1 4Gb USCSI > disk and the Jaz disk. The USCSI disk shows up first in the probe (as > d:) and then the Jaz disk shows up (it does not have any letter bound to > it). When I used the booteasy program I installed it on my IDE boot > drive and it only showed F1: dos and F5: 2nd disk. It never showed the > Jaz. I told my controller to make the Jaz bootable and even that did > not work. The problem may be that: 1. The adapter doesn't consider removable devices to be bootable. My NCR falls into this category. 2. The BIOS can only boot from the first two disks in the system. You've already filled that up with real hard disks. So you need to teach your controller that the Jaz is, really and truly, a disk. That may not be possible. You could certainly install part of FreeBSD to one of your disks, then put the rest on the Jaz (or mount the jaz as an extra volume). > Linux was ALOT easier to install. Is there any real difference between > FreeBSD and Linux? I have Linux installed and running and now that > FreeBSD is having so many problems, I am inclined to just give up on it. Real differences? They're based on completely different code bases and have completely different design goals. Linux is set to work; FreeBSD is set to work efficiently in a production environment. > Also, I could not see my modem in the install because it is plug and > play. Linux has this simple utility called pnpisa to grab pnp data and > configure devices so that non PNP OS'es like Linux can deal with them. > Apparently PNP capability is going to be in the kernel RSN. Does > FreeBSD have this capability? Or even if I ever do get FreeBSD to see > my Jaz will I not be able to use PNP devices? PnP compatibility may come with 3.0-RELEASE, which is not due for a while. I believe there may be a patchkit available for 2.2-RELEASE that will add PnP capability; it's on the CD-ROM or FTP site in xperimnt/. 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 Jan 14 14:36:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06839 for questions-outgoing; Wed, 14 Jan 1998 14:36:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tomahawk.cbn.net.id (tomahawk.cbn.net.id [202.158.2.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06713 for ; Wed, 14 Jan 1998 14:36:04 -0800 (PST) (envelope-from engel@cbn.net.id) Received: from cbn.net.id (engel@localhost [127.0.0.1]) by tomahawk.cbn.net.id (8.8.7/8.8.7) with ESMTP id FAA09020 for ; Thu, 15 Jan 1998 05:40:23 +0700 Message-ID: <34BD3ED7.D407E859@cbn.net.id> Date: Wed, 14 Jan 1998 22:40:23 +0000 From: Engelhardq Reply-To: engel@cbn.net.id X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.33 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: seagate ST32272N disk geometry Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk netters, I am trying to install FreeBSD 2.2.5 to 2.1 GB SEagate ST32272N. After finish the installation, the Boot Manager can not boot the operating system. It displays "F1 BSD" but the kernel don't boot when I enter F1. it just repeats the same messages boot...bla..bla..bla this problem is describing exactly on online hardware FAQ, that the fdisk doesn't partition the hard disk rightly because it fails to configure the disk geometry. so, the question is what is the disk geometry for seagate ST32272N baracuda?? (fdisk displays it as 275/255/63 which is fails to boot the kernel). i search the archives of freebsd-hardware and scsi , seagate homepage and find nothing about this problem. thanks for any help. engel. From owner-freebsd-questions Wed Jan 14 14:39:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07153 for questions-outgoing; Wed, 14 Jan 1998 14:39:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07099 for ; Wed, 14 Jan 1998 14:38:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27235; Wed, 14 Jan 1998 14:38:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:38:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Fernando Schapachnik cc: questions@FreeBSD.ORG Subject: Re: Problem adding a hard disk In-Reply-To: <199801140553.IAA29015@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Fernando Schapachnik wrote: > > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > I've read the tutorial you pointed and followed the manual steps. > Here are the results: Hm, interesting. Can you please post the output of `disklabel sd1' and `dmesg'? It's acting like the in-core disklabel for sd1 is blank, which isn't correct. > [1013]ns3:/etc>dd if=/dev/zero of=/dev/rsd1 count=2 > 2+0 records in > 2+0 records out > 1024 bytes transferred in 1 secs (1024 bytes/sec) > [1014]ns3:/etc>disklabel /dev/rsd1 | disklabel -B -R -r sd1 /dev/stdin > Warning, revolutions/minute 0 > boot block size 0 > super block size 0 > line 12: 0: bad rpm > line 13: 0: bad interleave > Warning, revolutions/minute 0 > [1015]ns3:/etc>newfs /dev/rsd1c > newfs: ioctl (GDINFO): Invalid argument > newfs: /dev/rsd1c: can't read disk label; disk type must be specified 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 Jan 14 14:40:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07463 for questions-outgoing; Wed, 14 Jan 1998 14:40:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07224 for ; Wed, 14 Jan 1998 14:40:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27239; Wed, 14 Jan 1998 14:39:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:39:53 -0800 (PST) From: Doug White Reply-To: Doug White To: Ham su-wook cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions for hardware supporting... In-Reply-To: <34BC742C.FA198777@ailab.sogang.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Ham su-wook wrote: > I have tyan S1696DLUA pentium II board. I have dual Pentium-II CPU and > AIC7895 SCSI controller. > > Until now, I can't use SCSI device. And FreeBSD perceive only one CPU. The AIC7895 support appears to be forthcoming, and to use your other PII you must run 3.0-CURRENT. 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 Jan 14 14:43:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07881 for questions-outgoing; Wed, 14 Jan 1998 14:43:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07757 for ; Wed, 14 Jan 1998 14:42:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27246; Wed, 14 Jan 1998 14:41:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:41:15 -0800 (PST) From: Doug White Reply-To: Doug White To: Thordur Ivarsson cc: Ilich Kurilin , freebsd-questions@FreeBSD.ORG Subject: Re: MYLEX DAC960 In-Reply-To: <34BC7FB3.D824A9D7@est.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Thordur Ivarsson wrote: > > > We have troubles with getting drivers for MYLEX DAC 960 RAID controller for > > > FreeBSD :( > > > > I thought mylex arrays emulated a single disk. What controller do you > > have it hanging off of? > > Is it the EISA DAC 960? I know that type of board. > > Yes, Doug it emulates 1 disk per channel, 1,2 and 3 channel versions are > available and the card was available for EISA,PCI and MCA, if I remember > correctly. They have also SCSI to SCSI RAID controllers based on the > same software. Okay, so the DAC960 is *the* controller. Someone will have to develop a driver for you, since FreeBSD doesn't support Mylex products directly at this time. 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 Jan 14 14:48:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08538 for questions-outgoing; Wed, 14 Jan 1998 14:48:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07719 for ; Wed, 14 Jan 1998 14:42:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27250; Wed, 14 Jan 1998 14:42:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:42:24 -0800 (PST) From: Doug White Reply-To: Doug White To: Q45 cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) In-Reply-To: <34BC81E8.74BEC2E4@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Q45 wrote: > I have a linksys ether16 card.. will it work under bsd? I believe it should work; Linksys cards emulate NE2000s. 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 Jan 14 14:49:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08724 for questions-outgoing; Wed, 14 Jan 1998 14:49:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08633 for ; Wed, 14 Jan 1998 14:48:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27258; Wed, 14 Jan 1998 14:48:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:48:04 -0800 (PST) From: Doug White Reply-To: Doug White To: fujie zhang cc: freebsd-questions@FreeBSD.ORG Subject: Re: hard disk partition In-Reply-To: <34BC895A.6BC7@nmsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, fujie zhang wrote: > i am trying to install FreeBSD 2.2.5 from a DOS partition onto a AMD K6 > 200 MHz based PC with a 3.2 GB EIDE hard disk. OK. > my hard disk had > originally 3 partitions - 2 DOS FAT primary partitions and an extended > DOS partition. i booted my PC with a prepared FreeBSD boot floppy disk. > then i deleted the extended partition and created the FreeBSD partition > in its place. i also changed one of the DOS FAT partitions to an > extended one as FreeBSD dos not allow 2 FAT partitions. FreeBSD doesn't care how many FAT partitions there are, as long as there is one free slice available to install into. > however, the > installation did go through. at the installation menu there are three > options - first automatic probing and install, second visual mode > configuration and last text mode configuration. when i used either of > the configuration mode, after configuration the computer HUNG. I could > preceed with the non-configuration option to as far as partition and set > up the file system allocations. it would not then go any further. What was the last few line(s) printed before the computer hung? I need to know exactly where the computer hung so I can identify the culprit device. >From the initial menu, you should select `visual' and remove all devices that are not installed in your system, and configure the devices that are present with their proper resources. You can reference Win95's Device Manager for the proper values. > Right now i could not even repartition my hard disk within the MS-DOS > mode. "fdisk" did not work. the computer simply hung right after i typed > in "fdisk". i tried to change the hard disk modes - LBA, large and > Normal. only under "Normal" did "fdisk" work. however, only 504 MB of > the hard disk could be accessed. i can still boot my computer into > windows 95. but only one of the 3 original partitions are accessible. Well, the extended partition you deleted, so that's gone. I'm curious to know how you `changed' the primary partition into an extended partition, since that involves deleting the 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 Wed Jan 14 14:50:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08895 for questions-outgoing; Wed, 14 Jan 1998 14:50:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08736 for ; Wed, 14 Jan 1998 14:49:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27262; Wed, 14 Jan 1998 14:49:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:49:23 -0800 (PST) From: Doug White Reply-To: Doug White To: Andrew Petrenko cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fujitsu MO problems In-Reply-To: <34BC8E32.7DA6396B@webber.net.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Andrew Petrenko wrote: > Hello! > big problem with MO >230MB. > (ahc0:3:0): "FUJITSU M2513A 1200" type 7 removable SCSI 1 > od0(ahc0:3:0): Optical od not present > od0(ahc0:3:0): with approximate 0 cyls, 0 heads, and 0 sectors/track > ahc0:A:4: refuses WIDE negotiation. Using 8bit transfers > ahc0:A:4: refuses synchronous negotiation. Using asynchronous transfers Please retry the procedure, this time boot up with a disc in the drive. The system will derive the appropriate parameters from the disc. Also see http://www.freebsd.org/tutorials/diskformat/ for formatting instructions. 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 Jan 14 14:51:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09021 for questions-outgoing; Wed, 14 Jan 1998 14:51:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08850 for ; Wed, 14 Jan 1998 14:50:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27266; Wed, 14 Jan 1998 14:49:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:49:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Yingjun He cc: questions@FreeBSD.ORG Subject: Re: Cannot boot In-Reply-To: <3.0.1.32.19980114101103.00956240@newton.ccs.tuns.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Yingjun He wrote: > I just installed FreeBSD2.25 using ftp. After I installed the system > including X windows I cannot boot from drive C (which is the only > hard dis I have). It prompt me with the error message > " Drive not ready > Insert System Disk and reboot" > I don't understand if drive not ready how can I got everything copied > to the drive? Maybe the hard disk was not set to bootable? I never have > this kind of problem before. I tried several times and I got the same > error messages. Thank you for your help! 1. Insert a DOS boot floppy and boot it. 2. Run FDISK. 3. Set the active partition to one on your first disk. 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 Jan 14 14:54:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09532 for questions-outgoing; Wed, 14 Jan 1998 14:54:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09389 for ; Wed, 14 Jan 1998 14:53:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27277; Wed, 14 Jan 1998 14:53:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:53:01 -0800 (PST) From: Doug White Reply-To: Doug White To: Tetsuya Watanabe cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD with Matrox Milennium 220RAMDAC? In-Reply-To: <34BCCAEE.6AD68E70@po.kumagaya.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Tetsuya Watanabe wrote: > Hello, > > I would like to know if Milennium 220RAMDAC card can be used with > FreeBSD 2.2.5 or 3.0? Also, could you suggest if there are > FreeBSD-incompatible devices in the configuration below? Thank you for > your assistance. The Matrox Millenium cards will work fine with FreeBSD, and there is peliminary support for them in XFree86. A complete X server is available at cost from XI Graphics (www.xig.com). > My pc has the following: > Intel 440FX without USB sockets > EIDE HD(3.2GB*2, 4.3GB*1) > Soundblaster 16 PnP > Milennium 220RAMDAC 4MB > 3com(formally USR) Spotster Fax/Data 33.6 Internal > Mitsumi FX120 12* ATAPI cd-rom drive Should all work. 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 Jan 14 14:54:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09639 for questions-outgoing; Wed, 14 Jan 1998 14:54:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09507 for ; Wed, 14 Jan 1998 14:54:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA27273; Wed, 14 Jan 1998 14:51:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 14:51:33 -0800 (PST) From: Doug White Reply-To: Doug White To: "Chandrasekar.K" cc: questions@FreeBSD.ORG Subject: Re: sendto: No buffer space available In-Reply-To: <34BCC133.794B@serabi.lkg.dec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Chandrasekar.K wrote: > Hi , > i installed freebsd 2.2.5 on my disgital celebris fx-2. > it has on board fast ethernet 21143 and two DE205 nic cards. > i am not using 21143 since it was giving an error when reading its > ROM ( de0: can't read ENET ROM (why=-4) > so i am using the NIC cards (DE205s) > after some time ( say 120 mins) i am getting the error > ping: sendto: No buffer space available. > ( i am pinging ofcource) The 21143 must be brand new, I've never seen it before. The ``no buffer space available'' message may be due to improper routing or your network adapter going south. Does the network work OK until this point? You might try running ifconfig de0 down ifconfig de0 up when it sticks up. Replace de0 with the name of the appropriate interface. 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 Jan 14 15:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10789 for questions-outgoing; Wed, 14 Jan 1998 15:00:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from capricorn.loopback.com (loopback.com [205.243.146.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10780 for ; Wed, 14 Jan 1998 15:00:40 -0800 (PST) (envelope-from elazich@capricorn.loopback.com) Received: from localhost (elazich@localhost) by capricorn.loopback.com (8.8.5/8.7.3) with SMTP id QAA22792; Wed, 14 Jan 1998 16:53:40 -0600 (CST) Date: Wed, 14 Jan 1998 16:53:40 -0600 (CST) From: Eli Lazich To: Doug White cc: "Chandrasekar.K" , questions@FreeBSD.ORG Subject: Re: installinh with NT In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk You can also rewrite the boot code for freebsd to look at the bios id of your intended boot disk if they are not on the same disk. The process was outlined in pretty good detail by someone and I seem to recall finding it in the mailing list archives. Maybe someone who has the info at hand could expand. If not, I'll dig up my documentation and provide it for you. Eli On Tue, 13 Jan 1998, Doug White wrote: > On Mon, 12 Jan 1998, Chandrasekar.K wrote: > > > Hi, > > i am trying to install freebsd 2.2.5 along with NT. > > When i try 1) use the MBR or the standard it always boots with NT > > i tried the FAQ and come across a note to use NT's boot manager. > > I this case > > 1)what i should select when installation asks about > > boot record. > > 2) How i can copy the boot area into a file? > > ( after installtion i need to reboot and i always get NT) > > If NT and FreeBSD are on the same disk, you can rewire the NT bootloader > to boot FreeBSD. See the FAQ at http://www.freebsd.org/FAQ/. > > 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 Jan 14 15:03:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11099 for questions-outgoing; Wed, 14 Jan 1998 15:03:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11085 for ; Wed, 14 Jan 1998 15:03:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA27288; Wed, 14 Jan 1998 15:02:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 15:02:52 -0800 (PST) From: Doug White Reply-To: Doug White To: "Daniel C. Konnoff" cc: questions@FreeBSD.ORG Subject: Re: cdrom writing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Daniel C. Konnoff wrote: > I have a hp shure store 6020i (scsi) connected to a freebsd 2.2.5 > system and have been able to successfully burn cd's using > the /usr/share/examples/worm scripts. The trouble is I am no > longer able to read cd's with the worm0 configured kernel; I need > to reboot kernel.GENERIC or some other kernel without worm0 > configured. Please tell me this is not correct behavior and that > I have overlooked something? I believe this is correct behavior; the worm0 device doesn't double as a CD-ROM. Try the cdrecord port; it should pick up your worm as a CD, and use cdrecord to actually burn CDs. 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 Jan 14 15:30:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14857 for questions-outgoing; Wed, 14 Jan 1998 15:30:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14608 for ; Wed, 14 Jan 1998 15:29:54 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id PAA26695; Wed, 14 Jan 1998 15:29:29 -0800 (PST) Date: Wed, 14 Jan 1998 15:29:28 -0800 (PST) From: Shawn Ramsey To: David Babler cc: Jeffrey Keltto , freebsd-questions@FreeBSD.ORG Subject: Re: worldgroup servers,do you support them? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > hoping i could with freebsd.If it's possible I'll Switch to FreeBSD from > > > WINDOWS. > > > > If I remember right, there was a BSDI version of Worldgroup. This version > > should work under FreeBSD, as the Linux version should as well. The > > Windows version will not. > > > The UNIX version of MajorBBS/Worldgroup was dropped as a product quite > awhile ago. I realize that. But that doesnt mean there still isnt a copy that can be used. :) I wasnt the one that wanted to use it, just noted that a version for BSDI once existed. From owner-freebsd-questions Wed Jan 14 15:33:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15192 for questions-outgoing; Wed, 14 Jan 1998 15:33:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15157 for ; Wed, 14 Jan 1998 15:33:17 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id PAA26711; Wed, 14 Jan 1998 15:32:04 -0800 (PST) Date: Wed, 14 Jan 1998 15:32:04 -0800 (PST) From: Shawn Ramsey To: Brian Somers cc: stephen farrell , michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: <199801142002.UAA20232@awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > Unless I'm sadly mistaken and need to take myself out and shoot > > myself, under freebsd you need to (a) ps -auxx and find the sendmail > > process and kill it (or use killall, which I never think of b/c I use > > solaris so much, and killall in solaris does something totally > > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > > you quickly learn /usr/sbin/sendmail -bd -q1h). > > Or you can just type "killall -1 sendmail" because you quickly learn > that FreeBSD ain't Slowaris :-) > > IMO, this is a benefit of the FreeBSD way of doing things over SysV. > It also means that you don't refuse smtp connections between the stop > and start. Can't you just HUP it? (newer versions?). In that case you could also cat the pid file and hup it. From owner-freebsd-questions Wed Jan 14 15:42:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16291 for questions-outgoing; Wed, 14 Jan 1998 15:42:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16200 for ; Wed, 14 Jan 1998 15:41:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA27336; Wed, 14 Jan 1998 15:40:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 15:40:30 -0800 (PST) From: Doug White Reply-To: Doug White To: Jason Villmer cc: questions@FreeBSD.ORG Subject: Re: Named Problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Jason Villmer wrote: > Could you help me out with named. For some reason when you try to do a > zone transfer it says query refused... > > Default Server: www.eeweb.com > Address: 0.0.0.0 > > > ls -d eeweb.com > [www.eeweb.com] > *** Can't list domain eeweb.com: Query refused > > > > if you could please email me back I would greatly appritiate it. Because eeweb.com is set up with zone transfers disabled, or www.eeweb.com isn't 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 Wed Jan 14 15:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16469 for questions-outgoing; Wed, 14 Jan 1998 15:43:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16445 for ; Wed, 14 Jan 1998 15:42:55 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.8.8/8.8.5) id PAA03153 for freebsd-questions@freebsd.org; Wed, 14 Jan 1998 15:42:10 -0800 (PST) From: "Steven G. Kargl" Message-Id: <199801142342.PAA03153@troutmask.apl.washington.edu> Subject: mailinglist unreachable ? To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jan 1998 15:42:09 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is it me, or are the mailinglist unreachable? -- Steve finger kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~clesceri/kargl.html From owner-freebsd-questions Wed Jan 14 15:44:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16659 for questions-outgoing; Wed, 14 Jan 1998 15:44:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16515 for ; Wed, 14 Jan 1998 15:43:47 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id UAA00439; Thu, 15 Jan 1998 20:43:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14605; Thu, 15 Jan 1998 10:13:12 +1030 (CST) (envelope-from grog) Message-ID: <19980115101312.16923@lemis.com> Date: Thu, 15 Jan 1998 10:13:12 +1030 From: Greg Lehey To: Studded Cc: Karl Pielorz , questions@FreeBSD.ORG Subject: Re: Need to install Kernel source on old 2.1.0 Machine References: <34BC81BA.A801663C@tdx.co.uk> <34BD21DC.126F9D60@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BD21DC.126F9D60@dal.net>; from Studded on Wed, Jan 14, 1998 at 12:36:44PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 12:36:44PM -0800, Studded wrote: > Karl Pielorz wrote: >> >> Can anyone tell me how I can install the kernel sources on an ageing 2.1.0 >> FreeBSD system? > > I'm not even sure you could find the kernel sources for 2.1.0 > publically available. You can extract any version of the source you want from the CVS repository, even 4.4BSD-Lite. The repository is on the third of the 4 2.2.5 disks. Greg From owner-freebsd-questions Wed Jan 14 15:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16811 for questions-outgoing; Wed, 14 Jan 1998 15:45:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16634; Wed, 14 Jan 1998 15:44:28 -0800 (PST) (envelope-from laotzu@juniper.net) Received: from leaf.juniper.net (leaf.juniper.net [208.197.169.211]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id PAA10082; Wed, 14 Jan 1998 15:43:53 -0800 (PST) Received: from localhost (laotzu@localhost) by leaf.juniper.net (8.8.7/8.7.3) with SMTP id PAA00458; Wed, 14 Jan 1998 15:43:52 -0800 (PST) Date: Wed, 14 Jan 1998 15:43:52 -0800 (PST) From: Chris Parry Reply-To: Chris Parry To: hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: BOCA-16 io boxes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm looking to purchase some sets of the BOCA-16 iobox (with the ISA card). Unfortunately they've been discontinued. Does anyone have any for sale? Is there another vendor I can goto that will be supported under FreeBSD that can give me 16 COM ports per ISA card? Currently I can only locate one potential vendor: http://www.gtek.com/products.html Comments welcome. -chris From owner-freebsd-questions Wed Jan 14 15:47:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17173 for questions-outgoing; Wed, 14 Jan 1998 15:47:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17040 for ; Wed, 14 Jan 1998 15:47:06 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id UAA00447; Thu, 15 Jan 1998 20:46:40 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14621; Thu, 15 Jan 1998 10:16:35 +1030 (CST) (envelope-from grog) Message-ID: <19980115101635.09011@lemis.com> Date: Thu, 15 Jan 1998 10:16:35 +1030 From: Greg Lehey To: Ricardo AG Almeida Cc: Doug White , Doug Jolley , questions@FreeBSD.ORG Subject: Re: makesendmail References: <199801082034.MAA21538@jupiter.neptune.net> <199801141448.MAA10860@ptero.ag.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.84e In-Reply-To: <199801141448.MAA10860@ptero.ag.com.br>; from Ricardo AG Almeida on Wed, Jan 14, 1998 at 12:49:36PM -0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 12:49:36PM -0200, Ricardo AG Almeida wrote: > At 03:22 13/01/1998 , Doug White wrote: >> On Thu, 8 Jan 1998, Doug Jolley wrote: >> >>> Does anyone know why the makesendmail file is missing from >>> the /usr/src/usr.sbin/sendmail/src directory of the 2.2.5 >>> distribution from Walnut Creek CD-ROM?  More importantly, >>> is someone trying to tell me something by this omission? >>> TIA for any input. >> >> I don't see a makesendmail file ever being there.  If it ever was there, >> it'd be in the CVS repository, and it's not. > > I had found the same problem when I had to apply some patches in sendmail "by > hand". The READ_ME file at the /usr/src/usr.sbin/sendmail/src directory states > that: > > ********************* > !! DO NOT USE MAKE !! to compile sendmail -- instead, use the > ********************* "makesendmail" script located in the src > directory. It will find an appropriate Makefile, and create an > appropriate obj.* subdirectory so that multiplatform support > works easily. > > I've found, however, that running "make" works ok. This message is directed to non-BSD users. The standard Makefile requires BSD make (which, of course, is what you have on FreeBSD), and won't work with System V or GNU makes. This message is probably overly cautious, however: there's a directory with all sorts of Makefiles which you could use if you were running a non-BSD machine. Greg From owner-freebsd-questions Wed Jan 14 15:51:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17656 for questions-outgoing; Wed, 14 Jan 1998 15:51:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17493 for ; Wed, 14 Jan 1998 15:49:49 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA27343; Wed, 14 Jan 1998 15:49:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 15:49:24 -0800 (PST) From: Doug White Reply-To: Doug White To: Pollywog cc: freebsd-questions@FreeBSD.ORG Subject: Re: RISCom n2csu In-Reply-To: <199801142050.MAA27290@wci2.wcinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Pollywog wrote: > I noticed in the list of devices supported by FreeBSD, that the SDL RISCom > N2 serial card is listed; is that the same as the RISCom N2csu/dsu WAN > adapter card that SDL makes? I have that card and I am having trouble > setting a default gateway in Linux. I can set a default gateway but still > my frame relay connection will not move packets (under Linux). Can I use > it with FreeBSD? Yes, in Synchronous PPP mode. > Aslo, I have the 3Com 3c900 "Boomerang" card, which is not explicitly > listed, and I have the Adaptec 2940 UW SCSI Adapter but it does not seem > this is supported. The 3c900 and the 2940UW are both supported. The 3c900's aren't that great of card since they have little onboard buffer space, but they work. 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 Jan 14 15:52:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17756 for questions-outgoing; Wed, 14 Jan 1998 15:52:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17616 for ; Wed, 14 Jan 1998 15:50:39 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA21513; Wed, 14 Jan 1998 23:47:42 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801142347.XAA21513@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Shawn Ramsey cc: Brian Somers , stephen farrell , michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* In-reply-to: Your message of "Wed, 14 Jan 1998 15:32:04 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 23:47:42 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > Unless I'm sadly mistaken and need to take myself out and shoot > > > myself, under freebsd you need to (a) ps -auxx and find the sendmail > > > process and kill it (or use killall, which I never think of b/c I use > > > solaris so much, and killall in solaris does something totally > > > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > > > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > > > you quickly learn /usr/sbin/sendmail -bd -q1h). > > > > Or you can just type "killall -1 sendmail" because you quickly learn > > that FreeBSD ain't Slowaris :-) > > > > IMO, this is a benefit of the FreeBSD way of doing things over SysV. > > It also means that you don't refuse smtp connections between the stop > > and start. > > Can't you just HUP it? (newer versions?). In that case you could also cat > the pid file and hup it. Yeah. That's the same as the -1. I find `killall' easier 'cos there's fewer characters :-) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 14 15:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17940 for questions-outgoing; Wed, 14 Jan 1998 15:53:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17741 for ; Wed, 14 Jan 1998 15:51:44 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id UAA00454; Thu, 15 Jan 1998 20:50:49 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14641; Thu, 15 Jan 1998 10:20:46 +1030 (CST) (envelope-from grog) Message-ID: <19980115102046.43283@lemis.com> Date: Thu, 15 Jan 1998 10:20:46 +1030 From: Greg Lehey To: Dirk-Willem van Gulik Cc: Doug White , Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Dirk-Willem van Gulik on Wed, Jan 14, 1998 at 03:28:25PM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 03:28:25PM +0100, Dirk-Willem van Gulik wrote: > On Mon, 12 Jan 1998, Doug White wrote: > >> On Fri, 9 Jan 1998, Gordon Wang wrote: >> >>> Dear Sir >>> I am a FreeBSD 2.2.1 user. >>> My /root space is 32M. >>> What should I do if I want to make 1t 64M. >> >> This is not as easy as it sounds. You can't resize a partition without >> destroying it. You have to back up the system, rewrite the disklabel, >> newfs the new partitions, then restore the data to the new partitions. >> Basically, reformat the disk. >> > Alternatively; you can check what it is that requires size; if it is > for example just the '/root' home directory of the 'root' user; you > could just move it to /usr/home and modify the /etc/passd file. I fear that this could cause serious problems, though I can't say which. It might be more interesting to use symbolic links for other things. I suppose we should ask Gordon why he wants 64 MB: 32 should be enough. In particular, you can run into space problems if you have /var on the root file system. If this is the problem, you should create a directory /usr/var and a symbolic link /var to it: # mkdir /usr/var # mv /var /VAR # ln -s /usr/var /var # cd /VAR # cp -p * /var # cd / # rm -rf /VAR This will move the contents across to the new /var. You'll need to restart syslogd. Greg From owner-freebsd-questions Wed Jan 14 15:53:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17961 for questions-outgoing; Wed, 14 Jan 1998 15:53:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17847 for ; Wed, 14 Jan 1998 15:52:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA27355; Wed, 14 Jan 1998 15:51:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 15:51:57 -0800 (PST) From: Doug White Reply-To: Doug White To: "Aaron D. Gifford" cc: questions@FreeBSD.ORG Subject: Re: NE2000 clone ISA card In-Reply-To: <3.0.3.32.19980114102805.03c07a10@infowest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Aaron D. Gifford wrote: > Not terribly long ago I installed FreeBSD 2.2.2-RELEASE on an old 486 > DX2/66 16MB RAM VESA/ISA PC with a small 400 MB HD belonging to a local > high school. Everything seemed to work normally, so I took the box back to > the school to try it on their ethernet. On boot, the machine correctly > detects the NE2000 clone card as device ed1 (never ed0 - weird), printing > the hardware ethernet address. The lights on the card show that it is > plugged into the hub and happy, and I can even see the traffic light > blinking. Then the weirdness comes along. I see a "ed1: device timeout" > message as the boot begins starting network services. Hm. it'll come up ed1 if ed0 is disabled or if the card is PCI (which it doesn't sound like). Also, make sure the IRQ you are assigning to the card isn't in use by another device and that the cable is in good shape (bad cabling and line noise have been known to send ethernet cards into tail spins). 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 Jan 14 16:09:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20049 for questions-outgoing; Wed, 14 Jan 1998 16:09:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19977 for ; Wed, 14 Jan 1998 16:08:11 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id VAA00470; Thu, 15 Jan 1998 21:07:54 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14702; Thu, 15 Jan 1998 10:37:51 +1030 (CST) (envelope-from grog) Message-ID: <19980115103751.40881@lemis.com> Date: Thu, 15 Jan 1998 10:37:51 +1030 From: Greg Lehey To: stephen farrell Cc: michael dorin , questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* References: <199801140606.GAA00312@chaski.com> <8767nnf51i.fsf@phaedrus.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <8767nnf51i.fsf@phaedrus.uchicago.edu>; from stephen farrell on Wed, Jan 14, 1998 at 09:28:57AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 09:28:57AM -0600, stephen farrell wrote: > michael dorin writes: > >> How do I restart smtp without rebooting after I change the sendmail >> files? > > In my opinion this is a benefit of sysV way of doing things over > BSD--under solaris, e.g., you do /etc/init.d/sendmail stop; > /etc/init.d/sendmail start and you don't have to worry about flags and > so on. No, instead you have to worry about the name of the file. Even if you can remember it, it's a lot more to type. If I try that on my System V box (IRIX 5.3), I get: # /etc/init.d/sendmail stop bash: /etc/init.d/sendmail: No such file or directory In other words, it's not a universal solution. IRIX 5.3 *does* have a directory /etc/init.d with the kind of scripts you describe, but it doesn't include sendmail. > Unless I'm sadly mistaken and need to take myself out and shoot > myself, under freebsd you need to > (a) ps -auxx and find the sendmail process and kill it (or use > killall, which I never think of b/c I use solaris so much, and > killall in solaris does something totally immoral) Yes. This is the same procedure for just about every daemon. > (b) check the flags for sendmail in /etc/rc.conf, No. > and then (c) run sendmail (which is in /usr/sbin) with those flags. > (of course you quickly learn /usr/sbin/sendmail -bd -q1h). Again, no. You send it a SIGHUP: # ps auxx | grep sendmail root 14683 0.8 0.5 264 472 p9 S+ 10:33AM 0:00.02 grep sendmail root 7810 0.0 0.4 596 332 ?? Is 11:52AM 0:01.81 sendmail: accepting connections on port 25 (sendmail) # kill -1 7810 My Sun box just died, so I can't confirm that this is what /etc/init.d/sendmail restart does, but I strongly suspect it. This difference in approach is one of the big differences between System V and BSD. In BSD, you go out and do it. In System V, you find a script which does it for you, and you may spend more time looking for the script and how to use it than it would have taken you to do the job in the first place. To make a point, I've just found the script on my IRIX box. It's called /etc/init.d/mail, not /etc/init.d/sendmail. It's too long to quote here, but it doesn't send a SIGHUP (which is the correct way to do it). You need to do a 'stop' followed by a 'start'. I can't see any merit in this approach. Greg From owner-freebsd-questions Wed Jan 14 16:10:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20306 for questions-outgoing; Wed, 14 Jan 1998 16:10:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19686 for ; Wed, 14 Jan 1998 16:05:09 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id XAA24296; Wed, 14 Jan 1998 23:44:36 GMT Message-ID: <34BD53C0.C070098C@tdx.co.uk> Date: Thu, 15 Jan 1998 00:09:36 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Greg Lehey CC: Studded , questions@FreeBSD.ORG Subject: Re: Need to install Kernel source on old 2.1.0 Machine References: <34BC81BA.A801663C@tdx.co.uk> <34BD21DC.126F9D60@dal.net> <19980115101312.16923@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks to everyone that offered help... Unfortunately I don't have the CVS disk (I don't have any disks come to think of it!) - So I've decided to do the following: Put the 2.1.7.1-RELEASE from the ftp site onto the machine, back it all up - and then either do the very nasty thing of just building the kernel (and praying), or if I'm feeling really brave try Doug's excellent advice - and remake the world... (The only downside with that is I'll need to be on site - as the machine doesn't have a remote console :-( Or, failing all of that - I'll try my hardest to get the system up to at least 2.2.2 (the same as we run in-house)... Thanks again, Karl Greg Lehey wrote: > > On Wed, Jan 14, 1998 at 12:36:44PM -0800, Studded wrote: > > Karl Pielorz wrote: > >> > >> Can anyone tell me how I can install the kernel sources on an ageing 2.1.0 > >> FreeBSD system? > > > > I'm not even sure you could find the kernel sources for 2.1.0 > > publically available. > > You can extract any version of the source you want from the CVS > repository, even 4.4BSD-Lite. The repository is on the third of the 4 > 2.2.5 disks. > > Greg From owner-freebsd-questions Wed Jan 14 16:13:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20633 for questions-outgoing; Wed, 14 Jan 1998 16:13:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20589 for ; Wed, 14 Jan 1998 16:12:32 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id VAA00477; Thu, 15 Jan 1998 21:12:24 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14715; Thu, 15 Jan 1998 10:42:21 +1030 (CST) (envelope-from grog) Message-ID: <19980115104220.24481@lemis.com> Date: Thu, 15 Jan 1998 10:42:20 +1030 From: Greg Lehey To: Ham su-wook Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions for hardware supporting... References: <34BC742C.FA198777@ailab.sogang.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BC742C.FA198777@ailab.sogang.ac.kr>; from Ham su-wook on Wed, Jan 14, 1998 at 05:15:40PM +0900 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 05:15:40PM +0900, Ham su-wook wrote: > Hi. > > I send the letter for FreeBSD hardware supporting from > ailab10.sogang.ac.kr. > > But that machine crashed, so I can't use that machine now. So I send the > letter to you again. > > I have tyan S1696DLUA pentium II board. I have dual Pentium-II CPU and > AIC7895 SCSI controller. > > Until now, I can't use SCSI device. And FreeBSD perceive only one CPU. > > If you know wheather FreeBSD supporting these hardwares or not, tell me > that. > > If FreeBSD doesn't supporing these hardwares, tell met if FreeBSD > supporting team > have a plan to support these. You don't say which version of FreeBSD you're using. FreeBSD 2.2.5 does not support multiprocessor configurations, but FreeBSD 3.0 does. FreeBSD 3.0 is currently available for testing (branch 3.0-CURRENT), but it isn't recommended for production work. FreeBSD 3.0 also contains support for the AIC 7895. FreeBSD 2.2.5 does not. Greg From owner-freebsd-questions Wed Jan 14 16:17:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20991 for questions-outgoing; Wed, 14 Jan 1998 16:17:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from roslyn.inlandnet.com (root@roslyn.inlandnet.com [206.129.36.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20975 for ; Wed, 14 Jan 1998 16:16:24 -0800 (PST) (envelope-from sysop@inlandnet.com) From: sysop@inlandnet.com Received: from radz.inlandnet.com ([206.129.44.5]) by roslyn.inlandnet.com (8.8.8/8.8.8) with SMTP id QAA12219 for ; Wed, 14 Jan 1998 16:26:17 -0800 Message-Id: <1.5.4.16.19980115002841.3ce7afcc@inlandnet.com> X-Sender: gradz@inlandnet.com (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 14 Jan 1998 16:28:41 -0800 To: questions@FreeBSD.ORG Subject: Diamond MM Fireport 20/40 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi - The Diamond MM Fireport 20 does not seem to work with FreeBSD. It is based on the NCR (SymBIOS) 53C875 chip and seems to have the generic BIOS but does not appear to be recognized by FreeBSD. With the drivers that come with the board, it works fine with DOS and Windows 3.1/95/NT. Linux also does not seem to recognize this board. When the Fireport did not work, I purchased the DTC PCI SCSI adapter which is based on the NCR 53C815 (I think) and it works fine. But it does not support Ultra SCSI which is available with the Fireport. If the Fireport can be made to work, I would prefer it. Do you have any clues? Diamond MM tech support is no help. They do say that the Fireport 20 (Ultra) and 40 (Ultra Wide) function identically. If the Diamond MM Fireport boards do not work, it may be noteworthy in the FAQs or compatible hardware list. My purchase of the Fireport 20 was based on the idea that it was supported because it uses the 53C875 chip. FYI: I installed from the Walnut Creek CDROM distribution of FreeBSD 2.2.2. Thanks in advance. Greg. From owner-freebsd-questions Wed Jan 14 16:18:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21161 for questions-outgoing; Wed, 14 Jan 1998 16:18:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21105 for ; Wed, 14 Jan 1998 16:18:15 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id VAA00485; Thu, 15 Jan 1998 21:18:12 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA14731; Thu, 15 Jan 1998 10:48:04 +1030 (CST) (envelope-from grog) Message-ID: <19980115104804.08294@lemis.com> Date: Thu, 15 Jan 1998 10:48:04 +1030 From: Greg Lehey To: Matt Behrens Cc: questions@FreeBSD.ORG Subject: Re: Archive 150 tape drive on new SCSI card References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Matt Behrens on Wed, Jan 14, 1998 at 10:04:11AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 10:04:11AM -0500, Matt Behrens wrote: > Hi, > > A few days ago I replaced my venerable Seagate ST-01 with a brand-new > Adaptec 153x (using the aha driver). The devices scan okay, but my old > Archive 150 isn't being nice to me anymore. I got these errors on last > night's backup, for example: > > st0(aha0:3:0): MEDIUM ERROR info:0x7d asc:0,14 > st0(aha0:3:0): Audio play operation stopped due to error > st0(aha0:3:0): MEDIUM ERROR info:0x6a asc:0,14 > st0(aha0:3:0): Audio play operation stopped due to error > > And no, I wasn't playing a CD at the time. I wasn't aware my Archive 150 > could play audio. :) I don't think it can. > I know what a medium error is; I can try other tapes. But the other > errors seem to suggest something else. What about the dmesg output? What does your system think it is? And do you really mean Adaptec 153x? I didn't know there was such a beast. How does it compare to the 152x and 154x? Greg From owner-freebsd-questions Wed Jan 14 16:49:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23368 for questions-outgoing; Wed, 14 Jan 1998 16:49:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23252 for ; Wed, 14 Jan 1998 16:47:05 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul2.u.washington.edu (root@saul2.u.washington.edu [140.142.56.21]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id QAA21222 for ; Wed, 14 Jan 1998 16:46:53 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id QAA12411 for ; Wed, 14 Jan 1998 16:46:50 -0800 (PST) Message-Id: <3.0.3.32.19980114164642.007d6100@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 14 Jan 1998 16:46:42 +0000 To: freebsd-questions@FreeBSD.ORG From: Jason Wells Subject: Has Majordomo@freebsd.org run amok? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am getting mail in quintuplet from spam-free fellows like Doug White and spork. Is something awry with the server? Concerned, Jason Wells From owner-freebsd-questions Wed Jan 14 16:53:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23644 for questions-outgoing; Wed, 14 Jan 1998 16:53:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from superior.mooseriver.com (dynamic38.pm07.sf3d.best.com [209.24.235.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23318 for ; Wed, 14 Jan 1998 16:48:34 -0800 (PST) (envelope-from jgrosch@superior.mooseriver.com) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.8/8.8.5) id QAA01700; Wed, 14 Jan 1998 16:48:26 -0800 (PST) Message-ID: <19980114164825.40518@mooseriver.com> Date: Wed, 14 Jan 1998 16:48:26 -0800 From: Josef Grosch To: "Steven G. Kargl" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mailinglist unreachable ? Reply-To: jgrosch@superior.mooseriver.com References: <199801142342.PAA03153@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199801142342.PAA03153@troutmask.apl.washington.edu>; from Steven G. Kargl on Wed, Jan 14, 1998 at 03:42:09PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 03:42:09PM -0800, Steven G. Kargl wrote: > Is it me, or are the mailinglist unreachable? > The main disk on hub.freebsd.org, which is our mail server, has gone to a well deserved rest. Unfortunely the disk did not notify JKH of it's impending demise. Jordan is in recovery mode. Josef "Patience is a virtue" Grosch -- Josef Grosch | Another day closer to a | FreeBSD 2.2.5 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Wed Jan 14 16:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23741 for questions-outgoing; Wed, 14 Jan 1998 16:54:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23721 for ; Wed, 14 Jan 1998 16:54:21 -0800 (PST) (envelope-from frankg@idfw.com) Received: from ppp36-12.ght.iadfw.net (ppp36-12.ght.iadfw.net [207.136.53.204]) by idfw.com (8.8.5) id RAA17778; Wed, 14 Jan 1998 17:54:05 -0700 (MST) Received: by ppp36-12.ght.iadfw.net with Microsoft Mail id <01BD211D.F338DC40@ppp36-12.ght.iadfw.net>; Wed, 14 Jan 1998 18:55:15 -0600 Message-ID: <01BD211D.F338DC40@ppp36-12.ght.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: How to! Date: Wed, 14 Jan 1998 18:55:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I really appreciate the level of support to date. And I like how stable FreeBSD appears to be. But as still, I am only at the middle of the learning curve. I am reading the docs like crazy but still baffled by the following: I have FreeBSD 2.2.5-RELEASE up and running. I installed it via FTP so I know the modem works. Its on COM2, IRQ3.I have installed three (3) different ethernet network cards. Not all at once mind you. I only want one NIC in the computer. Each one is set to IRQ=10, I/O=300. Funny thing is the modem and the ethernet card will not work together. I can only have one or the other installed. I tried settin different address and interrupt on the NIC but nothing works yet. So, how do I look back at the HW settings in the kernel once I'm logged in? I want to compile a port from the Internet. But when I follow the instructions at http://www.freebsd.org//handbook/handbook28.html I get an error. I assume its because I haven't made a connection with the ISP first. So I taught myself how to start ppp, then term and connect to my ISP and login. Then what? How do I start the FTP program? I have now downloaded from your site what I think is all the neccessary files to do an install over my network, which is a Novell 4.1 server with Windows 95 workstations. So, once I boot the computer I plan to install FreeBSD on with a floppy, how do I get it to see my network so it can get the files it needs from the NetWare server or the Windows 95 machine? You guys have been great with support and I really appreciate it. But could you explain in a little more detail about each step involved. I am still not at a level where I understand all the nomenclature and buzzwords used with UNIX OS. Thanks again. From owner-freebsd-questions Wed Jan 14 17:03:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24406 for questions-outgoing; Wed, 14 Jan 1998 17:03:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24398 for ; Wed, 14 Jan 1998 17:02:53 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id TAA04199 for ; Wed, 14 Jan 1998 19:08:01 GMT Message-Id: <1.5.4.32.19980115010701.008c4980@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 14 Jan 1998 19:07:01 -0600 To: freebsd-questions@FreeBSD.ORG From: Alejandro Galindo Subject: pppd messages What do it mean? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have a pppd server installed in a FreeBSD 2.2.5 RELEASE, i see in the /var/log/messages (and in console) the next messages: ------------------------------cut here----------------------------- Jan 14 18:27:08 servidor pppd[4005]: pppd 2.2.0 started by digital, uid 1007 Jan 14 18:52:18 servidor pppd[4123]: Connect: ppp2 <--> /dev/ttyc02 Jan 14 18:52:24 servidor pppd[4123]: No matching compression scheme, CCP disable d Jan 14 18:52:24 servidor pppd[4123]: local IP address 200.34.46.130 Jan 14 18:52:24 servidor pppd[4123]: remote IP address 200.34.46.152 Jan 14 18:52:24 servidor routed[193]: IP_ADD_MEMBERSHIP ALLHOSTS: Address alread y in use Jan 14 18:52:24 servidor pppd[4123]: add default route: File exists Jan 14 18:52:24 servidor routed[193]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use Jan 14 18:52:24 servidor routed[193]: ignore RTM_ADD without gateway Jan 14 18:53:30 servidor pppd[4123]: Modem hangup Jan 14 18:53:30 servidor pppd[4123]: ioctl (PPPIOCGFLAGS): Inappropriate ioctl f or device Jan 14 18:53:30 servidor routed[193]: interface ppp2 to 200.34.46.152 turned off Jan 14 18:53:30 servidor pppd[4123]: ioctl (PPPIOCGFLAGS): Inappropriate ioctl f or device Jan 14 18:53:30 servidor pppd[4123]: ioctl(PPPIOCSASYNCMAP): Inappropriate ioctl for device Jan 14 18:53:30 servidor pppd[4123]: ioctl(TIOCSETD): Inappropriate ioctl for de vice Jan 14 18:53:30 servidor pppd[4123]: Couldn't restore device fd flags: Inappropr iate ioctl for device Jan 14 18:53:30 servidor pppd[4123]: tcsetattr: Inappropriate ioctl for device -----------------------------cut here---------------------------- i dont understand that lines, can you help me and indicate me what dos it mean? or why the modem hungup? the file /etc/ppp/options is the next: ----------------------------------c. h.------------------------- modem crtscts # Hardware flow control netmask 255.255.255.128 # netmask ( not required ) domain exsocom.com.mx # your domain proxyarp dns1 200.34.46.130 -vj -bsdcomp ---------------------------------c. h.--------------------------- and i asign the ip across the ppp.ports file ----------------------------c.h.--------------------------------- c00 200.34.46.150 c01 200.34.46.151 . . . ---------------------------c.h.--------------------------------- Thanks in advanced Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Wed Jan 14 17:05:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24659 for questions-outgoing; Wed, 14 Jan 1998 17:05:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA24629 for ; Wed, 14 Jan 1998 17:05:19 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.212] by smtp.sby.globalinfo.net (SMTPD32-3.03) id A25FF132024E; Thu, 15 Jan 1998 08:11:59 +0700 From: "Alik Yuswanto" To: Date: Thu, 15 Jan 1998 08:03:35 +0700 Message-ID: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm new with the system called FreeBSD. Would you please help me with my problems? I have some questions here: 1. Can we put two or more IP address in the same network interface card in FreeBSD system (like in NT) ? 2. I would like to make my FreeBSD machine as a router. I've read the manual of route command, but I'm still confused. Could you show me some examples with the test case? 3. Can we put the 100BaseT card on the system ( my FreeBSD version 2.2.2), and if possible, what kinds of card or vendors that support this? I would appreciate your help. Thanks in advance. Alik Yuswanto From owner-freebsd-questions Wed Jan 14 17:32:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26792 for questions-outgoing; Wed, 14 Jan 1998 17:32:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26710 for ; Wed, 14 Jan 1998 17:31:17 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt2-126.HiWAAY.net [208.147.148.126]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id TAA23198; Wed, 14 Jan 1998 19:31:06 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id TAA06848; Wed, 14 Jan 1998 19:07:53 -0600 (CST) Message-Id: <199801150107.TAA06848@nospam.hiwaay.net> X-Mailer: exmh version 2.0.1 12/23/97 To: efinley@castlenet.com cc: questions@FreeBSD.ORG From: David Kelly Subject: Re: Make world times In-reply-to: Message from efinley@castlenet.com (Elliot Finley) of "Wed, 14 Jan 1998 17:44:14 GMT." <34bcf82d.3063632@castlenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jan 1998 19:07:53 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I am getting a make world time of about 2.5 hours with the complete > 2.2-stable source tree. This is on a PII 233 64M SCSI system. Is > this normal? Is there any way to speed it up? I'm getting almost exactly 2 hours for "make buildworld" on a PPro-200/ 512k with the Bovine rc564 client running also too. Also with 64M. For the filesystem(s) containing /usr/src and /usr/obj try: mount -u -o async /usr My /usr/src is on /usr and /usr/obj is elsewhere. Mounting both async trims about 15 minutes off buildworld and about 15 minutes off installworld. Total CPU time as reported by time(1) is essentially the same for either sync or async. -- David Kelly N4HHE, dkelly@nospam.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 Jan 14 17:32:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26812 for questions-outgoing; Wed, 14 Jan 1998 17:32:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from white.jragon.com (root@[207.179.35.195]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26788 for ; Wed, 14 Jan 1998 17:32:03 -0800 (PST) (envelope-from dolent@southernmafia.org) Received: from gabealba (host-209-138-4-121.bna.BELLSOUTH.net [209.138.4.121]) by white.jragon.com (8.8.7/8.8.5) with ESMTP id SAA25092 for ; Wed, 14 Jan 1998 18:30:08 -0700 (MST) Message-ID: <34BD6668.CC9334AB@southernmafia.org> Date: Wed, 14 Jan 1998 19:29:12 -0600 From: Dolent X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: my system X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello, I am trying to get FreeBSD to work on my system but when I boot up, it says that it is unable to mout root, and then it reboots. This is my system: p233 mmx (not p2) 64 megs ram 6.4 gig primary hard drive (windows, etc.) 3.5 gig secondary slave hard drive (What I want FreeBSD on) the rest shouldn't matter really if you have any suggestions or questions, just tell me please thanks, Gabe From owner-freebsd-questions Wed Jan 14 17:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26917 for questions-outgoing; Wed, 14 Jan 1998 17:33:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cloister.beloit.edu (cloister.beloit.edu [144.89.172.225]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26715 for ; Wed, 14 Jan 1998 17:31:26 -0800 (PST) (envelope-from friar@cloister.beloit.edu) Received: (from friar@localhost) by cloister.beloit.edu (8.8.8/8.6.12) id TAA01965 for freebsd-questions@freebsd.org; Wed, 14 Jan 1998 19:29:20 -0600 (CST) From: Tom Walcott Message-Id: <199801150129.TAA01965@cloister.beloit.edu> Subject: Install difficulty. To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jan 1998 19:29:14 -0600 (CST) 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello. I'm sorry to burden you folks, since I'm sure you get more than enough messages of this kind, but I've been playing with this for a few days and don't seem to be getting anywhere. I got a Pentium II from Micron the other day, and want to install FreeBSD on it. I've done this installation before, on a 486, so I know I'm not making any glaringly obvious errors, but... The boot disk loads up fine, and then tries to boot up the kernel prior to permitting installation. I can do some device configuration, which in my case mostly amounts to removing conflicts, since I don't know much about the line-by-line device editor. The problem is that as soon as I quit the configuration menu to let it continue the boot process, FreeBSD first probes the PCI bus, and after outputting vital statistics about the drives, it reaches the ethernet card -- in this case, a 3COM 3C905 -- and then hangs, leaving the disk light on. The only way to reset the computer appears to be a hard boot. I don't know if I've got a hardware incompatability, if I'm doing something exceptionally strange, or what precisely is going on. I was hoping that one of you folks might have some clue, and be willing to share. I appreciate your time and assistance. Tom Walcott friar@cloister.beloit.edu -- The good opinions expressed are my own. The bad opinions expressed were inserted by my enemies. Flame them. Repeatedly. From owner-freebsd-questions Wed Jan 14 17:40:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27600 for questions-outgoing; Wed, 14 Jan 1998 17:40:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27568 for ; Wed, 14 Jan 1998 17:40:19 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id WAA00608; Thu, 15 Jan 1998 22:40:04 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA15064; Thu, 15 Jan 1998 12:10:02 +1030 (CST) (envelope-from grog) Message-ID: <19980115121002.35901@lemis.com> Date: Thu, 15 Jan 1998 12:10:02 +1030 From: Greg Lehey To: Alik Yuswanto Cc: questions@FreeBSD.ORG Subject: Re: your mail References: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby>; from Alik Yuswanto on Thu, Jan 15, 1998 at 08:03:35AM +0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 08:03:35AM +0700, Alik Yuswanto wrote: > Hello, > I'm new with the system called FreeBSD. Would you please help me with > my problems? > I have some questions here: > > 1. Can we put two or more IP address in the same network interface card in > FreeBSD system Yes. > (like in NT) ? I don't know about that. > 2. I would like to make my FreeBSD machine as a router. I've read the > manual of route command, but I'm still confused. Could you show me some > examples with the test case? Sure. Add a default route via your ppp0 interface: # route add default -iface ppp0 For more details, I recommend my book "The Complete FreeBSD", available now from Walnut Creek CDROM. > 3. Can we put the 100BaseT card on the system ( my FreeBSD version 2.2.2), > and if possible, what kinds of card or vendors that support this? If you already have FreeBSD 2.2.2, check the CD-ROM (HARDWARE.TXT). Otherwise check the lists available via http://www.FreeBSD.org/ for the latest version. Greg From owner-freebsd-questions Wed Jan 14 17:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27819 for questions-outgoing; Wed, 14 Jan 1998 17:43:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27754 for ; Wed, 14 Jan 1998 17:42:48 -0800 (PST) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id IAA22553 for questions@freebsd.org; Thu, 15 Jan 1998 08:43:24 +0700 (TSK) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id CAA07043 for questions@freebsd.org; Thu, 15 Jan 1998 02:00:35 +0700 (KRS) From: Victor Sudakov Message-Id: <199801141900.CAA07043@vas.tsu.tomsk.su> Subject: iijppp + slirp To: questions@FreeBSD.ORG (freebsd questions mailing list) Date: Thu, 15 Jan 1998 02:00:32 +0700 (KRS) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello. Could you please help me make iijppp work with SLiRP on the server side? My ppp.conf entry looks like this: ============ default: set device /dev/cuaa1 set speed 38400 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATM0DTW\\T TIMEOUT 40 CONNECT" allow user vas set openmode passive set server 3000 mpeks: set phone 262564:212501:521444 set login "TIMEOUT 5 gin:-\\r-gin: XXXXXXX word: XXXXXXXXXX" disable chap disable pap set log Phase Chat Connect Carrier LCP IPCP CCP tun set redial 60.3 4 set reconnect 3 3 set timeout 120 set ifaddr 193.124.182.241/0 193.124.182.1/0 255.255.255.255 delete ALL add 0 0 HISADDR phantom: set openmode active disable pred1 deny pred1 set phone 225912:225912:225912 set login "TIMEOUT 5 gin:-\\r-gin: XXXXXXX word: XXXXXXXXXXX" disable chap disable pap set log Phase Chat Connect Carrier LCP IPCP CCP tun set redial 60.3 4 set reconnect 3 3 set timeout 120 set ifaddr 193.124.182.241/0 193.124.182.1/0 255.255.255.255 delete ALL add 0 0 HISADDR ============ I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the default route is not changed. The /var/log/ppp.log grows though :-) It works fine with the non-slirp provider BTW (the other entry called mpeks). Perhaps you could tell me which part of the log I should show here? The ppp is ppp-971218.src.tar.gz from Brian. Thanks a lot in advance. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Wed Jan 14 18:08:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29761 for questions-outgoing; Wed, 14 Jan 1998 18:08:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from deviant.erratic.net (qmailr@deviant.erratic.net [207.112.218.81]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA29614 for ; Wed, 14 Jan 1998 18:07:22 -0800 (PST) (envelope-from ali@deviant.erratic.net) Received: (qmail 4252 invoked by uid 1000); 13 Jan 1998 05:18:31 -0000 Message-ID: <19980112231831.04265@deviant.erratic.net> Date: Mon, 12 Jan 1998 23:18:31 -0600 From: Ali Lomonaco To: questions@FreeBSD.ORG Subject: Dialin Modem Problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, for the last few days I have been trying to get a modem setup for dialin service. Everything works fine... the getty spawns login... BUT on every other time I dial up to that modem I get two characters are the "login: " prompt. Does anyone have an idea as to what would cause this? I am using a USR Courier v.everything, with what I think is the proper initialization. Also, this modem dials OUT fine. Any pointers as to what would cause this would be appreciated. -- Ali Lomonaco ali@erratic.net UserID = Ali Lomonaco KeyID = F9A50639 Key fingerprint = 21 42 D3 65 C1 1D B6 F5 5F 8D 56 4B 89 4F C5 4B From owner-freebsd-questions Wed Jan 14 18:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02716 for questions-outgoing; Wed, 14 Jan 1998 18:39:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA02643 for ; Wed, 14 Jan 1998 18:38:37 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (qmail 30398 invoked from network); 15 Jan 1998 02:38:32 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 15 Jan 1998 02:38:32 -0000 Received: from barnowl.roost.net (apm3-145.realtime.net [205.238.146.145]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id UAA16987; Wed, 14 Jan 1998 20:38:29 -0600 Date: Wed, 14 Jan 1998 20:43:08 -0600 (CST) From: John Kenagy X-Sender: jktheowl@barnowl.roost.net To: stephen farrell cc: questions freebsd Subject: Re: printing from emacs In-Reply-To: <87hg77f9u9.fsf@phaedrus.uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks for the comeback! I'm using emacs 19.34b from the ports (2.2.1R). Yep, lpr from a shell works like a champ. It uses print-buffer as the command and guess what? It passes the buffer through pr! Which I don't use 'cause my old printer does not like it and I don't either. Thanks, again, for the input. I know what to do now! John On 14 Jan 1998, stephen farrell wrote: > John Kenagy writes: > > > I give up! > > > > It seems so simple, or should be. I can print with the spooler (lpr) > > just fine from the shell, within emacs from dired operations menu, > > postscript print the buffer, but *not* just "print buffer". > > > > That is the simple lpr buffer from the tools menu. I can set lpr > > switches , etc. but nothing happens when I print the buffer. > > I mean nothing. > > > > Any ideas where to look? > > What version of emacs (or xemacs) are you using? Can you print any > file from the shell with lpr, or only postscript ones? Under xemacs, > the "print buffer" calls lpr-buffer (which I assume is similar to > print-buffer, but might be slightly different)--what function does > yours call? (you should be able to do C-h k and then pull down the > menu to get the function name, unless that's an xemacsism and you're > using fsf emacs...) > > Why do you want to do that anyway? > -- > > Steve Farrell > > > From owner-freebsd-questions Wed Jan 14 18:51:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04201 for questions-outgoing; Wed, 14 Jan 1998 18:51:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jupiter.neptune.net (jupiter.neptune.net [204.107.103.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04154 for ; Wed, 14 Jan 1998 18:51:04 -0800 (PST) (envelope-from doug@mailhost.neptune.net) Received: (from doug@localhost) by jupiter.neptune.net (8.7.5/8.7.3) id SAA02004; Wed, 14 Jan 1998 18:48:52 -0800 (PST) Date: Wed, 14 Jan 1998 18:48:52 -0800 (PST) Message-Id: <199801150248.SAA02004@jupiter.neptune.net> To: questions@FreeBSD.ORG From: Doug Jolley Subject: PPP - Manual Dial Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi -- I'm trying to follow the MANUAL dialing procedure described in the ppp man page to establish a ppp connection with my ISP. I'm able to get the peer connection as indicated by the capitalized PPP in the prompt. I then do a show ipcp and am advised: My address: 10.0.1.2/0 His address: 0.0.0.0/0 I'm assuming that these IP addresses have something to do with dynamic IP addressing or something like that. Anyway, at this point I do: add 0 0 0.0.0.0 More because that's what the instructions say than anything else. It doesn't work. I'm not able to ping other sites on the net, etc. Could someone please tell me what I should be doing when I get to the add step. TIA for any input ... doug _____________________________________________________________________ Doug Jolley mailto://doug@bigwheel.net http://www.bigwheel.net Don't bogart that file, my friend. Net it over to me. --------------------------------------------------------------------- From owner-freebsd-questions Wed Jan 14 18:55:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04786 for questions-outgoing; Wed, 14 Jan 1998 18:55:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from palace.awc.net (palace.awc.net [205.184.109.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04752 for ; Wed, 14 Jan 1998 18:55:00 -0800 (PST) (envelope-from sulima@sulima.com) Received: from sulima.com (port48.mthl.prodigy.net [204.237.105.48]) by palace.awc.net (8.8.7/8.8.5) with ESMTP id VAA04398 for ; Wed, 14 Jan 1998 21:57:03 -0500 (EST) Message-ID: <34BDA843.7D7290F@sulima.com> Date: Wed, 14 Jan 1998 22:10:11 -0800 From: "Saffa J. Kemokai" Organization: MicroSystems Specialists X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Free Consultants .. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello: I am a new user of FreeBSD and I do need help with Configuring Apache .. I might be able to pay for limited service just to learn. This is not a business for now... Please respond to meail address or 609-893-0163 after 6pm.. Sincerely, Saffa J. Kemokai Sulima Freedom Information Project Have you visited "http://sulima.com" yet? From owner-freebsd-questions Wed Jan 14 18:58:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05309 for questions-outgoing; Wed, 14 Jan 1998 18:58:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05197 for ; Wed, 14 Jan 1998 18:58:07 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA00758; Thu, 15 Jan 1998 13:27:46 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA15536; Thu, 15 Jan 1998 13:27:45 +1030 (CST) (envelope-from grog) Message-ID: <19980115132744.58286@lemis.com> Date: Thu, 15 Jan 1998 13:27:44 +1030 From: Greg Lehey To: "Steven G. Kargl" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mailinglist unreachable ? References: <199801142342.PAA03153@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801142342.PAA03153@troutmask.apl.washington.edu>; from Steven G. Kargl on Wed, Jan 14, 1998 at 03:42:09PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 03:42:09PM -0800, Steven G. Kargl wrote: > Is it me, or are the mailinglist unreachable? It's not you. hub.freebsd.org, the system which handles FreeBSD's mail, had a catastrophic system disk failure on Tuesday, and they're still picking up the pieces. Things are more or less back to normal, but there's a backlog, so if you've sent a message and haven't seen it come back to you, wait a day or so before resending it. Greg From owner-freebsd-questions Wed Jan 14 19:33:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10473 for questions-outgoing; Wed, 14 Jan 1998 19:33:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebsd1.cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10440; Wed, 14 Jan 1998 19:33:31 -0800 (PST) (envelope-from jb@freebsd1.cimlogic.com.au) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.8.7/8.8.7) id OAA07831; Thu, 15 Jan 1998 14:38:48 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199801150338.OAA07831@freebsd1.cimlogic.com.au> Subject: Re: BOCA-16 io boxes In-Reply-To: from Chris Parry at "Jan 14, 98 03:43:52 pm" To: laotzu@juniper.net Date: Thu, 15 Jan 1998 14:38:48 +1100 (EST) Cc: hackers@FreeBSD.ORG, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Chris Parry wrote: > Hello, I'm looking to purchase some sets of the BOCA-16 iobox (with the > ISA card). Unfortunately they've been discontinued. > > Does anyone have any for sale? Is there another vendor I can goto that > will be supported under FreeBSD that can give me 16 COM ports per ISA > card? > > Currently I can only locate one potential vendor: > http://www.gtek.com/products.html > > Comments welcome. What about Stallion? The drivers are in the tree. Regards, -- John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-freebsd-questions Wed Jan 14 19:56:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13832 for questions-outgoing; Wed, 14 Jan 1998 19:56:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13649 for ; Wed, 14 Jan 1998 19:55:39 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA01164; Wed, 14 Jan 1998 22:55:20 -0500 (EST) Message-ID: <19980114225520.56768@emu.sourcee.com> Date: Wed, 14 Jan 1998 22:55:20 -0500 From: Norman C Rice To: "Randy A. Katz" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PROCESS THE MAIL - TO SCRIPT References: <3.0.5.32.19980114103602.03991e40@ccsales.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3.0.5.32.19980114103602.03991e40@ccsales.com>; from Randy A. Katz on Wed, Jan 14, 1998 at 10:36:02AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 10:36:02AM -0800, Randy A. Katz wrote: > Hello, > > I posted this to a different list (procmail) and did not get a response. > The main issue is initiating a database post from a mailed in form. I know > others are doing this and I don't want to reinvent the wheel so any > suggestions would be most appreciated... > > I want to send email to special@mydomain.com and have a filter rule like > :0 > * ^Received.*special@mydomain.com > { > > :0 c > ! randyk@virtualisys.com > > :0 > | someperlscript.pl > } > > For some reason it all works except the PERL script doesn't seem to do > anything with the contents of the message. Does anyone know the correct > syntax to use inside the PERL script to receive that PIPE? > > Thanx, > Randy Katz If I understand what you're trying to accomplish, try using the /etc/aliases file with an entry like special: |"/path/to/the/script/someperlscript.pl" and ensure the the PERL script is executable. Of course, you need to rebuild the aliases database after making the changes (newaliases). The email will be passed to your script. Sorry that this method doesn't use procmail, but I have found it useful. If you need information on a PERL script, let me know what you're trying to do. I use the following to capture the pipe. while () { # do something useful } -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Wed Jan 14 20:08:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15382 for questions-outgoing; Wed, 14 Jan 1998 20:08:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15304 for ; Wed, 14 Jan 1998 20:06:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id OAA00820; Thu, 15 Jan 1998 14:36:32 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id OAA15939; Thu, 15 Jan 1998 14:36:30 +1030 (CST) (envelope-from grog) Message-ID: <19980115143629.53655@lemis.com> Date: Thu, 15 Jan 1998 14:36:29 +1030 From: Greg Lehey To: Jason Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Has Majordomo@freebsd.org run amok? References: <3.0.3.32.19980114164642.007d6100@jcwells.deskmail.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.3.32.19980114164642.007d6100@jcwells.deskmail.washington.edu>; from Jason Wells on Wed, Jan 14, 1998 at 04:46:42PM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 04:46:42PM +0000, Jason Wells wrote: > I am getting mail in quintuplet from spam-free fellows like Doug White and > spork. Is something awry with the server? Briefly: yes. See my previous mail: hub.freebsd.org suffered major hardware damage, and they're still smoothing the wrinkles. For those of you new to the list, this is so unusual that nobody considered the possibility. hub has been using the same system disk for nearly 5 years. Finally, it died. Greg From owner-freebsd-questions Wed Jan 14 21:13:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22328 for questions-outgoing; Wed, 14 Jan 1998 21:13:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from silverback.gorilla.net (silverback.gorilla.net [208.128.8.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA22319 for ; Wed, 14 Jan 1998 21:12:52 -0800 (PST) (envelope-from tom@gorilla.net) Received: from ygordial014.gorilla.net (ygordial014.gorilla.net [208.143.84.14]) by silverback.gorilla.net (NTMail 3.03.0014/18.aaac) with ESMTP id sa032752 for ; Wed, 14 Jan 1998 23:12:17 -0600 Received: (from tom@localhost) by gorilla.net (8.8.8/8.8.8) id XAA29367; Wed, 14 Jan 1998 23:12:06 -0600 (CST) (envelope-from tom) Message-ID: <19980114231124.28412@TOJ.org> Date: Wed, 14 Jan 1998 23:11:25 -0600 From: Tom Jackson To: freebsd-questions@FreeBSD.ORG Subject: Re: Install difficulty. References: <199801150129.TAA01965@cloister.beloit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801150129.TAA01965@cloister.beloit.edu>; from Tom Walcott on Wed, Jan 14, 1998 at 07:29:14PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 14, 1998 at 07:29:14PM -0600, Tom Walcott wrote: > Hello. I'm sorry to burden you folks, since I'm sure you get more than > enough messages of this kind, but I've been playing with this for a few > days and don't seem to be getting anywhere. I got a Pentium II from Micron > the other day, and want to install FreeBSD on it. I've done this > installation before, on a 486, so I know I'm not making any glaringly > obvious errors, but... > > The boot disk loads up fine, and then tries to boot up the kernel prior to > permitting installation. I can do some device configuration, which in my > case mostly amounts to removing conflicts, since I don't know much about the > line-by-line device editor. The problem is that as soon as I quit the > configuration menu to let it continue the boot process, FreeBSD first probes > the PCI bus, and after outputting vital statistics about the drives, it > reaches the ethernet card -- in this case, a 3COM 3C905 -- and then hangs, > leaving the disk light on. The only way to reset the computer appears to be > a hard boot. > > I don't know if I've got a hardware incompatability, if I'm doing something > exceptionally strange, or what precisely is going on. I was hoping that > one of you folks might have some clue, and be willing to share. > > I appreciate your time and assistance. > > Tom Walcott > friar@cloister.beloit.edu Did you try taking out the NIC for the install? Tom From owner-freebsd-questions Wed Jan 14 21:25:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23912 for questions-outgoing; Wed, 14 Jan 1998 21:25:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dobong.Kwangwoon.AC.KR (dobong.kwangwoon.ac.kr [128.134.70.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23658 for ; Wed, 14 Jan 1998 21:23:04 -0800 (PST) (envelope-from cbrown@daisy.kwangwoon.ac.kr) Received: from vlsilab2 (vlsilab2.kwangwoon.ac.kr [128.134.54.177]) by dobong.Kwangwoon.AC.KR (8.8.7H1/8.8.7) with SMTP id OAA08693 for ; Thu, 15 Jan 1998 14:22:35 +0900 (KST) Message-ID: <34BE1CCA.167EB0E7@daisy.kwangwoon.ac.kr> Date: Thu, 15 Jan 1998 23:27:22 +0900 From: Hwang Jung Ho Organization: Kwangwoon Univ. Computer Engineering. VLSI/CAD X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I have a question! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm studying about IPC & RPC simulation. For that file complie,would I have to install the libnls.a and etc file? At my FreeBSD system's lib directory is not contain that files. These files are need to compile? ============================================ cbrown@daisy.kwangwoon.ac.kr cbrown@nownuri.net ============================================ From owner-freebsd-questions Wed Jan 14 21:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24123 for questions-outgoing; Wed, 14 Jan 1998 21:26:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA23946 for ; Wed, 14 Jan 1998 21:25:50 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id KAA01082; Thu, 15 Jan 1998 10:58:56 +0530 Message-ID: <34BE30A3.587D@opentech.stpn.soft.net> Date: Thu, 15 Jan 1998 10:52:03 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: George Vagner CC: questions@FreeBSD.ORG Subject: Re: groups References: <199801140909.DAA13787@epcot.spdc.ti.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk George Vagner wrote: > > where do i find a list of group names IE: wheel,network...etc... and > what each group allows or is for? > > Laszlo Vagner > Texas Instruments > Email:vagner@NOSPAM.ti.com > Pg. 598-5217 > Wk. 995-4297 Mr, George, check /etc/group. It has All group names and members within each group. Dinesh Pal From owner-freebsd-questions Wed Jan 14 21:27:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24210 for questions-outgoing; Wed, 14 Jan 1998 21:27:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.chr.adelphia.net (alpha.chr.adelphia.net [24.48.12.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24005 for ; Wed, 14 Jan 1998 21:26:19 -0800 (PST) (envelope-from missmanp@adelphia.net) Received: from missmanp.chr.adelphia.net ([24.48.11.171]) by alpha.chr.adelphia.net (8.7.5/8.7.3) with SMTP id AAA27943 for ; Thu, 15 Jan 1998 00:20:57 -0500 (EST) From: "Paul Missman" To: Subject: Fw: Real time BSD? Date: Thu, 15 Jan 1998 00:25:58 -0500 Message-ID: <01bd2176$0f2ce560$0525a8c0@missmanp.chr.adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >I am looking for the implementation of real-time BSD. It must include >real-time scheduler. If someone has this, please let me know. > >Nanjoo > I don't know about real time for BSD. There is/was an adaptation of the QNX real time scheduler for Linux, as part of Linux's optional software. I don't run Linux anymore, and never tried it, but from the comments about the scheduler it must have worked. Paul Missman From owner-freebsd-questions Wed Jan 14 21:55:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28283 for questions-outgoing; Wed, 14 Jan 1998 21:55:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27988 for ; Wed, 14 Jan 1998 21:53:52 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id NAA13210 for ; Thu, 15 Jan 1998 13:53:24 +0800 (PHT) Date: Thu, 15 Jan 1998 13:53:24 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: URGENT: login failed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello everyone! i accidentally changed the ownership of the program `login' from root.bin to bin.bin :I how do i fix this problem since i could not login to the machine? thanks! --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Wed Jan 14 22:08:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29622 for questions-outgoing; Wed, 14 Jan 1998 22:08:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from canuk.glunet.se (canuk.glunet.se [194.16.68.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29523 for ; Wed, 14 Jan 1998 22:07:27 -0800 (PST) (envelope-from gramstad@ith.se) Received: from ith.se (per-olav.gramstad.ith.se [194.16.68.243]) by canuk.glunet.se (8.8.7/8.7.1) with ESMTP id IAA15538 for ; Thu, 15 Jan 1998 08:06:10 +0100 Message-ID: <34BDA7E4.5A9969F3@ith.se> Date: Thu, 15 Jan 1998 07:08:36 +0100 From: Per-Olav Gramstad X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Searchable mailing list archive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello FreeBSD! Thank you for a great job with FreeBSD. But what about the searchable mailing list archive? They are obviously updated weekly but when are they searchable? There is no info on when they are searchable or on how long they'll be down. Per-Olav Gramstad From owner-freebsd-questions Wed Jan 14 22:10:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29887 for questions-outgoing; Wed, 14 Jan 1998 22:10:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29721 for ; Wed, 14 Jan 1998 22:10:01 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id AAA28507 for ; Thu, 15 Jan 1998 00:10:01 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id AAA12084 for ; Thu, 15 Jan 1998 00:10:01 -0600 (CST) Date: Thu, 15 Jan 1998 00:10:01 -0600 (CST) From: Font To: questions@FreeBSD.ORG Subject: MAIL FROM: address check commented out in /etc/mail additions? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Playing around with some antispam/antirelay mechanisms on my new mail server, I added in the rulesets from /etc/mail/sendmail.cf.additions as well as the check_rcpt from http://www.sendmail.org/antispam.html, but found that non-resolving MAIL FROM: domains weren't being rejected. Upon closer examination I found that a line in sendmail.cf.additions had been commented out: # R $* < @ $+ > $#error $: "451 Domain does not resolve" I was just curious as to whether this was intentional (what are the disadvantages here? can some legit mail be rejected?) or just overlooked. I also noticed that these rules were slightly different from the ones on the sendmail site, but I don't know enough about rulesets yet to be able to question anything. :-) I took out the comment and things seem to be working as expected. A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. From owner-freebsd-questions Wed Jan 14 22:31:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01917 for questions-outgoing; Wed, 14 Jan 1998 22:31:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA01879 for ; Wed, 14 Jan 1998 22:31:29 -0800 (PST) (envelope-from jmcla@ocala.cs.miami.edu) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id BAA10784; Thu, 15 Jan 1998 01:31:02 -0500 Date: Thu, 15 Jan 1998 01:31:02 -0500 (EST) From: "Joe \"Marcus\" Clarke" To: Francis Vidal cc: FreeBSD Questions Subject: Re: URGENT: login failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Start the computer up in single user mode (at the boot: prompt, type -s). Then, mount /usr, and change the ownership of /usr/bin/login. Then reboot. Joe Clarke On Thu, 15 Jan 1998, Francis Vidal wrote: > hello everyone! > > i accidentally changed the ownership of the program `login' from root.bin > to bin.bin :I how do i fix this problem since i could not login to the > machine? > > thanks! > > --- > francis vidal | usls.NET | university of st. la salle, bacolod city, PH > PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp > "birds of the same feathers are birds!" - rhoderick samonte's class > From owner-freebsd-questions Wed Jan 14 22:39:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02658 for questions-outgoing; Wed, 14 Jan 1998 22:39:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02623 for ; Wed, 14 Jan 1998 22:38:55 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id OAA13286; Thu, 15 Jan 1998 14:37:32 +0800 (PHT) Date: Thu, 15 Jan 1998 14:37:32 +0800 (PHT) From: Francis Vidal To: Joe Marcus Clarke cc: FreeBSD Questions Subject: Re: URGENT: login failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Joe "Marcus" Clarke wrote: > Start the computer up in single user mode (at the boot: prompt, type > -s). Then, mount /usr, and change the ownership of /usr/bin/login. > Then reboot. thanks! i can now logon to my machine! :) great! moral lesson: never change the ownership of programs unless you know what you're doing. heh. > > i accidentally changed the ownership of the program `login' from root.bin > > to bin.bin :I how do i fix this problem since i could not login to the > > machine? --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Wed Jan 14 22:39:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02708 for questions-outgoing; Wed, 14 Jan 1998 22:39:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.lig.bellsouth.net (mail.lig.bellsouth.net [205.152.0.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02692 for ; Wed, 14 Jan 1998 22:39:41 -0800 (PST) (envelope-from glenn@bellsouth.net) Received: from gforce.bellsouth.net (host-32-96-78-21.msy.bellsouth.net [32.96.78.21]) by mail.lig.bellsouth.net (8.8.5/8.8.5) with ESMTP id BAA13314; Thu, 15 Jan 1998 01:43:11 -0500 (EST) Received: from gforce.bellsouth.net (localhost.bellsouth.net [127.0.0.1]) by gforce.bellsouth.net (8.8.8/8.8.8) with ESMTP id AAA00275; Thu, 15 Jan 1998 00:35:26 -0600 (CST) (envelope-from glenn@gforce.bellsouth.net) Message-Id: <199801150635.AAA00275@gforce.bellsouth.net> X-Mailer: exmh version 2.0.1 12/23/97 From: Glenn Johnson To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: partition errors In-reply-to: Your message of "Tue, 13 Jan 1998 20:28:00 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Jan 1998 00:35:25 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Tue, 13 Jan 1998, Glenn Johnson wrote: > > > > > wd2s1: raw partition size != slice size > > > > wd2s1: start 63, end 32255, size 32193 > > > > wd2s1c: start 63, end 1056383, size 1056321 > > > > wd2s1: truncating raw partition > > > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > > [...] > > > This is what I suspected. The diskformat tutorial is what I used as my guide. > > I used the /stand/sysinstall program as per the instructions in the tutorial. > > I tried with the FBSD calculated disklabel, as well as specifying the geometry > > that the BIOS reported. No luck in either case. Should I try again using the > > command line instructions given in the tutorial? > > Hm, something must be miscalculating the gemoetry so badly that the > disklabel numbers are out of bounds. Is there anything else on this disk? > If not you might try dedicated mode. > I did try dedicated mode. That was my first choice. Then I tried non-dedicated mode and that did not work either. The only way I could get a successful newfs was to have a small DOS partition on the drive; but then I got the error messages above. -- Glenn Johnson gljohns@bellsouth.net From owner-freebsd-questions Wed Jan 14 22:56:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04823 for questions-outgoing; Wed, 14 Jan 1998 22:56:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keep.scn.ru (keep.scn.ru [195.151.16.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04667 for ; Wed, 14 Jan 1998 22:55:56 -0800 (PST) (envelope-from alx@scn.ru) Received: from alx.scn.ru (alx.scn.ru [195.151.16.36]) by keep.scn.ru (8.8.7/8.8.7) with ESMTP id NAA04143; Thu, 15 Jan 1998 13:57:00 +0700 (KRS) (envelope-from alx@scn.ru) Message-Id: <199801150657.NAA04143@keep.scn.ru> From: "Alex N. Zhuravlev" To: "Doug White" Cc: Subject: Re: snmpd Date: Thu, 15 Jan 1998 13:55:02 +0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi ! I want to get statistic from our router using mrtg. Mrtg uses snmp to get statistic.How to make snmpd work on FreeBSD not client but server??? Now we have FreeBSD-2.2.5 as a router. From owner-freebsd-questions Wed Jan 14 23:02:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05469 for questions-outgoing; Wed, 14 Jan 1998 23:02:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05453 for ; Wed, 14 Jan 1998 23:01:46 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id HAA19405 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 07:57:14 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03168; 15 Jan 98 02:15:32 +0100 From: leifn@image.dk (Leif Neland) Date: 14 Jan 98 14:24:29 +0100 Subject: sendmail Question Message-ID: References: <199801141012.KAA01186@jce.wintermute.co.uk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 14 Jan 98 11:24:17 "Wayne G Boyd" wrote regarding sendmail Question "G> Sendmail will Tx and Rx SMTP mail with our ISP without a "G> problem, as long as the PPP link is up, and it will dial out for "G> outgoing mail. You might want to disable the posting of a single letter to initial a dialout, by marking the internet as "expensive" in your sendmail.cf / m4. Then only explicitly send when you also want to poll for new mail. But that naturally depends on the price of a call. "G> My question is: "how do I get the system to dial our ISP "G> periodically to check for new incomming mail ?". A ping -n10 isp.name.domain in cron executed at your preferred interval will open the link. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Wed Jan 14 23:02:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05607 for questions-outgoing; Wed, 14 Jan 1998 23:02:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05470 for ; Wed, 14 Jan 1998 23:02:00 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id HAA19404 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 07:57:13 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03167; 15 Jan 98 02:15:32 +0100 From: leifn@image.dk (Leif Neland) Date: 14 Jan 98 14:16:31 +0100 Subject: HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. Message-ID: References: <19980114053732.15520.qmail@hotmail.com> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 14 Jan 98 06:37:32 "waqar ahmad" wrote regarding HOW TO CONFIGURE TWO DOMAIN NAMES FOR A SINGLE COMPUTER. "a> hi there! "a> One of my clients has got registered his domain name i-e "a> "arain.fam.pk" and now he wants to place his web page on our "a> server. Ful domain name or our server is "isb.perd.net.pk" "a> So is there any way so that web page of arain.fam.pk is place on "a> isb.perd.net.pk and can be accessed by the url www.arain.cam.pk. First www.arain.cam.pk must have the ip-adress of isb.perd.net.pk Who is in charge of the DNS for arain.fam.pk? Do you already have a webserver on isb? If you use apache, you have support for "virtual domains". This is what you want, look further in the docs for apache. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Wed Jan 14 23:49:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10623 for questions-outgoing; Wed, 14 Jan 1998 23:49:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10616 for ; Wed, 14 Jan 1998 23:48:58 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id XAA02111 for ; Wed, 14 Jan 1998 23:47:42 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id XAA07660 for ; Wed, 14 Jan 1998 23:29:37 -0800 (PST) Date: Wed, 14 Jan 1998 23:29:37 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions Subject: dsl stuff... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Our little phone company here will be offering *dsl lines soon and have been wondering if FreeBSD has any support for such any type of dsl adapter? Not sure of any of the fine details yet on just what is involved but I thought if the price was right I might get a line installed. I have heard they have setup a bevy of NT boxes to do some or all of the dsl stuff so I'm thinking that its gonna be a windows fest when they do go public with their dsl offering. I think I'm the only one in town running any type of Unix at home, let alone a LAN. Though there is one fellow doing Linux and I have a feeling if it aint windows they may say we dont support it. (the phone company also runs the ISP that I use too) But anyway how, what where is any form of dsl supported under FBSD? Regards and thanks, Keith From owner-freebsd-questions Wed Jan 14 23:55:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11234 for questions-outgoing; Wed, 14 Jan 1998 23:55:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.mailsrvcs.net (smtp1.gte.net [207.115.153.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11164 for ; Wed, 14 Jan 1998 23:54:22 -0800 (PST) (envelope-from btek99@gte.net) Received: from gte.net (1Cust49.tnt1.adelanto.ca.da.uu.net [208.252.7.49]) by smtp1.mailsrvcs.net with ESMTP id BAA26079 for ; Thu, 15 Jan 1998 01:54:00 -0600 (CST) Message-ID: <34BDC03A.3C26FC7@gte.net> Date: Wed, 14 Jan 1998 23:52:26 -0800 From: Brent Scheffler X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Support for LS-120 drives? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I was wondering... I recently attempted to install Debian Linux on my system only to find out that the LS-120 (which is my only source of floppy interface) is not supported as well as all my other PnP PCI and ISA devices. Will FreeBSD support the LS-120 drive and if so as the only source of floppy interface? Thank you in advance. -Brent Scheffler btek99@gte.net From owner-freebsd-questions Thu Jan 15 00:15:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13666 for questions-outgoing; Thu, 15 Jan 1998 00:15:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13638 for ; Thu, 15 Jan 1998 00:15:02 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id AAA28609; Thu, 15 Jan 1998 00:14:02 -0800 (PST) Date: Thu, 15 Jan 1998 00:14:02 -0800 (PST) From: Shawn Ramsey To: Per-Olav Gramstad cc: freebsd-questions@FreeBSD.ORG Subject: Re: Searchable mailing list archive In-Reply-To: <34BDA7E4.5A9969F3@ith.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hello FreeBSD! > > Thank you for a great job with FreeBSD. > But what about the searchable mailing list archive? They are obviously > updated weekly but when are they searchable? There is no info on when > they are searchable or on how long they'll be down. They are normally searchable 24/7. :) I would guess they are down due to the hard drive crash of hub.freebsd.org. I hope they had backups. :) From owner-freebsd-questions Thu Jan 15 00:21:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14677 for questions-outgoing; Thu, 15 Jan 1998 00:21:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA14659 for ; Thu, 15 Jan 1998 00:21:10 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.210] by smtp.sby.globalinfo.net (SMTPD32-3.03) id A8BAE40124; Thu, 15 Jan 1998 15:28:42 +0700 Message-ID: <34BDC820.C05F24B3@sby.globalinfo.net> Date: Thu, 15 Jan 1998 15:26:08 +0700 From: alik X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Make the interface card UP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I would like to thank you for answering my questions before. I am going to make my FreeBSD machine as a router, so I am installing 2 NICs. One is PCI-100baseT (3com905) and the other one 10baseT (SMC 8216 16-bit). The system could detect those cards alright. The interfaces are 'vx' and 'ed1' respectively. Now, the problem is the vx is UP but the ed1 is DOWN. How do I make the 'ed1' UP, and assign different IP address to it? I have tried with the program /stand/sysinstall before, but the result's still DOWN. Could you please help me? Thanks in advance. Alik From owner-freebsd-questions Thu Jan 15 01:26:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22102 for questions-outgoing; Thu, 15 Jan 1998 01:26:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chong.ihug.co.nz (root@chong.ihug.co.nz [203.29.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22098 for ; Thu, 15 Jan 1998 01:26:34 -0800 (PST) (envelope-from marki@ihug.co.nz) Received: from myname.my.domain (p43-max20.auck.ihug.co.nz [207.212.240.107]) by chong.ihug.co.nz (8.8.8/8.8.8) with SMTP id WAA18979; Thu, 15 Jan 1998 22:27:44 +1300 Message-ID: <34BDD666.41C67EA6@ihug.co.nz> Date: Thu, 15 Jan 1998 22:27:02 +1300 From: Mark Ibell X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Brent Scheffler CC: freebsd-questions@FreeBSD.ORG Subject: Re: Support for LS-120 drives? References: <34BDC03A.3C26FC7@gte.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Brent Scheffler wrote: > > I was wondering... I recently attempted to install Debian Linux on my > system only to find out that the LS-120 (which is my only source of > floppy interface) is not supported as well as all my other PnP PCI and > ISA devices. Will FreeBSD support the LS-120 drive and if so as the only > source of floppy interface? Thank you in advance. > At this time LS-120 support is not included in the FreeBSD kernel. However a patch exists that will allow such support. Your best bet is to install FreeBSD (yep - you can boot the install floppy just fine with an LS-120), and then grab an LS-120 driver from: http://www.jp.freebsd.org/~junichi/ls120.html ### Mark ### From owner-freebsd-questions Thu Jan 15 01:27:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22151 for questions-outgoing; Thu, 15 Jan 1998 01:27:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22144 for ; Thu, 15 Jan 1998 01:27:10 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id KAA10747 for freebsd-questions@freefall.cdrom.com; Thu, 15 Jan 1998 10:28:49 GMT (envelope-from kuku) Date: Thu, 15 Jan 1998 10:28:49 GMT From: Christoph Kukulies Message-Id: <199801151028.KAA10747@gilberto.physik.RWTH-Aachen.DE> To: freebsd-questions@freefall.FreeBSD.org Subject: pppppp - CCP Protocol question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm running pppd (kernel) on a 2.2.5 box and Win95 users can log in fine. Thanks to a tip from Brian Somers who advised not to use the enable pap line in ppp.conf on the peer side, I can also login from FreeBSD now. Thinking that CCP compression is a good thing and seeing that the compression scheme cannot be negotiated with Win95 logins I wonder if it can at least be enabled or enabled selectively for logins from FreeBSD/Linux machines. This is a portion of the log of a FreeBSD connection: ... Jan 15 10:09:58 agate pppd[1688]: found interface ed0 for proxy arp Jan 15 10:10:00 agate pppd[1688]: sent [CCP ConfReq id=0x1 ] Jan 15 10:10:12 agate last message repeated 4 times Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x2] Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x3] Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x4] Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x5] Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x6] Jan 15 10:10:15 agate pppd[1688]: sent [CCP ConfReq id=0x1 ] Jan 15 10:10:15 agate pppd[1688]: rcvd [CCP TermAck id=0x7] Jan 15 10:10:18 agate pppd[1688]: sent [CCP ConfReq id=0x1 ] Jan 15 10:10:19 agate pppd[1688]: rcvd [CCP TermAck id=0x8] Jan 15 10:10:21 agate pppd[1688]: sent [CCP ConfReq id=0x1 ] Jan 15 10:10:22 agate pppd[1688]: rcvd [CCP TermAck id=0x9] Jan 15 10:10:24 agate pppd[1688]: sent [CCP ConfReq id=0x1 ] Jan 15 10:10:27 agate pppd[1688]: CCP: timeout sending Config-Requests Jan 15 10:10:39 agate pppd[1688]: rcvd [CCP TermAck id=0xa] -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Thu Jan 15 01:30:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22734 for questions-outgoing; Thu, 15 Jan 1998 01:30:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22728 for ; Thu, 15 Jan 1998 01:30:51 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gate (gate.worldinternet.net [195.72.32.6]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id JAA06579 for ; Thu, 15 Jan 1998 09:28:54 GMT Message-Id: <3.0.5.32.19980115092644.009064a0@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 15 Jan 1998 09:26:44 +0000 To: freebsd-questions@FreeBSD.ORG From: Peter Subject: IBM support Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Anyone here know if FreeBSD 2.2.5 supports IBM CPU's ??? peter@worldinternet.net From owner-freebsd-questions Thu Jan 15 01:31:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22766 for questions-outgoing; Thu, 15 Jan 1998 01:31:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22739 for ; Thu, 15 Jan 1998 01:30:59 -0800 (PST) (envelope-from dirk.vangulik@jrc.it) Received: from elec.isei.jrc.it by mrelay.jrc.it (LMC5688) with SMTP id KAA15097; Thu, 15 Jan 1998 10:30:51 +0100 (MET) Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA23400; Thu, 15 Jan 98 10:30:16 +0100 Posted-Date: Thu, 15 Jan 1998 10:29:18 +0100 (MET) Date: Thu, 15 Jan 1998 10:29:18 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: Geoffrey Robinson Cc: questions@FreeBSD.ORG Subject: Re: PERL Compiler In-Reply-To: <34BD3BAE.B8C6A2FC@accessv.com> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Geoffrey Robinson wrote: > Has anybody here tried the new PERL compiler? I downloaded it at > ftp.ox.ac.uk/pub/perl/Compiler-a2.tar.gz and did my best to install it > but no luck. I'm not even sure weather or not you can run it on FreeBSD > (2.2.5 I have). Has anybody had any success? Let me know how you > got it working if you did. Thanks. Works for me, with al the limits as stated in the README, on 2.2.5 and 3.0-Snap. But this is alpha code.. Dw From owner-freebsd-questions Thu Jan 15 01:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25624 for questions-outgoing; Thu, 15 Jan 1998 01:54:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25384 for ; Thu, 15 Jan 1998 01:52:34 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from exec.worldinternet.net (oddjob.worldinternet.net [195.72.32.7]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id JAA06641 for ; Thu, 15 Jan 1998 09:49:59 GMT Message-ID: <34BDDC87.167EB0E7@worldinternet.net> Date: Thu, 15 Jan 1998 09:53:11 +0000 From: peter Organization: World Internet X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Afterstep1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 2.2.5 I have installed AfterStep 1.0 from the CD it has put it in the following dir: /usr/ports/x11/afterstep/. So I go to that directory and then goto : work/AfterStep-1.0/afterstep in that directory I do : ./afterstep and I get the following message : "AfterStep: another WH is running".  WHAT DO I DO NOW ???? From owner-freebsd-questions Thu Jan 15 02:01:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26643 for questions-outgoing; Thu, 15 Jan 1998 02:01:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com ([207.82.251.8]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA26404 for ; Thu, 15 Jan 1998 01:59:14 -0800 (PST) (envelope-from tagram@hotmail.com) Received: (qmail 7884 invoked by uid 0); 15 Jan 1998 09:58:16 -0000 Message-ID: <19980115095816.7883.qmail@hotmail.com> Received: from 205.184.185.46 by www.hotmail.com with HTTP; Thu, 15 Jan 1998 01:58:16 PST X-Originating-IP: [205.184.185.46] From: "edward appel" To: questions@FreeBSD.ORG Subject: diamond edge3d 3000 Content-Type: text/plain Date: Thu, 15 Jan 1998 01:58:16 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk to whom it may concern... i just recently installed a new diamond edge3d 3000 card into my system, i dual boot win95/FreeBSD2.2.5 and was wondering if freebsd had any support for the sound function of this card since the card is a three in one card(video/sound/gameport). the only thing i need is the video and sound portion. thank you for your prompt reply. edward e. appel ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Thu Jan 15 02:06:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27265 for questions-outgoing; Thu, 15 Jan 1998 02:06:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com ([207.82.251.26]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA27088 for ; Thu, 15 Jan 1998 02:04:56 -0800 (PST) (envelope-from tagram@hotmail.com) Received: (qmail 6658 invoked by uid 0); 15 Jan 1998 10:03:46 -0000 Message-ID: <19980115100346.6657.qmail@hotmail.com> Received: from 205.184.185.46 by www.hotmail.com with HTTP; Thu, 15 Jan 1998 02:03:46 PST X-Originating-IP: [205.184.185.46] From: "edward appel" To: freebsd-questions@FreeBSD.ORG Subject: Diamond Edge3D 3000 support for 2.2.5 Content-Type: text/plain Date: Thu, 15 Jan 1998 02:03:46 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk to whome it may concern... I was wondering if FreeBSD2.2.5 or any other version/future versions of FreeBSD will include support for the full functionality of the Diamond Edge3D 3000 all in one card. If you could write back and let me know. If there is, please include instructions on how to build it in the to kernel, if nescesary, if there is no support maybe there is a work around? I thank you in advance for your prompt help with my questions. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Thu Jan 15 02:27:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29705 for questions-outgoing; Thu, 15 Jan 1998 02:27:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29393 for ; Thu, 15 Jan 1998 02:24:13 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id CAA28989; Thu, 15 Jan 1998 02:23:33 -0800 (PST) Date: Thu, 15 Jan 1998 02:23:33 -0800 (PST) From: Shawn Ramsey To: Peter cc: questions@FreeBSD.ORG Subject: Re: md5 to DES - PASSWORDS ! In-Reply-To: <3.0.1.32.19980113215200.007aae90@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On one box I have 2.2.5 installed with wd5 as the password encryption, how > can I change the encryption to DES. I have the code on the CD but just need > to know how to implement it. All you should need to do is run the install script for DES. All your old passwords will still be in MD5 format, but any new users added will use DES. From owner-freebsd-questions Thu Jan 15 02:38:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00963 for questions-outgoing; Thu, 15 Jan 1998 02:38:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA00935; Thu, 15 Jan 1998 02:37:45 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id CAA01387; Thu, 15 Jan 1998 02:39:36 -0800 Date: Thu, 15 Jan 1998 02:39:36 -0800 From: Jonathan Hahn Message-Id: <199801151039.CAA01387@and.com> To: freebsd-questions@FreeBSD.ORG Subject: installing on FAT32 w/Partition Magic Cc: freebsd-install@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm a long-time FreeBSD user and have performed many installations, but I'm stuck. I recently purchased a Sony VAIO 707C laptop. I discovered it uses a FAT32 file system which fips doesn't yet support. There is a modified fips (fips1.5b, http://bmrc.berkeley.edu/people/chaffee/fat32.html) which I tried. It did something, but the machine wouldn't boot afterwards. Fortunately, restorrb backed those changes out. So next I purchased Partition Magic. It split the main partition nicely and apparently on a cylindar boundary. So far so good. I can boot off a freebsd boot disk, and run install. The problem is that when I try to create Unix partitions in the new DOS partition, the install program refuses. If I try to create a root file system of any size, I get: This region cannot be used for your root partition as the FreeBSD boot code cannot deal with a root partition created in that location. Please choose another partition or smaller size for your root partition and try again! An attempt to create the smallest root file systems still gets me this message. If I try and create a swap partition of any size, or any other file system (e.g. /usr) I get: Unable to create the partition. Too big? I suspect a problem in my DOS partition setup. Here's my table: Name PType Desc Subtype Flags Comment - 6 unused 0 size = 1 track wd0s1 1 unknown 11 win95 (1.5 GB) wd0s3 2 fat 6 for freebsd (.5 GB) wd0s2 1 OS/2 bootmgr 10 size = 1 cyl wd0s4 1 unknown 160 for mem image save (390 MB) - 6 unused 0 size = 1 cyl When I change the type of wds3 to FreeBSD, the line then reads: wd0s3 3 freebsd 165 for freebsd I have no idea what's going on. I took a look at the source for sysinstall and it's hairy. Does anyone have any insight/suggestions? I'm obviously violating some requirement, but I have no idea what. thanks in advance, -jonathan hahn ---------------------------------------------------------------------- Jonathan Hahn And Communications hahn@and.com (408) 736-7014 From owner-freebsd-questions Thu Jan 15 03:38:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06668 for questions-outgoing; Thu, 15 Jan 1998 03:38:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.sminter.com.ar ([200.10.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06446 for ; Thu, 15 Jan 1998 03:35:57 -0800 (PST) (envelope-from fpscha@ns1.sminter.com.ar) Received: (from fpscha@localhost) by ns1.sminter.com.ar (8.8.5/8.8.4) id IAA02307; Thu, 15 Jan 1998 08:33:51 +0300 (GMT) From: Fernando Schapachnik Message-Id: <199801150533.IAA02307@ns1.sminter.com.ar> Subject: Re: Problem adding a hard disk To: dwhite@resnet.uoregon.edu Date: Thu, 15 Jan 1998 08:33:51 +0300 (GMT) Cc: fpscha@ns1.sminter.com.ar, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jan 14, 98 02:38:12 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk En un mensaje anterior, Doug White escribió: > > On Wed, 14 Jan 1998, Fernando Schapachnik wrote: > > > > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > > I've read the tutorial you pointed and followed the manual steps. > > Here are the results: > > Hm, interesting. Can you please post the output of `disklabel sd1' and Sure, here you have: [1001]ns3:/root>disklabel sd1 disklabel: ioctl DIOCGDINFO: Invalid argument > `dmesg'? It's acting like the in-core disklabel for sd1 is blank, which > isn't correct. arplookup 102.255.105.85 failed: host is not on local network arp info overwritten for 200.10.100.55 by 00:00:0c:92:2b:0d arplookup 102.255.31.6 failed: host is not on local network sd1: invalid primary partition table: no magic sd1: invalid primary partition table: no magic arplookup 102.255.63.6 failed: host is not on local network [...more of the same...] arplookup 102.255.31.6 failed: host is not on local network arplookup 102.255.214.237 failed: host is not on local network sd1: invalid primary partition table: no magic Do you think all this trouble may be due to hardware failure? I DOS-formated the disk and it worked. Please tell me if you need something else. Thanks & regards! > > > [1013]ns3:/etc>dd if=/dev/zero of=/dev/rsd1 count=2 > > 2+0 records in > > 2+0 records out > > 1024 bytes transferred in 1 secs (1024 bytes/sec) > > [1014]ns3:/etc>disklabel /dev/rsd1 | disklabel -B -R -r sd1 /dev/stdin > > Warning, revolutions/minute 0 > > boot block size 0 > > super block size 0 > > line 12: 0: bad rpm > > line 13: 0: bad interleave > > Warning, revolutions/minute 0 > > [1015]ns3:/etc>newfs /dev/rsd1c > > newfs: ioctl (GDINFO): Invalid argument > > newfs: /dev/rsd1c: can't read disk label; disk type must be specified > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > Fernando P. Schapachnik S&M Internet From owner-freebsd-questions Thu Jan 15 04:06:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10478 for questions-outgoing; Thu, 15 Jan 1998 04:06:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10451 for ; Thu, 15 Jan 1998 04:06:26 -0800 (PST) (envelope-from Glenn.Johnson@234-49-99.swimsuit.swimsuit.roskildebc.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id NAA00813 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 13:03:59 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03177; 15 Jan 98 10:42:28 +0100 From: Glenn.Johnson@234-49-99.swimsuit.swimsuit.roskildebc.dk (Glenn Johnson) Date: 15 Jan 98 07:35:25 +0100 Subject: Re: partition errors Message-ID: Organization: Fidonet: Swimsuit Safari <-> Internet Gateway To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 07:56:00 1998 From: Glenn Johnson Subject: Re: partition errors > On Tue, 13 Jan 1998, Glenn Johnson wrote: > > > > > wd2s1: raw partition size != slice size > > > > wd2s1: start 63, end 32255, size 32193 > > > > wd2s1c: start 63, end 1056383, size 1056321 > > > > wd2s1: truncating raw partition > > > > wd2s1: rejecting partition in BSD label: it isn't entirely within the slice > > [...] > > > This is what I suspected. The diskformat tutorial is what I used as my guide. > > I used the /stand/sysinstall program as per the instructions in the tutorial. > > I tried with the FBSD calculated disklabel, as well as specifying the geometry > > that the BIOS reported. No luck in either case. Should I try again using the > > command line instructions given in the tutorial? > > Hm, something must be miscalculating the gemoetry so badly that the > disklabel numbers are out of bounds. Is there anything else on this disk? > If not you might try dedicated mode. > I did try dedicated mode. That was my first choice. Then I tried non-dedicated mode and that did not work either. The only way I could get a successful newfs was to have a small DOS partition on the drive; but then I got the error messages above. -- Glenn Johnson gljohns@bellsouth.net -- |Fidonet: Glenn Johnson 2:234/49.99 |Internet: Glenn.Johnson@234-49-99.swimsuit.swimsuit.roskildebc.dk | Standard disclaimer: The views of this user are strictly his own. | | En annonce fra gateway-operatřren: | Unix-sysadm sřger job. Henvendelse leifn@image.dk | From owner-freebsd-questions Thu Jan 15 04:08:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10568 for questions-outgoing; Thu, 15 Jan 1998 04:08:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10505 for ; Thu, 15 Jan 1998 04:07:20 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from filestore ([195.72.32.92]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id MAA07051; Thu, 15 Jan 1998 12:05:04 GMT Message-Id: <3.0.5.32.19980115120709.00915bd0@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 15 Jan 1998 12:07:09 +0000 To: jkh@time.cdrom.com From: Peter Subject: CPU'S Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk HI, Just one more thing, Has FreeBSD 2.2.5 got any problems with Intel MMX technology ?? peter@worldinternet.net From owner-freebsd-questions Thu Jan 15 04:52:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15359 for questions-outgoing; Thu, 15 Jan 1998 04:52:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15279 for ; Thu, 15 Jan 1998 04:51:33 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id HAA02798; Thu, 15 Jan 1998 07:51:24 -0500 (EST) Message-ID: <19980115075124.55487@emu.sourcee.com> Date: Thu, 15 Jan 1998 07:51:24 -0500 From: Norman C Rice To: peter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Afterstep1.0 References: <34BDDC87.167EB0E7@worldinternet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34BDDC87.167EB0E7@worldinternet.net>; from peter on Thu, Jan 15, 1998 at 09:53:11AM +0000 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA15292 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 09:53:11AM +0000, peter wrote: > On 2.2.5 I have installed AfterStep 1.0 from the CD it has put it in the > following dir: /usr/ports/x11/afterstep/. So I go to that directory and > then goto : work/AfterStep-1.0/afterstep in that directory I do : > ./afterstep and I get the following message : "AfterStep: another WH is > running".  > > WHAT DO I DO NOW ???? I believe you're experiencing the error because you are already running a window manager (xdm, fvwm, etc.) when you try to invoke afterstep. Try stopping your X window manager, comment your existing window manager in ~/.xinitrc, add `exec afterstep' to your ~/.xinitrc, and run startx to start up afterstep. # my old window manager # exec fvwm95 # start afterstep exec afterstep Make sure that the afterstep executable is in your path. Did you perform a `make install' as root? -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Thu Jan 15 05:08:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16826 for questions-outgoing; Thu, 15 Jan 1998 05:08:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16704 for ; Thu, 15 Jan 1998 05:07:04 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id IAA02848; Thu, 15 Jan 1998 08:06:51 -0500 (EST) Message-ID: <19980115080651.42595@emu.sourcee.com> Date: Thu, 15 Jan 1998 08:06:51 -0500 From: Norman C Rice To: alik Cc: questions@FreeBSD.ORG Subject: Re: Make the interface card UP References: <34BDC820.C05F24B3@sby.globalinfo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34BDC820.C05F24B3@sby.globalinfo.net>; from alik on Thu, Jan 15, 1998 at 03:26:08PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 03:26:08PM +0700, alik wrote: > Hello, > > I would like to thank you for answering my questions before. > > I am going to make my FreeBSD machine as a router, so I am installing 2 > NICs. > One is PCI-100baseT (3com905) and the other one 10baseT (SMC 8216 > 16-bit). The system could detect those cards alright. The interfaces > are 'vx' and 'ed1' respectively. > Now, the problem is the vx is UP but the ed1 is DOWN. > How do I make the 'ed1' UP, and assign different IP address to it? > I have tried with the program /stand/sysinstall before, but the result's > still DOWN. > Could you please help me? > > Thanks in advance. > > Alik > Try using the 3COM configurator (supplied on DOS floppy) to set the 3C905 card to either 10M or 100M fixed speed. I don't believe that FreeBSD supports the automatic 10/100 mode. As to assigning a different IP address, try adding something similar to the following to your /etc/rc.conf (sysconfig for older versions). ifconfig_vx0="inet XXX.XXX.XXX.XXX netmask 255.255.255.0" ifconfig_ed1="inet YYY.YYY.YYY.YYY netmask 255.255.255.0" where `XXX.XXX.XXX.XXX' and `YYY.YYY.YYY.YYY' are the IP addresses you want your system to have. You may need to adjust the netmask to satisfy subnetting requirements. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Thu Jan 15 05:23:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18400 for questions-outgoing; Thu, 15 Jan 1998 05:23:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18388 for ; Thu, 15 Jan 1998 05:22:43 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id PAA23466; Thu, 15 Jan 1998 15:14:11 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma023464; Thu, 15 Jan 98 15:13:52 +0200 Message-ID: <34BE0D70.1FD1@barcode.co.il> Date: Thu, 15 Jan 1998 15:21:52 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: peter CC: freebsd-questions@FreeBSD.ORG Subject: Re: Afterstep1.0 References: <34BDDC87.167EB0E7@worldinternet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk peter wrote: > > On 2.2.5 I have installed AfterStep 1.0 from the CD it has put it in the > following dir: /usr/ports/x11/afterstep/. So I go to that directory and > then goto : work/AfterStep-1.0/afterstep in that directory I do : > ./afterstep and I get the following message : "AfterStep: another WH is > running".  > > WHAT DO I DO NOW ???? in the directory /usr/ports/x11/afterstep/, do "make install". After that, you can use afterstep as your window manager by specifying it in .xinitrc or .xsession (depending on the way you start X windows). Nadav From owner-freebsd-questions Thu Jan 15 05:36:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19838 for questions-outgoing; Thu, 15 Jan 1998 05:36:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19817 for ; Thu, 15 Jan 1998 05:36:23 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id NAA02276 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 13:43:12 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08424; 15 Jan 98 13:43:10 +0100 From: leifn@image.dk (Leif Neland) Date: 15 Jan 98 10:23:24 +0100 Subject: ELF Message-ID: <892_9801151343@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 14 Jan 98 04:52:59 Doug White wrote regarding Re: as, binutils out of date? DW> binutils will not be in FreeBSD until we adopt ELF. I suggest DW> trying to port over the necessary changes from your gas to ours DW> and submit patches using send-pr. So what do I do with an elf'ed linux executable? The source isn't available. When I tried running, it complained about "unknown ELF-format" or something. (Sorry, I can only read/write messages while in dos) Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Thu Jan 15 05:36:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19870 for questions-outgoing; Thu, 15 Jan 1998 05:36:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19826 for ; Thu, 15 Jan 1998 05:36:32 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id NAA02754 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 13:55:31 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08429; 15 Jan 98 13:55:40 +0100 From: leifn@image.dk (Leif Neland) Date: 15 Jan 98 13:51:44 +0100 Subject: installing on FAT32 w/Partition Magic Message-ID: <898_9801151355@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 15 Jan 98 11:39:36 Jonathan Hahn wrote regarding installing on FAT32 w/Partition Magic JH> From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 13:25:59 JH> 1998 From: Jonathan Hahn JH> Subject: installing on FAT32 w/Partition Magic JH> JH> The problem is that when I try to create Unix partitions in the JH> new DOS partition, the install program refuses. If I try to JH> create a root file system of any size, I get: JH> JH> This region cannot be used for your root partition as the JH> FreeBSD boot code cannot deal with a root partition created JH> in that location. Please choose another partition or JH> smaller size for your root partition and try again! JH> JH> I suspect a problem in my DOS partition setup. Here's my table: JH> JH> Name PType Desc Subtype Flags Comment JH> - 6 unused 0 size = 1 track JH> wd0s1 1 unknown 11 win95 (1.5 GB) JH> wd0s3 2 fat 6 for freebsd (.5 GB) Could you have trouble because the root must be below the 512MB limit? Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Thu Jan 15 05:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20403 for questions-outgoing; Thu, 15 Jan 1998 05:43:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lists.dcro.dla.mil ([33.19.104.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20328 for ; Thu, 15 Jan 1998 05:41:58 -0800 (PST) (envelope-from bgy2452@lists.dcro.dla.mil) Received: from 1611kjb (hil229004.columbus.rr.com [204.210.229.4]) by lists.dcro.dla.mil (8.8.8/8.8.5) with SMTP id IAA02612 for ; Thu, 15 Jan 1998 08:16:01 -0500 (EST) Message-ID: <010701bd21bb$5f758460$04e5d2cc@1611kjb.columbus.rr.com> From: "Michael P. Deslippe" To: Subject: Updating Date: Thu, 15 Jan 1998 08:42:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I originally installed 2.1.6 which has been running for a little over a year. I am getting more concerned over the security holes and want to upgrade the system to the latest version. I tried the "update" method and get absolutely nothing, it errors out and says it can't update. Is there another method for updating, or do I just have to dump the whole system and start from scratch? ---Mike From owner-freebsd-questions Thu Jan 15 06:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25586 for questions-outgoing; Thu, 15 Jan 1998 06:40:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25530 for ; Thu, 15 Jan 1998 06:40:11 -0800 (PST) (envelope-from wweng@attila.stevens-tech.edu) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id JAA04100; Thu, 15 Jan 1998 09:40:06 -0500 (EST) Date: Thu, 15 Jan 1998 09:40:05 -0500 (EST) From: Wei Weng To: freebsd-questions cc: peter Subject: Re: Afterstep1.0 In-Reply-To: <19980115075124.55487@emu.sourcee.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk U dont actually need exec afterstep just put #!/bin/sh afterstep in your ~/.xinitrc file and it would be fine. But be sure it is in your path. Also u can try to put it in your .Xclient file? I can't be sure about that though. Wei Weng wweng@stevens-tech.edu http://attila.stevens-tech.edu/~wweng -------------------------------------------------------------------------- Darkness beyond twilight, crimson beyond blood that flows ... buried in the flow of time ... in the great name, I pledge myself to darkness, all the fools who stand in our way shall be destroyed ... by the power you and I possess, DRAGON SLAVE! -------------------------------------------------------------------------- main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} --------------------------------------------------------------------------- On Thu, 15 Jan 1998, Norman C Rice wrote: > On Thu, Jan 15, 1998 at 09:53:11AM +0000, peter wrote: > > On 2.2.5 I have installed AfterStep 1.0 from the CD it has put it in the > > following dir: /usr/ports/x11/afterstep/. So I go to that directory and > > then goto : work/AfterStep-1.0/afterstep in that directory I do : > > ./afterstep and I get the following message : "AfterStep: another WH is > > running".  > > > > WHAT DO I DO NOW ???? > > I believe you're experiencing the error because you are already > running a window manager (xdm, fvwm, etc.) when you try to invoke > afterstep. > > Try stopping your X window manager, comment your existing window > manager in ~/.xinitrc, add `exec afterstep' to your ~/.xinitrc, > and run startx to start up afterstep. > > # my old window manager > # exec fvwm95 > > # start afterstep > exec afterstep > > Make sure that the afterstep executable is in your path. > Did you perform a `make install' as root? > -- > Regards, > Norman C. Rice, Jr. > From owner-freebsd-questions Thu Jan 15 06:46:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26222 for questions-outgoing; Thu, 15 Jan 1998 06:46:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26088 for ; Thu, 15 Jan 1998 06:45:52 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id SAA01842; Wed, 14 Jan 1998 18:41:12 +0200 (EET) Message-ID: <34BCEAA1.293D7E1B@Shevchenko.kiev.ua> Date: Wed, 14 Jan 1998 18:41:06 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Alik Yuswanto CC: questions@FreeBSD.ORG Subject: Re: References: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Alik Yuswanto wrote: > Hello, > I'm new with the system called FreeBSD. Would you please help me with > my problems? > I have some questions here: > > 1. Can we put two or more IP address in the same network interface card in > FreeBSD system (like in NT) ? Yes. idconfig XXX alias ADDR > 2. I would like to make my FreeBSD machine as a router. I've read the > manual of route command, but I'm still confused. Could you show me some > examples with the test case? > router support only RIP protocol, which is quite non-effective andtupically used when we have one connection. For more complex things better use gated. It have own www page with good docs. About routed: you do not need to write special config file for it, simple set "$staticrouters" (I don't remember is it correct) in you rc.conf (/etc/sysconfig in old versions) > 3. Can we put the 100BaseT card on the system ( my FreeBSD version 2.2.2), > and if possible, what kinds of card or vendors that support this? > Look at hardware compability in FAQ on www.freebsd.org > I would appreciate your help. Thanks in advance. > > Alik Yuswanto -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 15 06:58:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27530 for questions-outgoing; Thu, 15 Jan 1998 06:58:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27510; Thu, 15 Jan 1998 06:57:45 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151457.GAA27510@hub.freebsd.org> Subject: Re: mailinglist unreachable ? In-Reply-To: <199801142342.PAA03153@troutmask.apl.washington.edu> from "Steven G. Kargl" at "Jan 14, 98 03:42:09 pm" To: kargl@troutmask.apl.washington.edu (Steven G. Kargl) Date: Thu, 15 Jan 1998 06:57:45 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Steven G. Kargl wrote: > Is it me, or are the mailinglist unreachable? > we lost the / disk on hub.freebsd.org. the machine has been resurrected. you should be getting the usual torrent of mail soon. jmb From owner-freebsd-questions Thu Jan 15 06:59:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27745 for questions-outgoing; Thu, 15 Jan 1998 06:59:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from endeavor.flash.net (endeavor.flash.net [209.30.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27542 for ; Thu, 15 Jan 1998 06:58:07 -0800 (PST) (envelope-from samuria@flash.net) Received: from flash.net (ctc10-217.flash.net [208.194.201.217]) by endeavor.flash.net (8.8.7/8.8.5) with ESMTP id IAA27194 for ; Thu, 15 Jan 1998 08:57:55 -0600 (CST) Message-ID: <34BE229A.FAA33484@flash.net> Date: Thu, 15 Jan 1998 08:52:10 -0600 From: Samurai X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ? adaptec 2920 cards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi is there support for the adaptec 2920 cardor will there be.any help appericated. new to unix, sick of ms bull. Samurai From owner-freebsd-questions Thu Jan 15 07:05:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28573 for questions-outgoing; Thu, 15 Jan 1998 07:05:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from popeye.gcsl.co.uk (popeye.gcsl.co.uk [194.217.193.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28555 for ; Thu, 15 Jan 1998 07:05:25 -0800 (PST) (envelope-from greg@gcsl.com) Received: from gate (gate.worldinternet.net [195.72.32.6]) by popeye.gcsl.co.uk (8.7.5/8.7.3) with ESMTP id QAA04630 for ; Thu, 15 Jan 1998 16:02:55 GMT Message-ID: <34BE2494.6EF08E@gcsl.com> Date: Thu, 15 Jan 1998 15:00:36 +0000 From: Greg Bedrossian Organization: World Internet Ltd. X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Master.passwd encryption change. X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, Is there anyone out there that has done or knows how to change password authentication and encryption from MD5 to DES. We already know we can install DES, but how do we actually convert between algorithems? Greg From owner-freebsd-questions Thu Jan 15 07:18:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00176 for questions-outgoing; Thu, 15 Jan 1998 07:18:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29999; Thu, 15 Jan 1998 07:17:38 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151517.HAA29999@hub.freebsd.org> Subject: Re: Searchable mailing list archive In-Reply-To: <34BDA7E4.5A9969F3@ith.se> from Per-Olav Gramstad at "Jan 15, 98 07:08:36 am" To: gramstad@ith.se (Per-Olav Gramstad) Date: Thu, 15 Jan 1998 07:17:37 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Per-Olav Gramstad wrote: > Hello FreeBSD! > > Thank you for a great job with FreeBSD. > But what about the searchable mailing list archive? They are obviously > updated weekly but when are they searchable? There is no info on when > they are searchable or on how long they'll be down. searchable will take a little longer, unless its already been done. otherwise try: ftp://ftp.freebsd.org/pub/FreeBSD/mailing-lists/archive/ jmb From owner-freebsd-questions Thu Jan 15 07:21:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00587 for questions-outgoing; Thu, 15 Jan 1998 07:21:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00580; Thu, 15 Jan 1998 07:21:06 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151521.HAA00580@hub.freebsd.org> Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? In-Reply-To: from Font at "Jan 15, 98 00:10:01 am" To: font@Mcs.Net (Font) Date: Thu, 15 Jan 1998 07:21:05 -0800 (PST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Font wrote: > Playing around with some antispam/antirelay mechanisms on my new mail > server, I added in the rulesets from /etc/mail/sendmail.cf.additions as > well as the check_rcpt from http://www.sendmail.org/antispam.html, but > found that non-resolving MAIL FROM: domains weren't being rejected. Upon > closer examination I found that a line in sendmail.cf.additions had been > commented out: > > # R $* < @ $+ > $#error $: "451 Domain does not resolve" > > I was just curious as to whether this was intentional (what are the > disadvantages here? can some legit mail be rejected?) or just overlooked. > I also noticed that these rules were slightly different from the ones on > the sendmail site, but I don't know enough about rulesets yet to be able > to question anything. :-) intentional....there are a lot of broken DNS configurations out there. having the comment in place lets the user decide whether or not to talk to broken DNS configurations. i would rather not make that decision for everyone. rather give them the tool and let them use it, just like you did ;) jmb From owner-freebsd-questions Thu Jan 15 07:23:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00833 for questions-outgoing; Thu, 15 Jan 1998 07:23:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00788 for ; Thu, 15 Jan 1998 07:22:44 -0800 (PST) (envelope-from frankg@idfw.com) Received: from flg1 (dal44-16.ppp.iadfw.net [206.138.230.112]) by idfw.com (8.8.5) id IAA03272; Thu, 15 Jan 1998 08:22:33 -0700 (MST) Message-Id: <199801151522.IAA03272@idfw.com> X-Authentication-Warning: idfw.com: Host dal44-16.ppp.iadfw.net [206.138.230.112] claimed to be flg1 From: "Frank Griffith" To: Subject: Prompts Date: Thu, 15 Jan 1998 09:25:33 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have been looking at some of the docs and several e-mail responses. The % prompt keeps showing up. However, in using FreeBSD as root I only see a # prompt and when logged in as other user I see the $ prompt. How do I get to the % prompt? From owner-freebsd-questions Thu Jan 15 07:35:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02162 for questions-outgoing; Thu, 15 Jan 1998 07:35:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from falcon.accelnet.com (root@falcon.accelnet.com [204.58.140.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02144; Thu, 15 Jan 1998 07:35:15 -0800 (PST) (envelope-from bronald@falcon.accelnet.com) Received: (from bronald@localhost) by falcon.accelnet.com (8.8.3/8.8.3) id HAA06471; Thu, 15 Jan 1998 07:34:54 -0800 (PST) Date: Thu, 15 Jan 1998 07:34:54 -0800 (PST) From: Brian Ronald To: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Stallion EasyConnect 8/64 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Has anyone had any success using a Stallion EasyConnect 8/64 with FreeBSD? There is an unsupported driver included in in the kernel sources '/usr/src/sys/i386/isa/stallion.c' .. and the board is recognized during boot, but I can't seem to find the proper tty's to use with it. I tried using the Linux mkdevnods script, but had no such luck. Any ideas? Thanks! Brian / bronald@accelnet.com From owner-freebsd-questions Thu Jan 15 07:35:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02191 for questions-outgoing; Thu, 15 Jan 1998 07:35:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from titan.mcit.com (titan.mcit.com [166.37.52.154]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA02069 for ; Thu, 15 Jan 1998 07:34:31 -0800 (PST) (envelope-from ttraylor@titan.mcit.com) Received: from localhost by titan.mcit.com (5.65v4.0/1.1.10.5/03Nov97-0335PM) id AA07411; Thu, 15 Jan 1998 08:28:26 -0700 Date: Thu, 15 Jan 1998 08:28:25 -0700 (MST) From: "Thomas S. Traylor" Reply-To: Thomas.Traylor@mci.com To: Doug White Cc: "Daniel C. Konnoff" , questions@FreeBSD.ORG Subject: Re: cdrom writing In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Doug White wrote: > On Wed, 14 Jan 1998, Daniel C. Konnoff wrote: > > > I have a hp shure store 6020i (scsi) connected to a freebsd 2.2.5 > > system and have been able to successfully burn cd's using > > the /usr/share/examples/worm scripts. The trouble is I am no > > longer able to read cd's with the worm0 configured kernel; I need > > to reboot kernel.GENERIC or some other kernel without worm0 > > configured. Please tell me this is not correct behavior and that > > I have overlooked something? > > I believe this is correct behavior; the worm0 device doesn't double as a > CD-ROM. I don't know. I use my HP 6020es to burn a cd and use it to read cds. I have yet to have a problem with it while reading or writing cds. (FreeBSD 2.2.5) Tom > > Try the cdrecord port; it should pick up your worm as a CD, and use > cdrecord to actually burn CDs. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > -- Thomas Traylor Thomas.Traylor@mci.com ttraylor@titan.mcit.com (719) 535-1269 From owner-freebsd-questions Thu Jan 15 07:41:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02783 for questions-outgoing; Thu, 15 Jan 1998 07:41:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02743; Thu, 15 Jan 1998 07:40:41 -0800 (PST) (envelope-from laotzu@juniper.net) Received: from leaf.juniper.net (leaf.juniper.net [208.197.169.211]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id HAA27507; Thu, 15 Jan 1998 07:40:13 -0800 (PST) Received: from localhost (laotzu@localhost) by leaf.juniper.net (8.8.7/8.7.3) with SMTP id HAA01989; Thu, 15 Jan 1998 07:40:13 -0800 (PST) Date: Thu, 15 Jan 1998 07:40:13 -0800 (PST) From: Chris Parry To: John Birrell cc: hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: BOCA-16 io boxes In-Reply-To: <199801150338.OAA07831@freebsd1.cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > What about Stallion? The drivers are in the tree. > > Regards, > > -- > John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org > CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 > Problem with stallion is that (at least from their web page) they don't sell anything greater than 8 port boxes, and we have many more machines I'd like to service from one FreeBSD term server instead of two. -chris From owner-freebsd-questions Thu Jan 15 07:50:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03779 for questions-outgoing; Thu, 15 Jan 1998 07:50:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA03698 for ; Thu, 15 Jan 1998 07:49:38 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (qmail 33480 invoked from network); 15 Jan 1998 15:49:36 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 15 Jan 1998 15:49:36 -0000 Received: from barnowl.roost.net (apm0-34.realtime.net [205.238.146.34]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id JAA02015; Thu, 15 Jan 1998 09:46:32 -0600 Date: Thu, 15 Jan 1998 09:51:15 -0600 (CST) From: John Kenagy X-Sender: jktheowl@barnowl.roost.net To: Matjaz Vrecar cc: questions@FreeBSD.ORG Subject: Re: FreeBSD vs RedHat In-Reply-To: <199801140850430210.005B6609@mail.vizija.si> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Internal integrity. The entire source tree being available, on line along with all the ports, means that you do not ever have to deal with loss of compatibility. Everything is maintained by the FreeBSD team and supported by them and these lists. It is what's called "single source". You are not tied to them because they give you *all* of the source code. And, you do not have to rely upon different providers of the software to somehow maintain compatibility. You can get software from others. I regularly keep Apache, Netscape, Chimera, htDig, etc. updated from the respective source organizations. But, the single most important thing to me is that the operating system comes entirely from one source. This is *far* more important than any spiffy install system or less steep learning curve. If you have any other questions, just pop a note to me! John On Wed, 14 Jan 1998, Matjaz Vrecar wrote: > Hi there ! > > I know my question might sound stupid to you but anyway: what's the difference between RedHat Linux and FreeBSD? I work with windows but I like linux too! What's better at FreeBSD in comparison to RedHat? > > Than you very much! > > > kesl > http://www.inetia.com/kesl --+-- ICQ uin: 1744829 > > inetia.com, interactive media agency > info@inetia.com, http://www.inetia.com > Vizija d.o.o., Ljubljanska 42, 3000 Celje, Slovenia > Tel.: +386 63 452100, Fax.: +386 63 451390 > info@vizija.si, http://www.vizija.si > > From owner-freebsd-questions Thu Jan 15 07:52:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04027 for questions-outgoing; Thu, 15 Jan 1998 07:52:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hwcn.org (al043@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03968; Thu, 15 Jan 1998 07:52:30 -0800 (PST) (envelope-from strangways@hwcn.org) Received: from localhost (al043@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id KAA03631; Thu, 15 Jan 1998 10:48:50 -0500 (EST) Date: Thu, 15 Jan 1998 10:48:44 -0500 (EST) From: Stephen Strangways To: Jonathan Hahn cc: freebsd-questions@FreeBSD.ORG, freebsd-install@FreeBSD.ORG Subject: Re: installing on FAT32 w/Partition Magic In-Reply-To: <199801151039.CAA01387@and.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Stephen Strangways CEO, Nightstar Technologies Nightstar@mindless.com Jonathan, I had a similar problem installing FreeBSD 2.2.1 on a machine with Win95 OSR2 and FAT32. The soulution came about after long hours into the wee morning, when I made a sloppy mistake. I resized the main FAT32 partition containing DOS and Win95 down by about 200MB (The size I wanted for FreeBSD) and left the empty space just that - empty space, unformatted, so it was a gray bar in Partition Magic. I then installed FreeBSD, and going through a novice install (very intuitive), followed it through to the FDISK portion of the install, selected the free space, chose auto defaults (or something like that) for all, and FreeBSD installed and worked prefectly. Hope that helps. It's been a while since I installed FreeBSD (last summer) so I might have told it to you incorrectly. If that doesn't solve your problem, let me know and I'll re-do the install, and take notes that I can pass on to you. -Steve On Thu, 15 Jan 1998, Jonathan Hahn wrote: > I'm a long-time FreeBSD user and have performed many installations, > but I'm stuck. I recently purchased a Sony VAIO 707C laptop. I > discovered it uses a FAT32 file system which fips doesn't yet > support. There is a modified fips (fips1.5b, > http://bmrc.berkeley.edu/people/chaffee/fat32.html) which I tried. > It did something, but the machine wouldn't boot afterwards. > Fortunately, restorrb backed those changes out. > > So next I purchased Partition Magic. It split the main partition > nicely and apparently on a cylindar boundary. So far so good. I > can boot off a freebsd boot disk, and run install. > > The problem is that when I try to create Unix partitions in the new > DOS partition, the install program refuses. If I try to create a > root file system of any size, I get: > > This region cannot be used for your root partition as the > FreeBSD boot code cannot deal with a root partition created > in that location. Please choose another partition or > smaller size for your root partition and try again! > > An attempt to create the smallest root file systems still gets me > this message. If I try and create a swap partition of any size, > or any other file system (e.g. /usr) I get: > > Unable to create the partition. Too big? > > I suspect a problem in my DOS partition setup. Here's my table: > > Name PType Desc Subtype Flags Comment > - 6 unused 0 size = 1 track > wd0s1 1 unknown 11 win95 (1.5 GB) > wd0s3 2 fat 6 for freebsd (.5 GB) > wd0s2 1 OS/2 bootmgr 10 size = 1 cyl > wd0s4 1 unknown 160 for mem image save (390 MB) > - 6 unused 0 size = 1 cyl > > > When I change the type of wds3 to FreeBSD, the line then reads: > > wd0s3 3 freebsd 165 for freebsd > > I have no idea what's going on. I took a look at the source for > sysinstall and it's hairy. Does anyone have any insight/suggestions? > I'm obviously violating some requirement, but I have no idea what. > > thanks in advance, > -jonathan hahn > ---------------------------------------------------------------------- > Jonathan Hahn > And Communications > hahn@and.com > (408) 736-7014 > From owner-freebsd-questions Thu Jan 15 07:56:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04341 for questions-outgoing; Thu, 15 Jan 1998 07:56:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04324 for ; Thu, 15 Jan 1998 07:56:19 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id RAA23936; Thu, 15 Jan 1998 17:47:44 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma023934; Thu, 15 Jan 98 17:47:38 +0200 Message-ID: <34BE317E.7A63@barcode.co.il> Date: Thu, 15 Jan 1998 17:55:42 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Leif Neland CC: freebsd-questions@FreeBSD.ORG Subject: Re: ELF References: <892_9801151343@swimsuit.swimsuit.roskildebc.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Leif Neland wrote: > > At 14 Jan 98 04:52:59 Doug White wrote regarding Re: as, binutils out of date? > > DW> binutils will not be in FreeBSD until we adopt ELF. I suggest > DW> trying to port over the necessary changes from your gas to ours > DW> and submit patches using send-pr. > > So what do I do with an elf'ed linux executable? The source isn't available. > When I tried running, it complained about "unknown ELF-format" or something. > (Sorry, I can only read/write messages while in dos) Use brandelf -t Linux on the executeable (see the man page...) > > Leif Neland > leifn@image.dk > > --- > |Fidonet: Leif Neland 2:234/49 > |Internet: leifn@image.dk Nadav From owner-freebsd-questions Thu Jan 15 07:58:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04635 for questions-outgoing; Thu, 15 Jan 1998 07:58:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04586 for ; Thu, 15 Jan 1998 07:58:16 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id RAA23944; Thu, 15 Jan 1998 17:49:44 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma023942; Thu, 15 Jan 98 17:49:18 +0200 Message-ID: <34BE31E2.45B@barcode.co.il> Date: Thu, 15 Jan 1998 17:57:22 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Greg Bedrossian CC: freebsd-questions@FreeBSD.ORG Subject: Re: Master.passwd encryption change. References: <34BE2494.6EF08E@gcsl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greg Bedrossian wrote: > > Greetings, > > Is there anyone out there that has done or knows how to change password > authentication and encryption from MD5 to DES. We already know we can > install DES, but how do we actually convert between algorithems? > > Greg You don't. By installing DES, all passwords that are added/changed after the installation will be encrypted using DES. Since you can't (hopefuly) decipher the MD5 passwords there's no way to convert the old passwords. However, no harm will be done. Each password will be authenticated with the right algorithm. Nadav From owner-freebsd-questions Thu Jan 15 08:19:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06510 for questions-outgoing; Thu, 15 Jan 1998 08:19:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06333; Thu, 15 Jan 1998 08:17:21 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151617.IAA06333@hub.freebsd.org> Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: from Shawn Ramsey at "Jan 14, 98 03:32:04 pm" To: shawn@luke.cpl.net (Shawn Ramsey) Date: Thu, 15 Jan 1998 08:17:21 -0800 (PST) Cc: brian@awfulhak.org, stephen@farrell.org, mike@chaski.com, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Shawn Ramsey wrote: > > > Unless I'm sadly mistaken and need to take myself out and shoot > > > myself, under freebsd you need to (a) ps -auxx and find the sendmail > > > process and kill it (or use killall, which I never think of b/c I use > > > solaris so much, and killall in solaris does something totally > > > immoral) (b) check the flags for sendmail in /etc/rc.conf, and then > > > (c) run sendmail (which is in /usr/sbin) with those flags. (of course > > > you quickly learn /usr/sbin/sendmail -bd -q1h). > > > > Or you can just type "killall -1 sendmail" because you quickly learn > > that FreeBSD ain't Slowaris :-) > > > > IMO, this is a benefit of the FreeBSD way of doing things over SysV. > > It also means that you don't refuse smtp connections between the stop > > and start. > > Can't you just HUP it? (newer versions?). In that case you could also cat > the pid file and hup it. kill -HUP `head -1 /var/run/sendmail.pid` make sure that you invoke sendmail with its full path, /usr/sbin/sendmail. you can check how you invoked sendmail using "tail -1 /var/run/sendmail.pid" if it does not show "/usr/sbin/sendmail....." fix your /etc/rc script. jmb From owner-freebsd-questions Thu Jan 15 08:23:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07060 for questions-outgoing; Thu, 15 Jan 1998 08:23:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07034 for ; Thu, 15 Jan 1998 08:23:35 -0800 (PST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id LAA15087 for ; Thu, 15 Jan 1998 11:22:50 -0500 (EST) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.8/8.8.7) with ESMTP id LAA24522 for ; Thu, 15 Jan 1998 11:22:49 -0500 (EST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199801151622.LAA24522@bmcgover-pc.cisco.com> To: questions@FreeBSD.ORG Subject: Mapping in ISA memory to kernel space... Date: Thu, 15 Jan 1998 11:22:49 -0500 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is there anything special that needs to get done to a id_maddr field of a struct isa_device before you can use that as a pointer reference? I've only worked with PCI cards so far, via pci_map_mem, and I know that returns both physical and virtual addresses (and I always used the virtual). I'll now be working with an ISA card for the first time, and don't want to struggle through it. -Brian From owner-freebsd-questions Thu Jan 15 08:48:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09421 for questions-outgoing; Thu, 15 Jan 1998 08:48:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09383; Thu, 15 Jan 1998 08:47:59 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151647.IAA09383@hub.freebsd.org> Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: <19980114091759.24402@denver.net> from John-David Childs at "Jan 14, 98 09:17:59 am" To: jdc@nterprise.net (John-David Childs) Date: Thu, 15 Jan 1998 08:47:59 -0800 (PST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk John-David Childs wrote: > 19428 > /usr/sbin/sendmail -bd -q30m > > > SO: I do the following: > > kill -9 `head -1 /var/run/sendmail.pid`;/usr/sbin/sendmail -bd -q30m ouch.....why kill sendmail dead and then restart it from scratch. sendmail will re-read /etc/sendmail.cf if 1. it was started with a full path name (like yours above) 2. you send it a HUP jmbn From owner-freebsd-questions Thu Jan 15 08:52:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09818 for questions-outgoing; Thu, 15 Jan 1998 08:52:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chaski.com (chaski-gate.orbis.net [205.164.72.31] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09743 for ; Thu, 15 Jan 1998 08:51:16 -0800 (PST) (envelope-from mike@chaski.com) Received: (from mike@localhost) by chaski.com (8.8.3/8.8.3) id KAA11534 for questions@freebsd.org; Thu, 15 Jan 1998 10:43:57 GMT From: michael dorin Message-Id: <199801151043.KAA11534@chaski.com> Subject: urgent help! To: questions@FreeBSD.ORG Date: Thu, 15 Jan 1998 10:43:56 +0000 () 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-freebsd-questions@FreeBSD.ORG Precedence: bulk How do I receive virtual email for a virtual domain? It keeps bouncing off my server. chaski.com is my server address and I would like to receive email for virtual_server.com for the same user id s as chaski has. HELP! -Mike From owner-freebsd-questions Thu Jan 15 09:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12505 for questions-outgoing; Thu, 15 Jan 1998 09:23:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12483 for ; Thu, 15 Jan 1998 09:22:52 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip40.castlenet.com (ip40.castlenet.com [209.63.23.40]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id KAA09106 for ; Thu, 15 Jan 1998 10:29:06 GMT From: efinley@castlenet.com (Elliot Finley) To: questions@FreeBSD.ORG Subject: Q: adding drivers to the kernel Date: Thu, 15 Jan 1998 17:26:13 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34be4615.1811111@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAA12484 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If I want to add a RocketPort driver to the kernel (edit files.i386, and put the sources somewhere they can be found), is there any way to do this without having cvsup changing files.i386 back, and deleting the source files? -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Thu Jan 15 09:42:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14544 for questions-outgoing; Thu, 15 Jan 1998 09:42:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA14505 for ; Thu, 15 Jan 1998 09:41:51 -0800 (PST) (envelope-from bsampley@slip.net) Received: from stk-pm1-33-33.dialup.slip.net [207.171.231.33] by mole with smtp (Exim 1.73 #2) id 0xstIW-0006B8-00; Thu, 15 Jan 1998 09:41:45 -0800 Date: Thu, 15 Jan 1998 09:40:32 -0800 (PST) From: Burton Sampley X-Sender: bsampley@bsampley.my.domain To: Peter cc: freebsd-questions@FreeBSD.ORG Subject: Re: CPU'S In-Reply-To: <3.0.5.32.19980115120709.00915bd0@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Nope, no problems with MMX cpu's. I'm runnning a P5-233MMX (overclocked to 266) just fine with 2.2.5-stable (also worked fine with 2.2.2-R and 3.0-curent) FreeBSD 2.2.5-STABLE #0: Sat Dec 27 15:49:25 PST 1997 root@bsampley.vip.best.com:/usr/src/sys/compile/custom CPU: Pentium (263.10-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf - --------------- Burton Sampley bsampley@best.com or bsampley@haywire.csuhayward.edu PGP key available at http://www.best.com/~bsampley/pgp.html On Thu, 15 Jan 1998, Peter wrote: > Date: Thu, 15 Jan 1998 12:07:09 +0000 > From: Peter > To: jkh@time.cdrom.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: CPU'S > > HI, > > Just one more thing, Has FreeBSD 2.2.5 got any problems with Intel MMX > technology ?? > > peter@worldinternet.net > > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNL5KGHt2O8KJtMdBAQFr/AP+OX881AqDVOUXP3nz2/OktPLQhygTk0T0 +xuLfsy1MgEuwc23tqLTu8q19n7SDfQAicL7zXy8nKXsvMgDUd6YyG1GuyXyvRT9 UoUs6CPDP0HjrdToy75RQx3a/pnSroYkO4Toqd5mRuqiJ56McUbDQY89c61PIwDk UJZCiwrZryw= =SR+s -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Jan 15 09:51:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15279 for questions-outgoing; Thu, 15 Jan 1998 09:51:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.as.net (server.as.net [205.167.153.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15266 for ; Thu, 15 Jan 1998 09:51:14 -0800 (PST) (envelope-from cnet@centralnet.com) Received: from centralnet.com ([205.167.153.141]) by server.as.net (post.office MTA v1.9.1 ID# 0-11933) with ESMTP id AAA64 for ; Thu, 15 Jan 1998 11:48:52 -0800 Message-ID: <34BE4E0E.ED0C1D3F@centralnet.com> Date: Thu, 15 Jan 1998 09:57:35 -0800 From: Bob Kline Reply-To: cnet@centralnet.com X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Is it possable? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I would like to know somthing.\ Im running a windows 95 system web server with O'Rilley's website pro can I install BSD 4.4 on a windows 95 system without loseing my present configuration? or do I have to install bsd then reload everything? Also iues alot of graphics programs and need to know if there is some way to run them under this platform... Thank you Bob Kline From owner-freebsd-questions Thu Jan 15 10:12:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17182 for questions-outgoing; Thu, 15 Jan 1998 10:12:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17084 for ; Thu, 15 Jan 1998 10:11:47 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA01031 for ; Thu, 15 Jan 1998 18:11:34 GMT Date: Thu, 15 Jan 1998 10:11:33 -0800 (PST) From: Dan Busarow cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 14 Jan 1998, Leif Neland wrote: > "G> My question is: "how do I get the system to dial our ISP > "G> periodically to check for new incomming mail ?". > > A ping -n10 isp.name.domain in cron executed at your preferred interval will > open the link. You also need to get the ISP's sendmail to process your mail spool. >From memory a cron entry like */15 * * * * telnet your.isp smtp;echo ehlo your.domain;echo etrn @your.domain; sleep 5; echo quit should connect and have your ISP send all your mail. 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 Thu Jan 15 10:20:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18207 for questions-outgoing; Thu, 15 Jan 1998 10:20:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18183 for ; Thu, 15 Jan 1998 10:20:18 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA01053; Thu, 15 Jan 1998 18:19:56 GMT Date: Thu, 15 Jan 1998 10:19:56 -0800 (PST) From: Dan Busarow To: Font cc: questions@FreeBSD.ORG Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Font wrote: > closer examination I found that a line in sendmail.cf.additions had been > commented out: > > # R $* < @ $+ > $#error $: "451 Domain does not resolve" > > I was just curious as to whether this was intentional (what are the > disadvantages here? can some legit mail be rejected?) or just overlooked. Can't tell you why the line is commented out but I can say that since adding this our spam has gone *way* down. It catches several hundred a day. More than any of the other anti-spam checks. I haven't checked in some time but I did monitor the logs closely after installing it and only found one instance where it looked like a legitimate, but misconfigured mailer. I contacted the customer it was addressed to and asked if he knew how to get in touch with the apparent sender and my customer said "those guys have been spamming me" :) IOW, it really seems to work well. 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 Thu Jan 15 10:22:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18430 for questions-outgoing; Thu, 15 Jan 1998 10:22:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from garcon.qtm.net (garcon.qtm.net [206.53.233.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18332 for ; Thu, 15 Jan 1998 10:21:42 -0800 (PST) (envelope-from root@chef.qtm.net) Received: from chef.qtm.net (chef.qtm.net [206.53.233.216]) by garcon.qtm.net (8.8.5/8.8.5) with ESMTP id NAA05463 for ; Thu, 15 Jan 1998 13:21:37 -0500 (EST) Message-Id: <199801151821.NAA05463@garcon.qtm.net> Date: Thu, 15 Jan 1998 13:21:36 -0500 (EST) From: Charlie & Subject: 3.0 Release date To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is there a firm - or even estimated release date for the 3.0-RELEASE of FreeBSD? Thanks From owner-freebsd-questions Thu Jan 15 10:23:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18523 for questions-outgoing; Thu, 15 Jan 1998 10:23:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18509 for ; Thu, 15 Jan 1998 10:22:44 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA01082; Thu, 15 Jan 1998 18:22:52 GMT Date: Thu, 15 Jan 1998 10:22:52 -0800 (PST) From: Dan Busarow To: "Saffa J. Kemokai" cc: questions@FreeBSD.ORG Subject: Re: Free Consultants .. In-Reply-To: <34BDA843.7D7290F@sulima.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Saffa J. Kemokai wrote: > I am a new user of FreeBSD and I do need help with Configuring Apache .. > I might be able to pay for limited service just to learn. This is not a > business for now... If you are setting this up for a single domain then simply installing the port should get you up and running. Try it and send a specific question if you run into problems. 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 Thu Jan 15 10:32:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22636 for questions-outgoing; Thu, 15 Jan 1998 10:32:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA22573 for ; Thu, 15 Jan 1998 10:32:44 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980115183224.27362.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.234] by send1b; Thu, 15 Jan 1998 10:32:24 PST Date: Thu, 15 Jan 1998 10:32:24 -0800 (PST) From: Rudy Gireyev Subject: Re: Support for LS-120 drives? To: Brent Scheffler , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk For the latest info on the LS-120 development please check out: LS120 - http://www.jp.freebsd.org/~junichi Rudy ---Brent Scheffler wrote: > > I was wondering... I recently attempted to install Debian Linux on my > system only to find out that the LS-120 (which is my only source of > floppy interface) is not supported as well as all my other PnP PCI and > ISA devices. Will FreeBSD support the LS-120 drive and if so as the only > source of floppy interface? Thank you in advance. > > -Brent Scheffler > btek99@gte.net > > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 15 10:41:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24795 for questions-outgoing; Thu, 15 Jan 1998 10:41:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emx.maestronet.com (emx.maestronet.com [207.200.142.142]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24739 for ; Thu, 15 Jan 1998 10:41:07 -0800 (PST) (envelope-from ghunt@emx.ca) Received: from emxmain (emxmain [192.0.0.100]) by emx.maestronet.com (8.8.7/8.8.5) with SMTP id NAA02120 for ; Thu, 15 Jan 1998 13:44:20 -0500 (EST) Received: from glenn (glenn [192.0.0.110]) by emxmain (8.6.8.1/SCA-6.6) with SMTP id SAA25300 for ; Thu, 15 Jan 1998 18:41:30 GMT Message-Id: <199801151841.SAA25300@emxmain> From: "Glenn Hunt" Organization: EMX Enterprises Limited To: freebsd-questions@FreeBSD.ORG Date: Thu, 15 Jan 1998 13:41:18 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Updating Free Block List Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am running 2.2.5-RELEASE on a Pentium 100, 40MB RAM, 1GB IDE HDD as a firewall. On my /var filesystem, temp files are created and deleted, but when they are deleted, the free block list is not updated. If I use 'df', it will say that there are 5,100 blocks used, but when I run 'du' in the /var directory, it only shows 3,000 block used. The number using 'df' seems to continue to grow, until eventually it thinks the filesystem is full, and it stops accepting mail, etc. Only a reboot solves this problem. What am I missing. I have compiled the standard kernel, except that I have configured an extra network card. Glenn Hunt ghunt@emx.ca From owner-freebsd-questions Thu Jan 15 10:44:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25570 for questions-outgoing; Thu, 15 Jan 1998 10:44:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bruker.com (mail.bruker.com [207.18.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25562 for ; Thu, 15 Jan 1998 10:44:31 -0800 (PST) (envelope-from saumil.mehta@bruker.com) Received: by gateway.bruker.com id <27778>; Thu, 15 Jan 1998 13:50:29 -0500 Reply-To: "Saumil Mehta" From: "Saumil Mehta" To: Subject: Support for AGP on the Pentium platform? Date: Thu, 15 Jan 1998 13:46:59 -0500 Message-Id: <98Jan15.135029est.27778@gateway.bruker.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello there, I am planning to install FreeBSD ver 2.2 on a 233MHz Pentium-II motherboard that supports the newer AGP (Advanced Graphics Port) format for video. I would very much appreciate it if anyone can email me his/her or commets and/or suggestions on whether AGP is supported or not. Thank You Saumil ******************************************************************* Saumil Mehta Ph: 510-683-4317 Bruker Instruments, Inc. Fax: 510-490-6586 47697 Westinghouse Drive saumil.mehta@bruker.com Fremont, CA 94539 Website: www.bruker.com ******************************************************************* From owner-freebsd-questions Thu Jan 15 10:54:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26983 for questions-outgoing; Thu, 15 Jan 1998 10:54:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26972 for ; Thu, 15 Jan 1998 10:54:42 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id WAA00425 for ; Wed, 14 Jan 1998 22:53:36 +0200 (EET) Message-ID: <34BD25CC.EEA3C0D7@Shevchenko.kiev.ua> Date: Wed, 14 Jan 1998 22:53:33 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp managing, Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In last version ppp, with allow users I must say all users, which allowed to run ppp. Without this anybody can't run ppp -direct. How I can disable this future and allow all (or, better group) to run ppp ? Thanks. -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 15 10:59:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27888 for questions-outgoing; Thu, 15 Jan 1998 10:59:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F90.hotmail.com [207.82.250.196]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA27839 for ; Thu, 15 Jan 1998 10:58:56 -0800 (PST) (envelope-from un_x@hotmail.com) Received: (qmail 3371 invoked by uid 0); 15 Jan 1998 18:58:29 -0000 Message-ID: <19980115185829.3370.qmail@hotmail.com> Received: from 146.63.13.147 by www.hotmail.com with HTTP; Thu, 15 Jan 1998 10:58:28 PST X-Originating-IP: [146.63.13.147] From: "steve howe" To: questions@FreeBSD.ORG Subject: install on 2 HD's Content-Type: text/plain Date: Thu, 15 Jan 1998 10:58:28 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 2.2.5 ... 166 K6 (I586 ... ?). i have 2 HD's. primary #1 has a mini DOS partition, and i want to put "/" on it also. i want /usr, /var, and swap on primary #2. however, when i boot, i get the errors (custom install of bin only): modload: exec(/usr/bin/ld) no such file msdos vfsload (msdos) operation not permitted i end up at a single user prompt. it has something to do with the line "mount -a -t nonfs" in /etc/rc. fstab appears ok. i have no problems when all partitions are on the same drive, or when i stick BSD completely on a second drive. i can say "mount /usr", etc, at the prompt, and the partitions mount just fine. but i cannot say "mount -a" (errors as above). ------------------------------------------------- i also had problems getting rid of a Boot: F1 F2 F5 prompt. i don't know if this is related to the problem above. i dedicate ALL of the second disk to BSD, double checked my geometry, and tried not to choose and MBR on the second disk (whether or not i got to choose seemed to vary from install to install - sometimes i could choose, somethimes not.) anyway, no matter what options i used, i couldn't get rid of the same F1 F2 F5. F5 would hang with "no bootable partition" or some such thing, though F1 and F2 work as expected. ------------------------------------------------- FingerPrint BA09868C 1B995204 58410FD3 A5E7B2DA ------------------------------------------------- ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Thu Jan 15 11:10:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29752 for questions-outgoing; Thu, 15 Jan 1998 11:10:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29618; Thu, 15 Jan 1998 11:08:49 -0800 (PST) (envelope-from jdc@milehigh.denver.net) Received: (from jdc@localhost) by milehigh.denver.net (8.8.8/8.8.8) id MAA19679; Thu, 15 Jan 1998 12:09:17 -0700 (MST) Message-ID: <19980115120917.43100@denver.net> Date: Thu, 15 Jan 1998 12:09:17 -0700 From: John-David Childs To: "Jonathan M. Bresler" Cc: questions@FreeBSD.ORG Subject: Re: smtp restarting after changes to sendmail.* References: <19980114091759.24402@denver.net> <199801151647.IAA09383@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199801151647.IAA09383@hub.freebsd.org>; from Jonathan M. Bresler on Thu, Jan 15, 1998 at 08:47:59AM -0800 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thursday January 15, 1998, Jonathan M. Bresler had this to say about "Re: smtp restarting after changes to sendmail.*": > John-David Childs wrote: > > 19428 > > /usr/sbin/sendmail -bd -q30m > > > > > > SO: I do the following: > > > > kill -9 `head -1 /var/run/sendmail.pid`;/usr/sbin/sendmail -bd -q30m > > ouch.....why kill sendmail dead and then restart it from scratch. > sendmail will re-read /etc/sendmail.cf > if 1. it was started with a full path name (like yours above) > 2. you send it a HUP > jmbn HUP's to sendmail work for changes to /etc/sendmail.cw and /etc/sendmail.cf, but do not work for changes to the "database" files like /etc/virtusertable, /etc/mailertable, /etc/genericstable, etc. Since I end up changing those files more often than sendmail.cw or sendmail.cf, I just got in the habit of sending a -9 instead of a -1 :-) -- John-David Childs (JC612) Enterprise Internet Solutions System Administrator @denver.net/Internet-Coach/@ronan.net & Network Engineer 1039 S. Parker Rd. #I-8 Denver, CO 80231 As of this^H^H^H^H next week, passwords will be entered in Morse code. From owner-freebsd-questions Thu Jan 15 11:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00411 for questions-outgoing; Thu, 15 Jan 1998 11:15:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason04.u.washington.edu (root@jason04.u.washington.edu [140.142.78.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00387 for ; Thu, 15 Jan 1998 11:15:17 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul7.u.washington.edu (root@saul7.u.washington.edu [140.142.82.2]) by jason04.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id LAA17240; Thu, 15 Jan 1998 11:15:00 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul7.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id LAA23510; Thu, 15 Jan 1998 11:14:58 -0800 (PST) Message-Id: <3.0.3.32.19980115111451.007beb40@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 15 Jan 1998 11:14:51 +0000 To: Q45 From: Jason Wells Subject: Re: Linksys Ether16 was (no subject) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <34BC81E8.74BEC2E4@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 14:42 1/14/98 -0800, Doug White wrote: >On Wed, 14 Jan 1998, Q45 wrote: > >> I have a linksys ether16 card.. will it work under bsd? > >I believe it should work; Linksys cards emulate NE2000s. > >Doug White | University of Oregon I did not catch the original poster on this one. Hopefully he is subscribed to the list. YES. The Linksys Ether16 works under FreeBSD. I use one on my box with the ed0 device driver. Use the OEM supplied DOS utility to do the IRQ/COM configuration on the card. Then make sure that your FreeBSD system matches the settings that you applied to the card when you used the DOS software. Please remember to enter a subject line in your email for best results. Good Luck, Jason Wells From owner-freebsd-questions Thu Jan 15 11:20:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00856 for questions-outgoing; Thu, 15 Jan 1998 11:20:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA00851 for ; Thu, 15 Jan 1998 11:20:08 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id LAA03453; Thu, 15 Jan 1998 11:21:45 -0800 Date: Thu, 15 Jan 1998 11:21:45 -0800 From: Jonathan Hahn Message-Id: <199801151921.LAA03453@and.com> To: freebsd-questions@FreeBSD.ORG, ghunt@emx.ca Subject: Re: Updating Free Block List Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The *space* for a unix file is deallocated when there are zero references to the file from the file system (i.e. links) AND zero references from programs (i.e. open file descriptors). This sounds like all file system references to one or more tmp files have been removed, but one (or more) programs still has the file(s) open. This would prevent the space from being deallocated. Such a file is not in the file system and would not be visible to du. There used to be a program called ncheck which would dump all the existing files and their paths. It's no longer in the distribution, but maybe there's a replacement? -jon > From owner-freebsd-questions@freebsd.org Thu Jan 15 10:55:11 1998 > From: "Glenn Hunt" > Organization: EMX Enterprises Limited > To: freebsd-questions@freebsd.org > Subject: Updating Free Block List > > I am running 2.2.5-RELEASE on a Pentium 100, 40MB RAM, 1GB IDE HDD > as a firewall. On my /var filesystem, temp files are created and > deleted, but when they are deleted, the free block list is not > updated. If I use 'df', it will say that there are 5,100 blocks > used, but when I run 'du' in the /var directory, it only shows 3,000 > block used. The number using 'df' seems to continue to grow, until > eventually it thinks the filesystem is full, and it stops accepting > mail, etc. Only a reboot solves this problem. What am I missing. I > have compiled the standard kernel, except that I have configured an > extra network card. > > Glenn Hunt > ghunt@emx.ca > From owner-freebsd-questions Thu Jan 15 11:22:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01072 for questions-outgoing; Thu, 15 Jan 1998 11:22:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01052 for ; Thu, 15 Jan 1998 11:22:28 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: from localhost (nadav@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) with SMTP id VAA24237; Thu, 15 Jan 1998 21:13:20 +0200 (IST) (envelope-from nadav@gatekeeper.barcode.co.il) Date: Thu, 15 Jan 1998 21:13:20 +0200 (IST) From: Nadav Eiron To: Bob Kline cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it possable? In-Reply-To: <34BE4E0E.ED0C1D3F@centralnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Bob Kline wrote: > Hi I would like to know somthing.\ > > Im running a windows 95 system web server with O'Rilley's website pro > can I install BSD 4.4 on a windows 95 system without loseing my present > configuration? or do I have to install bsd then reload everything? Also > iues alot of graphics programs and need to know if there is some way to > run them under this platform... > > Thank you > > Bob Kline > > Windows 95 and FreeBSD can coexist. You simply choose at boot time which one you want to boot. See the tutorial on using FreeBSD with other OSs (follow the link from http://www.freebsd.org/docs.html). Most Windows programs won't run on FreeBSD (there's an emulator called wine in development, but it has many limitations). However, there's a large range of native UNIX applications for FreeBSD. Nadav From owner-freebsd-questions Thu Jan 15 11:24:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01238 for questions-outgoing; Thu, 15 Jan 1998 11:24:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01224 for ; Thu, 15 Jan 1998 11:24:16 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: from localhost (nadav@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) with SMTP id VAA24243; Thu, 15 Jan 1998 21:14:38 +0200 (IST) (envelope-from nadav@gatekeeper.barcode.co.il) Date: Thu, 15 Jan 1998 21:14:37 +0200 (IST) From: Nadav Eiron To: Glenn Hunt cc: freebsd-questions@FreeBSD.ORG Subject: Re: Updating Free Block List In-Reply-To: <199801151841.SAA25300@emxmain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Glenn Hunt wrote: > I am running 2.2.5-RELEASE on a Pentium 100, 40MB RAM, 1GB IDE HDD > as a firewall. On my /var filesystem, temp files are created and > deleted, but when they are deleted, the free block list is not > updated. If I use 'df', it will say that there are 5,100 blocks > used, but when I run 'du' in the /var directory, it only shows 3,000 > block used. The number using 'df' seems to continue to grow, until > eventually it thinks the filesystem is full, and it stops accepting > mail, etc. Only a reboot solves this problem. What am I missing. I > have compiled the standard kernel, except that I have configured an > extra network card. > > Glenn Hunt > ghunt@emx.ca > It may be that the files you're deleting are being accessed by a process. If a file is open and you attempt to delete it, its entry in the directory structure will disappear, but the file will remain on disk until the last process using it will close it. Nadav From owner-freebsd-questions Thu Jan 15 11:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01580 for questions-outgoing; Thu, 15 Jan 1998 11:27:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01538 for ; Thu, 15 Jan 1998 11:27:11 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul7.u.washington.edu (root@saul7.u.washington.edu [140.142.82.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id LAA32256; Thu, 15 Jan 1998 11:27:05 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul7.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id LAA11552; Thu, 15 Jan 1998 11:27:04 -0800 (PST) Message-Id: <3.0.3.32.19980115112657.007bdb60@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 15 Jan 1998 11:26:57 +0000 To: cnet@centralnet.com From: Jason Wells Subject: Re: Is it possable? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <34BE4E0E.ED0C1D3F@centralnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 09:57 1/15/98 -0800, Bob Kline wrote: >Hi I would like to know somthing.\ > >Im running a windows 95 system web server with O'Rilley's website pro >can I install BSD 4.4 on a windows 95 system without loseing my present >configuration? or do I have to install bsd then reload everything? Also >iues alot of graphics programs and need to know if there is some way to >run them under this platform... > >Thank you > >Bob Kline To answer your questions directly: Yes it is possible. No you won't lose your present configuration. No do not install FreeBSD and then reload everything. Yes there is a way to use your existing graphics applications. In a nustshell, you will leave all of your w95 stuff on the first half of your drive and install FreeBSD on the second half of your drive. Your w95 system will be unaffected by FreeBSD and FreeBSD will be unaffected by w95. There is a large portion of FreeBSD users doing exactly this. I am one of them. Of course, this assumes that you do the install correctly and carefully. For more specific information go to: http://www.freebsd.org/FAQ/ http://www.freebsd.org/FAQ/FAQ27.html#27 http://www.freebsd.org/handbook/install.html Good luck, Jason Wells From owner-freebsd-questions Thu Jan 15 11:30:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01940 for questions-outgoing; Thu, 15 Jan 1998 11:30:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebsd1.cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01867; Thu, 15 Jan 1998 11:30:10 -0800 (PST) (envelope-from jb@freebsd1.cimlogic.com.au) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.8.7/8.8.7) id GAA09406; Fri, 16 Jan 1998 06:35:57 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199801151935.GAA09406@freebsd1.cimlogic.com.au> Subject: Re: BOCA-16 io boxes In-Reply-To: from Chris Parry at "Jan 15, 98 07:40:13 am" To: laotzu@juniper.net (Chris Parry) Date: Fri, 16 Jan 1998 06:35:57 +1100 (EST) Cc: hackers@FreeBSD.ORG, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Chris Parry wrote: > Problem with stallion is that (at least from their web page) they don't > sell anything greater than 8 port boxes, and we have many more machines > I'd like to service from one FreeBSD term server instead of two. I thought they had an EasyConnect64 (or something like that) that was available in ISA and PCI forms. You connect a cable from the card to the DB25, DB9 or RJ45 connector boxes, each with 16 ports. Connect 4 of these and you have 64 ports off one board. I looked at buying one last year, but the project fell through, so I have not actually used one. This info was obtained from their local distributor. Regards, -- John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-freebsd-questions Thu Jan 15 11:32:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02225 for questions-outgoing; Thu, 15 Jan 1998 11:32:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA02080 for ; Thu, 15 Jan 1998 11:31:44 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.100] by iglou.com with smtp (8.7.3/8.6.12) id 0xsv0q-0006Cf-00; Thu, 15 Jan 1998 14:31:36 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 15 Jan 1998 14:29:54 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@FreeBSD.ORG Subject: Secure Newsreader Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Since I can't look anything up in the archives, I thought I would ask it here. I need a newsreader to access a protected news feed. I was using knews until the server started requiring username and passwords. Got any suggestions? Patrick From owner-freebsd-questions Thu Jan 15 11:43:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03294 for questions-outgoing; Thu, 15 Jan 1998 11:43:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ug2.plk.af.mil (ug2.plk.af.mil [129.238.20.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03259 for ; Thu, 15 Jan 1998 11:43:11 -0800 (PST) (envelope-from dbalder@unm.edu) Received: from alderd.plk.af.mil (pc-da0019.plk.af.mil [129.238.34.218]) by ug2.plk.af.mil (8.8.5/8.8.5) with SMTP id MAA12335 for ; Thu, 15 Jan 1998 12:43:11 -0700 (MST) Message-Id: <3.0.3.32.19980115124443.006944c8@unm.edu> X-Sender: dbalder@unm.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Thu, 15 Jan 1998 12:44:43 -0700 To: questions@FreeBSD.ORG From: "David B. Alder" Subject: HHHHEEEELLLLPPPP!!!! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm about to pull out my hair. I've tried to install 5 different versions of Linux from three different companies on my machine. I know you can't help me with that, but I've also tried to install 2 different versions of FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. Varying the parameters each time. None of which installed completely. They all lock-up partially through the installation process. The FreeBSD versions both lock-up during the ports part of the installation. Generally after about 3 to 5 minutes through. The funny thing is, that I had installed 2.2.5 a while back, but I had the same problems. One time it didn't lock up until the end, so I had installed enough of the OS to boot it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I also have a Goldstar 16X cdrom. All of these items are detected when the setup is loading from floppy. Do you have any advice? What is going on? David Alder From owner-freebsd-questions Thu Jan 15 11:46:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03604 for questions-outgoing; Thu, 15 Jan 1998 11:46:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03598; Thu, 15 Jan 1998 11:46:12 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801151946.LAA03598@hub.freebsd.org> Subject: Re: smtp restarting after changes to sendmail.* In-Reply-To: <19980115120917.43100@denver.net> from John-David Childs at "Jan 15, 98 12:09:17 pm" To: jdc@nterprise.net (John-David Childs) Date: Thu, 15 Jan 1998 11:46:12 -0800 (PST) Cc: jmb@FreeBSD.ORG, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk John-David Childs wrote: > On Thursday January 15, 1998, Jonathan M. Bresler > had this to say about "Re: smtp restarting after changes to sendmail.*": > > > John-David Childs wrote: > > > 19428 > > > /usr/sbin/sendmail -bd -q30m > > > > > > > > > SO: I do the following: > > > > > > kill -9 `head -1 /var/run/sendmail.pid`;/usr/sbin/sendmail -bd -q30m > > > > ouch.....why kill sendmail dead and then restart it from scratch. > > sendmail will re-read /etc/sendmail.cf > > if 1. it was started with a full path name (like yours above) > > 2. you send it a HUP > > jmbn > > HUP's to sendmail work for changes to /etc/sendmail.cw and > /etc/sendmail.cf, but do not work for changes to the "database" files like > /etc/virtusertable, /etc/mailertable, /etc/genericstable, etc. Since I > end up changing those files more often than sendmail.cw or sendmail.cf, I > just got in the habit of sending a -9 instead of a -1 :-) ackkkk!!!!!! you dont need to HUP or kill -9 for tthose to take effect. i edit the /etc/mailertable and its automagically effective. makemap hash /etc/mailertable < /etc/mailertable ^ ^ | | | --- the ascii source file ---- the database, really /etc/mailertable.db so long as the inode number does not change (dont cp or mv it) it works like magic ;) jmb From owner-freebsd-questions Thu Jan 15 12:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05780 for questions-outgoing; Thu, 15 Jan 1998 12:13:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pericles.aipo.gov.au (pericles.aipo.gov.au [202.14.186.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05769 for ; Thu, 15 Jan 1998 12:13:36 -0800 (PST) (envelope-from Stanley.Hopcroft@aipo.gov.au) From: Stanley.Hopcroft@aipo.gov.au Received: (from smap@localhost) by pericles.aipo.gov.au (8.8.5/8.6.12) id HAA15642 for ; Fri, 16 Jan 1998 07:13:04 +1100 (EST) X-Authentication-Warning: pericles.aipo.gov.au: smap set sender to using -f Received: from notes.aipo.gov.au(192.3.1.11) by pericles.aipo.gov.au via smap (V2.0) id xma015640; Fri, 16 Jan 98 07:12:49 +1100 Received: by notes.aipo.gov.au(Lotus SMTP MTA v1.05b4 (287.3 12-16-1996)) id 4A25658D.00744A72 ; Fri, 16 Jan 1998 07:10:12 +1000 X-Lotus-FromDomain: INTERNET To: questions@FreeBSD.ORG Message-ID: <4A25658D.0074495F.00@notes.aipo.gov.au> Date: Fri, 16 Jan 1998 05:22:07 +1000 Subject: Dynamic Linking on FreeBSD 2.2.5 & AIX 3.2.5 Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Ladies and Gentlemen, I am writing to ask if FreeBSD 2.2.5 supports "dynamic linking" of libraries into a program at the time it is run (rather than the linker combining the objects and libraries into a loadable module when the program is compiled) ? (MS may call this facility Dynamic Link Libraries; one OS reference (Dietel) calls it Dynamic Loading.) If it doesn't, how does one escape re-compiling everything when a core library such as libc or libresolv is replaced, when one moves for example. from Bind-4 to Bind-8 ? I'm sorry to be so ignorant about this but I haven't seen any mention of these matters in the Sys Admin references suggested by the handbooks bibliography (Fraesch, Nemeth et al). How do commercial Unixes (such as AIX 3.2.5) deal with this ? While I'm always comfortable re-installing FreeBSD, AIX is another matter. Thank you very much, Yours sincerely S Hopcroft From owner-freebsd-questions Thu Jan 15 12:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06376 for questions-outgoing; Thu, 15 Jan 1998 12:20:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt051n19.san.rr.com (dt051n19.san.rr.com [204.210.32.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06292 for ; Thu, 15 Jan 1998 12:19:56 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (localhost [127.0.0.1]) by dt051n19.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA16869; Thu, 15 Jan 1998 12:18:55 -0800 (PST) (envelope-from Studded@dal.net) Message-ID: <34BE6F2E.2C1C2DEF@dal.net> Date: Thu, 15 Jan 1998 12:18:54 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: Peter CC: jkh@time.cdrom.com, freebsd-questions@FreeBSD.ORG Subject: Re: CPU'S References: <3.0.5.32.19980115120709.00915bd0@mailhost.worldinternet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Peter wrote: > > HI, > > Just one more thing, Has FreeBSD 2.2.5 got any problems with Intel MMX > technology ?? Nope, MMX chips are just fine. :) Good luck, Doug From owner-freebsd-questions Thu Jan 15 12:21:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06473 for questions-outgoing; Thu, 15 Jan 1998 12:21:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt051n19.san.rr.com (dt051n19.san.rr.com [204.210.32.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06463 for ; Thu, 15 Jan 1998 12:21:15 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (localhost [127.0.0.1]) by dt051n19.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA16876; Thu, 15 Jan 1998 12:21:17 -0800 (PST) (envelope-from Studded@dal.net) Message-ID: <34BE6FBD.68625AB2@dal.net> Date: Thu, 15 Jan 1998 12:21:17 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: Leif Neland CC: freebsd-questions@FreeBSD.ORG Subject: Re: ELF References: <892_9801151343@swimsuit.swimsuit.roskildebc.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Leif Neland wrote: > > At 14 Jan 98 04:52:59 Doug White wrote regarding Re: as, binutils out of date? > > DW> binutils will not be in FreeBSD until we adopt ELF. I suggest > DW> trying to port over the necessary changes from your gas to ours > DW> and submit patches using send-pr. > > So what do I do with an elf'ed linux executable? The source isn't available. > When I tried running, it complained about "unknown ELF-format" or something. > (Sorry, I can only read/write messages while in dos) I've not done this myself, but as I understand it the correct procedure is to use brandelf to stamp the executable on your system. Try man brandelf. Good luck, Doug From owner-freebsd-questions Thu Jan 15 12:25:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06953 for questions-outgoing; Thu, 15 Jan 1998 12:25:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06852; Thu, 15 Jan 1998 12:24:25 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801152024.MAA06852@hub.freebsd.org> Subject: Re: HHHHEEEELLLLPPPP!!!! In-Reply-To: <3.0.3.32.19980115124443.006944c8@unm.edu> from "David B. Alder" at "Jan 15, 98 12:44:43 pm" To: dbalder@unm.edu (David B. Alder) Date: Thu, 15 Jan 1998 12:24:25 -0800 (PST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk David, you may have abd memory simms/chips. how much memory do you have? if you have more than 16MB, try removing half and installing again. you need 8MB to install--you may be able to get by with only 5MB during the install, but living with 5MB is unspeakable. jmb David B. Alder wrote: > I'm about to pull out my hair. I've tried to install 5 different versions > of Linux from three different companies on my machine. I know you can't > help me with that, but I've also tried to install 2 different versions of > FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. > Varying the parameters each time. None of which installed completely. > They all lock-up partially through the installation process. The FreeBSD > versions both lock-up during the ports part of the installation. Generally > after about 3 to 5 minutes through. The funny thing is, that I had > installed 2.2.5 a while back, but I had the same problems. One time it > didn't lock up until the end, so I had installed enough of the OS to boot > it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I > also have a Goldstar 16X cdrom. All of these items are detected when the > setup is loading from floppy. Do you have any advice? What is going on? > > David Alder > > From owner-freebsd-questions Thu Jan 15 12:31:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07567 for questions-outgoing; Thu, 15 Jan 1998 12:31:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt051n19.san.rr.com (dt051n19.san.rr.com [204.210.32.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07549 for ; Thu, 15 Jan 1998 12:30:48 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (localhost [127.0.0.1]) by dt051n19.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA16914; Thu, 15 Jan 1998 12:30:39 -0800 (PST) (envelope-from Studded@dal.net) Message-ID: <34BE71ED.6DC3BC87@dal.net> Date: Thu, 15 Jan 1998 12:30:37 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-0112-STABLE i386) MIME-Version: 1.0 To: "Michael P. Deslippe" CC: freebsd-questions@FreeBSD.ORG Subject: Re: Updating References: <010701bd21bb$5f758460$04e5d2cc@1611kjb.columbus.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Michael P. Deslippe wrote: > > I originally installed 2.1.6 which has been running for a little over a > year. I am getting more concerned over the security holes and want to > upgrade the system to the latest version. I tried the "update" method and > get absolutely nothing, it errors out and says it can't update. Is there > another method for updating, or do I just have to dump the whole system and > start from scratch? Take a look at http://home.san.rr.com/freebsd/upgrade.html and tell me if that helps. :) I rewrote the "upgrade from source" tutorial that's on the freebsd www site. Good luck, Doug From owner-freebsd-questions Thu Jan 15 12:54:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09872 for questions-outgoing; Thu, 15 Jan 1998 12:54:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09858 for ; Thu, 15 Jan 1998 12:54:16 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id AAA00629; Thu, 15 Jan 1998 00:52:50 +0200 (EET) Message-ID: <34BD41BC.4586A98F@Shevchenko.kiev.ua> Date: Thu, 15 Jan 1998 00:52:44 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Stanley.Hopcroft@aipo.gov.au CC: questions@FreeBSD.ORG Subject: Re: Dynamic Linking on FreeBSD 2.2.5 & AIX 3.2.5 References: <4A25658D.0074495F.00@notes.aipo.gov.au> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Stanley.Hopcroft@aipo.gov.au wrote: > Dear Ladies and Gentlemen, > > I am writing to ask if FreeBSD 2.2.5 supports "dynamic linking" of > libraries into a program at the time it is run (rather than the linker > combining the objects and libraries into a loadable module when the program > is compiled) ? > support > (MS may call this facility Dynamic Link Libraries; one OS reference > (Dietel) calls it Dynamic Loading.) > > If it doesn't, how does one escape re-compiling everything when a core > library such as libc or libresolv is replaced, when one moves for example. > from Bind-4 to Bind-8 ? > > I'm sorry to be so ignorant about this but I haven't seen any mention of > these matters in the Sys Admin references suggested by the handbooks > bibliography (Fraesch, Nemeth et al). > > How do commercial Unixes (such as AIX 3.2.5) deal with this ? While I'm > always comfortable re-installing FreeBSD, AIX is another matter. > Don't know about AIX 3.2.5, AIX 4.1 support ;) > Thank you very much, > > Yours sincerely > > S Hopcroft -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 15 13:02:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10580 for questions-outgoing; Thu, 15 Jan 1998 13:02:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from verdi.jlc.net (verdi.jlc.net [199.201.159.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10464 for ; Thu, 15 Jan 1998 13:01:31 -0800 (PST) (envelope-from ben@jlc.net) Received: (from root@localhost) by verdi.jlc.net (8.8.7/8.6.9) id QAA15210; Thu, 15 Jan 1998 16:01:57 -0500 (EST) Message-ID: <19980115160157.06890@verdi.jlc.net> Date: Thu, 15 Jan 1998 16:01:57 -0500 From: Operator To: freebsd-questions@FreeBSD.ORG Subject: Help with conf of 3Com PCMCIA Reply-To: ben@jlc.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am trying to get a 3Com Etherlink III modem/lan PCMCIA card to connect to my Toshiba Satellite Pro 420CDT Laptop. FreeBSD 2.2.5 RELEASE The system gives a "Card inserted" message followed by (3) Resource allocation failure for 3Com Corporation. Anybody have this running? Any ideas? Thanks -- -- Benjamin D. April -- John Leslie Consulting Tech. Director -- New Web Site http://www.stagecraft.net -- Emergency -- Microsoft Marketing : (noun) a bunch of mindless jerks -- who'll be the first against the wall when the revolution comes. From owner-freebsd-questions Thu Jan 15 13:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11158 for questions-outgoing; Thu, 15 Jan 1998 13:08:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11148 for ; Thu, 15 Jan 1998 13:08:20 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-44.cetlink.net [209.54.58.44]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id QAA09014 for ; Thu, 15 Jan 1998 16:08:14 -0500 (EST) From: jak@cetlink.net (John Kelly) To: questions@FreeBSD.ORG Subject: Best time to CVSup? Date: Thu, 15 Jan 1998 22:08:48 GMT Message-ID: <34be8566.31783230@mail.cetlink.net> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA11150 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk When making a SNAP release how do you pick the time of day to make a snapshot? Are commits to the source tree ongoing throughout the day? I would like to use the CVSup date tag, so that if I get a world build which runs with no problems, I can use the same date tag to CVSup an identical tree on a different machine. But what time of day should I choose for the "date" tag in my supfile? It would be nice if my "snapshot" matched one of the daily SNAPs. John From owner-freebsd-questions Thu Jan 15 13:10:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11371 for questions-outgoing; Thu, 15 Jan 1998 13:10:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailmtx.acnet.net (mailmtx.acnet.net [170.76.16.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11359 for ; Thu, 15 Jan 1998 13:10:33 -0800 (PST) (envelope-from lmadrig@acnet.net) Received: from acnet.net ([167.114.17.101]) by mailmtx.acnet.net (8.8.4/8.8.4) with ESMTP id PAA27590 for ; Thu, 15 Jan 1998 15:19:06 -0600 (CST) Message-ID: <34BE7B4F.643E6248@acnet.net> Date: Thu, 15 Jan 1998 15:10:39 -0600 From: Leonardo Madrigal X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HI. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara Mexico, we have several FreeBsd servers, all 2.2.5-Release version, i have a problem, we have here an internal network primary, win95 computers, we have a shared printer on a win95 computer, the question is: that we would like to print from FreeBSd on that hp printer on win95, how can i do that.? Thanks for your time, and see you From owner-freebsd-questions Thu Jan 15 13:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11391 for questions-outgoing; Thu, 15 Jan 1998 13:10:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11239; Thu, 15 Jan 1998 13:09:12 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801152109.NAA11239@hub.freebsd.org> Subject: Re: ELF In-Reply-To: <34BE6FBD.68625AB2@dal.net> from Studded at "Jan 15, 98 12:21:17 pm" To: Studded@dal.net (Studded) Date: Thu, 15 Jan 1998 13:09:12 -0800 (PST) Cc: leifn@image.dk, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Studded wrote: > Leif Neland wrote: > > > > At 14 Jan 98 04:52:59 Doug White wrote regarding Re: as, binutils out of date? > > > > DW> binutils will not be in FreeBSD until we adopt ELF. I suggest > > DW> trying to port over the necessary changes from your gas to ours > > DW> and submit patches using send-pr. > > > > So what do I do with an elf'ed linux executable? The source isn't available. > > When I tried running, it complained about "unknown ELF-format" or something. > > (Sorry, I can only read/write messages while in dos) > > I've not done this myself, but as I understand it the correct procedure > is to use brandelf to stamp the executable on your system. Try man > brandelf. its very easy. brandelf -t Linux jmb From owner-freebsd-questions Thu Jan 15 13:44:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14195 for questions-outgoing; Thu, 15 Jan 1998 13:44:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netcom18.netcom.com (das@netcom18.netcom.com [192.100.81.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14182; Thu, 15 Jan 1998 13:44:32 -0800 (PST) (envelope-from das@netcom.com) Received: (from das@localhost) by netcom18.netcom.com (8.8.5-r-beta/8.8.5/(NETCOM v1.02)) id NAA26970; Thu, 15 Jan 1998 13:44:33 -0800 (PST) Date: Thu, 15 Jan 1998 13:44:02 -0800 (PST) From: Das Devaraj Reply-To: Das Devaraj Subject: Is FreeBSD UNIX? To: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk (This is _reluctantly_ sent to freeBSD-isp also, in case the commercial folks - ISPs - see it in a different light). Can I _legally_ claim that my box running FreeBSD is UNIX? Or should it phrased that the OS is a _UNIX clone_. Note that this has nothing to do with the actual power of FreeBSD. What happened after the UNIX name was bought from AT&T by Novell (is it public domain now?) Also is there a minimum set of functionality that needs to be supported before something is considered UNIX or even a UNIX clone? Have heard terms like UNIX 95, X/Open branding etc. tossed around. das ------------------------------------------------------------------- Interested in Vegetarianism? Vegetarian Restaurant Trek Web http://www.VegInfo.com 712 Bancroft Road #320 e-mail info@VegInfo.com (subject Help) Walnut Creek, CA 94598 Interactive Voice/fax Response (510) 256-8420 USA From owner-freebsd-questions Thu Jan 15 13:45:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14244 for questions-outgoing; Thu, 15 Jan 1998 13:45:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14225 for ; Thu, 15 Jan 1998 13:45:06 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id BAA00749; Thu, 15 Jan 1998 01:42:48 +0200 (EET) Message-ID: <34BD4D75.CDB6A76D@Shevchenko.kiev.ua> Date: Thu, 15 Jan 1998 01:42:46 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Leonardo Madrigal CC: freebsd-questions@FreeBSD.ORG Subject: Re: HI. References: <34BE7B4F.643E6248@acnet.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Leonardo Madrigal wrote: > Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara Mexico, > we have several FreeBsd servers, all 2.2.5-Release version, > i have a problem, we have here an internal network primary, win95 > computers, we have a shared printer on a win95 computer, the question > is: that we would like to print from FreeBSd on that hp printer on > win95, how can i do that.? > > Thanks for your time, and see you samba have option -p. I.e. install samba from ports/net read manual. -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 15 13:48:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14581 for questions-outgoing; Thu, 15 Jan 1998 13:48:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14567 for ; Thu, 15 Jan 1998 13:48:28 -0800 (PST) (envelope-from airwalk@neumedia.net) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id QAA19688 for ; Thu, 15 Jan 1998 16:49:57 -0500 (EST) Received: from neumedia.net (airwalk@jablack.campus.vt.edu [198.82.91.70]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id QAA10490 for ; Thu, 15 Jan 1998 16:48:06 -0500 (EST) Message-ID: <34BE3D6B.AB1507B0@neumedia.net> Date: Thu, 15 Jan 1998 16:46:35 +0000 From: James DenverLee Black X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: does anyone know where I can download a good browser ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I recently setup freebsd and I have Xwindows configured and everything is running smoothly escept for the fact that I cannot find a good browser to use. I have tried searching for a Netscape browser, but I have been unsuccesful. Can anyone tell me where I could download netscape or any other reasonable browser ? At one point I thought Netscape had a version of communicator for FreeBSD. However, I can't seem to find it if they still have it Thanks alot Lee From owner-freebsd-questions Thu Jan 15 14:21:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17465 for questions-outgoing; Thu, 15 Jan 1998 14:21:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MindBender.serv.net (mindbender.serv.net [205.153.153.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17444; Thu, 15 Jan 1998 14:21:07 -0800 (PST) (envelope-from michaelv@MindBender.serv.net) Received: from localhost.HeadCandy.com (localhost.HeadCandy.com [127.0.0.1]) by MindBender.serv.net (8.8.8/8.7.3) with SMTP id OAA22513; Thu, 15 Jan 1998 14:19:49 -0800 (PST) Message-Id: <199801152219.OAA22513@MindBender.serv.net> X-Authentication-Warning: MindBender.serv.net: localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: Das Devaraj cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? In-reply-to: Your message of Thu, 15 Jan 98 13:44:02 -0800. Date: Thu, 15 Jan 1998 14:19:49 -0800 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >Can I _legally_ claim that my box running FreeBSD is UNIX? >Or should it phrased that the OS is a _UNIX clone_. Note that >this has nothing to do with the actual power of FreeBSD. What My _opinion_ is screw the lawyers, FreeBSD (and NetBSD and OpenBSD) is "BSD Unix" (as opposed to SVRx Unix). Everything about it is Unix except the name. If it quacks like a duck... However, if lawyers are involved, you may have to call it Unix-like. >happened after the UNIX name was bought from AT&T by Novell (is >it public domain now?) Novell gave it to the X/Open consortium, if I'm not mistaken. It still requires a suite of tests and some sort of fee to be officially dubbed Sir Unix. ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@MindBender.serv.net Contract software development for Windows NT, Windows 95 and Unix. Windows NT and Unix server development in C++ and C. --< 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 Thu Jan 15 14:24:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17725 for questions-outgoing; Thu, 15 Jan 1998 14:24:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pericles.aipo.gov.au (pericles.aipo.gov.au [202.14.186.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17658 for ; Thu, 15 Jan 1998 14:23:45 -0800 (PST) (envelope-from Stanley.Hopcroft@aipo.gov.au) From: Stanley.Hopcroft@aipo.gov.au Received: (from smap@localhost) by pericles.aipo.gov.au (8.8.5/8.6.12) id JAA17092 for ; Fri, 16 Jan 1998 09:23:08 +1100 (EST) X-Authentication-Warning: pericles.aipo.gov.au: smap set sender to using -f Received: from notes.aipo.gov.au(192.3.1.11) by pericles.aipo.gov.au via smap (V2.0) id xmaa17086; Fri, 16 Jan 98 09:22:57 +1100 Received: by notes.aipo.gov.au(Lotus SMTP MTA v1.05b4 (287.3 12-16-1996)) id 4A25658D.0080358E ; Fri, 16 Jan 1998 09:20:23 +1000 X-Lotus-FromDomain: INTERNET To: questions@FreeBSD.ORG Message-ID: <4A25658D.008032EB.00@notes.aipo.gov.au> Date: Fri, 16 Jan 1998 07:27:06 +1000 Subject: Refernces to make world. What sources ? Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Ladies and Gentlemen, I am writing to ask where I can find documents about "make world". In particular, which sources must I have ?. In some instances it is much more convenient to get as few non core items as possible. Have the source requirements changed in 2.2.5 ? I don't remember having to get scontrib with older (>= 2.1.5) versions but make complained about groff files until I got them (the scontrib files). Thank you, Yours sincerely. S Hopcroft AIPO From owner-freebsd-questions Thu Jan 15 14:25:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17840 for questions-outgoing; Thu, 15 Jan 1998 14:25:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.hiper.net (ns1.hiper.net [207.137.172.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17834 for ; Thu, 15 Jan 1998 14:25:33 -0800 (PST) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (pool40.hiper.net [207.137.172.40]) by ns1.hiper.net (8.8.5/8.8.5) with SMTP id OAA05018 for ; Thu, 15 Jan 1998 14:55:55 GMT Message-Id: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 15 Jan 1998 14:26:33 -0800 To: freebsd-questions@FreeBSD.ORG From: "Randy A. Katz" Subject: SENDMAIL rejecting connections Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Sorry if this question has been posed before but I'm in a small bind. Sendmail is saying rejecting connections on ports 25: load average (it must be too high). This is on a high load server. Is there any way of increasing the value or telling sendmail that it shouldn't turn off. HELP!!! Thanx, Randy Katz From owner-freebsd-questions Thu Jan 15 14:28:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18138 for questions-outgoing; Thu, 15 Jan 1998 14:28:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from seagull.rtd.com (dcostell@seagull.rtd.com [198.102.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18116 for ; Thu, 15 Jan 1998 14:28:06 -0800 (PST) (envelope-from dcostell@rtd.com) Received: (from dcostell@localhost) by seagull.rtd.com (8.8.5/8.8.5) id PAA25943 for freebsd-questions@freebsd.org; Thu, 15 Jan 1998 15:28:01 -0700 (MST) From: Dave Costello Message-Id: <199801152228.PAA25943@seagull.rtd.com> Subject: inetd error To: freebsd-questions@FreeBSD.ORG Date: Thu, 15 Jan 1998 15:28:01 -0700 (MST) 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-freebsd-questions@FreeBSD.ORG Precedence: bulk I am running into a strange (to me at least) error on one of our boxen. The system is running FreeBSD 2.2.5 -Release off and we have installed cached and tcpwrappers, the error that I am seeing occurs when you first telnet into the box and it reads : inetd in realloc():warning :junk pointer, too low to make sense Has anyone seen this error before, and if so does anyone know what causes it or how to fix it ? Any help would be appreciated at this point :-) Thanks Dave -- Dave Costello RTD Systems and Networking "If you can't fix it, bang on it" From owner-freebsd-questions Thu Jan 15 14:29:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18333 for questions-outgoing; Thu, 15 Jan 1998 14:29:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pericles.aipo.gov.au (pericles.aipo.gov.au [202.14.186.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18176 for ; Thu, 15 Jan 1998 14:28:36 -0800 (PST) (envelope-from Stanley.Hopcroft@aipo.gov.au) From: Stanley.Hopcroft@aipo.gov.au Received: (from smap@localhost) by pericles.aipo.gov.au (8.8.5/8.6.12) id JAA17159 for ; Fri, 16 Jan 1998 09:28:08 +1100 (EST) X-Authentication-Warning: pericles.aipo.gov.au: smap set sender to using -f Received: from notes.aipo.gov.au(192.3.1.11) by pericles.aipo.gov.au via smap (V2.0) id xmaa17153; Fri, 16 Jan 98 09:28:06 +1100 Received: by notes.aipo.gov.au(Lotus SMTP MTA v1.05b4 (287.3 12-16-1996)) id 4A25658D.0080AB90 ; Fri, 16 Jan 1998 09:25:25 +1000 X-Lotus-FromDomain: INTERNET To: questions@FreeBSD.ORG Message-ID: <4A25658D.0080A898.00@notes.aipo.gov.au> Date: Fri, 16 Jan 1998 07:35:39 +1000 Subject: Expect 5.22 on FreeBSD. Problems with disconnecting Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Ladies and Gentlemen, I am writing to ask for help with a small Expect problem. I have a logging application that would with Expect 5.19/tcl 7.2 and FreeBSD 2.1.0, happily disconnect from the controlling tty and log call complete/call clear messages from an X25 switch to a file. The application forks to create the monitoring child and then the parent exits. Unfortunately when the parent exits so does the child. The program was working after fetching & making Expect 5.19 and tcl 7.2. With newer FreeBSDs I have used the packages and it hasn't worked. The host has always had FreeBSD upgraded rather than re-installed I will be very grateful for any suggestions, Yours sincerely. From owner-freebsd-questions Thu Jan 15 14:33:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18658 for questions-outgoing; Thu, 15 Jan 1998 14:33:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph ([165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18648 for ; Thu, 15 Jan 1998 14:32:50 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id GAA05191 for ; Fri, 16 Jan 1998 06:43:56 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Fri, 16 Jan 1998 06:43:56 +0800 (PHT) From: Arthur Alacar cc: freebsd-questions@FreeBSD.ORG Subject: CD with rumba In-Reply-To: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk GOOD DAY! would it be possible to play audio/video cd in remote. i have installed rumba and can be able to mount other machines cd is there an idea for fake cd in freebsd? .a.r.t. From owner-freebsd-questions Thu Jan 15 14:35:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18932 for questions-outgoing; Thu, 15 Jan 1998 14:35:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from blue.bad.bris.ac.uk (blue.bad.bris.ac.uk [137.222.132.60]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA18870 for ; Thu, 15 Jan 1998 14:34:51 -0800 (PST) (envelope-from taff@blue.bad.bris.ac.uk) Received: (qmail 2607 invoked by uid 57242); 15 Jan 1998 22:34:47 -0000 Date: Thu, 15 Jan 1998 22:34:42 +0000 (GMT) From: Aled Treharne Reply-To: felix@royal.net To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: ATAPI Controller not ready? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Tue, 13 Jan 1998, Doug White wrote: > > > Set your BIOS's `Plug & Play OS' option to `No' or `None'. Your sound > > > card is taking defaults and that is probably stomping on your tertiary IDE > > > controller. (yeah, it's conflicting with itself.) > > OK, a small problem with this - my BIOS doesn't know what Plug'n'Pray is. > > It is a very old 486DX2 computer with an equally old motherboard! :) > > If it's conflicting with itself, then how come it has only recently > > started to do it after some 8-12 months of happy use? > Okay, scratch that theory. Perhaps your CD is dying, dirty, or the cable > is slightly pulled off? No, no and no. It went the same way with about 7 different CD's (after cleaning) and 3 different cables. Anyway, this is all a little academic now since I have just purchased a new TX motherboard along with a Cyrix 200 M2 and the motherboard has 2 IDE controllers on it instead of one. Not that Windows will work now, mind you. It steadfastly refuses to ignore the disabled IDE controller on the sound card and refuses to ackowledge the CDROM. Sheesh, I think I'll stick to FreeBSD and NT! Thanks anyway. :) - -Taff Aled Treharne felix@royal.net "Big Bird meets Salvador Dali has been brought to you by the numbers L and ), and by the letter 3." For PGP Public key finger taff@blue.bad.bris.ac.uk #include(std.disclaim) -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQCVAwUBNL6PB8aJukNO1flNAQHcYAP8DdwGL281INBUQOD8vp953a5LyFerKfg5 sArmknwau7vGyQaosSz8G5Z4nadAK8v/gwJDMKtJ8ssx+PmLczYOq9knviCGwuX7 XtUzgI9dnmvw3Q0JgK9Eq0bqHxclWowYfS1E86FK3ySTPnvcVs9m62bhhvfre7Xk 2bC+Cnta4Uw= =Iwgd -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Jan 15 14:42:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19679 for questions-outgoing; Thu, 15 Jan 1998 14:42:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA19531; Thu, 15 Jan 1998 14:40:42 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id OAA04752; Thu, 15 Jan 1998 14:42:27 -0800 Date: Thu, 15 Jan 1998 14:42:27 -0800 From: Jonathan Hahn Message-Id: <199801152242.OAA04752@and.com> To: freebsd-questions@FreeBSD.ORG, hahn@and.com Subject: Re: installing on FAT32 w/Partition Magic Cc: freebsd-install@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks to all who offered help (correct and otherwise!). The solution was that I had to swap the Windows and FreeBSD DOS partitions (using Partition Magic) so FreeBSD was first. This then allowed me to create slices. I'm content with this solution, but I have a little more to discuss if anyone's interested. I had read many things about partition restrictions restricitons. In particular, I read that the FreeBSD DOS partition cannot be beyond 1024 cylinders from the MBR. This is the restriction I violated, as far as I know (my disk is 2GB, Win95 is 1.5GB and FreeBSD is .5GB). The issue is that my (logical?) disk geometry had less than 600 cylinders, so I didn't think I had to worry about the 1024 cyl restriction. I wouldn't be surprised if there were > 1024 physical cylinders and there probably are and it's probably the physical cylinder number that the restriction refers to. I don't believe I've encountered a tools which tells me the number of physical cylinders... Also, I read somewhere (the FreeBSD help docs I think) that Win95 had to be in the first partition (of the first disk). This clearly isn't the case. I have it in the second and it boots fine. Now I have a problem accessing my CDROM... -jonathan hahn > The problem is that when I try to create Unix partitions in the new > DOS partition, the install program refuses. If I try to create a > root file system of any size, I get: > > This region cannot be used for your root partition as the > FreeBSD boot code cannot deal with a root partition created > in that location. Please choose another partition or > smaller size for your root partition and try again! From owner-freebsd-questions Thu Jan 15 14:45:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19973 for questions-outgoing; Thu, 15 Jan 1998 14:45:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sctmg02.sct.ucarb.com (sctmg02.sct.ucarb.com [140.170.101.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19953; Thu, 15 Jan 1998 14:45:06 -0800 (PST) (envelope-from NguyenHM@ucarb.com) Received: by sctmg02.sct.ucarb.com with Internet Mail Service (5.0.1458.49) id ; Thu, 15 Jan 1998 17:24:56 -0500 Message-ID: <332F90115D96D0119CD500805FEA976BDAE861@HSCMS01> From: "Nguyen HM (Mike)" To: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, Das Devaraj Subject: RE: Is FreeBSD UNIX? Date: Thu, 15 Jan 1998 17:29:07 -0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I think Unix is trademarked by some org (Novell sold SysV to SCO, and I think SCO handed over the name), and is licensed. I think there is also a difference between UNIX and Unix. There do exist standards as to what makes a "Unix", like POSIX (though merely being POSIX compliant is not sufficient) and Unix 95. I think if you pay enough money and pass some suite of tests, you can call your OS "Unix". To me, Unix is one of those things that "I know it when I see it". Mike. // Mike Nguyen // Unix Systems Analyst and Geek // Union Carbide Corporation * (281) 212-8073 // nguyenhm@ucarb.com * mikenguyen@sprintmail.com (personal) > ---------- > From: Das Devaraj[SMTP:das@netcom.com] > Reply To: Das Devaraj > Sent: Thursday, January 15, 1998 3:44 PM > To: freebsd-questions@FreeBSD.ORG; freebsd-isp@FreeBSD.ORG > Subject: Is FreeBSD UNIX? > > (This is _reluctantly_ sent to freeBSD-isp also, in case the > commercial folks - ISPs - see it in a different light). > > Can I _legally_ claim that my box running FreeBSD is UNIX? > Or should it phrased that the OS is a _UNIX clone_. Note that > this has nothing to do with the actual power of FreeBSD. What > happened after the UNIX name was bought from AT&T by Novell (is > it public domain now?) > > Also is there a minimum set of functionality that needs to be > supported before something is considered UNIX or even a UNIX clone? > Have heard terms like UNIX 95, X/Open branding etc. tossed around. > > das > ------------------------------------------------------------------- > Interested in Vegetarianism? Vegetarian Restaurant Trek > Web http://www.VegInfo.com 712 Bancroft Road #320 > e-mail info@VegInfo.com (subject Help) Walnut Creek, CA 94598 > Interactive Voice/fax Response (510) 256-8420 USA > From owner-freebsd-questions Thu Jan 15 15:06:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22094 for questions-outgoing; Thu, 15 Jan 1998 15:06:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA22035; Thu, 15 Jan 1998 15:05:51 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id PAA05008; Thu, 15 Jan 1998 15:07:46 -0800 Date: Thu, 15 Jan 1998 15:07:46 -0800 From: Jonathan Hahn Message-Id: <199801152307.PAA05008@and.com> To: freebsd-questions@FreeBSD.ORG Subject: Booting off TORiSAN CDROM Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I recently purchased a Sony VAIO 707C laptop and this is my first laptop FreeBSD install. It has a 14.5X TORiSAN CDROM, which I gather is made by Sanyo. I can't boot off the CDROM drive, nor access it if I boot FreeBSD off floppy. Am I SOL here? I don't see the TORiSAN mentioned in any of the FreeBSD docs. Windows says it's a CDR_U112 CD-ROM and that no driver is installed for it. My question is how to proceed now. I could purchase a PCMCIA SCSI or ethernet controller and boot off a SCSI CDROM or over the net. Will I be able to access either of these cards from a generic kernel? Last resort is a floppy install, or am I overlooking something? I eventually want to purchase both the PCICIA cards, but if I can't use the TORiSAN CDROM, I may reconsider the VAIO laptop (I still have 10 days to return). I love the VAIO otherwise. Is accessing the CDROM on laptops often a problem? I'm wondering if (I'm going to have trouble with the touch pad too.) Thanks in advance, -jonathan hahn ---------------------------------------------------------------------- Jonathan Hahn And Communications hahn@and.com P.S. I did check the FreeBSD archives first, but they are not on line... Wouldn't you know they're gone when I need them. From owner-freebsd-questions Thu Jan 15 15:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24228 for questions-outgoing; Thu, 15 Jan 1998 15:30:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA24129 for ; Thu, 15 Jan 1998 15:29:57 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980115232936.3116.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.218] by send1a; Thu, 15 Jan 1998 15:29:36 PST Date: Thu, 15 Jan 1998 15:29:36 -0800 (PST) From: Rudy Gireyev Subject: Re: install on 2 HD's To: steve howe , questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---steve howe wrote: > > > 2.2.5 ... 166 K6 (I586 ... ?). I thought it was I686 for K6 class > > i have 2 HD's. primary #1 has a mini DOS partition, > and i want to put "/" on it also. i want /usr, /var, > and swap on primary #2. however, when i boot, i get > the errors (custom install of bin only): Would you be willing to put a small DOS partition on the second drive and trying to install again? I've heard that that works. > > modload: exec(/usr/bin/ld) no such file > msdos vfsload (msdos) operation not permitted > > i end up at a single user prompt. > it has something to do with the line > "mount -a -t nonfs" in /etc/rc. fstab appears ok. > i have no problems when all partitions are on the > same drive, or when i stick BSD completely on a > second drive. i can say "mount /usr", etc, at > the prompt, and the partitions mount just fine. > but i cannot say "mount -a" (errors as above). > ------------------------------------------------- > > i also had problems getting rid of a > > Boot: F1 F2 F5 > > prompt. i don't know if this is related to the > problem above. i dedicate ALL of the second disk > to BSD, double checked my geometry, and tried not > to choose and MBR on the second disk (whether or > not i got to choose seemed to vary from install > to install - sometimes i could choose, somethimes not.) > > anyway, no matter what options i used, i couldn't get > rid of the same F1 F2 F5. F5 would hang with > "no bootable partition" or some such thing, > though F1 and F2 work as expected. > ------------------------------------------------- > FingerPrint BA09868C 1B995204 58410FD3 A5E7B2DA > ------------------------------------------------- > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 15 15:33:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24560 for questions-outgoing; Thu, 15 Jan 1998 15:33:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA24550 for ; Thu, 15 Jan 1998 15:33:06 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980115233244.5263.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.234] by send1a; Thu, 15 Jan 1998 15:32:44 PST Date: Thu, 15 Jan 1998 15:32:44 -0800 (PST) From: Rudy Gireyev Subject: Re: Dynamic Linking on FreeBSD 2.2.5 & AIX 3.2.5 To: Stanley.Hopcroft@aipo.gov.au, questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Smack me if I misunderstood but are you asking about shared objects? The generally have *.so naming convention. This is what DLL in windorz was monkeyed after. The reason you wont find it in any administration books is because this is more of a development/coding thing. Rudy ---Stanley.Hopcroft@aipo.gov.au wrote: > > > > > > > > Dear Ladies and Gentlemen, > > I am writing to ask if FreeBSD 2.2.5 supports "dynamic linking" of > libraries into a program at the time it is run (rather than the linker > combining the objects and libraries into a loadable module when the program > is compiled) ? > > (MS may call this facility Dynamic Link Libraries; one OS reference > (Dietel) calls it Dynamic Loading.) > > If it doesn't, how does one escape re-compiling everything when a core > library such as libc or libresolv is replaced, when one moves for example. > from Bind-4 to Bind-8 ? > > I'm sorry to be so ignorant about this but I haven't seen any mention of > these matters in the Sys Admin references suggested by the handbooks > bibliography (Fraesch, Nemeth et al). > > How do commercial Unixes (such as AIX 3.2.5) deal with this ? While I'm > always comfortable re-installing FreeBSD, AIX is another matter. > > Thank you very much, > > Yours sincerely > > > S Hopcroft > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 15 15:45:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25723 for questions-outgoing; Thu, 15 Jan 1998 15:45:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gte.net (1Cust170.tnt1.lafayette.in.da.uu.net [208.254.19.170]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25619 for ; Thu, 15 Jan 1998 15:44:06 -0800 (PST) (envelope-from bhlewis@gte.net) Received: from localhost (localhost [127.0.0.1]) by gte.net (8.8.8/8.8.8) with ESMTP id SAA13025 for ; Thu, 15 Jan 1998 18:44:09 -0500 (EST) (envelope-from bhlewis@gte.net) Message-Id: <199801152344.SAA13025@gte.net> X-Mailer: exmh version 2.0.1 12/23/97 To: freebsd-questions@FreeBSD.ORG Subject: Keyboard LEDs Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Jan 1998 18:44:09 -0500 From: Benjamin Lewis Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi- I've tried to find the answer to this question in the mailing list archives, but the hub.freebsd.org disk failure seems to have put the archives out of business for the past few days. Hopefully this isn't a question that gets asked twice a week. I've gotten vgetty working pretty well on my system, and I've been trying to get one of the keyboard LEDs to blink when there is a message. The problem is that the LEDs only seem to change state when there is some other reason to do so, e.g. the Caps Lock key is pressed. That is, I can do the following: % xset led 3 Press Caps Lock Press Caps Lock <"Caps Lock" goes out, "Scroll Lock" still lit> % xset -led 3 Press Caps Lock <"Caps Lock" lights, "Scroll Lock" goes out> So, I can get the Scroll Lock LED to blink, but only if I'm sitting there pressing the Caps Lock key repeatedly. Obviously, this does not really help me see whether I have messages from across the room :) Any suggestions? Anyone else with this problem? Is it just my (admittedly cheap-o) keyboard? Configuration information: FreeBSD ylana.gte.net 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Thu Dec 18 03:06:42 EST 1997 bhlewis@ylana.gte.net:/usr/src/sys/compile/YLANA i386 XFree86 Version 3.3.1 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: August 4 1997 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 3.0-970520-SNAP i386 Configured drivers: Mach64: accelerated server for ATI Mach64 graphics adaptors (Patchlevel 0) Keyboard: Mitsumi KPQ-E99ZC-13/ USA Model KPQEA4ZA (both model numbers appear on the bottom of the keyboard) 104-key AT Thank you, -Ben -- Benjamin Lewis bhlewis@gte.net -or- bhlewis@purdue.edu From owner-freebsd-questions Thu Jan 15 15:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25834 for questions-outgoing; Thu, 15 Jan 1998 15:46:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA25823 for ; Thu, 15 Jan 1998 15:46:31 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980115234619.10334.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.218] by send1b; Thu, 15 Jan 1998 15:46:19 PST Date: Thu, 15 Jan 1998 15:46:19 -0800 (PST) From: Rudy Gireyev Subject: Re: Is FreeBSD UNIX? To: Das Devaraj , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Das Devaraj wrote: > > (This is _reluctantly_ sent to freeBSD-isp also, in case the > commercial folks - ISPs - see it in a different light). No need. It looks the same from any angle you turn it :-) > > Can I _legally_ claim that my box running FreeBSD is UNIX? No. It's a UNIX-like OS. > Or should it phrased that the OS is a _UNIX clone_. Note that > this has nothing to do with the actual power of FreeBSD. What > happened after the UNIX name was bought from AT&T by Novell (is > it public domain now?) Are you kidding? Is Novell giving Netware name away for free. By the way last I checked SCO officially owned the name. So only an SCO product can officially be called UNIX. Me thinks. > > Also is there a minimum set of functionality that needs to be > supported before something is considered UNIX or even a UNIX clone? No, it's all a matter of opinion when all is said and done. However, there are several sets of standards that have been established for all eunichses :-) So depending on how many of those standards your OS satisfies, may tell an individual how standard your OS is. > Have heard terms like UNIX 95, X/Open branding etc. tossed around. Never heard of UNIX 95. X/Open is an organization dealing with standardization of X and its applications. Case in point you may never install or run X on your system and still have a UN*X or unix-like OS. > > das > ------------------------------------------------------------------- > Interested in Vegetarianism? Vegetarian Restaurant Trek > Web http://www.VegInfo.com 712 Bancroft Road #320 > e-mail info@VegInfo.com (subject Help) Walnut Creek, CA 94598 > Interactive Voice/fax Response (510) 256-8420 USA > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 15 15:47:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25892 for questions-outgoing; Thu, 15 Jan 1998 15:47:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F15.hotmail.com [207.82.250.26]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA25853 for ; Thu, 15 Jan 1998 15:46:53 -0800 (PST) (envelope-from un_x@hotmail.com) Received: (qmail 25204 invoked by uid 0); 15 Jan 1998 23:46:27 -0000 Message-ID: <19980115234627.25203.qmail@hotmail.com> Received: from 146.63.13.147 by www.hotmail.com with HTTP; Thu, 15 Jan 1998 15:46:26 PST X-Originating-IP: [146.63.13.147] From: "steve howe" To: questions@FreeBSD.ORG, rgireyev@yahoo.com Subject: Re: install on 2 HD's Content-Type: text/plain Date: Thu, 15 Jan 1998 15:46:26 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >> 2.2.5 ... 166 K6 (I586 ... ?). >I thought it was I686 for K6 class actually, the I686 kernel bombed on the 166 K6. but I586 works fine. >> i have 2 HD's. primary #1 has a mini DOS partition, >> and i want to put "/" on it also. i want /usr, /var, >> and swap on primary #2. however, when i boot, i get >> the errors (custom install of bin only): >Would you be willing to put a small DOS partition on the second drive >and trying to install again? I've heard that that works. no ;) but thanks ;) >> modload: exec(/usr/bin/ld) no such file >> msdos vfsload (msdos) operation not permitted >> >> i end up at a single user prompt. >> it has something to do with the line >> "mount -a -t nonfs" in /etc/rc. fstab appears ok. >> i have no problems when all partitions are on the >> same drive, or when i stick BSD completely on a >> second drive. i can say "mount /usr", etc, at >> the prompt, and the partitions mount just fine. >> but i cannot say "mount -a" (errors as above). >> ------------------------------------------------- >> >> i also had problems getting rid of a >> >> Boot: F1 F2 F5 >> >> prompt. i don't know if this is related to the >> problem above. i dedicate ALL of the second disk >> to BSD, double checked my geometry, and tried not >> to choose and MBR on the second disk (whether or >> not i got to choose seemed to vary from install >> to install - sometimes i could choose, somethimes not.) >> >> anyway, no matter what options i used, i couldn't get >> rid of the same F1 F2 F5. F5 would hang with >> "no bootable partition" or some such thing, >> though F1 and F2 work as expected. >> ------------------------------------------------- >> FingerPrint BA09868C 1B995204 58410FD3 A5E7B2DA >> ------------------------------------------------- >_________________________________________________________ >DO YOU YAHOO!? no, but i probably should - since MS bought out Hotmail ... >Get your free @yahoo.com address at http://mail.yahoo.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Thu Jan 15 15:57:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28556 for questions-outgoing; Thu, 15 Jan 1998 15:57:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28511 for ; Thu, 15 Jan 1998 15:57:16 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.7.3) with SMTP id QAA22397 for ; Thu, 15 Jan 1998 16:58:54 -0700 (MST) Date: Thu, 15 Jan 1998 16:58:54 -0700 (MST) From: Brett Taylor Reply-To: Brett Taylor To: freebsd-questions@FreeBSD.ORG Subject: trouble w/ network when trying to install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I bought a new machine recently. It is a PPro 200 machine. I made the boot floppy, started the install, chose FTP to be the media and set up the networking. I chose the same gateway, name server etc as the machine I'm writing this from and used the new machine's address. However, when the machine tries to get out of the network it dies. Looking at the pseudo-terminal I find the following message: de0: link down: cable problem? The network card I'm using presently is a PCI Ether16 LAN combo card, and I'm using the twisted pair connection. Sysinstall seems to correctly identify the card. The data light on the card is blinking so the connection to the outlet seems okay. I also know the machine's IP address is good as it was in use only 2 days ago and nothing's changed since. In case more info is needed, the machine is a Digitial PWS200i. It uses the Intel Natoma motherboard. The machine came w/ WinDoZe NT 3.51 and it also can't find the card although I feel even less sure of any diagnostics from that as I have purposefully prevented myself from gaining any WinDoZe knowledge. :-) Any one got any ideas what could be going on here? Thanks in advance. ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ From owner-freebsd-questions Thu Jan 15 16:09:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29788 for questions-outgoing; Thu, 15 Jan 1998 16:09:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from top.worldcontrol.com (tc1-dialin29.nanospace.com [205.199.198.229]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA29767 for ; Thu, 15 Jan 1998 16:09:24 -0800 (PST) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 620 invoked by uid 100); 16 Jan 1998 00:10:57 -0000 Message-ID: <19980115161053.52153@top.worldcontrol.com> Date: Thu, 15 Jan 1998 16:10:53 -0800 To: Doug White Cc: Thordur Ivarsson , Ilich Kurilin , freebsd-questions@FreeBSD.ORG Subject: Re: MYLEX DAC960 Mail-Followup-To: Doug White , Thordur Ivarsson , Ilich Kurilin , freebsd-questions@FreeBSD.ORG References: <34BC7FB3.D824A9D7@est.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13i In-Reply-To: ; from Doug White on Wed, Jan 14, 1998 at 02:41:15PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On %M %N, Doug White wrote: > Okay, so the DAC960 is *the* controller. Someone will have to develop a > driver for you, since FreeBSD doesn't support Mylex products directly at > this time. The DAC960 is available as a PCI to SCSI or SCSI to SCSI device. Long ago I worked with a SCSI to SCSI one and it worked fine with FreeBSD. However, the SCSI to SCSI units are rather expensive. -- Brian Litzinger From owner-freebsd-questions Thu Jan 15 16:26:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01461 for questions-outgoing; Thu, 15 Jan 1998 16:26:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01441 for ; Thu, 15 Jan 1998 16:26:24 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id AAA28404; Fri, 16 Jan 1998 00:25:19 GMT Message-ID: <34BEA8F0.CEA0EFD7@tdx.co.uk> Date: Fri, 16 Jan 1998 00:25:20 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: "Randy A. Katz" CC: questions@FreeBSD.ORG Subject: Re: SENDMAIL rejecting connections References: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, In /etc/sendmail.cf you'll find lines similar to: # load average at which we just queue messages #O QueueLA=8 # load average at which we refuse connections #O RefuseLA=12 # maximum number of children we allow at one time #O MaxDaemonChildren=12 Just alter accordingly... That must be one _BUSY_ machine ;-) Regards, Karl Pielorz Randy A. Katz wrote: > > Hello, > > Sorry if this question has been posed before but I'm in a small bind. > Sendmail is saying rejecting connections on ports 25: load average (it must > be too high). This is on a high load server. Is there any way of increasing > the value or telling sendmail that it shouldn't turn off. > > HELP!!! > > Thanx, > Randy Katz From owner-freebsd-questions Thu Jan 15 16:30:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01818 for questions-outgoing; Thu, 15 Jan 1998 16:30:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01809 for ; Thu, 15 Jan 1998 16:30:16 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id AAA28411; Fri, 16 Jan 1998 00:28:21 GMT Message-ID: <34BEA9A6.8F13C2BA@tdx.co.uk> Date: Fri, 16 Jan 1998 00:28:22 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Arthur Alacar CC: freebsd-questions@FreeBSD.ORG Subject: Re: CD with rumba References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi Arthur, I don't think this is possible - as most the audio/video players I've seen require 'low level' access to the CD, and not the filesystem access that Rhumba / Samba etc. would provide... On the other hand I would love to be proved wrong, and no doubt in the future - the CD support may include mapping the audio / video data (even if for example it's CDA / CDI format to a filesystem)... Sometimes - if your lucky the video disks do actually have files on them (some CDI MPeg films I bought ages ago did anyway) - which can be played by remote MPeg players, but if not - your out of luck... Regards, Karl Arthur Alacar wrote: > > GOOD DAY! > > would it be possible to play audio/video cd in remote. > > i have installed rumba and can be able to mount other machines cd > > is there an idea for fake cd in freebsd? > > .a.r.t. From owner-freebsd-questions Thu Jan 15 16:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03932 for questions-outgoing; Thu, 15 Jan 1998 16:52:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03922 for ; Thu, 15 Jan 1998 16:52:36 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA00767; Fri, 16 Jan 1998 11:21:33 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA04643; Fri, 16 Jan 1998 11:21:29 +1030 (CST) (envelope-from grog) Message-ID: <19980116112129.04881@lemis.com> Date: Fri, 16 Jan 1998 11:21:29 +1030 From: Greg Lehey To: Peter Cc: jkh@time.cdrom.com, freebsd-questions@FreeBSD.ORG Subject: Re: CPU'S References: <3.0.5.32.19980115120709.00915bd0@mailhost.worldinternet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.5.32.19980115120709.00915bd0@mailhost.worldinternet.net>; from Peter on Thu, Jan 15, 1998 at 12:07:09PM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 12:07:09PM +0000, Peter wrote: > HI, > > Just one more thing, Has FreeBSD 2.2.5 got any problems with Intel MMX > technology ?? No. Greg From owner-freebsd-questions Thu Jan 15 16:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04092 for questions-outgoing; Thu, 15 Jan 1998 16:54:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04084 for ; Thu, 15 Jan 1998 16:54:23 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA00777; Fri, 16 Jan 1998 11:24:19 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA04684; Fri, 16 Jan 1998 11:24:19 +1030 (CST) (envelope-from grog) Message-ID: <19980116112419.22805@lemis.com> Date: Fri, 16 Jan 1998 11:24:19 +1030 From: Greg Lehey To: cnet@centralnet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it possable? References: <34BE4E0E.ED0C1D3F@centralnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BE4E0E.ED0C1D3F@centralnet.com>; from Bob Kline on Thu, Jan 15, 1998 at 09:57:35AM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 09:57:35AM -0800, Bob Kline wrote: > Hi I would like to know somthing.\ > > Im running a windows 95 system web server with O'Rilley's website pro > can I install BSD 4.4 on a windows 95 system A couple of people have answered this message already, but it's not clear to me that you understand that 4.4BSD (in particular, FreeBSD) is an operating system. You don't install it on a Microsoft system. If you have spare space on your disk, you can install FreeBSD on this spare space, but at any one time you can only be running either Microsoft or FreeBSD. Greg From owner-freebsd-questions Thu Jan 15 17:04:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04987 for questions-outgoing; Thu, 15 Jan 1998 17:04:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04923 for ; Thu, 15 Jan 1998 17:03:50 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA00789; Fri, 16 Jan 1998 11:33:50 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA04735; Fri, 16 Jan 1998 11:33:50 +1030 (CST) (envelope-from grog) Message-ID: <19980116113349.19517@lemis.com> Date: Fri, 16 Jan 1998 11:33:49 +1030 From: Greg Lehey To: Das Devaraj Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Das Devaraj on Thu, Jan 15, 1998 at 01:44:02PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 01:44:02PM -0800, Das Devaraj wrote: > (This is _reluctantly_ sent to freeBSD-isp also, in case the > commercial folks - ISPs - see it in a different light). I've taken them off again. Maybe they will, but I don't see how they can. > Can I _legally_ claim that my box running FreeBSD is UNIX? No. > Or should it phrased that the OS is a _UNIX clone_. No. It's not a clone. It's a UNIX derivative and contains much of the same source code that runs in UNIX System V. > Note that this has nothing to do with the actual power of FreeBSD. > What happened after the UNIX name was bought from AT&T by Novell (is > it public domain now?) UNIX is currently a registered trade mark of The Open Group. See http://www.rdg.opengroup.org/public/tech/unix/trademark.html for more details. > Also is there a minimum set of functionality that needs to be > supported before something is considered UNIX or even a UNIX clone? > Have heard terms like UNIX 95, X/Open branding etc. tossed around. Correct. There are such names, and they have some minimum (they must be *very* minimum) requirements, but I don't know what they are. IMO, there are three reasons why FreeBSD hasn't applied for this kind of branding: 1. It's all hype (see below) 2. It costs a lot of money. 3. There are probably some minor areas where FreeBSD would not comply, and where the FreeBSD team considers non-compliance to be superior. Those of you who have been around UNIX for a while will know that all through the 80's, 4.xBSD was the leading edge of UNIX development, and that *all* current UNIX implementations (which effectively means System V) contain large parts of almost unchanged BSD code. With this background, which of these systems may *not* be called UNIX 95? UNIX System V 4.4BSD Microsoft NT IBM OS/390 (formerly MVS) The answer is: 4.4BSD. The suits have disowned the very version of UNIX which made it what it is today. Since they also allowed such obviously non-UNIX systems as NT and OS/390 to be called UNIX, I don't think any of us care too much. Greg From owner-freebsd-questions Thu Jan 15 17:08:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05462 for questions-outgoing; Thu, 15 Jan 1998 17:08:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05418 for ; Thu, 15 Jan 1998 17:08:19 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from Brent.ns.on.rogers.wave.ca ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <327536-10996>; Thu, 15 Jan 1998 20:08:00 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Wed, 14 Jan 1998 11:20:13 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Free BDS with the WAVE CC: freebsd-questions@FreeBSD.ORG References: <98Jan13.194332-0500_est.325984-15743+1000@mail.on.rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan15.200800-0500_est.327536-10996+2543@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Date: Tue, 13 Jan 1998 20:34:38 -0800 (PST) From: Doug White Reply-to: Doug White To: pizzaman@mail.on.rogers.wave.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE Phooey. My feeling exactly So you booted with the -c option and set network device ed0 to address 0x240, IRQ 11? Did you remove all the other network devices? I removed all the other network devices, I set the irq and io to the proper settings and it says that there is not card at that location. I tried the two devices that were suppose to support the smc card, I even tried entering in difference ios just incase the system wants to use something different. (the windows driver gave me a range from 240 to 25f) That's common; P75s and before usually have busted PCI implementations. Packard Hells are especially prone. Wow, sounds like I should go work for Rogers Wave; I do the same thing for UO ResNet and get paid a pittance :) Go for it, they actually need people. Only problem is they are in Toronto. You want to move? The `dmesg' UNIX command outputs the boot messages. Try running it sometime, it's quite helpful for including in mail messages so I can tell what's installed in the system. 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 Jan 15 17:10:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05618 for questions-outgoing; Thu, 15 Jan 1998 17:10:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from klokan.sh.cvut.cz (root@klokan.sh.cvut.cz [193.84.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA05501 for ; Thu, 15 Jan 1998 17:09:04 -0800 (PST) (envelope-from J.Klaus@sh.cvut.cz) Received: from skunk.sh.cvut.cz (skunk.sh.cvut.cz [194.108.141.194]) by klokan.sh.cvut.cz (8.6.12/8.6.9) with ESMTP id CAA17444 for ; Fri, 16 Jan 1998 02:08:56 +0100 Received: from SKUNK/SpoolDir by skunk.sh.cvut.cz (Mercury 1.31); 16 Jan 98 02:08:58 +0100 Received: from SpoolDir by SKUNK (Mercury 1.31); 16 Jan 98 02:08:50 +0100 Received: from hell.sh.cvut.cz by skunk.sh.cvut.cz (Mercury 1.31); 16 Jan 98 02:08:47 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 MIME-Version: 1.0 Date: Fri, 16 Jan 1998 01:44:09 +0100 (CET) Organization: CTU Prague From: Jaroslav Klaus To: freebsd-questions@FreeBSD.ORG Subject: Routing table & arp & snmp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAA05505 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, this is my routing table (only fragment): Destination Gateway Flags Refs Use Netif Expire default 194.108.141.33 UGSc 6 10558428 ed0 127.0.0.1 127.0.0.1 UH 0 7437 lo0 194.108.141.32/27 link#4 UCSc 2 0 194.108.141.64/27 link#7 UC 0 0 194.108.141.67 0:0:b4:52:b8:12 UHLW 0 881 ed3 441 194.108.141.72 0:60:8c:30:d4:64 UHLW 0 142 ed3 246 194.108.141.76 0:4f:49:1:18:88 UHLW 0 1046 ed3 1020 194.108.141.95 ff:ff:ff:ff:ff:ff UHLWb 0 42 ed3 194.108.141.96/27 link#6 UC 0 0 194.108.141.98 0:60:8c:30:d4:44 UHLW 0 2 ed2 855 194.108.141.104 0:0:1:11:13:11 UHLW 0 6 ed2 848 Why there is an items with MAC address for all stations? After I deleted an destination 'routed -s' (probably) will create that item again. I have installed ucd-snmp-3.2 and when I walk MIB I get terrible table: ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.1.0.0 = IpAddress: 0.1.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.2.0.0 = IpAddress: 0.2.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.3.0.0 = IpAddress: 0.3.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.5.0.0 = IpAddress: 0.5.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.6.0.0 = IpAddress: 0.6.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.8.0.0 = IpAddress: 0.8.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.10.0.0 = IpAddress: 0.10.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.16.0.0 = IpAddress: 0.16.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.18.0.0 = IpAddress: 0.18.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.19.0.0 = IpAddress: 0.19.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.21.0.0 = IpAddress: 0.21.0.0 ip.ipRouteTable.ipRouteEntry.ipRouteDest.0.25.0.0 = IpAddress: 0.25.0.0 Is it snmp agent bug? Thank you for any idea. -- Jarda From owner-freebsd-questions Thu Jan 15 17:25:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07224 for questions-outgoing; Thu, 15 Jan 1998 17:25:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (hometeam@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07212 for ; Thu, 15 Jan 1998 17:25:36 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.5) with SMTP id UAA01419 for ; Thu, 15 Jan 1998 20:23:02 GMT Date: Thu, 15 Jan 1998 20:23:02 +0000 (GMT) From: Jt To: questions@FreeBSD.ORG Subject: Boca 8 port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk After looking in sio in freebsd . They show boca multiport cards with 8 port: options COM_MULTIPORT device sio4 at isa? port 0x100 tty flags 0xb05 device sio11 at isa? port 0x138 tty flags 0xb05 irq 5 vector siointr This will pickup all 8 ports? Also they show irq 12 I am using irq 5 Or do I need to list each port with the last port showing the irq ? Thanks in advance hometeam@techpower.net --We cannot all be masters, nor all masters Cannot be truly follow'd-- -----BEGIN PGP MESSAGE----- Version: 2.6.2 owEBqwBU/4kAlQMFADRCxNWhsddKSTR+6QEBelED/jzeC3btZfqSdIfrNoCgwUJJ iNQ33UQoMyJ2ygkfl72xP5J79yml/F4P73GnNaDVbaMOmOG2NNAi5ElE73wRh54U 17kH+n5XnYeqekV8T2TG2Q6ex3UotXPyZ1vvrCrSxapOz6a4hh0GQeA55rcwLy2W ROHwxfvaVsrX5iVOkRoerBFiC21lc3NhZ2UudHh0AAAAAA== =jCvF -----END PGP MESSAGE----- From owner-freebsd-questions Thu Jan 15 17:34:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08094 for questions-outgoing; Thu, 15 Jan 1998 17:34:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from coal.sentex.ca (coal.sentex.ca [209.112.4.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08037 for ; Thu, 15 Jan 1998 17:33:33 -0800 (PST) (envelope-from mike@sentex.net) Received: from gravel-remoteh.sentex.ca (gravel-remoteh.sentex.ca [207.245.212.157]) by coal.sentex.ca (8.8.8/8.8.7) with SMTP id UAA08784; Thu, 15 Jan 1998 20:39:31 -0500 (EST) (envelope-from mike@sentex.net) From: mike@sentex.net (Mike Tancsa) To: alx@scn.ru ("Alex N. Zhuravlev") Cc: questions@FreeBSD.ORG Subject: Re: snmpd Date: Fri, 16 Jan 1998 01:23:39 GMT Message-ID: <34beb4e7.1431383410@coal.sentex.net> References: <199801150657.NAA04143@keep.scn.ru> In-Reply-To: <199801150657.NAA04143@keep.scn.ru> X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998 13:55:02 +0700, in sentex.lists.freebsd.questions you wrote: >Hi ! >I want to get statistic from our router using mrtg. >Mrtg uses snmp to get statistic.How to make snmpd work on FreeBSD not client but >server??? Now we have FreeBSD-2.2.5 as a router. Install the UCD SNMP port from ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/net/ucd-snmp.tar and MRTG ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/net/mrtg.tar Then edit /usr/local/lib/snmp/snmpd.conf and change the community names to something a little more secure than public and private and start up snmpd in the mrtg directory, do something like ./cfgmaker public@localhost > /usr/local/etc/mymrtg.cfg (replacing public with the community name you set) edit /usr/local/etc/mymrtg.cfg and set the line to WorkDir: /usr/local/www/data/ or where ever you want the html output to go then a crontab -e as root and enter in something like 0-59/10 * * * * /usr/local/bin/mrtg /usr/local/etc/mymrtg.cfg ---Mike From owner-freebsd-questions Thu Jan 15 17:34:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08160 for questions-outgoing; Thu, 15 Jan 1998 17:34:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA08027 for ; Thu, 15 Jan 1998 17:33:31 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980116013310.22751.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.234] by send1a; Thu, 15 Jan 1998 17:33:10 PST Date: Thu, 15 Jan 1998 17:33:10 -0800 (PST) From: Rudy Gireyev Subject: Re: HHHHEEEELLLLPPPP!!!! To: "Jonathan M. Bresler" , "David B. Alder" Cc: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk David, during the install process Terminal/screen 1 is used as the console. So at any point while you are in sysinstall if you hit ALT+F1 you'll see what sysinstall is actually doing (or so) and what the success/failure messages are. If you post those we can make more guesses as to what's wgong :-) Rudy ---"Jonathan M. Bresler" wrote: > > > David, > you may have abd memory simms/chips. > > how much memory do you have? > if you have more than 16MB, try removing half and installing again. > you need 8MB to install--you may be able to get by with only > 5MB during the install, but living with 5MB is unspeakable. > jmb > > David B. Alder wrote: > > I'm about to pull out my hair. I've tried to install 5 different versions > > of Linux from three different companies on my machine. I know you can't > > help me with that, but I've also tried to install 2 different versions of > > FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. > > Varying the parameters each time. None of which installed completely. > > They all lock-up partially through the installation process. The FreeBSD > > versions both lock-up during the ports part of the installation. Generally > > after about 3 to 5 minutes through. The funny thing is, that I had > > installed 2.2.5 a while back, but I had the same problems. One time it > > didn't lock up until the end, so I had installed enough of the OS to boot > > it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I > > also have a Goldstar 16X cdrom. All of these items are detected when the > > setup is loading from floppy. Do you have any advice? What is going on? > > > > David Alder > > > > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 15 18:06:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10710 for questions-outgoing; Thu, 15 Jan 1998 18:06:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10704 for ; Thu, 15 Jan 1998 18:06:16 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id VAA04784; Thu, 15 Jan 1998 21:05:41 -0500 (EST) Message-ID: <19980115210540.45579@emu.sourcee.com> Date: Thu, 15 Jan 1998 21:05:40 -0500 From: Norman C Rice To: Greg Lehey Cc: Dirk-Willem van Gulik , Doug White , Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) References: <19980115102046.43283@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980115102046.43283@lemis.com>; from Greg Lehey on Thu, Jan 15, 1998 at 10:20:46AM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 10:20:46AM +1030, Greg Lehey wrote: > On Wed, Jan 14, 1998 at 03:28:25PM +0100, Dirk-Willem van Gulik wrote: > > On Mon, 12 Jan 1998, Doug White wrote: > > > >> On Fri, 9 Jan 1998, Gordon Wang wrote: > >> > >>> Dear Sir > >>> I am a FreeBSD 2.2.1 user. > >>> My /root space is 32M. > >>> What should I do if I want to make 1t 64M. > >> > >> This is not as easy as it sounds. You can't resize a partition without > >> destroying it. You have to back up the system, rewrite the disklabel, > >> newfs the new partitions, then restore the data to the new partitions. > >> Basically, reformat the disk. > >> > > Alternatively; you can check what it is that requires size; if it is > > for example just the '/root' home directory of the 'root' user; you > > could just move it to /usr/home and modify the /etc/passd file. > > I fear that this could cause serious problems, though I can't say > which. It might be more interesting to use symbolic links for other > things. I suppose we should ask Gordon why he wants 64 MB: 32 should > be enough. In particular, you can run into space problems if you have > /var on the root file system. If this is the problem, you should > create a directory /usr/var and a symbolic link /var to it: > > # mkdir /usr/var > # mv /var /VAR > # ln -s /usr/var /var > # cd /VAR > # cp -p * /var ^^ Perhaps # cp -Rp * /var would be appropriate to ensure subdirectories are copied. > # cd / > # rm -rf /VAR > > This will move the contents across to the new /var. You'll need to > restart syslogd. > > Greg > -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Thu Jan 15 18:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11135 for questions-outgoing; Thu, 15 Jan 1998 18:10:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10976 for ; Thu, 15 Jan 1998 18:09:06 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA00927; Fri, 16 Jan 1998 12:36:49 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA05287; Fri, 16 Jan 1998 12:36:49 +1030 (CST) (envelope-from grog) Message-ID: <19980116123649.19662@lemis.com> Date: Fri, 16 Jan 1998 12:36:49 +1030 From: Greg Lehey To: Norman C Rice Cc: Dirk-Willem van Gulik , Doug White , Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) References: <19980115102046.43283@lemis.com> <19980115210540.45579@emu.sourcee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19980115210540.45579@emu.sourcee.com>; from Norman C Rice on Thu, Jan 15, 1998 at 09:05:40PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 09:05:40PM -0500, Norman C Rice wrote: > On Thu, Jan 15, 1998 at 10:20:46AM +1030, Greg Lehey wrote: >> On Wed, Jan 14, 1998 at 03:28:25PM +0100, Dirk-Willem van Gulik wrote: >>> On Mon, 12 Jan 1998, Doug White wrote: >>> >>>> On Fri, 9 Jan 1998, Gordon Wang wrote: >>>> >>>>> Dear Sir >>>>> I am a FreeBSD 2.2.1 user. >>>>> My /root space is 32M. >>>>> What should I do if I want to make 1t 64M. >>>> >>>> This is not as easy as it sounds. You can't resize a partition without >>>> destroying it. You have to back up the system, rewrite the disklabel, >>>> newfs the new partitions, then restore the data to the new partitions. >>>> Basically, reformat the disk. >>>> >>> Alternatively; you can check what it is that requires size; if it is >>> for example just the '/root' home directory of the 'root' user; you >>> could just move it to /usr/home and modify the /etc/passd file. >> >> I fear that this could cause serious problems, though I can't say >> which. It might be more interesting to use symbolic links for other >> things. I suppose we should ask Gordon why he wants 64 MB: 32 should >> be enough. In particular, you can run into space problems if you have >> /var on the root file system. If this is the problem, you should >> create a directory /usr/var and a symbolic link /var to it: >> >> # mkdir /usr/var >> # mv /var /VAR >> # ln -s /usr/var /var >> # cd /VAR >> # cp -p * /var > ^^ > Perhaps > > # cp -Rp * /var > > would be appropriate to ensure subdirectories are copied. Oops. Yes, very important. Greg From owner-freebsd-questions Thu Jan 15 18:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11502 for questions-outgoing; Thu, 15 Jan 1998 18:14:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail2.microsoft.com (mail2.microsoft.com [131.107.3.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11478 for ; Thu, 15 Jan 1998 18:14:08 -0800 (PST) (envelope-from a-bwehr@microsoft.com) Received: by INET-02-IMC with Internet Mail Service (5.5.1960.3) id ; Thu, 15 Jan 1998 18:14:10 -0800 Message-ID: <2F2DC5CE035DD1118C8E00805FFE354C516602@red-msg-56.dns.microsoft.com> From: "Brian Wehrle (Volt Computer)" To: "'questions@freebsd.org'" Subject: Problem with laptop. Date: Thu, 15 Jan 1998 18:14:07 -0800 X-Mailer: Internet Mail Service (5.5.1960.3) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Using the boot.flp I can get my system to boot the kernel, but just after it boots the kernel, the screen goes blank. >From here on I cannot do anything, I can, however, flip to the debug console and back. The last debug output shows a probe retuning a device not found error. I tried using the color reverse function on the laptop, but to no avail. This is a NCR 3150 486 with 4megs of Ram. Any ideas ? I'd like to turn off the color (maybe it is trying to use colors in text mode that don't display correctly ?) or something else with the screen. Thanks Brian From owner-freebsd-questions Thu Jan 15 18:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13726 for questions-outgoing; Thu, 15 Jan 1998 18:42:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13660 for ; Thu, 15 Jan 1998 18:41:55 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt2-80.HiWAAY.net [208.147.148.80]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id UAA27369; Thu, 15 Jan 1998 20:41:48 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id UAA11731; Thu, 15 Jan 1998 20:24:47 -0600 (CST) Message-Id: <199801160224.UAA11731@nospam.hiwaay.net> X-Mailer: exmh version 2.0.1 12/23/97 To: sysop@inlandnet.com cc: questions@FreeBSD.ORG From: David Kelly Subject: Re: Diamond MM Fireport 20/40 In-reply-to: Message from sysop@inlandnet.com of "Wed, 14 Jan 1998 16:28:41 PST." <1.5.4.16.19980115002841.3ce7afcc@inlandnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Jan 1998 20:24:47 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hi - > > The Diamond MM Fireport 20 does not seem to work with FreeBSD. It is based > on the NCR (SymBIOS) 53C875 chip and seems to have the generic BIOS but does > not appear to be recognized by FreeBSD. [...] > If the Diamond MM Fireport boards do not work, it may be noteworthy in the > FAQs or compatible hardware list. My purchase of the Fireport 20 was based > on the idea that it was supported because it uses the 53C875 chip. FYI: I > installed from the Walnut Creek CDROM distribution of FreeBSD 2.2.2. The Fireport 40 uses a slightly different chip ID/revision ('875j) than FreeBSD 2.2.2 knew about. FreeBSD 2.2.5 should work perfectly. There was a patch posted in the list archives that you could use as a quick fix. Looking at /usr/src/sys/pci/ncr.c on my recent 2.2.5 I see: #define NCR_875_ID (0x000f1000ul) #define NCR_875_ID2 (0x008f1000ul) If you simply change your NCR_875_ID to the NCR_875_ID2 value shown, then rebuild your kernel, you'll be in business. I think. Your Mileage May Vary. Perform At Your Own Risk. Etc. -- David Kelly N4HHE, dkelly@nospam.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 Thu Jan 15 18:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14193 for questions-outgoing; Thu, 15 Jan 1998 18:48:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from linux1.usls.edu (francis@irc.usls.edu [202.47.133.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14157 for ; Thu, 15 Jan 1998 18:48:03 -0800 (PST) (envelope-from francis@usls.edu) Received: from localhost (francis@localhost) by linux1.usls.edu (8.8.7/8.7.3) with SMTP id KAA16489 for ; Fri, 16 Jan 1998 10:46:09 +0800 Date: Fri, 16 Jan 1998 10:46:08 +0800 (PST) From: "Francis A. Vidal" To: freebsd-questions@FreeBSD.ORG Subject: URGENT: error code 1 from pkg_add(1) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello everyone! i recently upgraded my kernel to 2.2.5-STABLE and decided to re-install some stuff from the 2.2.2-RELEASE CD. i used `/stand/sysinstall' to add some packages over FTP (the sysinstall program came from freebsd.org which i downloaded because of the buggy one that was shipped with 2.2.2-RELEASE). now, the problem is, whenever i try to install a package, it always gives me an `error code 1' message and does not install the package! it also tells me to check the debug screen for more info but i could not find the debug screen since i'm using ttys 0-5 (alt-F1 --> alt-F6). what could possibly be wrong with the installation procedure? or is it the `pkg_add' program? TIA! p.s. i'm not on the list :) --- u s l s N E T university of st. la salle, bacolod city, philippines . . . . . . . PGP key at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp francis vidal tel. nos. (6334).435.2324 / 433.3526 From owner-freebsd-questions Thu Jan 15 18:53:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14570 for questions-outgoing; Thu, 15 Jan 1998 18:53:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA14521; Thu, 15 Jan 1998 18:52:21 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id SAA06214; Thu, 15 Jan 1998 18:53:38 -0800 Date: Thu, 15 Jan 1998 18:53:38 -0800 From: Jonathan Hahn Message-Id: <199801160253.SAA06214@and.com> To: freebsd-questions@FreeBSD.ORG, hahn@and.com Subject: Re: Booting off TORiSAN CDROM Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I solved my own problem, but thanks for the help. I had the floppy drive in the notebook itself, and the CDROM drive in the port replicator. Shame on me. From the FreeBSD boot floppy, you can't access or boot off the CDROM if it's installed in the port replicator. I just got to wits' end and started trying random stuff. -jon > From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 15:22:33 1998 > Date: Thu, 15 Jan 1998 15:07:46 -0800 > From: Jonathan Hahn > To: freebsd-questions@FreeBSD.ORG > Subject: Booting off TORiSAN CDROM > Cc: freebsd-mobile@FreeBSD.ORG > > I recently purchased a Sony VAIO 707C laptop and this is my first > laptop FreeBSD install. It has a 14.5X TORiSAN CDROM, which I > gather is made by Sanyo. I can't boot off the CDROM drive, nor > access it if I boot FreeBSD off floppy. Am I SOL here? I don't > see the TORiSAN mentioned in any of the FreeBSD docs. > > Windows says it's a CDR_U112 CD-ROM and that no driver is installed > for it. > > My question is how to proceed now. I could purchase a PCMCIA SCSI > or ethernet controller and boot off a SCSI CDROM or over the net. > Will I be able to access either of these cards from a generic > kernel? Last resort is a floppy install, or am I overlooking > something? From owner-freebsd-questions Thu Jan 15 18:58:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15095 for questions-outgoing; Thu, 15 Jan 1998 18:58:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph ([165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14982 for ; Thu, 15 Jan 1998 18:57:00 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id LAA06661 for ; Fri, 16 Jan 1998 11:06:11 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Fri, 16 Jan 1998 11:06:11 +0800 (PHT) From: Arthur Alacar cc: freebsd-questions@FreeBSD.ORG Subject: Video CD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk what's the program that play Video CD (*.dat)? thanks! .a.r.t. From owner-freebsd-questions Thu Jan 15 19:05:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15781 for questions-outgoing; Thu, 15 Jan 1998 19:05:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bluefire.saberfire.com (root@[209.160.21.220]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15774 for ; Thu, 15 Jan 1998 19:05:23 -0800 (PST) (envelope-from magic@ulink.net) Received: from bluefire (localhost [127.0.0.1]) by bluefire.saberfire.com (8.8.5/8.8.5) with SMTP id TAA01906 for ; Thu, 15 Jan 1998 19:02:57 -0800 Date: Thu, 15 Jan 1998 19:02:57 -0800 (PST) From: Sean-Paul Rees X-Sender: magic@bluefire To: questions@FreeBSD.ORG Subject: 3.0-CURRENT Branch, "config" failure. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hewwo: Removing old directory ../../compile/rev1a-dragon.ulink.net: Done. files.i386: i386/isa/npx.c must be optional or standard I get that. I edited the files.i386, and changed it from mandatory to standard. I was wondering if that was safe, and I also got this error: Removing old directory ../../compile/rev1a-dragon.ulink.net: Done. Unknown % construct in generic makefile: %VERSREQ= 300003 Kernel build directory is ../../compile/rev1a-dragon.ulink.net Same, by changing it to optional as well. Help! :> -Sean-Paul Rees magic@ulink.net From owner-freebsd-questions Thu Jan 15 19:25:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17307 for questions-outgoing; Thu, 15 Jan 1998 19:25:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from herculis.alphawest.com.au (herculis.alphawest.com.au [203.14.124.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17272 for ; Thu, 15 Jan 1998 19:25:28 -0800 (PST) (envelope-from stephen.cooper@alphawest.com.au) Received: by herculis.alphawest.com.au with Internet Mail Service (5.0.1458.49) id ; Fri, 16 Jan 1998 11:23:35 +0800 Message-ID: <64B0BB03967ED111A34C00A0C93295000A4EAC@herculis.alphawest.com.au> From: Stephen Cooper To: ben@jlc.net, freebsd-questions@FreeBSD.ORG Subject: RE: Help with conf of 3Com PCMCIA Date: Fri, 16 Jan 1998 11:23:35 +0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a Toshiba T2400CS with a 3Com card Are you running PAO? I have 2.2.5-RELEASE with PAO kernel extensions. This ***may*** not work if you are not running this /etc/pccard.conf # 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D card "3Com Corporation" "3C589" # Note this dual config does not work well, if you pull out either card it will # always try to reassign the card to ep1. Never to ep0. (Works OK at bootup however) config default "ep0" 5 # config default "ep1" 10 insert echo 3Com Etherlink III inserted insert /sbin/ifconfig ep0 inet 203.14.124.50 netmask 255.255.255.0 > /dev/null 2>&1 insert /sbin/route add default 203.14.124.250 > /dev/null 2>&1 # insert /sbin/ifconfig ep1 inet 192.168.10.1 netmask 255.255.255.0 > /dev/null 2>&1 # insert /etc/pccard_ether $device > /usr/tmp/insert.$device 2>&1 insert /sbin/ifconfig $device >/dev/console 2>&1 insert /usr/bin/netstat -rn | grep default >/dev/console 2>&1 remove echo 3Com Etherlink III removed >/dev/console 2>&1 # remove /etc/pccard_ether_remove $device > /usr/tmp/remove.$device 2>&1 remove /sbin/ifconfig $device down >/dev/console 2>&1 remove /sbin/route -n flush > -----Original Message----- > From: Operator [SMTP:root@verdi.jlc.net] > Sent: Friday, January 16, 1998 5:02 AM > To: freebsd-questions > Subject: Help with conf of 3Com PCMCIA > > I am trying to get a 3Com Etherlink III > modem/lan PCMCIA card to connect to my > Toshiba Satellite Pro 420CDT Laptop. > FreeBSD 2.2.5 RELEASE > The system gives a "Card inserted" message > followed by (3) Resource allocation failure for 3Com Corporation. > > Anybody have this running? > Any ideas? > > Thanks > -- > -- Benjamin D. April -- John Leslie Consulting Tech. > Director > -- New Web Site http://www.stagecraft.net -- Emergency > > -- Microsoft Marketing : (noun) a bunch of mindless jerks > -- who'll be the first against the wall when the revolution comes. From owner-freebsd-questions Thu Jan 15 19:35:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18095 for questions-outgoing; Thu, 15 Jan 1998 19:35:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fledge.watson.org (root@FLEDGE.RES.CMU.EDU [128.2.91.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18081 for ; Thu, 15 Jan 1998 19:35:39 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.8.8/8.6.10) with SMTP id WAA03162 for ; Thu, 15 Jan 1998 22:35:18 -0500 (EST) Date: Thu, 15 Jan 1998 22:35:18 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org Reply-To: Robert Watson To: questions@FreeBSD.ORG Subject: zp pcmcia etherlink driver -- second device Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an IBM notebook running FreeBSD-current (although I assume this will hold for Stable?) -- it has two PCMCIA slots, in which may now be found two PCMCIA etherlink cards. The first is correctly probed as zp0 on the default settings matching: device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr I have had trouble getting the second card to work using the pccard support, as it is unable to configure the second (I may be making mistakes with pccard.conf), so I'd really just like to hard-configure a zp1 device. What hardware settings (ioport, etc) should I be using? I realize this is as much a PCMCIA question as a FreeBSD one, but was wondering if anyone had experience with duplicate hardware detection with PCMCIA? Thanks in advance, Robert N Watson Carnegie Mellon University http://www.cmu.edu/ SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org http://www.watson.org/~robert/ From owner-freebsd-questions Thu Jan 15 19:36:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18176 for questions-outgoing; Thu, 15 Jan 1998 19:36:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.delanet.com (smtp@www.delanet.com [208.9.136.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18158 for ; Thu, 15 Jan 1998 19:36:38 -0800 (PST) (envelope-from rugose@delanet.com) Received: from rugose ([208.9.136.17]) by www.delanet.com (8.8.4/8.8.5) with ESMTP id WAA18362 for ; Thu, 15 Jan 1998 22:36:53 -0500 (EST) Message-Id: <199801160336.WAA18362@www.delanet.com> From: "Stephen Comoletti" To: Subject: DoS Date: Sun, 16 Nov 1997 10:35:03 -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-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a situation I need a little advice on. I'm not sure if it belongs here, however it does affect users of FreeBSD as well from what little I do know. Ok..here is the setup. ISP with 2 cisco routers, both communicate between eachother on a regular basis. They use radius for authentication. The isp is under attack by a modified smurf. It has all the symptoms of a smurf but it's comming in via udp and not icmp. to complicate it, the attacker is spoofing the ip of each router and hitting them at the same time, changing the port each time the isp kills input from one. Is there any way to defend/track down/stop an attack of this type? Steve From owner-freebsd-questions Thu Jan 15 19:45:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18935 for questions-outgoing; Thu, 15 Jan 1998 19:45:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1077.jumpnet.com [207.8.67.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18924 for ; Thu, 15 Jan 1998 19:45:24 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id VAA25966; Thu, 15 Jan 1998 21:45:27 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Dynamic Linking on FreeBSD 2.2.5 & AIX 3.2.5 References: <4A25658D.0074495F.00@notes.aipo.gov.au> From: Dave Marquardt Date: 15 Jan 1998 21:44:52 -0600 In-Reply-To: Stanley.Hopcroft@aipo.gov.au's message of "Fri, 16 Jan 1998 05:22:07 +1000" Message-ID: <85btxdkrpn.fsf@localhost.zilker.net> Lines: 13 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Stanley.Hopcroft@aipo.gov.au writes: > How do commercial Unixes (such as AIX 3.2.5) deal with this ? While I'm > always comfortable re-installing FreeBSD, AIX is another matter. AIX also support shared libraries, certainly since 3.2.5, and continues to support it today. In fact, AIX's binary compatibility, which allows you to run binaries built on 3.2.5 on any version of AIX thereafter, works best with shared libraries. Having shared libraries allows IBM to change the implementation of library function, change library functions to system calls and vice versa, and have it all continue to work. -Dave (who develops AIX in Austin, TX) From owner-freebsd-questions Thu Jan 15 19:50:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19471 for questions-outgoing; Thu, 15 Jan 1998 19:50:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1077.jumpnet.com [207.8.67.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19402 for ; Thu, 15 Jan 1998 19:50:02 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id VAA26041; Thu, 15 Jan 1998 21:50:06 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: <19980115234619.10334.rocketmail@send1b.yahoomail.com> From: Dave Marquardt Date: 15 Jan 1998 21:50:03 -0600 In-Reply-To: Rudy Gireyev's message of "Thu, 15 Jan 1998 15:46:19 -0800 (PST)" Message-ID: <8590shkrh0.fsf@localhost.zilker.net> Lines: 13 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Rudy Gireyev writes: > ---Das Devaraj wrote: > > Have heard terms like UNIX 95, X/Open branding etc. tossed around. > > Never heard of UNIX 95. > X/Open is an organization dealing with standardization of X and its > applications. Case in point you may never install or run X on your > system and still have a UN*X or unix-like OS. UNIX 95 is an X/Open (Open Group now, I guess) term for what used to be called SPEC 1170, I believe. -Dave From owner-freebsd-questions Thu Jan 15 20:17:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21532 for questions-outgoing; Thu, 15 Jan 1998 20:17:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jupiter.neptune.net (jupiter.neptune.net [204.107.103.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21478 for ; Thu, 15 Jan 1998 20:16:44 -0800 (PST) (envelope-from doug@mailhost.neptune.net) Received: (from doug@localhost) by jupiter.neptune.net (8.7.5/8.7.3) id UAA08934; Thu, 15 Jan 1998 20:14:29 -0800 (PST) Date: Thu, 15 Jan 1998 20:14:29 -0800 (PST) Message-Id: <199801160414.UAA08934@jupiter.neptune.net> To: sulima@sulima.com From: Doug Jolley Subject: Free Consultants .. Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >I am a new user of FreeBSD and I do need help with Configuring Apache .. >I might be able to pay for limited service just to learn. This is not a >business for now... Hi -- A couple of weeks ago, I looked at installing Apache with a great deal of trepadation. It turned out to be VERY easy. In fact, it was so easy that I wrote a script that will literally automate the process. My intention was that the script would provide guidance rather than just being run directly; but, I think it will do the job totally automatically. Anyway, why don't you have a look. I bet you can do the job yourself. It's at http://www.bigwheel.net/tech/freebsd/technotes/apache.html. As I say, I'm no expert having only started myself a couple of weeks ago; but, if you have any quesitions, feel free to ask. ... doug _____________________________________________________________________ Doug Jolley mailto://doug@bigwheel.net http://www.bigwheel.net Don't bogart that file, my friend. Net it over to me. --------------------------------------------------------------------- From owner-freebsd-questions Thu Jan 15 20:26:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22194 for questions-outgoing; Thu, 15 Jan 1998 20:26:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.webzone.net (ns.webzone.net [205.219.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22167 for ; Thu, 15 Jan 1998 20:26:06 -0800 (PST) (envelope-from gemohler@webzone.net) Received: from webzone.net ([205.219.23.99]) by ns.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA311 for ; Thu, 15 Jan 1998 22:26:07 -0600 Message-ID: <34BEE21E.CF34A3F5@webzone.net> Date: Thu, 15 Jan 1998 22:29:18 -0600 From: Geoff Mohler Reply-To: gemohler@wcg.net Organization: Willaims Communications X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ISDN Internal TA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What support is available for the Cardinal internal ISDN TA? I didnt see much coverage of ISDN in the hardware FAQs. Thank you. G From owner-freebsd-questions Thu Jan 15 20:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23682 for questions-outgoing; Thu, 15 Jan 1998 20:46:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gte.net (1Cust166.tnt1.lafayette.in.da.uu.net [208.254.19.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23578 for ; Thu, 15 Jan 1998 20:45:41 -0800 (PST) (envelope-from bhlewis@gte.net) Received: from localhost (localhost [127.0.0.1]) by gte.net (8.8.8/8.8.8) with ESMTP id XAA14469 for ; Thu, 15 Jan 1998 23:44:56 -0500 (EST) (envelope-from bhlewis@gte.net) Message-Id: <199801160444.XAA14469@gte.net> X-Mailer: exmh version 2.0.1 12/23/97 cc: freebsd-questions@FreeBSD.ORG Subject: Re: Keyboard LEDs In-reply-to: Your message of "Thu, 15 Jan 1998 18:44:09 EST." <199801152344.SAA13025@gte.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Jan 1998 23:44:55 -0500 From: Benjamin Lewis Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi again- > I've gotten vgetty working pretty well on my system, and I've been trying to > get one of the keyboard LEDs to blink when there is a message. > > The problem is that the LEDs only seem to change state when there is some > other reason to do so, e.g. the Caps Lock key is pressed. I've managed to fix the problem. It turns out the the XKEYBOARD extension was the culprit. Inserting the XkbDisable keyword in /etc/XF86Config file disables the extension and returns the LEDs to normal behavior. -Ben -- Benjamin Lewis bhlewis@gte.net -or- bhlewis@purdue.edu From owner-freebsd-questions Thu Jan 15 20:52:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24027 for questions-outgoing; Thu, 15 Jan 1998 20:52:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from the.oneinsane.net (root@link2.oneinsane.net [207.113.133.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23989 for ; Thu, 15 Jan 1998 20:51:58 -0800 (PST) (envelope-from insane@oneinsane.net) Received: from killa.oneinsane.net (killa.oneinsane.net [207.113.133.242]) Message-Id: <3.0.5.32.19980115204926.007d9100@the.oneinsane.net> X-Sender: insane@the.oneinsane.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 15 Jan 1998 20:49:26 -0800 To: questions@FreeBSD.ORG From: Ron Rosson Subject: SCSI Tape Drive Error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is an error I get when I am testing a tape. Using the following command like a verify: tar tvf /dev/rst0 > Filename gets compared to backup log of original time and day of backup for accuracy of log and tape. Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out while idle, LAST PHASE == 0x1, SCSISIGI == 0x0 Jan 12 22:43:19 the /kernel: SEQADDR = 0x8 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0xa Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Queueing an Abort SCB Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Abort Message Sent Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0 - Abort Completed. Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): no longer in timeout Jan 12 22:44:59 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out in command phase , SCSISIGI == 0x84 Jan 12 22:44:59 the /kernel: SEQADDR = 0x41 SCSISEQ = 0x12 SSTAT0 = 0x7 SSTAT1 = 0x2 Jan 12 22:44:59 the /kernel: st0(ahc0:4:0): abort message in message buffer Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): SCB 0x0 - timed out in command phase , SCSISIGI == 0x94 Jan 12 22:45:01 the /kernel: SEQADDR = 0x41 SCSISEQ = 0x12 SSTAT0 = 0x7 SSTAT1 = 0x2 Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): no longer in timeout Jan 12 22:45:01 the /kernel: ahc0: Issued Channel A Bus Reset. 1 SCBs aborted Jan 12 22:45:01 the /kernel: st0(ahc0:4:0): UNIT ATTENTION asc:29,0 Jan 12 22:45:02 the /kernel: st0(ahc0:4:0): Power on, reset, or bus device reset occurred Jan 12 22:45:02 the /kernel: st0: oops not queued Jan 12 22:45:02 the last message repeated 8 times Jan 12 22:45:02 the /kernel: st0(ahc0:4:0): Target Busy Jan 12 22:45:02 the last message repeated 4 times Hardware from messages: Jan 12 15:00:39 the /kernel: ahc0 rev 1 int a irq 11 on pci0:18 Jan 12 15:00:39 the /kernel: ahc0: aic7860 Single Channel, SCSI Id=7, 3 SCBs Jan 12 15:00:39 the /kernel: ahc0 waiting for scsi devices to settle Jan 12 15:00:39 the /kernel: (ahc0:4:0): "DEC TLZ06 (C)DEC 0491" type 1 remo vable SCSI 2 Jan 12 15:00:39 the /kernel: st0(ahc0:4:0): Sequential-Access density code 0x13, variable blocks, write-enabled This is the only device attached to the scsi chain Any idea on what can be causing this I would be much appreciated. Tested all my tapes and I get the same error but is allways on a different area of where the backup was.. -------------------------------------------------------- Ron Rosson ... and a UNIX user said ... rlr@n2.net rm -rf * insane@oneinsane.net and all was null and void -------------------------------------------------------- From owner-freebsd-questions Thu Jan 15 20:53:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24151 for questions-outgoing; Thu, 15 Jan 1998 20:53:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rma.edu (rma.edu [207.0.141.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24142 for ; Thu, 15 Jan 1998 20:53:35 -0800 (PST) (envelope-from mjalwan@rma.edu) Received: from mjalwan ([207.0.141.214]) by rma.edu with SMTP (IPAD 2.0) id 4451800 ; Fri, 16 Jan 1998 00:01:04 -0500 Message-Id: <3.0.3.32.19980115235222.00913e80@rma.edu> X-Sender: mjalwan@rma.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Thu, 15 Jan 1998 23:52:22 -0500 To: Sean-Paul Rees From: Michael Alwan Subject: Re: 3.0-CURRENT Branch, "config" failure. Cc: questions@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_884944342==_" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk --=====================_884944342==_ Content-Type: text/plain; charset="us-ascii" At 07:02 PM 1/15/1998 -0800, you wrote: >Hewwo: > >Removing old directory ../../compile/rev1a-dragon.ulink.net: Done. >files.i386: i386/isa/npx.c must be optional or standard >Unknown % construct in generic makefile: %VERSREQ= 300003 >Kernel build directory is ../../compile/rev1a-dragon.ulink.net > > You need to rebuild config. The %VERSREQ parameter is in the makefile to ensure that you have the required version of config. If you rebuild config (or make world) before building the kernel, these messages will go away. Change files.i386 back to "mandatory" too. See attachment on keeping current--I have no idea if this FAQ is being maintained or upgraded. Been there in spades, Michael --=====================_884944342==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="staying current with FreeBSD" Staying -current with FreeBSD r2 ====================================================================== Maintained by Mike Smith FreeBSD-current represents the bleeding edge of FreeBSD development. It's where all the new features, performance improvements and bugfixes are unleashed on the user community. If you are interested in developing for FreeBSD, or just want the heady thrill of getting all the latest stuff first, -current is what you want. FreeBSD-current changes daily, and like any new product it goes through patches of instability and unreliability. This is part and parcel of using -current; if you don't think you can deal with it, now is a good time to opt out. A -release or -stable version will still give you excellent service, and with greatly improved dependability. However, there are a lot of people that do run FreeBSD-current, and many use nothing else. If you are serious about contributing to ongoing FreeBSD development, you may need to run -current too. In order to help new -current users, and old ones with bad habits, this is a guide to getting along with FreeBSD-current. If you're having problems, check here first because if you don't, you may find your (quite valid) complaint ignored simply because there's not enough information for anyone to do anything about it, and you just might find the information you need to get you going again. Notes ----- If you're going to be running FreeBSD-current, it's assumed that you are reasonably familiar with FreeBSD. No attempt will be made here to explain basic operating procedure or commands; if this sounds too complicated then it probably is. Command examples here should work with any shell. Where there are potential differences, an example of each form will be given. Preparation ----------- If you are not subscribed to the FreeBSD-current mailing list, you should do this first. Running -current and not reading the mailing list is like driving at night with duct tape over your eyes and jellybeans in your ears; ie. not a good idea. Another mailing list worth subscribing to is the cvs-all list. Every change made to the FreeBSD source tree is accompanied by a mail message sent to this list. These messages contain the name(s) of the file(s) affected, the name of the person making the change, and a description of the change itself. Reading this list can provide you with valuable insight into the directions that -current is taking, as well as advance warning of possible problems or fixes. There are other cvs-* lists which may be more suitable, depending on your field of interest. Read the -current mailing list for a few days before starting with FreeBSD-current; it's possible that you might have picked a really bad time to start. If there are problems, people will be discussing them; wait for a resolution to be announced, or for other people to indicate that the problem has been solved. If you're not sure after a few days, post a short message asking whether people think that it's OK to go ahead. As you become more familiar with the atmosphere and the people on -current, you will learn to judge what constitutes "really bad" and what is merely "interesting". Remember that while FreeBSD-current is a development environment, the desired result is indeed a stable platform and if something is broken people will be working to fix it. Starting -------- Once you're subscribed to the -current mailing list, there are a couple of different ways to get FreeBSD-current onto your system. Which is best for you will depend on your circumstances. - FTP: You can install a FreeBSD-current snapshot via FTP just like a release version. FreeBSD-current snapshots are normally built daily and can be downloaded from ftp://current.freebsd.org/. When installing you can either start from scratch, or upgrade an existing system. - CDROM: Walnut Creek CDROM occasionally release a FreeBSD-current snapshot CDROM, and other vendors may too. These are generally a bargain, as they come with a copy of the CVS repository which can save you a lot of download time. You can install from a snapshot CDROM in exactly the same fashion as you would a release version. Be careful though; a snapshot more than a few months old may be just as tough to upgrade from as a previous release. - Bootstrap: If you have the FreeBSD CVS repository on your system you can checkout a copy of the -current source tree and bootstrap a previous release system. You can also get the -current source using CVSup or CTM (see below). Bootstrapping may take a little perseverance, but that's good practice for later. Note that bootstrapping from anything older than the most recent release is something best left to the truly adventurous. If you have problems bootstrapping and really can't get -current going any other way then you should post a concise message to the FreeBSD-current mailing list clearly detailing what you are trying to do, the release you are bootstrapping from and any error messages that you receive during the process. Keeping -current ---------------- Once you have a -current system up and running, congratulations, it's obsolete! FreeBSD-current changes daily, and part of running a -current system is keeping up to date. There are two parts to keeping your system -current; getting the source, and building it. You can obtain the source in two forms; either the raw source tree, or the CVS repository. The former requires around 200MB of disk space, the latter perhaps twice times that; expect these values to grow with time. The raw source tree is all that's required to build the source, however the CVS repository is useful if you are interested in tracking or becoming involved with development. In particular, the CVS repository can be invaluable if you are trying to locate a new problem. There are two distribution strategies in common use for keeping your source up to date, named after the tools used to perform the updating: CVSup and CTM. CVSup ''''' CVSup replaces an older tool, 'sup' (the Source Update Protocol), and is the preferred method for tracking the -current source tree. It requires an active network connection and provides guaranteed-accuracy updates of your CVS repository or checked-out source tree. CVSup can also repair a damaged or modified repository or tree. If you have a -stable or -current system up and running, sample control files for CVSup are located in /usr/share/examples/cvsup. You can get CVSup itself from the FreeBSD ports collection. CTM ''' CTM can be interpreted as 'CVS Thru eMail'; it provides updates for your CVS repository or source tree via email messages. CTM is ideal if your network connection is indirect, expensive or otherwise cannot support CVSup. Documentation for the CTM programs is included with the system, start with 'man ctm', and check the handbook for more details. Checking out with CVS ''''''''''''''''''''' If you are fetching the CVS repository there is one important step required before you can build anything. This is known as "checking out" the source; literally you will generate a complete copy of the -current source tree from the information in the repository. The source tree can be anywhere, but the intermediate files generated during the build will be placed under /usr/obj. If the filesystem containing /usr doesn't have ~150MB of free space, you will need to create a directory elsewhere and use a symbolic link. To check out the source tree, go to where the 'src' directory is to be located and set the CVSROOT environment variable to point to the location of your CVS repository. Using a csh-like shell: # setenv CVSROOT or with an sh-like shell: # export CVSROOT= Then issue the command: # cvs checkout src This will create a directory 'src' and populate it with the source tree. When the repository is updated by CVSup or CTM you can propagate the changes to this source tree by making the src directory your current directory and saying: # cvs update -Pd If you have been making changes to your source tree, CVS will try to merge these changes with any updates it makes. You should watch the output from the update command and note any merges; these should be checked before you go any further to make sure they won't cause any problems. Identifying these merges is easier if you make CVS run quieter, eg. # cvs -q update -Pd If in doubt, remove the file(s) in question and rerun the update, which will replace them with fresh copies. Building the World '''''''''''''''''' Once you have your source tree checked out, make sure the 'src' tree is reachable as /usr/src, become root and change to the /usr/src directory. Now is the time to select your build options. If you've built the FreeBSD tree before, you will be familiar with these. Options are set via environment variables, by editing /etc/make.conf, or by passing them on the commandline when you build the tree. We will use the last method here. To set an option when invoking 'make', specify its name as an argument to the '-D' option, ie. to set the option VARIABLE, you would add '-DVARIABLE' to the 'make' commandline. The common variables and their uses are: NOCLEAN Do not clean out the old build tree. This can save on build time, but may introduce subtle problems. NOSECURE Do not build the export-restricted modules. If you haven't downloaded the source for these, then you won't want to try to build them. This is a good option to use if you are not in the USA. NOGAMES Don't rebuild the games. If you don't have or want them installed, set this. NOSHARE Don't rebuild /usr/share. This can save some time, and if /usr/share (containing manpages, data files and examples) hasn't changed much it won't cause you any trouble. NOPROFILE Don't build the profiling libraries. If you're not doing any development involving profiling, this can save a considerable amount of time and space. If you don't know what profiling libraries are, you don't want them. Once your options are set, start the build. It's generally a good idea to keep a record of the build, in case there are problems and you want to look over it. There are two good ways to do this. The first uses the 'script' command, which arranges a transcript of a session. You would say: # script Script started, output file is typescript # make world When the build has finished, use 'exit' to close the script. The second method runs the build in the background, and watches it with the 'tail' command. The advantage of this method is that you can let the build run without having to watch it all the time; you can come back to check on it at your leisure. To do this, you would say: # make world >& makelog & # tail -f makelog You can hit ^C at any time to exit the 'tail' command, and then reissue it whenever you want to check on the build. A world build transcript generated like this will generally be around the 7 megabyte mark; you should make sure you have space for it. If you are unsure about whether the build will work, and would prefer to make sure it builds properly before allowing it to install over your running system, you can use the 'buildworld' rather than 'world' target. This will compile everything, but not install it. Once you are happy that the build has completed OK, you can invoke the 'installworld' target, which will install the built world. If your 'buildworld' is failing on something that you think is trivial you can add the '-k' option to the make command. This will cause make to continue after an error, rather than stopping the build. If you have built with '-k' you should examine the build log very carefully before proceeding to install, as it is possible to make an enormous mess like this. Building the Kernel ''''''''''''''''''' Changes in -current often require coordinated rebuilding of both the 'world' (userland) and the kernel. Normally you should build a new kernel after you have built the world, but before you reboot. There are a couple of important points to bear in mind regarding the kernel: - The 'config' program is closely tied to the kernel. It is normally built as part of userland, but it can also be built manually with # cd /usr/src/usr.sbin/config # make depend all install clean clendepend Using an outdated 'config' program can cause strange errors when configuring or building a kernel, althought 'config' does its best to determine whether it is out of date and complain accordingly. - The kernel and LKMs are closely related. Mismatches can cause fatal kernel errors or strange behaviour. LKMs are also built as part of userland, but can be regenerated and reinstalled with # cd /usr/src/lkm # make depend all install clean cleandepend Note that both of these examples assume that your source tree is under /usr/src; if you've put it elsewhere, adjust them accordingly. Changes to -current may require matching changes in your kernel configuration file. These are normally reflected in changes to the LINT or GENERIC files, and/or described in messages posted to the mailing list. Once the kernel has been built and installed, reboot the system. It is generally a good idea to do this at this point, in order to ensure that the running kernel and userland programs correspond. When Things go Wrong -------------------- Problems with FreeBSD-current can generally be divided into three groups: - It won't build. - It won't boot. - Something funny happens when... It won't Build '''''''''''''' If it won't build, and the reason isn't immediately obvious, there are several steps you should take. Always remember to go through these in order; skipping them may miss the problem. In some cases, the only remedy is to wait for someone to fix the problem before you can go on. - Completely remove the object tree and start again. You can do this with: # chflags -R noschg /usr/obj/ # rm -rf /usr/obj/* Normally the 'world' target will do this for you, unless you have NOCLEAN or one of the related non-cleaning options set. The 'chflags' command removes the system-immutable flag which is set on some of the intermediate files generated during the build process. This flag renders files unchangable (and undeletable) as a security and safety measure. Its use on intermediate files can be considered a 'feature'. - If you have a local copy of the CVS repository, completely remove the source tree, check out a new copy and try building it again. Make sure you make a backup of your kernel configuration files before doing this. - Update your local sources, either by waiting for the next CTM mail, or re-running CVSup. If you are using a local CVS repository don't forget to update the checked-out soruce tree with the 'cvs update' command described above. It is possible that your last update came in the middle of a compound change to the source tree, and that updating is all it will take to correct the problem. - Wait a day or two, and watch the mailing list for messages about your problem. If the problem is widespread (ie. not a result of local circumstances) then other people will have encountered it, and a fix is likely to be discussed rapidly. While you are waiting, try investigating the problem yourself. The build process isn't magic, and the error messages are emitted when it fails can often provide you with helpful clues. If you think you have found a problem, try fixing it yourself. If you are using a local CVS repository or CVSup and you make a mess of a file, just delete it and update again; the file will be magically replaced. You need to be a bit more careful if you are fetching the source tree directly with CTM. - If you cannot obtain a clean build after a couple of days of watching the list and updating your source tree, you should post a message to the -current list describing your problem. It is extremely important that you provide enough information to diagnose your problem; without this information your post is likely to be ignored because it represents a great deal of work. At the very least, your post should include: x The last update date of your source tree. If you are using CVSup, the time at which you last ran CVSup, and the server you updated from. If you are using CTM, the number of the last CTM delta that you have applied. x An excerpt from the the end of the build transcript above. Try to include the last few lines of commands before the "error 1" lines, as these will generally contain information needed to locate the problem. x A list of all the build options that were enabled. You may be asked for additional information, or to try various things; be prepared to become involved in solving your problem, and look to learn from the experience. In time, you may be able to apply the solutions you have discovered to someone else's problem, and in turn help them out. It Won't Boot ''''''''''''' Occasionally you will encounter a newly-built kernel that won't boot. "Won't boot" may mean that it produces a panic message, or a fatal trap while starting up, or the system may freeze up, or reboot spontaenously. There can be a number of reasons for these failures; the two most common are: - You have stale LKMs. - A new change to the kernel is broken. You should always check for an LKM problem before suspecting that the kernel is broken. It is easy to check whether you have such a problem: - Boot single-user (specify '-s' at the boot: prompt) - Mount the root filesystem read/write: # mount / - Move the LKM directory out of the way: # mv /lkm /lkm.bad - Continue to multi-user: # exit If this fixes your problem, then you should remove all of the old LKMs, and install a new set. This can be achieved with: # mv /lkm.bad /lkm # rm -rf /lkm/* # cd /usr/src/lkm # make depend all install clean cleandepend Note that both this technique and the one above for config may make temporary files in the source tree; this is dirty but expedient. If the kernel doesn't get to the single-user stage, or if it still fails, then it is likely that the kernel is broken. You should boot the backup kernel, which is a copy of the previous kernel which was made when you installed the new one. This is achieved by entering the name of the backup kernel at the 'boot:' prompt; it's normally called 'kernel.old'. If you are experimenting with new kernels, you will want to make another backup, as everytime you install a kernel the backup is overwritten with the current kernel; two bad kernels in a row would leave you unable to boot. You can copy the backup kernel over the newer kernel with the commands: # chflags noschg /kernel # cp /kernel.old /kerne # chflags schg /kernel Once you have your system up and running again in this fashion, you should again keep an eye on the FreeBSD-current mailing list. It's possible that your problem will already have been noticed, and a fix may have been made already. If your problem persists after several days and several rebuilds, you can participate in tracking it down as follows. It is important to provide a lot of information about kernel problems, as they can be very subtle. You should build a kernel with the debugger enabled, ie. with options DDB in the configuration file. Ideally, the kernel should be configured with the '-g' flag to config, and installed in this form. Be aware that this will result in a kernel that may be up to 10 megabytes in size, as it includes copious debugging information. When the system panics, or encounters a trap, it will print a message giving details of the panic or trap, and leave the system in the debugger at the 'ddb>' prompt. At this point, you should make a note of all of this information. It is important that you do this, as it identifies the basic nature of the problem, its location and the state of the system when the problem occurred. You should then issue the 'trace' command to ddb, and note all of its output. This provides more vital information as to the state of the system. Armed with this information, you are ready to post to the FreeBSD-current mailing list. You should include in your message: - The trap/panic message and 'trace' output. - The last update date/CTM number from which the kernel was built. - Your hardware configuration details. - The kernel configuration file from which the kernel was generated. - The activity which causes the problem (booting, heavy load, etc.) If your problem is due to a fault which is triggered by your system configuration or load profile you may be asked to try making changes to the source in order to locate a suitable fix. These changes are often provided in the form of patches, which are discussed below. There is a lot more that you can do with a debugging-enabled kernel; see the online handbook for more details on this. Something Funny happens When... ''''''''''''''''''''''''''''''' You may notice that the new kernel or userland doesn't behave 'quite right'. A command may behave differently, or the system may not respond as it did previously under some circumstances. In the worst case, you may find that the kernel may panic or encounter a fatal trap. Under these circumstances, it is important to characterise the nature of the fault. This means that you should attempt to establish, by trial and error, exactly what it is that is causing the problem to manifest. It may be a combination of arguments to a command; a particular sort of system load, or any of many other things. If the system is panicing or stopping on a trap, build and install a kernel with DDB and preferably debugging enabled as above. Otherwise, gather as much information about the problem and any identified causes for it, and watch the FreeBSD-current mailing list. If the problem isn't discussed after a couple of days, post your findings. As always, provide as much information as you believe may be relevant, and be prepared to become involved in finding the solution. How Often? ---------- Now you are running -current, how often should you update? This will depend on your personal schedule, the load and demand on your system, and the general health of -current. In general once a week is a good number if you are keen to keep up to date. Once a month is good if you want to avoid falling too far behind. Another alternative is to wait for a few days after a new major feature of interest is announced, to make sure it is stable and worthwhile. Wrapup ------ FreeBSD-current can be a rewarding and useful environment. Users of -current provide vital feedback to the developer community, who in turn depend on this feedback as a check on their work. -current users must be prepared to work with developers in the pursuit of a stable, reliable, high-performance system, and in turn developers must work with users towards the same goals. Using -current can be a lot more work than a release or -stable version, but the rewards: - Improved performance. - New features and fixes, sooner. - A sense of directly contributing to the ongoing development of FreeBSD. can be well worth the effort. Patching it Up (sidebar) -------------- When you are chasing a problem with your -current system, or if you want to try out something so new that it hasn't been added yet, you may encounter 'patch' or 'diff' files. Often someone will send you one saying "here, try this". These files contain information which allows you to make automated changes to your source tree. They are fed as input to the 'patch' program, usually as: # patch -p < It is important to be in the correct directory when applying a patch. If you can't establish this from the details at the top of the patch file, be sure to ask the author. You can check that a patch will apply by supplying the '-C' option to patch; if any parts are rejected, the patch will not apply cleanly. Note that if you apply a patch to your source tree, CTM will no longer be able to update the file(s) patched. The patch program makes a backup of patched files with the suffix '.orig'; after you have tested a patch you may wish to move these files back to their original names. If you are using a CVS repository, CVS will try to merge your patched changes with new changes to the repository. This can occasionally result in files that cannot be used to build from, as they contain merge comments. The easiest way to deal with such a file is to delete it and then say: # cvs update -Pd If you are using CVSup to update your source tree directly, it will replace any patched files with the current version when you update. --=====================_884944342==_ Content-Type: text/plain; charset="us-ascii" --=====================_884944342==_-- From owner-freebsd-questions Thu Jan 15 21:44:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28287 for questions-outgoing; Thu, 15 Jan 1998 21:44:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA28241 for ; Thu, 15 Jan 1998 21:44:06 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (qmail 31878 invoked from network); 16 Jan 1998 05:44:06 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 16 Jan 1998 05:44:06 -0000 Received: from barnowl.roost.net (apm4-198.realtime.net [205.238.146.198]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id XAA18629; Thu, 15 Jan 1998 23:43:59 -0600 Date: Thu, 15 Jan 1998 23:49:23 -0600 (CST) From: John Kenagy X-Sender: jktheowl@barnowl.roost.net To: Doug White cc: "Aaron D. Gifford" , questions@FreeBSD.ORG Subject: Re: NE2000 clone ISA card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! Also make sure the port address (mine is 0x300) matches what the card thinks it is. I've had similar things happen when the IRQ is right and port isn't. John On Wed, 14 Jan 1998, Doug White wrote: > On Wed, 14 Jan 1998, Aaron D. Gifford wrote: > > > Not terribly long ago I installed FreeBSD 2.2.2-RELEASE on an old 486 > > DX2/66 16MB RAM VESA/ISA PC with a small 400 MB HD belonging to a local > > high school. Everything seemed to work normally, so I took the box back to > > the school to try it on their ethernet. On boot, the machine correctly > > detects the NE2000 clone card as device ed1 (never ed0 - weird), printing > > the hardware ethernet address. The lights on the card show that it is > > plugged into the hub and happy, and I can even see the traffic light > > blinking. Then the weirdness comes along. I see a "ed1: device timeout" > > message as the boot begins starting network services. > > Hm. it'll come up ed1 if ed0 is disabled or if the card is PCI (which it > doesn't sound like). Also, make sure the IRQ you are assigning to the > card isn't in use by another device and that the cable is in good shape > (bad cabling and line noise have been known to send ethernet cards into > tail spins). > > 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 Jan 15 22:10:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00667 for questions-outgoing; Thu, 15 Jan 1998 22:10:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA00527 for ; Thu, 15 Jan 1998 22:09:55 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id LAA04416 for ; Fri, 16 Jan 1998 11:42:55 +0530 Message-ID: <34BF8C74.11B5@opentech.stpn.soft.net> Date: Fri, 16 Jan 1998 11:36:04 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: remove user on 2.1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello, what is the command for removing a user on 2.1.0. rmuser says command not found. how do we change the home directory of a user . Dinesh Pal From owner-freebsd-questions Thu Jan 15 22:11:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00720 for questions-outgoing; Thu, 15 Jan 1998 22:11:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail3.texas.net (mail3.texas.net [207.207.0.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00701 for ; Thu, 15 Jan 1998 22:10:58 -0800 (PST) (envelope-from rjackson@unearth.com) Received: from sparky.texas.net (tcnet01-42.houston.texas.net [209.99.28.42]) by mail3.texas.net (8.8.7/8.8.5) with SMTP id AAA18679 for ; Fri, 16 Jan 1998 00:10:56 -0600 (CST) Message-Id: <199801160610.AAA18679@mail3.texas.net> From: "Richard Jackson" Organization: UnEarth To: FreeBSD-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 00:10:12 -0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Error message at bootup? Reply-to: rjackson@unearth.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am new to the list and to FreeBSD. A friend sent me the below in regards to a problem he having with he newly installed FreeBSD machine. _________________________________ On bootup, I get the following message: pid 139 (mgetty), uid 0 on /: file system full This scrolls by the screen for a while, then stops, then does it again for about another 25 lines, stops, adds another 10, stops and adds another 3. After that, I never see it again. When I try "startx" or "xinit", I get: _X11TransSocketUNIXConnect: Can't connect: errno=61 waiting for X server to begin accepting connections. _X11TransSocketUNIXConnect: Can't connect: errno=61 .. _X11TransSocketUNIXConnect: Can't connect: errno=61 ,,_XSERVTransSocketCreateListener: failed to bind listener _XSERVTransINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: failed to create listener for tcp Fatal Server error: Failed to establish all listening sockets _X11TransSocketUNIXConnect: Can't connect: errno=61 giving up. xinit: Connection refused (errno 61): unable to connect to X server xinit: No such process (errno 3): Seerver error I'm typing this in, so there may be some typos. _________________________________ Any ideas?? TIA -Richard Jackson rjackson@unearth.com From owner-freebsd-questions Thu Jan 15 22:11:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00798 for questions-outgoing; Thu, 15 Jan 1998 22:11:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F110.hotmail.com [207.82.250.229]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA00794 for ; Thu, 15 Jan 1998 22:11:45 -0800 (PST) (envelope-from lordehd@hotmail.com) Received: (qmail 25312 invoked by uid 0); 16 Jan 1998 06:11:13 -0000 Message-ID: <19980116061113.25311.qmail@hotmail.com> Received: from 152.163.201.9 by www.hotmail.com with HTTP; Thu, 15 Jan 1998 22:11:13 PST X-Originating-IP: [152.163.201.9] From: "Tony Lambiris" To: questions@FreeBSD.ORG Subject: Linux applications Content-Type: text/plain Date: Thu, 15 Jan 1998 22:11:13 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I know it is to my understanding that you said you could run linux applications under freebsd, but i was wondering if you could run ALL linux applications, and if you can, whats the catch, and if you cant what are the select few? Also, what are some pro's and con's of comparing FreeBSD as opposed to Slackware? Because red hat didnt really float my boat, and ive decided between FreeBSD and slackware, but i want to be able to run linux apps (all of them), so if it means FreeBSD cant, i will buy slackware, so if you can convince me the bsd is better, im sold. =) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Thu Jan 15 22:18:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01309 for questions-outgoing; Thu, 15 Jan 1998 22:18:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aenima.unixgeeks.net (obanta@aenima.unixgeeks.net [207.140.121.237]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01290 for ; Thu, 15 Jan 1998 22:18:04 -0800 (PST) (envelope-from obanta@aenima.unixgeeks.net) Received: (from obanta@localhost) by aenima.unixgeeks.net (8.8.8/8.8.7) id AAA08296; Fri, 16 Jan 1998 00:16:50 -0600 (CST) (envelope-from obanta) From: Oliver Banta Message-Id: <199801160616.AAA08296@aenima.unixgeeks.net> Subject: Re: AcceleratedX In-Reply-To: from Doug White at "Jan 12, 98 09:33:44 pm" To: dwhite@resnet.uoregon.edu Date: Fri, 16 Jan 1998 00:16:50 -0600 (CST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Thu, 8 Jan 1998 rknebel@csrlink.net wrote: > > > Hi, > > I have been using Accel X version 3.0 with freebsd without problems. > > Whenever I try to use my newly purchased version 4.0 I keep getting the > > messages about sio1 overflows. > > Anyone else have this problem or can explain to me what this is? > > What's connected to sio1? > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major It's an AcceleratedX problem. I ran into the exact same error messages and somewhat harassed Xi Graphics about it. In the end, if you apply all of their patches for the AX Server, the problem will be fixed. (I'm not exactly sure which patch it was, but you might as well install all of them anyways). Regards, Oliver From owner-freebsd-questions Thu Jan 15 22:20:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01556 for questions-outgoing; Thu, 15 Jan 1998 22:20:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.hiper.net (ns1.hiper.net [207.137.172.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01481 for ; Thu, 15 Jan 1998 22:19:53 -0800 (PST) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (pool34.hiper.net [207.137.172.34]) by ns1.hiper.net (8.8.5/8.8.5) with SMTP id WAA05474 for ; Thu, 15 Jan 1998 22:50:31 GMT Message-Id: <3.0.5.32.19980115222057.02ed7e50@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 15 Jan 1998 22:20:57 -0800 To: freebsd-questions@FreeBSD.ORG From: "Randy A. Katz" Subject: sendmail - anti-spam, relay hosts Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I know this is not for sendmail but I always get the best answers here and I'm using FreeBSD. I put in the rules to sendmail.cf for not allowing others to relay mail through our server. I have a number of virtual web sites on the server and each has a POP account and sends/receives email to/from the POP and to the world (the users are allowed to use us as their SMTP host). As soon as I put the no relay rules in they can no longer use us as an SMTP host. Is there a way to allow them if they are a valid POP account? Thanx, Randy Katz From owner-freebsd-questions Thu Jan 15 22:36:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02823 for questions-outgoing; Thu, 15 Jan 1998 22:36:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ux8.cso.uiuc.edu (root@ux8.cso.uiuc.edu [128.174.5.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02762 for ; Thu, 15 Jan 1998 22:35:47 -0800 (PST) (envelope-from Valgar@cu-online.com) Received: from quasimodo (quasimodo.isdn.uiuc.edu [192.17.16.51]) by ux8.cso.uiuc.edu (8.8.8/8.8.8) with SMTP id AAA15618 for ; Fri, 16 Jan 1998 00:35:39 -0600 (CST) Message-ID: <000e01bd2249$2f68db80$331011c0@quasimodo.isdn.uiuc.edu> From: "Valgar Allslayer" To: Subject: Mounting drive Date: Fri, 16 Jan 1998 00:37:15 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm attempting to mount a second IDE drive on my Freebsd box... Here are the numbers.. The original drive is a 5.1 gig Maxtor the drive I am trying to mount is a 1.7 gif fujitsu. I'm using version 2.2.2-Release of Freebsd. When I use sysinstall to partition etc, the partitioning goes well, but once I go to the label part of it, it returns "error mounting /dev/wd2s1e on /cdrom : invalid argument" (I'm mounting it on /cdrom just as a test, I have also tried /drive2 with the same results) When I try mounting it manually from shell I get "Invalid superblock" When I attempt to newfs it I get x partition not available (where x is any partition I throw at it) I'll paste my dmesg here also if that helps... Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.2-RELEASE #0: Tue May 20 10:45:24 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC CPU: AMD Am5x86 Write-Back (486-class CPU) Origin = "AuthenticAMD" Id = 0x4f4 Stepping=4 Features=0x1 real memory = 33554432 (32768K bytes) avail memory = 30269440 (29560K bytes) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0: disabled, not probed. ed1: disabled, not probed. fe0: disabled, not probed. 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 irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1: disabled, not probed. mse0: disabled, not probed. psm0: disabled, not probed. fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 765 fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4884MB (10002825 sectors), 10585 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 1668MB (3417120 sectors), 3390 cyls, 16 heads, 63 S/T, 512 B/S bt0: disabled, not probed. uha0: disabled, not probed. aha0: disabled, not probed. aic0: disabled, not probed. nca0: disabled, not probed. nca1: disabled, not probed. sea0: disabled, not probed. wt0: disabled, not probed. mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ie0: disabled, not probed. ie1: disabled, not probed. 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp/bnc[*UTP*] address 00:a0:24:c9:1d:cd ex0: disabled, not probed. le0: disabled, not probed. lnc0: disabled, not probed. ze0: disabled, not probed. zp0: disabled, not probed. npx0 flags 0x1 on motherboard npx0: INT 16 interface apm0: disabled, not probed.. From owner-freebsd-questions Fri Jan 16 01:33:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00271 for questions-outgoing; Fri, 16 Jan 1998 01:33:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00261 for ; Fri, 16 Jan 1998 01:33:37 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id JAA05291; Fri, 16 Jan 1998 09:28:35 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.7/8.8.7) id JAA01811; Fri, 16 Jan 1998 09:34:19 GMT Message-ID: <19980116093418.49950@iii.co.uk> Date: Fri, 16 Jan 1998 09:34:18 +0000 To: Stanley.Hopcroft@aipo.gov.au Cc: questions@FreeBSD.ORG Subject: Re: Refernces to make world. What sources ? References: <4A25658D.008032EB.00@notes.aipo.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <4A25658D.008032EB.00@notes.aipo.gov.au>; from Stanley.Hopcroft@aipo.gov.au on Fri, Jan 16, 1998 at 07:27:06AM +1000 Organization: interactive investor Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 07:27:06AM +1000, Stanley.Hopcroft@aipo.gov.au wrote: > I am writing to ask where I can find documents about "make world". Go to the "Documentation" section on the FreeBSD web site, where you'll find an "Upgrading using the source code" tutorial that I wrote. There are a few bits in there specific to 2.1.7 (which is what I was running when I wrote it) but the principles and commands described hold true for recent versions of FreeBSD as well. I'm putting the finishing touches to the next version which includes the generic instructions as well as more detailed instructions for versions of FreeBSD > 2.0. This should be available within a week. N -- --+==[ Nik Clayton is Just Another Perl Hacker at Interactive Investor ]==+-- . . . and relax From owner-freebsd-questions Fri Jan 16 01:36:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00459 for questions-outgoing; Fri, 16 Jan 1998 01:36:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry2.jps.net (dry2.jps.net [208.25.63.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00452 for ; Fri, 16 Jan 1998 01:36:32 -0800 (PST) (envelope-from small@haas.berkeley.edu) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by dry2.jps.net (8.8.5/8.8.5) with ESMTP id BAA01736; Fri, 16 Jan 1998 01:00:55 -0800 (PST) Received: from FALAFEL ([209.142.31.160]) by dry.jps.net (8.8.5/8.8.5) with SMTP id WAA13894; Thu, 15 Jan 1998 22:38:44 -0800 (PST) Received: by FALAFEL with Microsoft Mail id <01BD2206.741A7100@FALAFEL>; Thu, 15 Jan 1998 22:39:34 -0800 Message-ID: <01BD2206.741A7100@FALAFEL> From: "David B. Small" To: "'questions@freebsd.org'" Cc: "'david.small@usa.net'" Subject: FreeBSD 2.2.2 Installation Lockup Date: Thu, 15 Jan 1998 22:37:03 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk My hardware: Dell Dimension XPS D266 (Pentium II/266MHz, w/AGP slot) 64 MB SDRAM IBM DHEA 36480 (a 6 GB EIDE hard drive...I know...I should have gone SCSI) ATAPI Toshiba CDROM Drive (XM-6102B) ZIP drive (which, surprisingly, the kernel recognizes) Matrox Millenium II AGP video card (which there appear to be alpha drivers for for XFree86, but I'm less concerned with Xwindows, than with just getting this system up) What's currently on the system: 3 Partitions formatted: C=2.44GB (NTFS), D=2.44GB (NTFS), E=1.11GB (FAT) Ideally, I'd like to leave C and D, install FreeBSD on the 3rd partition, and use NT's boot manager to boot the system. So far, I'm able to boot from CDROM (or from a boot-floppy, either way), the system permits me to make kernel config changes (which I don't), proceeds to recognize pretty much all of my storage devices, and then hangs... with a solid square cursor in the lower left of the screen. Now I tried to consolidate/synthesize info from my "The Complete FreeBSD" (which seems focused on 2.1.X), the CDROM I've got (2.2.2), some stuff I pulled out of the WWW (from the FreeBSD Handbook and FAQ, which are associated with 2.2.5, I think). In any case, I have several questions: 1) Is there any chance I'm going to succeed in installing: a) from this CD-ROM drive? b) to this EIDE hard drive? c) to the partition that I've got (which is clealy beyond the first 1024 cylinders)? 2) Do I need to make any kernel config changes when booting? 3) Assuming that I *do* successfully get FreeBSD installed on the right partition, can I, in fact, be dropped into Unix before rebooting, so that I can copy the first sector to a floppy (dd), and copy that to my first partition, then set up NT's boot loader to boot onto that? Thanks, -David David B. Small Personal: david.small@usa.net Work: dbsmall@ttl.pactel.com, http://www.ttl.pactel.com/~dbsmall School: small@haas.berkeley.edu From owner-freebsd-questions Fri Jan 16 01:38:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00572 for questions-outgoing; Fri, 16 Jan 1998 01:38:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00560 for ; Fri, 16 Jan 1998 01:38:36 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id IAA29466; Fri, 16 Jan 1998 08:58:12 GMT Message-ID: <34BF2124.A357660F@tdx.co.uk> Date: Fri, 16 Jan 1998 08:58:12 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Stephen Comoletti CC: questions@FreeBSD.ORG Subject: Re: DoS References: <199801160336.WAA18362@www.delanet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi Stephen, Where is the attack coming from? The Cisco can be configured to be pretty secure - this includes dropping any packets that have been obviously 'faked' as being from themselves etc. (and dropping packets with source routing tricks etc.) How much do you know about the Cisco's? and the IOS they run? - if you need / want further help email me... Regards, Karl Stephen Comoletti wrote: > > I have a situation I need a little advice on. I'm not sure if it belongs > here, however it does affect users of FreeBSD as well from what little I do > know. > > Ok..here is the setup. ISP with 2 cisco routers, both communicate between > eachother on a regular basis. They use radius for authentication. The isp > is under attack by a modified smurf. It has all the symptoms of a smurf but > it's comming in via udp and not icmp. to complicate it, the attacker is > spoofing the ip of each router and hitting them at the same time, changing > the port each time the isp kills input from one. > > Is there any way to defend/track down/stop an attack of this type? > > Steve From owner-freebsd-questions Fri Jan 16 01:38:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00582 for questions-outgoing; Fri, 16 Jan 1998 01:38:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00564 for ; Fri, 16 Jan 1998 01:38:38 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.5/8.8.5) with ESMTP id JAA29479; Fri, 16 Jan 1998 09:01:40 GMT Message-ID: <34BF21F4.86BE568C@tdx.co.uk> Date: Fri, 16 Jan 1998 09:01:40 +0000 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Ron Rosson CC: questions@FreeBSD.ORG Subject: Re: SCSI Tape Drive Error References: <3.0.5.32.19980115204926.007d9100@the.oneinsane.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Sounds like it could be a termination problem. If the tape is the only device on the chain make sure the controller is terminated, and the tape drive is terminated. Make sure the cables are good quality, and short - In the bios on the 2940 try setting it to 'Allow Sync. Negotiation: No'. See if the Tape driver has a jumper for 'Termination Power', and see whether it's on or off (I think it should be Off for such a small bus, but try it 'On' as well)... We have had very similar messages here when our Termination has been off... Hope that helps, Regards, Karl Ron Rosson wrote: > > This is an error I get when I am testing a tape. > Using the following command like a verify: > > tar tvf /dev/rst0 > > > Filename gets compared to backup log of original time and > day of backup for accuracy of log and tape. > > Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0x0 > - timed out while idle, LAST PHASE == 0x1, SCSISIGI == 0x0 > Jan 12 22:43:19 the /kernel: SEQADDR = 0x8 SCSISEQ = 0x12 > SSTAT0 = 0x5 SSTAT1 = 0xa > Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Queueing an Abort SCB > Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): Abort Message Sent > Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): SCB 0 - Abort Completed. > Jan 12 22:43:19 the /kernel: st0(ahc0:4:0): no longer in timeout > Jan 12 22:44:59 the /kernel: st0(ahc0:4:0): SCB 0x0 [deleted] From owner-freebsd-questions Fri Jan 16 01:46:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01151 for questions-outgoing; Fri, 16 Jan 1998 01:46:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01147 for ; Fri, 16 Jan 1998 01:46:49 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from mushka (dialup06.odyssey.apana.org.au [203.11.114.106]) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id PAA22513 for ; Fri, 16 Jan 1998 15:54:50 +0800 (WST) Message-Id: <3.0.3.32.19980116155348.00694c88@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Fri, 16 Jan 1998 15:53:48 +0800 To: freebsd-questions@FreeBSD.ORG From: Dean Hollister Subject: Secure Password Authentication Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hiyall, Is anyone familiar with Secure Password Authentication (SPA)? What is it? Where can I read up on it? Does FreeBSD support it? Regards, d. +--------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au* | | Region Co-Ordinator, | deanh@iinet.net.au | | APANA, | | | Western Australia. | *finger A/C for DISCLAIMER | +--------------------------------------------------------+ ST:VOY Kess: "I wish people would stop talking to me as if I'm still a child! I'm three years old now!" From owner-freebsd-questions Fri Jan 16 01:56:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01889 for questions-outgoing; Fri, 16 Jan 1998 01:56:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA01868 for ; Fri, 16 Jan 1998 01:56:22 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id PAA05172 for ; Fri, 16 Jan 1998 15:29:28 +0530 Message-ID: <34BFC18E.254D@opentech.stpn.soft.net> Date: Fri, 16 Jan 1998 15:22:38 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 2.1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Where can I get documentation for freebsd 2.1.0 on all the topics. dinesh Pal From owner-freebsd-questions Fri Jan 16 02:27:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04475 for questions-outgoing; Fri, 16 Jan 1998 02:27:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04467 for ; Fri, 16 Jan 1998 02:27:37 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from exec.worldinternet.net (oddjob.worldinternet.net [195.72.32.7]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id KAA10468 for ; Fri, 16 Jan 1998 10:25:34 GMT Message-ID: <34BF3668.41C67EA6@worldinternet.net> Date: Fri, 16 Jan 1998 10:28:56 +0000 From: peter Organization: World Internet X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: AfterStep1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In afterstep how do I configur the toolbar at the side to link it to Netscape say and how do I add to it. peter From owner-freebsd-questions Fri Jan 16 03:17:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07187 for questions-outgoing; Fri, 16 Jan 1998 03:17:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from beta.mep.ruhr-uni-bochum.de (beta.mep.ruhr-uni-bochum.de [134.147.6.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07181 for ; Fri, 16 Jan 1998 03:17:10 -0800 (PST) (envelope-from roberte@beta.mep.ruhr-uni-bochum.de) Received: (from roberte@localhost) by beta.mep.ruhr-uni-bochum.de (8.8.5/8.8.5) id MAA04054; Fri, 16 Jan 1998 12:16:50 +0100 (MEZ) From: Robert Eckardt Message-Id: <199801161116.MAA04054@beta.mep.ruhr-uni-bochum.de> Subject: Re: sendmail - anti-spam, relay hosts In-Reply-To: <3.0.5.32.19980115222057.02ed7e50@ccsales.com> from "Randy A. Katz" at "Jan 15, 98 10:20:57 pm" To: randyk@ccsales.com (Randy A. Katz) Date: Fri, 16 Jan 1998 12:16:49 +0100 (MEZ) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hello, > > I know this is not for sendmail but I always get the best answers here and > I'm using FreeBSD. > > I put in the rules to sendmail.cf for not allowing others to relay mail > through our server. I have a number of virtual web sites on the server and > each has a POP account and sends/receives email to/from the POP and to the > world (the users are allowed to use us as their SMTP host). > > As soon as I put the no relay rules in they can no longer use us as an SMTP > host. Is there a way to allow them if they are a valid POP account? I have a similar problem: I configured G as a relay for A. I permit relaying for incoming mails only when the receiver is in the local network(s) (check_rcpt). As long as A runs everything works fine (no relaying needed). But when A went down I suddenly saw rejected mail due to check_rcpt. Changeing check_rcpt to display some debugging output (always in danger that I get removed from "some" mailing lists for bouncing :-) I found that the sender's address caused check_rcpt to complain. I.e.: X.Y.Z --> A.M.R.de ==> No relaying on G.M.R.de The domain is listed as M.R.de in /etc/sendmail.cR (in this example). Why is check_rcpt called for the sender's address ? The rule works fine for the recipient's address. Robert Besides: My check_rcpt at the very end of /etc/sendmail.cf looks like: FR-o /etc/sendmail.cR Scheck_rcpt # anything terminating locally is ok # R<$+ @ $* $=R > $#error $: "451 Relaying test " $1 " @ " $2 " " $3 R<$+ @ $=w > $@ OK R<$+ @ $* $=R > $@ OK # anything originating locally is ok R$* $: $(dequote "" $&{client_name} $) R$=w $@ OK R$*$=R $@ OK R$@ $@ OK # anything else is bogus R$* $#error $: "550 We do Not permit Relaying " $1 Kspammers hash /etc/sendmail.spammers Scheck_mail # check for valid domain name R$* $: $>3 $1 R $* < @ $+ . > $: R $* < @ $+ > $#error $: "451 Domain/Host name must Resolve" # check relay against spammers database R$* $: $(spammers $&{client_name} $: OK $) ROK $@ OK R$+ $#error $: 551 $1 -- Dr. Robert Eckardt ( Ruhr-Universitaet Bochum, Inst.f.Theor.Physik, NB6/169 ) Universitaetsstrasse 150, D-44780 Bochum, Germany ----X---8---- Telefon: +49 234 700-3709, Telefax: +49 234 7094-574 8 E-Mail: RobertE@MEP.Ruhr-Uni-Bochum.de --------8---- URL: http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte >>> A magician never reveals his secret: the unbelievable trick becomes <<< >>> simple and obvious once it is explained. <<< From owner-freebsd-questions Fri Jan 16 04:06:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09067 for questions-outgoing; Fri, 16 Jan 1998 04:06:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chippie.cgu.edusurf.nl (chippie.cgu.edusurf.nl [194.171.219.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09055 for ; Fri, 16 Jan 1998 04:06:25 -0800 (PST) (envelope-from psd@chippie.cgu.edusurf.nl) Received: from psd@localhost by chippie.cgu.edusurf.nl id NAA07457; Fri, 16 Jan 1998 13:05:56 +0100 (CET) From: Paul Dekkers Message-Id: <199801161205.NAA07457@chippie.cgu.edusurf.nl> Subject: login-timeout? To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 13:05:56 +0100 (CET) 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi Is it possible to remove the timeout when a user log's in using telnet? I have some terminal servers that connect to my host using telnet, and I don't want the session to crash when nobody logs in so that I have to start telnet again... is that possible? Another question: is it possible to give the user a 'clear screen' firt before presenting them the login prompt? (What option do I have to setup in the gettytab?) And; is it possible to set up a port on my mashine where users can login using the normal login method, but that they get another shell than specified in their passwd-entry, especially passwd? And; does anyone have a www-password-change program? Thank you, Paul From owner-freebsd-questions Fri Jan 16 04:26:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09876 for questions-outgoing; Fri, 16 Jan 1998 04:26:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from service.megastyle.com ([195.5.42.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09868 for ; Fri, 16 Jan 1998 04:26:15 -0800 (PST) (envelope-from saley@megastyle.com) Received: from saley ([195.5.42.7]) by service.megastyle.com (8.8.7/8.8.7) with SMTP id OAA01035 for ; Fri, 16 Jan 1998 14:24:18 +0200 (EET) (envelope-from saley@megastyle.com) Message-Id: <199801161224.OAA01035@service.megastyle.com> From: "Sergey V. Saley" To: Subject: Problem with login.conf Date: Sat, 16 Jan 1999 14:30:44 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! I've got a problem with defining sessionlimit permission in login.conf I don't want to log in dialin users more then 1 tty in the same time. (You can see class ISPUSER in attached file) But it not work ... (I've tried sessionlimit=1, sessionlimit#1 - result is the same) May be I've got some mistakes ... WBR, Sergey Saley MegaStyle saley@megastyle.com 380 472 451262, 452413, 453276, 452856 begin 666 login.conf M(R!386UP;&4@;&]G:6XN8V]N9B M(&QO9VEN(&-L87-S(&-A<&%B:6QI=&EE M3I<"@DZ875T:"UR M;&]G:6X]:W)B7V]R7W-K97DL:V5R8F5R;W,L3I<"@IA=71H+69T<"UD M969A=6QT3H*"@HC M($5X86UP;&4@9&5F875L=',*(R!4:&5S92!S971T:6YG2!L;V=I;B@Q*2!B>2!D969A=6QT(&9OF4M8W5R/3A-.EP*"3IM96UOF4]:6YF:6YI='DZ7 H).FUA>'!R;V,M8W5R/38T.EP*"3IO<&5N9FEL M97,M8W5R/38T.EP*"3IP3TP.EP*"3IR97%U:7)E:&]M94 Z7 H) M.G5M87-K/3 R,CI<"@DZ=&,]875T:"UD969A=6QTF4].$TZ7 H).G-T86-KF4].$TZ7 H).F]P96YF:6QEF4].$TZ7 H).FUE;6]R>75S93TQ-DTZ7 H).F]P96YF:6QE6QO8VME9#UI;F9I;FET>3I<"@DZ;65M M;W)Y=7-E/6EN9FEN:71Y.EP*"3IF:6QE3I<"@DZ8V]R M961U;7!S:7IE/6EN9FEN:71Y.EP*"3IO<&5N9FEL97,]:6YF:6YI='DZ7 H) M.FUA>'!R;V,]:6YF:6YI='DZ7 H).FUE;6]R>75S92UC=7(],S)-.EP*"3IM M87AP3TP.EP*"3IR97%U:7)E:&]M94 Z7 H).G5M87-K/3 R,CI<"@DZ=&,] M875T:"UR;V]T+61E9F%U;'1S.EP*"@HC"B,@4V5T=&EN9W,@=7-E9"!B>2 O M971C+W)C"B,*9&%E;6]N.EP*"3IC;W)E9'5M<'-I>F4],#I<"@DZ9&%T87-I M>F4],S)-.EP*"3IM87AP2!N97=S('-U8G-YF4M8W5R/3,R33I<"@DZ8V]R961U;7!S:7IE+6-UF4],DTZ7 H).G-T86-K75S93TT33I<"@DZ;65M;W)Y;&]C:V5D M/3%-.EP*"3IM87AP'!I'!I&%M<&QE('-T86YD87)D(&%C8V]U;G1I;F<@96YT Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10199 for questions-outgoing; Fri, 16 Jan 1998 04:33:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from delos.stuttgart.netsurf.de (delos.LF.net [194.163.56.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10191 for ; Fri, 16 Jan 1998 04:33:21 -0800 (PST) (envelope-from ah@delos.stuttgart.netsurf.de) Received: by delos.stuttgart.netsurf.de (Smail3.2.0.95/delos.LF.net) via LF.net GmbH Internet Services for hub.FreeBSD.ORG id m0xtAxb-000SChC; Fri, 16 Jan 1998 13:33:19 +0100 (MET) Message-Id: Subject: D-Link DE600 parallelport Ethernet Adapter To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 13:33:19 +0100 (MET) From: andreas@harfst.de (Andreas Harfst) Reply-To: andreas@harfst.de Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello Support-Team, I was wondering if the DE600 parallelport ethernet-adapter is supported by FreeBSD ? I want to install FreeBSD on my notebook but that machine has no pcmcia-port so I have to stick to this DE600 adaptor. I was browsing your website but couldn't find that information. I would like to use FreeBSD in preferrence over Linux (there is a DE600 driver under Linux). Looking forward to your reply, best regards Andreas -- andreas@harfst.de Tel. +45 40 205935 From owner-freebsd-questions Fri Jan 16 04:40:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10567 for questions-outgoing; Fri, 16 Jan 1998 04:40:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph ([165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10562 for ; Fri, 16 Jan 1998 04:40:50 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id UAA09862 for ; Fri, 16 Jan 1998 20:51:47 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Fri, 16 Jan 1998 20:51:47 +0800 (PHT) From: Arthur Alacar To: freebsd-questions@FreeBSD.ORG Subject: Video CD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk what's the program that play Video CD (*.dat)? thanks! .a.r.t. From owner-freebsd-questions Fri Jan 16 04:50:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11064 for questions-outgoing; Fri, 16 Jan 1998 04:50:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11058; Fri, 16 Jan 1998 04:50:51 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161250.EAA11058@hub.freebsd.org> Subject: Re: DoS In-Reply-To: <199801160336.WAA18362@www.delanet.com> from Stephen Comoletti at "Nov 16, 97 10:35:03 am" To: rugose@delanet.com (Stephen Comoletti) Date: Fri, 16 Jan 1998 04:50:49 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Stephen Comoletti wrote: > I have a situation I need a little advice on. I'm not sure if it belongs > here, however it does affect users of FreeBSD as well from what little I do > know. > > Ok..here is the setup. ISP with 2 cisco routers, both communicate between > eachother on a regular basis. They use radius for authentication. The isp if the attack is coming from the outside, filter deny all packets from the outside whose source address matches any of your networks (you should do this anyway). i presume that the tow routers talk to each other using inside addresses ;) if from the inside, track him down and ........ jmb > is under attack by a modified smurf. It has all the symptoms of a smurf but > it's comming in via udp and not icmp. to complicate it, the attacker is > spoofing the ip of each router and hitting them at the same time, changing > the port each time the isp kills input from one. > > Is there any way to defend/track down/stop an attack of this type? > > Steve > From owner-freebsd-questions Fri Jan 16 05:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11976 for questions-outgoing; Fri, 16 Jan 1998 05:10:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11919 for ; Fri, 16 Jan 1998 05:09:41 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: from localhost (nadav@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) with SMTP id OAA26513; Fri, 16 Jan 1998 14:56:38 +0200 (IST) (envelope-from nadav@gatekeeper.barcode.co.il) Date: Fri, 16 Jan 1998 14:56:38 +0200 (IST) From: Nadav Eiron To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: remove user on 2.1.0 In-Reply-To: <34BF8C74.11B5@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Dinesh Pal wrote: > hello, > > what is the command for removing a user on 2.1.0. > rmuser says command not found. IIRC there wasn't such a command in 2.1.0. You have to: use vipw to remove the user's line from /etc/master.passwd edit /etc/group and remove his group (if required). Delete the home directory and mailbox. > > how do we change the home directory of a user . The easiest would be vipw. Simply modify the home directory on the line that starts with the user's name. > > Dinesh Pal > Nadav From owner-freebsd-questions Fri Jan 16 05:24:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12911 for questions-outgoing; Fri, 16 Jan 1998 05:24:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12899 for ; Fri, 16 Jan 1998 05:24:36 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id RAA05586; Thu, 15 Jan 1998 17:51:04 GMT Date: Thu, 15 Jan 1998 17:51:04 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: peter cc: freebsd-questions@FreeBSD.ORG Subject: Re: Afterstep1.0 In-Reply-To: <34BDDC87.167EB0E7@worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On 2.2.5 I have installed AfterStep 1.0 from the CD it has put it in the > following dir: /usr/ports/x11/afterstep/. So I go to that directory and > then goto : work/AfterStep-1.0/afterstep in that directory I do : > ./afterstep and I get the following message : "AfterStep: another WH is > running".  Sounds like your running afterstep from an xterm and you probably already have fvwm or a simlair Window Manager running. Start X from a console with xinit &, that will open up a default xterm in X but with no window managers open so you won't be able to resize etc. Just type cd /work/Afterstep-1.0/afterstep ; ./afterstep & and it should work fine L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 05:25:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12959 for questions-outgoing; Fri, 16 Jan 1998 05:25:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12938 for ; Fri, 16 Jan 1998 05:25:04 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id RAA05501; Thu, 15 Jan 1998 17:34:39 GMT Date: Thu, 15 Jan 1998 17:34:39 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Geoffrey Robinson cc: questions@FreeBSD.ORG Subject: Re: PERL Compiler In-Reply-To: <34BD3BAE.B8C6A2FC@accessv.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Geoffrey Robinson wrote: > Has anybody here tried the new PERL compiler? I downloaded it at > ftp.ox.ac.uk/pub/perl/Compiler-a2.tar.gz and did my best to install it > but no luck. I'm not even sure weather or not you can run it on FreeBSD > (2.2.5 I have). Has anybody had any success? Let me know how you > got it working if you did. Thanks. I'm using it on 2.2.1 but unfortunately most of my perl coding involves sockets and they just coredump :( Seems the socket handling of the perl2c isn't very stable. Mind you, didn't have any problems installing it.. perl ./Makefile.pl make make install What errors (if any) are you getting? L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 05:25:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13022 for questions-outgoing; Fri, 16 Jan 1998 05:25:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12993 for ; Fri, 16 Jan 1998 05:25:19 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id RAA05490; Thu, 15 Jan 1998 17:31:49 GMT Date: Thu, 15 Jan 1998 17:31:49 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Doug Jolley cc: questions@FreeBSD.ORG Subject: Re: PPP - Manual Dial In-Reply-To: <199801150248.SAA02004@jupiter.neptune.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Doug Jolley wrote: > Hi -- > > I'm trying to follow the MANUAL dialing procedure described in > the ppp man page to establish a ppp connection with my ISP. > I'm able to get the peer connection as indicated by the > capitalized PPP in the prompt. I then do a show ipcp and am > advised: > My address: 10.0.1.2/0 > His address: 0.0.0.0/0 > I'm assuming that these IP addresses have something to do > with dynamic IP addressing or something like that. Anyway, > at this point I do: > add 0 0 0.0.0.0 If your ISP uses static IP use the following.. PPP> set ifaddr my.ip.ip.ip gateway.ip.ip.ip 255.255.255.0 ..otherwise, if it's dynamic.. PPP> set ifaddr 0.0.0.0 0.0.0.0 255.255.0.0 ^ | If you know your ISP's gateway address replace the second set of IP #'s with it. add 0 0 HISADDR Type that in exactly as shown, ppp will substitute HISADDR for the peer's gateway address. L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 05:26:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13214 for questions-outgoing; Fri, 16 Jan 1998 05:26:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13183 for ; Fri, 16 Jan 1998 05:26:24 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id RAA05436; Thu, 15 Jan 1998 17:20:02 GMT Date: Thu, 15 Jan 1998 17:20:02 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Greg Lehey cc: Alik Yuswanto , questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19980115121002.35901@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi > > 1. Can we put two or more IP address in the same network interface card in > > FreeBSD system Yup, IP aliasing, useage.. Ka0s:/# ifconfig ed0 123.123.123.2 alias Ka0s:/# ifconfig ed0 123.123.123.3 alias ..and so on.. > > 2. I would like to make my FreeBSD machine as a router. I've read the > > manual of route command, but I'm still confused. Could you show me some > > examples with the test case? To add a default route to the interface 'ed0' just type... Ka0s:/# route add default ed0 L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 05:36:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13812 for questions-outgoing; Fri, 16 Jan 1998 05:36:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate2.interaxs.net (interaxs.net [206.244.181.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13805 for ; Fri, 16 Jan 1998 05:36:11 -0800 (PST) (envelope-from hostmaster@interaxs.net) Received: from gate3 (unverified [206.244.181.227]) by gate2.interaxs.net (Rockliffe SMTPRA 2.1.4) with SMTP id for ; Fri, 16 Jan 1998 08:36:10 -0500 Message-ID: Comments: Authenticated sender is From: "Jim" Organization: InterNet Access Network To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 08:36:10 -500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: inetd - radius problem// Reply-to: hostmaster@gate2.interaxs.net X-mailer: Pegasus Mail for Windows (v2.53/R1) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In my messages file, every 10 minutes, I am getting the following set of messages. Can anyone enlighten me on this? Jan 16 08:22:36 gate1 inetd[100]: radius/udp: bind: Address already in use Jan 16 08:22:36 gate1 inetd[100]: radius/udp: bind: Address already in use Jim hostmaster@interaxs.net --------------------------- InterNet Access Network 18 1/2 McDaniel Street Dayton, OH 45405-4816 email: support@interaxs.net Voice: (937) 461-3660 Fax: (937) 228-2773 http://www.interaxs.net --------------------------- From owner-freebsd-questions Fri Jan 16 05:40:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14065 for questions-outgoing; Fri, 16 Jan 1998 05:40:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14042; Fri, 16 Jan 1998 05:40:23 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id RAA01238; Thu, 15 Jan 1998 17:38:48 +0200 (EET) Message-ID: <34BE2D83.36F7DA23@Shevchenko.kiev.ua> Date: Thu, 15 Jan 1998 17:38:44 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Das Devaraj CC: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Das Devaraj wrote: > (This is _reluctantly_ sent to freeBSD-isp also, in case the > commercial folks - ISPs - see it in a different light). > > Can I _legally_ claim that my box running FreeBSD is UNIX? > Or should it phrased that the OS is a _UNIX clone_. Note that clone. UNIX is register trademark of X/Open.www.xopen.org OS390 de ure --- UNIX ;)) > this has nothing to do with the actual power of FreeBSD. What > happened after the UNIX name was bought from AT?T by Novell (is > it public domain now?) > > Also is there a minimum set of functionality that needs to be > supported before something is considered UNIX or even a UNIX clone? > Have heard terms like UNIX 95, X/Open branding etc. tossed around. > http://www.xopen.org for references. Look at http://UNIX-systems.org for online single-unix specification. FreeBSD is not full compability with standart, (for example have no uid_t and gid_t), but near 95% of standart work. > das > ------------------------------------------------------------------- > Interested in Vegetarianism? Vegetarian Restaurant Trek > Web http://www.VegInfo.com 712 Bancroft Road #320 > e-mail info@VegInfo.com (subject Help) Walnut Creek, CA 94598 > Interactive Voice/fax Response (510) 256-8420 USA -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Fri Jan 16 05:46:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14452 for questions-outgoing; Fri, 16 Jan 1998 05:46:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost (correo.e-technik.uni-ulm.de [134.60.21.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14391 for ; Fri, 16 Jan 1998 05:45:41 -0800 (PST) (envelope-from lee@sunrise.e-technik.uni-ulm.de) Received: from eule.e-technik.uni-ulm.de ([134.60.21.49]) by localhost with smtp id m0xtC4c-00000bC; Fri, 16 Jan 1998 14:44:38 +0100 (CET) Message-Id: X-Sender: lee@ebs.e-technik.uni-ulm.de (Unverified) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 16 Jan 1998 14:47:09 +0100 To: freebsd-questions@FreeBSD.ORG From: lee@sunrise.e-technik.uni-ulm.de (Li-heng Lee) Subject: 2.1.7-version install problems X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Sir, I purchased a Walnut Creek Version 2.1.7 FreeBSD-CDROM last April, but till recently I got chance to install it on my PC which is equipped with a Cyrix P166+ CPU, two EIDE HDs(270MB and 2100MB),an NEC IDE ATAPI 6X CDROM drive, 32MB main memory, and 512KB cache. After I installed from DOS partition, I have the following problems. 1. CDROM can not be configured. It is said ATAPI CDROM drive support is still alpha version for ver. 2.1.7. Are there still some ways to remedy. 2. I configured XF86Config, but the system can not find the commands like startx, xinit... etc. They are really in /usr/X11R6/bin. My keyboard is a Windows 95 keyboard. Is the keyboard an issue? 3. I can not extract the packages from the DOS partition. There is no catpages files on the CDROM. I downloaded them from the website, but it still does not work. With best reguard! sincerely yours Li-heng Lee From owner-freebsd-questions Fri Jan 16 05:49:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14650 for questions-outgoing; Fri, 16 Jan 1998 05:49:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14628 for ; Fri, 16 Jan 1998 05:49:39 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id RAA01252; Thu, 15 Jan 1998 17:47:49 +0200 (EET) Message-ID: <34BE2FA2.7B201AEC@Shevchenko.kiev.ua> Date: Thu, 15 Jan 1998 17:47:47 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Greg Lehey CC: Das Devaraj , freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: <19980116113349.19517@lemis.com> Content-Type: multipart/alternative; boundary="------------E5EDDFB0F48825C602B44905" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk --------------E5EDDFB0F48825C602B44905 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Greg Lehey wrote: > On Thu, Jan 15, 1998 at 01:44:02PM -0800, Das Devaraj wrote: > ? (This is _reluctantly_ sent to freeBSD-isp also, in case the > ? commercial folks - ISPs - see it in a different light). > > I've taken them off again. Maybe they will, but I don't see how they > can. > > ? Can I _legally_ claim that my box running FreeBSD is UNIX? > > No. > > ? Or should it phrased that the OS is a _UNIX clone_. > > No. It's not a clone. It's a UNIX derivative and contains much of > the same source code that runs in UNIX System V. > > ? Note that this has nothing to do with the actual power of FreeBSD. > ? What happened after the UNIX name was bought from AT?T by Novell (is > ? it public domain now?) > > UNIX is currently a registered trade mark of The Open Group. See > http://www.rdg.opengroup.org/public/tech/unix/trademark.html for more > details. > > ? Also is there a minimum set of functionality that needs to be > ? supported before something is considered UNIX or even a UNIX clone? > ? Have heard terms like UNIX 95, X/Open branding etc. tossed around. > > Correct. There are such names, and they have some minimum (they must > be *very* minimum) requirements, but I don't know what they are. IMO, > there are three reasons why FreeBSD hasn't applied for this kind of > branding: > > 1. It's all hype (see below) > 2. It costs a lot of money. > 3. There are probably some minor areas where FreeBSD would not > comply, and where the FreeBSD team considers non-compliance to be > superior. > > Those of you who have been around UNIX for a while will know that all > through the 80's, 4.xBSD was the leading edge of UNIX development, and > that *all* current UNIX implementations (which effectively means > System V) contain large parts of almost unchanged BSD code. With this > background, which of these systems may *not* be called UNIX 95? > > UNIX System V > 4.4BSD > Microsoft NT > NT ? You mean OpenNT ? > IBM OS/390 (formerly MVS) > > The answer is: 4.4BSD. The suits have disowned the very version of > UNIX which made it what it is today. Since they also allowed such > obviously non-UNIX systems as NT and OS/390 to be called UNIX, I don't > think any of us care too much. > > Greg -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA --------------E5EDDFB0F48825C602B44905 Content-Type: text/html; charset=koi8-r Content-Transfer-Encoding: 7bit Greg Lehey wrote:
On Thu, Jan 15, 1998 at 01:44:02PM -0800, Das Devaraj wrote:
? (This is _reluctantly_ sent to freeBSD-isp also, in case the
?  commercial folks - ISPs - see it in a different light).

I've taken them off again.  Maybe they will, but I don't see how they
can.

? Can I _legally_ claim that my box running FreeBSD is UNIX?

No.

? Or should it phrased that the OS is a _UNIX clone_.

No.  It's not a clone.  It's a UNIX derivative and contains much of
the same source code that runs in UNIX System V.

? Note that this has nothing to do with the actual power of FreeBSD.
? What happened after the UNIX name was bought from AT?T by Novell (is
? it public domain now?)

UNIX is currently a registered trade mark of The Open Group.  See
http://www.rdg.opengroup.org/public/tech/unix/trademark.html for more
details.

? Also is there a minimum set of functionality that needs to be
? supported before something is considered UNIX or even a UNIX clone?
? Have heard terms like UNIX 95, X/Open branding etc. tossed around.

Correct.  There are such names, and they have some minimum (they must
be *very* minimum) requirements, but I don't know what they are.  IMO,
there are three reasons why FreeBSD hasn't applied for this kind of
branding:

1.  It's all hype (see below)
2.  It costs a lot of money.
3.  There are probably some minor areas where FreeBSD would not
    comply, and where the FreeBSD team considers non-compliance to be
    superior.

Those of you who have been around UNIX for a while will know that all
through the 80's, 4.xBSD was the leading edge of UNIX development, and
that *all* current UNIX implementations (which effectively means
System V) contain large parts of almost unchanged BSD code.  With this
background, which of these systems may *not* be called UNIX 95?

 UNIX System V
 4.4BSD
 Microsoft NT
 

      NT ?        You mean OpenNT ?
 IBM OS/390 (formerly MVS)

The answer is: 4.4BSD.  The suits have disowned the very version of
UNIX which made it what it is today.  Since they also allowed such
obviously non-UNIX systems as NT and OS/390 to be called UNIX, I don't
think any of us care too much.

Greg

 
-- 

    @=                                   
     //RSSH                              mailto://Ruslan@Shevchenko.Kiev.UA
  --------------E5EDDFB0F48825C602B44905-- From owner-freebsd-questions Fri Jan 16 05:50:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14796 for questions-outgoing; Fri, 16 Jan 1998 05:50:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from worldnet.worldinternet.net (ftp.worldinternet.net [195.72.32.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14782 for ; Fri, 16 Jan 1998 05:50:23 -0800 (PST) (envelope-from peter@worldinternet.net) Received: from gate (gate.worldinternet.net [195.72.32.6]) by worldnet.worldinternet.net (8.8.5/SCO5) with SMTP id NAA11120 for ; Fri, 16 Jan 1998 13:48:22 GMT Message-Id: <3.0.5.32.19980116134610.008fa430@mailhost.worldinternet.net> X-Sender: peter@mailhost.worldinternet.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Fri, 16 Jan 1998 13:46:10 +0000 To: questions@FreeBSD.ORG From: Peter Subject: Netscape Browser Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk HI, Can anyone recommend a good stable version of netscape, with built-in Mail reader if Possible. At the moment Iam using Navigator Vder 3.04 and Iam getting errors Galore, it I do Cut under edit netscape booms out and there's plenty of other errors. peter From owner-freebsd-questions Fri Jan 16 06:12:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15833 for questions-outgoing; Fri, 16 Jan 1998 06:12:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay1.kar.net (relay1.kar.net [195.5.17.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15743 for ; Fri, 16 Jan 1998 06:10:59 -0800 (PST) (envelope-from iop.kiev.ua!vgrin@marion.iop.kiev.ua) Received: from marion.iop.kiev.ua by relay1.kar.net with ESMTP id QAA12494; (8.8.last/vAk3/1.9) Fri, 16 Jan 1998 16:07:26 +0200 (EET) Received: from redstar by marion.iop.kiev.ua with ESMTP id QAA07693; (8.8.7/vak/1.9) Fri, 16 Jan 1998 16:09:23 +0200 (EET) Message-Id: <199801161409.QAA07693@marion.iop.kiev.ua> From: "Victor M. Grinenko" To: Subject: about bootpd Date: Fri, 16 Jan 1998 15:56:00 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Can I configure Win95/NT or Win3.11 computers using bootpd? I configured my FreeBSD and make changes in my inetd.conf. I see that bootpd recognaize request, determinate IP and answer (use tcpdump), but Win mashine report that DHCP server don't answer. From owner-freebsd-questions Fri Jan 16 06:20:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16378 for questions-outgoing; Fri, 16 Jan 1998 06:20:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fw1.dsccc.com (firewall-user@fw1.dsccc.com [192.245.102.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA16374 for ; Fri, 16 Jan 1998 06:20:46 -0800 (PST) (envelope-from ldillard@spd.dsccc.com) Received: by fw1.dsccc.com; id IAA03300; Fri, 16 Jan 1998 08:20:43 -0600 Received: from pixfw-221(128.247.101.221) by fw1.dsccc.com via smap (4.0a) id xma003190; Fri, 16 Jan 98 08:18:57 -0600 Received: from spd.dsccc.com (spdmail.spd.dsccc.com [101.25.2.34]) by camelot.dsccc.com (8.6.11/8.6.10) with ESMTP id IAA06134 for ; Fri, 16 Jan 1998 08:18:54 -0600 Received: from sun1332.spd.dsccc.com by spd.dsccc.com (SMI-8.6/SMI-SVR4) id IAA04309; Fri, 16 Jan 1998 08:18:56 -0600 Received: from sun1332 by sun1332.spd.dsccc.com (SMI-8.6/SMI-SVR4) id IAA11020; Fri, 16 Jan 1998 08:18:55 -0600 Message-ID: <34BF6C4E.1ED0@spd.dsccc.com> Date: Fri, 16 Jan 1998 08:18:54 -0600 From: Tom Dillard X-Mailer: Mozilla 3.04Gold (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CD-ROM support Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk http://www.freebsd.org/FAQ/FAQ45.html#45 says that ATAPI compatible IDE CD-ROMs are supported, but then says "All non-SCSI cards are known to be extremely slow compared to SCSI drives, and some ATAPI CDROMs may not work." How would I find out if mine is supported? I have an NEC IDE CD-ROM (ATAPI 1.2), at least according to what WinNT tells me. I tried booting up freeBSD on my computer last night, but it does not seem to recognize the CD-ROM drive. Subsequent to the screen where you remove any device conflicts the screen goes blank and nothing else happens. This is while trying to boot 2.2.5 from CD. thanks for any info on the CDs supported. Tom ___________________________________________________________ L.T. Dillard (972)477.8336 ldillard@spd.dsccc.com "I do not speak for DSC Communications Corporation, except in disclaiming that I speak for them." From owner-freebsd-questions Fri Jan 16 06:22:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16531 for questions-outgoing; Fri, 16 Jan 1998 06:22:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16520; Fri, 16 Jan 1998 06:22:27 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161422.GAA16520@hub.freebsd.org> Subject: Re: sendmail - anti-spam, relay hosts In-Reply-To: <3.0.5.32.19980115222057.02ed7e50@ccsales.com> from "Randy A. Katz" at "Jan 15, 98 10:20:57 pm" To: randyk@ccsales.com (Randy A. Katz) Date: Fri, 16 Jan 1998 06:22:27 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Randy A. Katz wrote: > Hello, > > I know this is not for sendmail but I always get the best answers here and > I'm using FreeBSD. > > I put in the rules to sendmail.cf for not allowing others to relay mail > through our server. I have a number of virtual web sites on the server and > each has a POP account and sends/receives email to/from the POP and to the > world (the users are allowed to use us as their SMTP host). > > As soon as I put the no relay rules in they can no longer use us as an SMTP > host. Is there a way to allow them if they are a valid POP account? you must explicitly allow the virtual websites addresses to use your machine as a relay. your anti-relay rules probably include allow mmail to/from $=w (all the names of your mahcine). define a classs, say "R", and add all the virtual website, forwards and aliases to it. the copy the "$=w" rule and chnage the copy from "$=w" to "$=R" jmb From owner-freebsd-questions Fri Jan 16 06:30:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16960 for questions-outgoing; Fri, 16 Jan 1998 06:30:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [206.196.133.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16952 for ; Fri, 16 Jan 1998 06:30:35 -0800 (PST) (envelope-from onewnan@uswest.com) Received: from egate2.mnet.uswest.com (egate-ne1.mnet.uswest.com [151.117.138.135]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id HAA29669 for ; Fri, 16 Jan 1998 07:30:04 -0700 (MST) Received: from westhub.mnet.uswest.com (westhub.mnet.uswest.com [148.156.21.6]) by egate2.mnet.uswest.com (8.7.1/8.7.1) with SMTP id IAA14991 for ; Fri, 16 Jan 1998 08:30:02 -0600 (CST) Received: from notes.mnet.uswest.com (newman.uswc.uswest.com [151.119.114.143]) by westhub.mnet.uswest.com (8.6.11/8.6.11) with SMTP id GAA28602 for ; Fri, 16 Jan 1998 06:30:12 -0800 Received: by notes.mnet.uswest.com(Lotus SMTP MTA v1.1 (385.6 5-6-1997)) id 8725658E.004FE995 ; Fri, 16 Jan 1998 07:32:51 -0700 X-Lotus-FromDomain: USWEST From: "Owen Newnan" To: questions@FreeBSD.ORG Message-ID: <8725658E.004E5A5A.00@notes.mnet.uswest.com> Date: Fri, 16 Jan 1998 07:17:36 -0700 Subject: Can't get drives to boot on Adaptec AHA-1520 Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [I'm resubmitting this since I think the original got lost in the hub crash earlier this week] Configuration: Dell Dimension P120c Two IDE drives on primary IDE controller no drives on secondary and tertiary IDE controllers Adaptec AHA-1520 SCSI HBA w/ DMA, SCSI-II, BIOS and boot enabled via jumpers Toshiba CDROM (ID=2) and Syquest SyJet (ID=0) removable drive on the AHA-1520 Situation: I've been reading the Toshiba CD on the 1520 about a year and it's performed well, without problems. I added the SyJet last fall and it generally reads, writes and performs fine under FreeBSD and other OSs. The 1520 BIOS issues a message on startup. However, I can't seem to get either of the SCSI drives to boot. For example, my FreeBSD system is on my second IDE drive so it boots as 1:wd(0,a) However, when I try to boot off 2: or inquire about its e root directory using 2:sd(0,a)? I get a never ending stream of error messages. From owner-freebsd-questions Fri Jan 16 06:33:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17121 for questions-outgoing; Fri, 16 Jan 1998 06:33:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from k5qwb.lonestar.org (Dal-VD1-125.anet-dfw.com [207.227.175.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17114 for ; Fri, 16 Jan 1998 06:33:17 -0800 (PST) (envelope-from lrk@k5qwb.lonestar.org) Received: (from lrk@localhost) by k5qwb.lonestar.org (8.7.5/8.7.3) id IAA16305 for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 08:33:08 -0600 (CST) Message-Id: <199801161433.IAA16305@k5qwb.lonestar.org> Subject: Re: NE2000 clone ISA card To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 08:33:06 -0600 (CST) Reply-To: lrkn@anet-dfw.com In-Reply-To: from John Kenagy at "Jan 15, 98 11:49:23 pm" From: lrkn@anet-dfw.com 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-freebsd-questions@FreeBSD.ORG Precedence: bulk I have one like that which is optionally hardwired, set with software, or plug-and-play. The plug-and-play will always set the interrupt to something other than what I set with the software. Then it looks like the lights flash properly but no actual communication is possible. I set it for plug-and-play and it worked. So I swapped it with the non-PnP one that was in the W95 box. I suspect putting the hardware jumpers in (solder only) would fix it as well but haven't tried that yet. > > Also make sure the port address (mine is 0x300) matches what the > card thinks it is. I've had similar things happen when the IRQ is > right and port isn't. > > John > > On Wed, 14 Jan 1998, Doug White wrote: > > > On Wed, 14 Jan 1998, Aaron D. Gifford wrote: > > > > > Not terribly long ago I installed FreeBSD 2.2.2-RELEASE on an old 486 > > > DX2/66 16MB RAM VESA/ISA PC with a small 400 MB HD belonging to a local > > > high school. Everything seemed to work normally, so I took the box back to > > > the school to try it on their ethernet. On boot, the machine correctly > > > detects the NE2000 clone card as device ed1 (never ed0 - weird), printing > > > the hardware ethernet address. The lights on the card show that it is > > > plugged into the hub and happy, and I can even see the traffic light > > > blinking. Then the weirdness comes along. I see a "ed1: device timeout" > > > message as the boot begins starting network services. > > > > Hm. it'll come up ed1 if ed0 is disabled or if the card is PCI (which it > > doesn't sound like). Also, make sure the IRQ you are assigning to the > > card isn't in use by another device and that the cable is in good shape > > (bad cabling and line noise have been known to send ethernet cards into > > tail spins). > -- --------------------------------------------------------------------- | 73, E-mail | lrkn@anet-dfw.com | | Lyn Kennedy webpage | http://webusers.anet-dfw.com/~lrkn/ | | K5QWB pony express = P.O. Box 5133, Ovilla, TX, USA 75154 | ---Livin' on an information dirt road a few miles off the superhighway--- From owner-freebsd-questions Fri Jan 16 06:39:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17584 for questions-outgoing; Fri, 16 Jan 1998 06:39:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ts.shopnet.com (ts.shopnet.com [208.131.136.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17580; Fri, 16 Jan 1998 06:39:41 -0800 (PST) (envelope-from deichert@ts.shopnet.com) Received: (from deichert@localhost) by ts.shopnet.com (8.8.4/8.6.12) id HAA26611; Fri, 16 Jan 1998 07:41:47 -0700 (MST) Date: Fri, 16 Jan 1998 07:41:47 -0700 (MST) From: Diana X-Sender: deichert@ts.shopnet.com To: Das Devaraj cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Question, why was this posted to more than one group? On Thu, 15 Jan 1998, Das Devaraj wrote: > happened after the UNIX name was bought from AT&T by Novell (is > it public domain now?) Novell then re-sold to SCO. Diana Eichert IT Manager McKinley Paper Company deeiche@mckinleypaper.com Tele: 505/290-0153 PGP public key finger: deichert@ts.shopnet.com From owner-freebsd-questions Fri Jan 16 07:06:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19443 for questions-outgoing; Fri, 16 Jan 1998 07:06:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.stlnet.com (root@mail.stlnet.com [209.96.6.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19374 for ; Fri, 16 Jan 1998 07:06:05 -0800 (PST) (envelope-from jkump@stlnet.com) Received: from stlnet.com (alkmy.stlnet.com [209.96.9.162]) by mail.stlnet.com (8.8.8/8.8.8) with ESMTP id JAA01209 for ; Fri, 16 Jan 1998 09:05:56 -0600 (CST) Message-ID: <34BF777A.6DDDF99B@stlnet.com> Date: Fri, 16 Jan 1998 09:06:35 -0600 From: "Jon E. Kump" X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: code for Pentium II Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We have FreeBSD 2.2.5-STABLE running on a Pentium II 300Mhz. processor. My question is when is the identcpu.c code going to be updated to reflect that I have the Pentium II. Right now it says that it is a Pentium Pro. see below CPU: Pentium Pro (299.15-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Stepping=3 Features=0x80f9ff,MTRR,PGE,MCA,CMOV> thanks Jon E. Kump From owner-freebsd-questions Fri Jan 16 07:08:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19840 for questions-outgoing; Fri, 16 Jan 1998 07:08:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bcarsde4.nortel.ca (mailgate.nortel.ca [192.58.194.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19831 for ; Fri, 16 Jan 1998 07:08:28 -0800 (PST) (envelope-from wyattn@nortel.ca) Message-Id: <199801161508.HAA19831@hub.freebsd.org> Received: from bcarsadb.ca.nortel.com by bcarsde4.nortel.ca; Fri, 16 Jan 1998 10:08:09 -0500 Received: from ca.nortel.com by bcarsadb.ca.nortel.com id <24394-0@bcarsadb.ca.nortel.com>; Fri, 16 Jan 1998 10:07:38 -0500 Date: 16 Jan 1998 10:07 EST To: freebsd-questions@FreeBSD.ORG From: "Wyatt Nordstrom" Subject: question about supported hardware Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi group, I am getting ready to put together a new machine. Here is a list of the hardware I am thinking about purchasing. I would appreciate your input as to whether the hardware is supported by FreeBSD. Thanks. 1 diamond viper v3330 with agp 2 tyan s1692dl (pentium !! dual processor) mainboard or 3 abit lx6 (single processor) mainboard regards, Wyatt From owner-freebsd-questions Fri Jan 16 07:11:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20030 for questions-outgoing; Fri, 16 Jan 1998 07:11:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20021 for ; Fri, 16 Jan 1998 07:11:45 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id KAA18803 for ; Fri, 16 Jan 1998 10:06:55 -0500 (EST) Date: Fri, 16 Jan 1998 10:06:54 -0500 (EST) From: Steve Hovey To: freebsd-questions@FreeBSD.ORG Subject: Sendmail/smapd question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I use smapd to keep out as much spammage as possible. Lately I hav encountered 2 sites who cannot send email here, because their emailers will only do ESMTP and not regular SMTP which smapd is only capable of. Could this be some sendmail.cf jobber on their end which is causing this? ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Fri Jan 16 07:26:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20877 for questions-outgoing; Fri, 16 Jan 1998 07:26:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20852 for ; Fri, 16 Jan 1998 07:26:07 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id KAA27520; Fri, 16 Jan 1998 10:28:21 -0500 (EST) Message-ID: <19980116102821.09261@vmunix.com> Date: Fri, 16 Jan 1998 10:28:21 -0500 From: Mark Mayo To: freebsd-questions@FreeBSD.ORG Subject: 2 identical nics - which is which? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, here's a silly question. I currently have a machine running that has a de0 and a fxp0 card in it. I want to replace the de0 card with another identical fxp one.. since they're both PCI, how do I know which card will become fxp0 and which will become fxp1 ?? I could just "try it out",, but I'd like to minimize downtime so if there is a way to know this in advance (slot position, etc.) I'd really love to know! TIA, -Mark -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-freebsd-questions Fri Jan 16 07:37:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21515 for questions-outgoing; Fri, 16 Jan 1998 07:37:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21499; Fri, 16 Jan 1998 07:36:41 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161536.HAA21499@hub.freebsd.org> Subject: Re: Sendmail/smapd question In-Reply-To: from Steve Hovey at "Jan 16, 98 10:06:54 am" To: shovey@buffnet.net (Steve Hovey) Date: Fri, 16 Jan 1998 07:36:41 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Steve Hovey wrote: > > > I use smapd to keep out as much spammage as possible. > > Lately I hav encountered 2 sites who cannot send email here, because their > emailers will only do ESMTP and not regular SMTP which smapd is only > capable of. > > Could this be some sendmail.cf jobber on their end which is causing this? sendmail will fallback from ESMTP to SMTP whenever the other smtp speaker does not understand the initial EHLO (EHLO is sent in place of SMTP's HELO) perhaps they are not runing sendmail at all, but something else. what site? try telnetting to their mail port and see what you get. jmb From owner-freebsd-questions Fri Jan 16 07:43:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21883 for questions-outgoing; Fri, 16 Jan 1998 07:43:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from okstind.monet.no (okstind.monet.no [194.234.121.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21870 for ; Fri, 16 Jan 1998 07:43:19 -0800 (PST) (envelope-from morten.johansen@salgsnett.no) Received: from lhx (dialer016.monet.no [194.234.121.136]) by okstind.monet.no (8.8.8/8.8.8) with ESMTP id QAA11927 for ; Fri, 16 Jan 1998 16:43:08 GMT Message-Id: <199801161643.QAA11927@okstind.monet.no> From: "Morten Johansen" To: Subject: Getting FreeBSD Date: Fri, 16 Jan 1998 16:41:29 +0100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi.... i decided to try out freebsd to learn unix then I downloaded the boot.flp image file and used the fdimage.exe to get it on a disk where can i download the other disks? From owner-freebsd-questions Fri Jan 16 07:46:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22095 for questions-outgoing; Fri, 16 Jan 1998 07:46:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from picasso.wcape.school.za (picasso.wcape.school.za [196.21.102.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA22075 for ; Fri, 16 Jan 1998 07:46:24 -0800 (PST) (envelope-from pvh@leftside.wcape.school.za) Received: from uucp by picasso.wcape.school.za with local (Exim 1.80 #1) id 0xtDyL-00002f-00; Fri, 16 Jan 1998 17:46:17 +0200 Received: from localhost (pvh@localhost) by leftside.wcape.school.za (8.8.4/8.8.4) with SMTP id RAA14418 for ; Fri, 16 Jan 1998 17:42:14 +0200 (SAT) Date: Fri, 16 Jan 1998 17:42:14 +0200 (SAT) From: Peter van Heusden To: freebsd-questions@FreeBSD.ORG Subject: Interoperation between FreeBSD and Win95 FAX? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi In Windows 95 you can specify a remote fax as a printer. Is there any known way for FreeBSD to act as a fax server for a Windows 95 machine using this service? If not, is anyone working on this? Thanks, Peter -- Peter van Heusden | Computers Networks Reds Greens Justice Peace Beer Africa pvh@leftside.wcape.school.za | Support the SAMWU 50 litres campaign! From owner-freebsd-questions Fri Jan 16 08:03:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23136 for questions-outgoing; Fri, 16 Jan 1998 08:03:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23123; Fri, 16 Jan 1998 08:03:08 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id KAA20834; Fri, 16 Jan 1998 10:58:20 -0500 (EST) Date: Fri, 16 Jan 1998 10:58:19 -0500 (EST) From: Steve Hovey To: freebsd-questions@FreeBSD.ORG cc: jmb@FreeBSD.ORG Subject: Re: Sendmail/smapd question (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Steve Hovey wrote: > > > > > > I use smapd to keep out as much spammage as possible. > > > > Lately I hav encountered 2 sites who cannot send email here, because their > > emailers will only do ESMTP and not regular SMTP which smapd is only > > capable of. > > > > Could this be some sendmail.cf jobber on their end which is causing this? > > sendmail will fallback from ESMTP to SMTP > whenever the other smtp speaker does not understand > the initial EHLO (EHLO is sent in place of SMTP's HELO) Thats what it is timing out on, and that is what they are running - I telnetted to port 25 and it was a sendmail 8.8.5/8.8.5 ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Fri Jan 16 08:15:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23923 for questions-outgoing; Fri, 16 Jan 1998 08:15:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23914; Fri, 16 Jan 1998 08:14:52 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161614.IAA23914@hub.freebsd.org> Subject: Re: Sendmail/smapd question (fwd) In-Reply-To: from Steve Hovey at "Jan 16, 98 10:58:19 am" To: shovey@buffnet.net (Steve Hovey) Date: Fri, 16 Jan 1998 08:14:51 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG, jmb@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Steve Hovey wrote: > > > whenever the other smtp speaker does not understand > > the initial EHLO (EHLO is sent in place of SMTP's HELO) > > Thats what it is timing out on, and that is what they are running - I > telnetted to port 25 and it was a sendmail 8.8.5/8.8.5 > fie! what cretins ;) we hates them precious we hates them which smapd are you using fwtk or gauntlet or ?? which version? jmb From owner-freebsd-questions Fri Jan 16 08:21:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24317 for questions-outgoing; Fri, 16 Jan 1998 08:21:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from postoffice.Reston.mci.net (postoffice.Reston.mci.net [204.70.128.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24298 for ; Fri, 16 Jan 1998 08:20:51 -0800 (PST) (envelope-from gmiller@mci.net) Received: from mci.net (ale [166.45.4.49]) by postoffice.Reston.mci.net (8.8.5/8.8.5) with ESMTP id LAA00522 for ; Fri, 16 Jan 1998 11:20:17 -0500 (EST) Message-Id: <199801161620.LAA00522@postoffice.Reston.mci.net> X-Mailer: exmh version 1.6.9 8/22/96 To: freebsd-questions@FreeBSD.ORG Subject: question about AT-1700 ethernet card Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 16 Jan 1998 11:20:16 -0500 From: Greg Miller Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have a question about FreeBSD support for the Allied Telesyn AT-1700 ethernet card. I see that this card is on the list of supported NICs at http://www.freebsd.org/handbook/handbook10.html#10. My question is which interface I should select in the FreeBSD installation menu (and when building a kernel). I don't see one that looks like a match. I do have the utility program to change the I/O configuration (irq, etc.) of the card if that is necessary. Any help will be appreciated. Thanks, Greg From owner-freebsd-questions Fri Jan 16 08:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24952 for questions-outgoing; Fri, 16 Jan 1998 08:30:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24883 for ; Fri, 16 Jan 1998 08:29:42 -0800 (PST) (envelope-from csagar@iterated.com) Received: from [198.242.115.100] by gate.iterated.com for id LAA10769; Fri Jan 16 11:29:38 1998 Message-ID: <34BF8AF1.1AF78DE9@iterated.com> Date: Fri, 16 Jan 1998 11:29:38 -0500 X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 Subject: software striping in FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG From: Chris Sagar Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have disk drives currently on SGI server that are software striped (i.e. 8 4-GB drives appear as a single 32 GB drive). I am planning on retiring my SGI server and am thinking for using FreeBSD. My question is: Does FreeBSD support some method of software striping to allow my 8 4-GB disks to appear as a single 32 GB drive? I would prefer to stripe across 2 SCSI controllers, but if only one works, that would be OK. Does FreeBSD support file system size of 32 GB? Any info greatly appreciated. Chris Sagar csagar@iterated.com From owner-freebsd-questions Fri Jan 16 08:38:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25882 for questions-outgoing; Fri, 16 Jan 1998 08:38:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stratos.net (pm3-3-14.stratos.net [209.81.153.142]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25776 for ; Fri, 16 Jan 1998 08:37:09 -0800 (PST) (envelope-from drifter@stratos.net) Received: from stratos.net (localhost [127.0.0.1]) by stratos.net (8.8.7/8.8.5) with ESMTP id LAA06264; Fri, 16 Jan 1998 11:40:08 -0500 (EST) Message-Id: <199801161640.LAA06264@stratos.net> To: Wei Weng cc: FreeBSD Questions , peter Subject: Re: Afterstep1.0 In-reply-to: Your message of "Thu, 15 Jan 1998 09:40:05 EST." Date: Fri, 16 Jan 1998 11:40:02 -0500 From: Drifter Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >U dont actually need exec afterstep just put >#!/bin/sh > >afterstep Actually, though this will work perfectly fine, it is "not as efficient" on system resources. Without using "exec," the calling shell script (.xinitrc) and its environment will stick around in memory even though you're not using it, thereby wasting space. Using "exec" replaces the .xinitrc script in memory with afterstep -- the only thing to remember is that "exec" should only be used with the LAST command (afterstep) to be executed, because any following commands would be overwritten by afterstep. But, depending on circumstances, it may not be that big of a deal :) -Drifter From owner-freebsd-questions Fri Jan 16 08:50:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26829 for questions-outgoing; Fri, 16 Jan 1998 08:50:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA26811 for ; Fri, 16 Jan 1998 08:50:33 -0800 (PST) (envelope-from rtamayo@cicese.mx) Received: from prisma.cicese.mx by cicese.cicese.mx (4.1/SMI-4.1) id AA25801; Fri, 16 Jan 98 08:50:28 PST Received: from cicese.mx by prisma.cicese.mx (SMI-8.6/SMI-SVR4) id IAA07224; Fri, 16 Jan 1998 08:41:22 -0800 Message-Id: <34BF91B1.EC9027F9@cicese.mx> Date: Fri, 16 Jan 1998 08:58:26 -0800 From: Raul Tamayo Fernandez Organization: CICESE X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Help! Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! I have three Ethernet subnetworks and I want to connect them to the backbone. I would like to have a PC running FreeBSD as a router for the three subnetworks, so I need to install four network cards in the PC. Can I do this? Can a PC with FreeBSD manage the three subnetworks? Regards, ====================================== Raúl Tamayo Fernández Dirección de Telemática CICESE Tel. (61) 74-50-50 Ext. 23123 Fax: (61) 75-05-37 E-mail: rtamayo@cicese.mx http://www.cicese.mx/~rtamayo/ ====================================== From owner-freebsd-questions Fri Jan 16 09:14:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29251 for questions-outgoing; Fri, 16 Jan 1998 09:14:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kaiwan009.kaiwan.com (0@kaiwan009.kaiwan.com [198.178.203.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29245 for ; Fri, 16 Jan 1998 09:14:08 -0800 (PST) (envelope-from frank@exit.com) Received: from exit.com (uucp@localhost) by kaiwan.kaiwan.com (8.8.8/8.8.8) with UUCP id IAA25940 for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 08:43:37 -0800 (PST) Received: (from frank@localhost) by exit.com (8.8.7/8.7.3) id IAA23055 for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 08:39:34 -0800 (PST) From: Frank Mayhar Message-Id: <199801161639.IAA23055@exit.com> Subject: Cyclades dialup wierdness. To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 08:39:33 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I just upgraded a 2.1 dialup server to 2.2.5-STABLE. It has a Cyclades 8-Yo card in it, with a bunch of Courier V.Everythings hanging off it. The modems are configured to allow the modem to control CD, with loss of DTR resetting the modem, and to use hardware handshaking. The ttys themselves are configured as follows: dialin# stty -a -f /dev/ttyc0 speed 115200 baud; 0 rows; 0 columns; lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl -echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk -brkint -inpck -ignpar -parmrk oflags: -opost -onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; Everything looks fine, but when a ppp dialup user disconnects, the line doesn't HUP. The ppp (we're using user-mode ppp, btw) just sits there. If I do a 'kill -HUP' it exits properly, so it's not ignoring the HUP, it's not getting it in the first place. This was working fine under 2.1. What changed? Am I missing something? -- Frank Mayhar frank@exit.com From owner-freebsd-questions Fri Jan 16 09:24:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29905 for questions-outgoing; Fri, 16 Jan 1998 09:24:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29898; Fri, 16 Jan 1998 09:24:30 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA02569; Fri, 16 Jan 1998 12:19:36 -0500 (EST) Date: Fri, 16 Jan 1998 12:19:36 -0500 (EST) From: Steve Hovey To: "Jonathan M. Bresler" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail/smapd question (fwd) In-Reply-To: <199801161614.IAA23914@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Jonathan M. Bresler wrote: > Steve Hovey wrote: > > > > > whenever the other smtp speaker does not understand > > > the initial EHLO (EHLO is sent in place of SMTP's HELO) > > > > Thats what it is timing out on, and that is what they are running - I > > telnetted to port 25 and it was a sendmail 8.8.5/8.8.5 > > > > fie! what cretins ;) we hates them precious we hates them > > which smapd are you using fwtk or gauntlet or ?? fwtk with security patches. > which version? 2.0 ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Fri Jan 16 09:26:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00251 for questions-outgoing; Fri, 16 Jan 1998 09:26:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29971; Fri, 16 Jan 1998 09:25:10 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA02588; Fri, 16 Jan 1998 12:20:11 -0500 (EST) Date: Fri, 16 Jan 1998 12:20:11 -0500 (EST) From: Steve Hovey To: "Jonathan M. Bresler" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail/smapd question (fwd) In-Reply-To: <199801161614.IAA23914@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Jonathan M. Bresler wrote: > Steve Hovey wrote: > > > > > whenever the other smtp speaker does not understand > > > the initial EHLO (EHLO is sent in place of SMTP's HELO) > > > > Thats what it is timing out on, and that is what they are running - I > > telnetted to port 25 and it was a sendmail 8.8.5/8.8.5 > > > > fie! what cretins ;) we hates them precious we hates them > > which smapd are you using fwtk or gauntlet or ?? > which version? Could it be the timeout on my end? Could there sendmail be out waiting me? ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Fri Jan 16 09:31:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00619 for questions-outgoing; Fri, 16 Jan 1998 09:31:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00577; Fri, 16 Jan 1998 09:30:40 -0800 (PST) (envelope-from ambrisko@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA29218; Fri, 16 Jan 1998 09:29:26 -0800 (PST) Received: from UNKNOWN(), claiming to be "crab.whistle.com" via SMTP by alpo.whistle.com, id smtpd029215; Fri Jan 16 09:29:19 1998 Received: (from ambrisko@localhost) by crab.whistle.com (8.8.8/8.6.12) id JAA29958; Fri, 16 Jan 1998 09:27:27 -0800 (PST) From: Doug Ambrisko Message-Id: <199801161727.JAA29958@crab.whistle.com> Subject: Re: BOCA-16 io boxes In-Reply-To: from Chris Parry at "Jan 15, 98 07:40:13 am" To: laotzu@juniper.net (Chris Parry) Date: Fri, 16 Jan 1998 09:27:26 -0800 (PST) Cc: hackers@FreeBSD.ORG, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL29 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Chris Parry writes: | > What about Stallion? The drivers are in the tree. | > | > Regards, | > | > -- | > John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org | > CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 | > | | Problem with stallion is that (at least from their web page) they don't | sell anything greater than 8 port boxes, and we have many more machines | I'd like to service from one FreeBSD term server instead of two. Checkout the Comtrol stuff (www.comtrol.com). We had serious trouble with the quality of the BOCA product. The first one worked fine and then the second one was a bad as were the 3 replacements. The RocketPort stuff has an ISA or PCI card that connects to a box for the 16 ports. We bought the ISA version with the rackmount interface box. I like it a lot since it has activity LEDs for each port. Nice for making sure stuff is happening on the right port. Drivers for FreeBSD are on the web site (or FTP) and I think they are getting rolled into FreeBSD. However for 2.2.5 I think I had patch the kernel with the web site drivers. It also goes up to 230K. Doug A. From owner-freebsd-questions Fri Jan 16 09:31:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00726 for questions-outgoing; Fri, 16 Jan 1998 09:31:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from news.cioe.com (news.cioe.com [204.248.219.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00641 for ; Fri, 16 Jan 1998 09:31:12 -0800 (PST) (envelope-from steve@news.cioe.com) Received: (from steve@localhost) by news.cioe.com (8.8.8/8.8.5) id MAA12574 for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 12:31:40 -0500 (EST) Date: Fri, 16 Jan 1998 12:31:40 -0500 (EST) From: Steven Ames Message-Id: <199801161731.MAA12574@news.cioe.com> To: freebsd-questions@FreeBSD.ORG Subject: Backup Problem... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'd first like to thank everyone for their help with my SCSI tape question. Turns out the drive was working fine the whole time... here's the deal: I'm using Amanda 2.3.0 to backup the FreeBSD servers on my WAN. Things stopped working at one point so I thought the drive had died on me... ruled that out after a while. So... I started backing up each system individually (by modifying the 'disklist' file and restarting the amanda dump. A pattern quickly emerged (OK, it took hours, but...) Whenever I use Amanda to backup another server on my LAN the backup server locks up. No problems backing up servers from the WAN. Anyone have a guess on this one? -Steve From owner-freebsd-questions Fri Jan 16 09:33:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00920 for questions-outgoing; Fri, 16 Jan 1998 09:33:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org ([209.32.34.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00875 for ; Fri, 16 Jan 1998 09:32:44 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (buff69@child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id LAA01741 for ; Thu, 16 Jan 1997 11:33:07 -0600 (CST) (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970116113303.00caad5c@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 16 Jan 1997 11:33:03 -0500 To: freebsd-questions@FreeBSD.ORG From: Child Subject: natd or -alias Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all I am using a freeBSD box (2.2.5-REL) as a network router for 9 win95 pc's to a dialup internet connection i m currently using the ppp -alias switch to preform NAT everything works fine but IRC DCC is this a problem with ppp -alias or should i go for natd? anyone Jeremy Sommer From owner-freebsd-questions Fri Jan 16 09:39:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01401 for questions-outgoing; Fri, 16 Jan 1998 09:39:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01361 for ; Fri, 16 Jan 1998 09:39:24 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id LAA17625; Fri, 16 Jan 1998 11:39:22 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id LAA02444; Fri, 16 Jan 1998 11:39:21 -0600 (CST) To: "Morten Johansen" Cc: Subject: Re: Getting FreeBSD References: <199801161643.QAA11927@okstind.monet.no> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 16 Jan 1998 11:39:21 -0600 In-Reply-To: "Morten Johansen"'s message of "Fri, 16 Jan 1998 16:41:29 +0100" Message-ID: <87lnwgmi7q.fsf@phaedrus.uchicago.edu> Lines: 19 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk "Morten Johansen" writes: > i decided to try out freebsd to learn unix > > then I downloaded the boot.flp image file > and used the fdimage.exe to get it on a disk > > where can i download the other disks? You can then proceed with an ftp install (if you have a real internet connection this is recommended), or else go to www.cheapbytes.com and order 2.2.5 CD for $5 and wait 2 days.... (or order the real thing from walnut creek, and get a nice book, but a pay more) -- Steve Farrell From owner-freebsd-questions Fri Jan 16 09:44:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01859 for questions-outgoing; Fri, 16 Jan 1998 09:44:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01848; Fri, 16 Jan 1998 09:44:19 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161744.JAA01848@hub.freebsd.org> Subject: Re: Backup Problem... In-Reply-To: <199801161731.MAA12574@news.cioe.com> from Steven Ames at "Jan 16, 98 12:31:40 pm" To: steve@news.cioe.com (Steven Ames) Date: Fri, 16 Jan 1998 09:44:18 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Steven Ames wrote: > > Whenever I use Amanda to backup another server on my > LAN the backup server locks up. No problems backing up > servers from the WAN. > > Anyone have a guess on this one? much higher data and interrupt rates on both the server and the client.....what ethernet cards you using? are you running out of resources? try a netstat -m and vmstat -m jmb From owner-freebsd-questions Fri Jan 16 09:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02432 for questions-outgoing; Fri, 16 Jan 1998 09:54:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02401 for ; Fri, 16 Jan 1998 09:53:50 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id OAA17294; Fri, 16 Jan 1998 14:37:57 GMT Date: Fri, 16 Jan 1998 14:37:57 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: remove user on 2.1.0 In-Reply-To: <34BF8C74.11B5@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi > what is the command for removing a user on 2.1.0. > rmuser says command not found. AFAIK rmuser is installed by default.. try specifying it be path, it usually 'lives' in /usr/sbin/rmuser If you can't find it try Ka0s:/# whereis rmuser rmuser: /usr/sbin/rmuser /usr/share/man/man8/rmuser.8.gz > how do we change the home directory of a user . Ka0s:/# chsh username (chfn will work as well) Go down to the line that reads Home Directory and just edit the path. L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 09:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02475 for questions-outgoing; Fri, 16 Jan 1998 09:54:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02391 for ; Fri, 16 Jan 1998 09:53:27 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id OAA17716; Fri, 16 Jan 1998 14:47:15 GMT Date: Fri, 16 Jan 1998 14:47:15 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: login-timeout? In-Reply-To: <199801161205.NAA07457@chippie.cgu.edusurf.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi > Another question: is it possible to give the user a 'clear screen' firt > before presenting them the login prompt? (What option do I have to setup > in the gettytab?) You have to send the client the following.. ^[[H^[[J ..but you'll have to find somewhere to put control characters in vi (haven't found it yet). The way I do it is ... clear >>/tmp/temp vi esc-:-E /etc/gettytab esc-:-E /tmp/temp use ctrl-w to get to the window with /tmp/temp in it esc-dd ctrl-w find the line to add it at.. esc-P Long-winded, but it's the only way I can find to do it.. btw this might not work on a non-ansi terminal, i've had no problems with it though over telnet sessions, on a dumb terminal etc. > And; does anyone have a www-password-change program? There's quite a few available, try www.perl.com and search for password. L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 09:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02746 for questions-outgoing; Fri, 16 Jan 1998 09:56:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from opium.zeitnet.com (opium.zeitnet.com [204.95.77.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02669 for ; Fri, 16 Jan 1998 09:55:45 -0800 (PST) (envelope-from cgong@ctron.com) Received: from CHRISG-PC by opium.zeitnet.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id CRR4QF3L; Fri, 16 Jan 1998 09:52:13 -0800 Message-ID: <34BF9EE1.1F28@ctron.com> Date: Fri, 16 Jan 1998 09:54:41 -0800 From: Chris Gong Reply-To: cgong@ctron.com Organization: CSI-Zeitnet X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Novell NE2000 plus-3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I'm running FreeBSD v2.2.2, and I am unable to get the Novell NE2000 plus-3 ethernet interface card to work. It gives /kernel: ed0 device timeout. These's no IRQ conflict. I've checked the manual, and FreeBSD does support Novell NE2000 ethernet interface card, but does it support the Novell NE2000 plus-3 card? Thanks in advance, Chris From owner-freebsd-questions Fri Jan 16 09:56:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02762 for questions-outgoing; Fri, 16 Jan 1998 09:56:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02689 for ; Fri, 16 Jan 1998 09:55:50 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id OAA16546; Fri, 16 Jan 1998 14:20:12 GMT Date: Fri, 16 Jan 1998 14:20:12 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: michael dorin cc: questions@FreeBSD.ORG Subject: Re: urgent help! In-Reply-To: <199801151043.KAA11534@chaski.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, michael dorin wrote: > > How do I receive virtual email for a virtual domain? > > It keeps bouncing off my server. > > chaski.com is my server address and I would like to receive > email for virtual_server.com for the same user id > s as chaski has. In your /etc/sendmail.cw file on seperate lines put the hosts you wish to receive mail from (note that in your DNS records you'll have to set yourself to be the MX for the virtual domain). e.g. # /etc/sendmail.cw chaski.com your-domain.com L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 09:56:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02812 for questions-outgoing; Fri, 16 Jan 1998 09:56:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02760 for ; Fri, 16 Jan 1998 09:56:08 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from localhost (localhost [127.0.0.1]) by millennium.net (8.8.5/8.8.5) with SMTP id OAA16350; Fri, 16 Jan 1998 14:15:11 GMT Date: Fri, 16 Jan 1998 14:15:11 +0000 (GMT) From: Lists X-Sender: lists@millennium.net To: "Randy A. Katz" cc: freebsd-questions@FreeBSD.ORG Subject: Re: SENDMAIL rejecting connections In-Reply-To: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi > Sorry if this question has been posed before but I'm in a small bind. > Sendmail is saying rejecting connections on ports 25: load average (it must > be too high). This is on a high load server. Is there any way of increasing > the value or telling sendmail that it shouldn't turn off. Look for... O RefuseLA = 6 ...in your /etc/sendmail.cf file and just up the value. L8rz KrOnUs From owner-freebsd-questions Fri Jan 16 10:03:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03434 for questions-outgoing; Fri, 16 Jan 1998 10:03:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03372 for ; Fri, 16 Jan 1998 10:01:37 -0800 (PST) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id MAA20454; Fri, 16 Jan 1998 12:00:24 -0600 (CST) Received: (from rpj@localhost) by fep.hirshfields.com (8.8.5/8.8.5) id LAA21686; Fri, 16 Jan 1998 11:34:30 -0600 (CST) From: "Roger P. Johnson" Message-Id: <199801161734.LAA21686@fep.hirshfields.com> Subject: Re: BOCA-16 io boxes To: jb@freebsd1.cimlogic.com.au (John Birrell) Date: Fri, 16 Jan 1998 11:34:29 -0600 (CST) Cc: questions@FreeBSD.ORG In-Reply-To: <199801150338.OAA07831@freebsd1.cimlogic.com.au> from John Birrell at "Jan 15, 98 02:38:48 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-freebsd-questions@FreeBSD.ORG Precedence: bulk > Chris Parry wrote: > > Hello, I'm looking to purchase some sets of the BOCA-16 iobox (with the > > ISA card). Unfortunately they've been discontinued. > > > > Does anyone have any for sale? Is there another vendor I can goto that > > will be supported under FreeBSD that can give me 16 COM ports per ISA > > card? > > > > Currently I can only locate one potential vendor: > > http://www.gtek.com/products.html > > > > Comments welcome. > > What about Stallion? The drivers are in the tree. > Digi's PC/16e ISA/PCI board w/25 DB-25's or RJ-45 connectors works for me, us at work. I use the ISA version with the DB-25's. We use them commercially useing FreeBSD and the digiboard for our serial printers and terminals. They work great. I only use about half of the ports on the board, and at 19200 baud max, so I can't say for a heavily loaded system. FreeBSD has the drivers built in. The Digi PC/16e, what I pay, is mid to high $800 range. You can get them from Kent Datacomm, email me if you want a phone number and/or email address. Roger From owner-freebsd-questions Fri Jan 16 10:08:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03809 for questions-outgoing; Fri, 16 Jan 1998 10:08:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03788 for ; Fri, 16 Jan 1998 10:07:56 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id KAA05902; Fri, 16 Jan 1998 10:05:52 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma005898; Fri, 16 Jan 98 10:05:50 -0800 Message-ID: <34BFA1AC.E8805F3C@partsnow.com> Date: Fri, 16 Jan 1998 10:06:36 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Frank Griffith CC: questions@FreeBSD.ORG Subject: Re: Prompts References: <199801151522.IAA03272@idfw.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Frank Griffith wrote: > > I have been looking at some of the docs and several > e-mail responses. The % prompt keeps showing up. > However, in using FreeBSD as root I only see a # prompt > and when logged in as other user I see the $ prompt. > > How do I get to the % prompt? Since nobody else has picked this up, I'll help. This depends on which shell you have enabled for each user. By default, the system loads csh for root and sh for regular users, but you can change this if you have added other shells from the ports collection. Prompts at different points are different to help clue you int to what the system expects. When you start your session, the shell reads startup files for you as a user which tell the shell how to configure itself for your convenience. In sh, the file is .profile in your home directory. In csh, it's .cshrc. You can customize the prompt from there. Read the man pages before you make changes, 'man csh' and 'man sh' are your friends here. I personally like BASH2.0 from the ports, but supposedly Real Power Users use csh... :} A good reference on shell tricks is 'UNIX Power Tools' by O'Reilly. One final note: csh is used for root for good reason. Bash uses libraries which are not available to the system at certain early stages of bootup. However, If you don't know enough to understand this, it's not going to do you any good anyway, so for a personal system go ahead and choose whatever shell you like. :) -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Fri Jan 16 10:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04217 for questions-outgoing; Fri, 16 Jan 1998 10:13:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from global.com (global.com [206.40.50.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04201 for ; Fri, 16 Jan 1998 10:13:31 -0800 (PST) (envelope-from gopu@global.com) Message-ID: <34BFA1DE.BC58B23A@global.com> Date: Fri, 16 Jan 1998 10:07:26 -0800 From: Gopakumar H Pillai Organization: Global Automation, Inc. X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD Questions Subject: Fire Safe Tape Storage Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I need to store 12 DLT tapes and 12 DAT tapes and a little more room for some negatives in a fire safe environment. The safe should be able to hold these for atleast ONE HOUR from any damage. DAT (2.88 x 2.13 x 0.41 inches) temp - 5 to 32 (degree centigrade) DLT (4.16 x 4.15 x 1.0 inches) temp - 18 to 26 (degree centigrade) These are the dimensions and the temperature range it can hold with data archived in it. I could hardly find any safe which could satisfy these conditions. We do not have sprinkler system in our office. Another option could be storing it in a Bank Safe. But the bank people near us didn't even know how much temperature the safe could withstand. But it seems to have a sprinkler system. Any more ideas or suggestions? Anybody knows any good fire safes which can satisfy these conditions? Thanks -- --Gopu (gopu@global.com) From owner-freebsd-questions Fri Jan 16 10:18:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04581 for questions-outgoing; Fri, 16 Jan 1998 10:18:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.starlinx.net (mta@ms1.starlinx.net [206.31.114.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04556 for ; Fri, 16 Jan 1998 10:18:19 -0800 (PST) (envelope-from kd4cik@starlinx.net) Received: from westagc3 ([206.31.114.111]) by ms1.starlinx.net (Post.Office MTA v3.1 release PO205b ID# 0-40172U2500L250S0) with SMTP id AAA1926 for ; Fri, 16 Jan 1998 13:18:50 -0500 Message-ID: <34BFA48C.21E9@starlinx.net> Date: Fri, 16 Jan 1998 13:18:52 -0500 From: Thomas Kocourek Reply-To: tko@westgac3.dragon.com Organization: LINUX! If win95 is the answer, you didn't understand the ?. X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hardware platforms Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does FreeBSD support platforms other than Intel machines? -- Thomas Kocourek KD4CIK tko@westgac3.dragon.com From owner-freebsd-questions Fri Jan 16 10:19:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04687 for questions-outgoing; Fri, 16 Jan 1998 10:19:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04630 for ; Fri, 16 Jan 1998 10:19:11 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id CAA02779 for ; Sat, 17 Jan 1998 02:18:54 +0800 (PHT) Date: Sat, 17 Jan 1998 02:18:54 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: broken display of `mc' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello! my midnight commander used to display in colors, now it's all black and white and it can't display reverse text either. how do i fix display of `mc'? same thing happened with `lynx'... no more reverse text and unaligned display. --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Fri Jan 16 10:23:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05003 for questions-outgoing; Fri, 16 Jan 1998 10:23:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from raid2.fddi.phoenix.net (alpha400.phoenix.net [207.43.3.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04990 for ; Fri, 16 Jan 1998 10:23:00 -0800 (PST) (envelope-from gking@c-com.net) Received: from c-com.net (GregsDesk.c-com.net [209.127.40.53]) by raid2.fddi.phoenix.net (8.8.5/8.6.12) with ESMTP id MAA27077 for ; Fri, 16 Jan 1998 12:38:50 -0600 (CST) Message-ID: <34BFA56D.C3241230@c-com.net> Date: Fri, 16 Jan 1998 12:22:37 -0600 From: Greg King X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Y2K & 2.2.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I looked for info on the year 2000 bug and haven't found any via the search engine in your support area. The reason I ask is I think I found one in the DATE command for 2.2.1. The reason I say this is that it uses the YYMMDD format which means it will roll over to 000101 at the year 2k. man info : SYNOPSIS /usr/bin/date [-u] [+format] /usr/bin/date [-a [-]sss.fff] /usr/bin/date [-u] [[mmdd]HHMM | mmddHHMM[cc]yy][.SS] /usr/xpg4/bin/date [-u] [+format] /usr/xpg4/bin/date [-a [-]sss.fff] /usr/xpg4/bin/date [-u] [[mmdd]HHMM | mmddHHMM[cc]yy][.SS] Thanks, Greg King gking@c-com.net Charter Communications From owner-freebsd-questions Fri Jan 16 10:36:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05830 for questions-outgoing; Fri, 16 Jan 1998 10:36:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05804 for ; Fri, 16 Jan 1998 10:35:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01390; Fri, 16 Jan 1998 10:35:35 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 10:35:35 -0800 (PST) From: Doug White Reply-To: Doug White To: pizzaman@mail.on.rogers.wave.ca cc: FreeBSD Questions Subject: Re: installing Free BDS with the WAVE In-Reply-To: <98Jan16.085432-0500_est.327814-6757+169@mail.on.rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998 pizzaman@mail.on.rogers.wave.ca wrote: > I got FreeBsd to recognize the ethernet card. The problem wasn't the > card but the cable modem. It was timing out something awful and > therefore the diagnostic routine in Free couldn't see the card > because the card wasn't receiving anything. Hm, ok. What does the boot message for this card look like? > My problem now is configuring the ftp. I've entered my e mail > address in the HOST: and my providers name server in DOMAIN: (I > believe it's ns.on.rogers.wave.ca) I've entered the > IP:,Gateway,Netmask however I have two DNS numbers. I've entered one > in the Name Server: spot. Now when I try to connect I get memory > corrupt errors. I'll need to know the particulars on the card before I can comment on that. Could you post the exact error? 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 Jan 16 10:40:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06179 for questions-outgoing; Fri, 16 Jan 1998 10:40:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06168 for ; Fri, 16 Jan 1998 10:40:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01401; Fri, 16 Jan 1998 10:40:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 10:40:06 -0800 (PST) From: Doug White Reply-To: Doug White To: Child cc: freebsd-questions@FreeBSD.ORG Subject: Re: natd or -alias In-Reply-To: <3.0.3.32.19970116113303.00caad5c@sommer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 16 Jan 1997, Child wrote: > Hi all > I am using a freeBSD box (2.2.5-REL) as a network router for 9 win95 pc's > to a dialup internet connection > i m currently using the ppp -alias switch to preform NAT > everything works fine but IRC DCC is this a problem with ppp -alias or > should i go for natd? IRC DDC must have a strange communications type since any aliasing/nat mucks it up. You may need to set up ppp (or ipfw if you're using that) to forward the appropriate packets. Check the mail archives at http://www.freebsd.org/search.html. 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 Jan 16 10:49:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06748 for questions-outgoing; Fri, 16 Jan 1998 10:49:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06731 for ; Fri, 16 Jan 1998 10:48:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01408; Fri, 16 Jan 1998 10:47:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 10:47:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Victor Sudakov cc: freebsd questions mailing list Subject: Re: iijppp + slirp In-Reply-To: <199801141900.CAA07043@vas.tsu.tomsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Victor Sudakov wrote: > Could you please help me make iijppp work with SLiRP on the server side? How is SLiRP called? You aren't running it in your dialup script.. > I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the > default route is not changed. The /var/log/ppp.log grows though :-) It works > fine with the non-slirp provider BTW (the other entry called mpeks). Did you look in the ppp.log to find out just why it won't connect? You can post the relevant section(s) if you want us to decode it. Post a sample attempted connect to phantom. 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 Jan 16 10:49:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06749 for questions-outgoing; Fri, 16 Jan 1998 10:49:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from popeye.gcsl.co.uk (popeye.gcsl.co.uk [194.217.193.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06732 for ; Fri, 16 Jan 1998 10:48:48 -0800 (PST) (envelope-from gerg@gcsl.co.uk) Received: from hawkeye.gcsl.co.uk (hawkeye.gcsl.co.uk [194.217.193.132]) by popeye.gcsl.co.uk (8.7.5/8.7.3) with ESMTP id SAA06118 for ; Fri, 16 Jan 1998 18:46:26 GMT Message-Id: <199801161846.SAA06118@popeye.gcsl.co.uk> From: "greg bedrossian" To: Subject: dial-up connection to com1/com2 Date: Thu, 7 Nov 1996 22:40:37 -0000 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Please help! I have configured ttyd0/1 for dial-up connection by modem. Whenever the script in gettytab (dialin:...... :sp#9600) is set everything works fine. Whenever the baud rate is changed to anything else - no work. Garbage at other end. TTYS is setup with "dialin" on ttyd0/1. I cannot see anything obious in "rc.serial" Am I overlooking another "stty" file somewhere were the baud rate might be set to 9600??? Please help!! kgb From owner-freebsd-questions Fri Jan 16 10:49:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06915 for questions-outgoing; Fri, 16 Jan 1998 10:49:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06852 for ; Fri, 16 Jan 1998 10:49:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01412; Fri, 16 Jan 1998 10:49:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 10:49:28 -0800 (PST) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: questions@FreeBSD.ORG Subject: Re: UDMA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Shawn Ramsey wrote: > Does onboard UDMA work with FreeBSD? (onboard FIC PA2007). In 3.0-CURRENT, yes. 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 Jan 16 10:51:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07135 for questions-outgoing; Fri, 16 Jan 1998 10:51:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07129 for ; Fri, 16 Jan 1998 10:51:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01419; Fri, 16 Jan 1998 10:51:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 10:51:22 -0800 (PST) From: Doug White Reply-To: Doug White To: Engelhardq cc: freebsd-questions@FreeBSD.ORG Subject: Re: seagate ST32272N disk geometry In-Reply-To: <34BD3ED7.D407E859@cbn.net.id> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Engelhardq wrote: > I am trying to install FreeBSD 2.2.5 to 2.1 GB SEagate ST32272N. > After finish the installation, the Boot Manager can not boot > the operating system. It displays "F1 BSD" but the kernel don't > boot when I enter F1. it just repeats the same messages > boot...bla..bla..bla > this problem is describing exactly on online hardware FAQ, that the > fdisk doesn't partition the hard disk rightly because it fails > to configure the disk geometry. > so, the question is what is the disk geometry for seagate ST32272N > baracuda?? That's not the info you need. You should: 1. Blow away the FreeBSD slice. 2. Put a small primary DOS partition on the disk (DOS doesn't need to be on there). 3. Install FreeBSD, destroying the DOS partition in the process. BootEasy should now work. 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 Jan 16 11:00:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07883 for questions-outgoing; Fri, 16 Jan 1998 11:00:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from box.netinc.ca (box.netinc.ca [205.211.8.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07794 for ; Fri, 16 Jan 1998 10:59:52 -0800 (PST) (envelope-from bremerd@netinc.ca) Received: from monster (bremerd@dom.netinc.ca [205.211.8.19]) by box.netinc.ca (8.8.7/8.8.7) with SMTP id OAA02597 for ; Fri, 16 Jan 1998 14:03:33 -0500 (EST) Message-ID: <000901bd22b1$54d5b790$1308d3cd@monster.netinc.ca> From: "Darren Bremer" To: Subject: Having problems... Date: Fri, 16 Jan 1998 14:02:45 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BD2287.6BB64A80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BD2287.6BB64A80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello there. My name is Darren Bremer and I work for an ISP called = NETinc. I am trying to set up a FreeBSD box so that people can call = into it as a ppplogin. At this point in time all I want to do is = establish a connection between the two modems/machines. The problem that I am running into is that when my friend phones = into the FreeBSD box I am using, it auto-answers but then as soon as a = connection is established it drops him. He says that on his end he = doesn't even get a login prompt or any garbage across the screen. On my = end (I have a USR 28.8 Sportster) the following lights go on: AA CD TR CS ARQ/FAX then he gets dropped and the CD, ARQ/FAX lights go out. The modem that he is using is a USR 33.6 Sportster so it could not = be a conflict of modems. I have been throught the FreeBSD manual = numerous times and I have asked numerous people on the IRC channels. No = one seems to understand/know what the correct solution to the problem = would be. Any help whatsoever would be greatly appreciated. Just so you know I have edited the /etc/ttys file to accept the = proper COM port and speed setting. I checked in the ps -ax listing and = I get /usr/libexec/getty std.38400 ttyd1 That modem is set on COM port 2. Thank you in advance for any information you can supply me with. Regards, Darren Systems Administrator ------=_NextPart_000_0006_01BD2287.6BB64A80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    Hello=20 there.  My name is Darren Bremer and I work for an ISP called = NETinc. =20 I am trying to set up a FreeBSD box so that people can call into it as a = ppplogin.   At this point in time all I want to do is = establish a=20 connection between the two modems/machines.
    The=20 problem that I am running into is that when my friend phones into the = FreeBSD=20 box I am using,  it auto-answers but then as soon as a connection = is=20 established it drops him.  He says that on his end he doesn't even = get a=20 login prompt or any garbage across the screen.  On my end (I have a = USR=20 28.8 Sportster) the following lights go on:
        = AA   =20 CD           =20 TR    CS    ARQ/FAX
then he gets = dropped and the=20 CD, ARQ/FAX lights go out.
    The modem=20 that he is using is a USR 33.6 Sportster so it could not be a conflict = of=20 modems.  I have been throught the FreeBSD manual numerous times and = I have=20 asked numerous people on the IRC channels.  No one seems to = understand/know=20 what the correct solution to the problem would be.  Any help = whatsoever=20 would be greatly appreciated.
    Just so=20 you know I have edited the /etc/ttys file to accept the proper COM port = and=20 speed setting.  I checked in the ps -ax listing and I=20 get
         &nb= sp; =20 /usr/libexec/getty std.38400 ttyd1
That modem is set on COM port 2.
    Thank you in advance for any = information=20 you can supply me with.
 
    Regards,   =20 Darren
          &nbs= p;         =20 Systems Administrator
------=_NextPart_000_0006_01BD2287.6BB64A80-- From owner-freebsd-questions Fri Jan 16 11:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08471 for questions-outgoing; Fri, 16 Jan 1998 11:07:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08410; Fri, 16 Jan 1998 11:07:20 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id DAA20080; Sat, 17 Jan 1998 03:05:41 +0800 (WST) Date: Sat, 17 Jan 1998 03:05:41 +0800 (WST) From: Dean Hollister To: Brian Ronald cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Stallion EasyConnect 8/64 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Brian Ronald wrote: > Has anyone had any success using a Stallion EasyConnect 8/64 with > FreeBSD? There is an unsupported driver included in in the kernel sources > '/usr/src/sys/i386/isa/stallion.c' .. and the board is recognized during > boot, but I can't seem to find the proper tty's to use with it. I tried > using the Linux mkdevnods script, but had no such luck. Any ideas? We use the EC8/32 card with FreeBSD. Are you using the PCI version or the ISA one? Also, your ttys are around the wrong way in the driver. ttyE0-63 will NOT give carrier detect. cue0-63 will. If you need any more help, contact me directly. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Fri Jan 16 11:19:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09323 for questions-outgoing; Fri, 16 Jan 1998 11:19:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09226 for ; Fri, 16 Jan 1998 11:18:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01456; Fri, 16 Jan 1998 11:17:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:17:47 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: How to! In-Reply-To: <01BD211D.F338DC40@ppp36-12.ght.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Frank Griffith wrote: > I have FreeBSD 2.2.5-RELEASE up and running. I installed it via FTP > so I know the modem works. Its on COM2, IRQ3.I have installed three > (3) different ethernet network cards. Not all at once mind you. I only want > one NIC in the computer. Each one is set to IRQ=10, I/O=300. > Funny thing is the modem and the ethernet card will not work together. > I can only have one or the other installed. I tried settin different address > and interrupt on the NIC but nothing works yet. So, how do I look back > at the HW settings in the kernel once I'm logged in? `dmesg' > I want to compile a port from the Internet. But when I follow the > instructions at http://www.freebsd.org//handbook/handbook28.html > I get an error. I assume its because I haven't made a connection > with the ISP first. So I taught myself how to start ppp, then term > and connect to my ISP and login. Then what? How do I start the > FTP program? In a very small nutshell: 1. Connect to ISP. 2. Fetch port directory. (copy from CD or FTP using `get port.tar') 3. Extract port. (tar xf port.tar, if you ftp'd it) 4. cd port 5. make The port will fetch the program's main source file automatically. If ou want to avoid this and are using ports from the CD, link /cdrom/ports/distfiles to /usr/ports/distfiles. (`ln -s /cdrom/ports/distfiles /usr/ports/distfiles', make sure /usr/ports/distfiles doesn't exist) > I have now downloaded from your site what I think is all the neccessary > files to do an install over my network, which is a Novell 4.1 server with > Windows 95 workstations. So, once I boot the computer I plan to install > FreeBSD on with a floppy, how do I get it to see my network so it can get > the files it needs from the NetWare server or the Windows 95 machine? FreeBSD doesn't support NetWare by default. You'd have to set up a FTP or NFS server to fetch from. Or install purely by floppy (yuck :( ) > You guys have been great with support and I really appreciate it. No problem. > But > could you explain in a little more detail about each step involved. I > am still not at a level where I understand all the nomenclature and > buzzwords used with UNIX OS. Thanks again. OK. It's easier to answer questions if you post them separately though; I'm tempted to gloss over points to keep the message length short. 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 Jan 16 11:25:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09559 for questions-outgoing; Fri, 16 Jan 1998 11:25:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09543 for ; Fri, 16 Jan 1998 11:21:27 -0800 (PST) (envelope-from roberte@ghost.mep.ruhr-uni-bochum.de) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.8.5/8.8.4) id UAA00566; Fri, 16 Jan 1998 20:21:07 +0100 (MEZ) From: Robert Eckardt Message-Id: <199801161921.UAA00566@ghost.mep.ruhr-uni-bochum.de> Subject: Re: HHHHEEEELLLLPPPP!!!! In-Reply-To: <3.0.3.32.19980115124443.006944c8@unm.edu> from "David B. Alder" at "Jan 15, 98 12:44:43 pm" To: dbalder@unm.edu (David B. Alder) Date: Fri, 16 Jan 1998 20:21:07 +0100 (MEZ) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk It was David B. Alder who wrote: > I'm about to pull out my hair. I've tried to install 5 different versions > of Linux from three different companies on my machine. I know you can't > help me with that, but I've also tried to install 2 different versions of > FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. > Varying the parameters each time. None of which installed completely. > They all lock-up partially through the installation process. The FreeBSD What do you mean by `lock-up partially' ? Does NumLock still react ? > versions both lock-up during the ports part of the installation. Generally It sounds very much like a hardware problem. (May be something temperature related in the protected mode part.) I had a 486-board which would crash FreeBSD when still cold. After 3/4 h of running it would work fine. There were no problems under DOS, however. What type of board do you have ? Robert > after about 3 to 5 minutes through. The funny thing is, that I had > installed 2.2.5 a while back, but I had the same problems. One time it > didn't lock up until the end, so I had installed enough of the OS to boot > it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I > also have a Goldstar 16X cdrom. All of these items are detected when the > setup is loading from floppy. Do you have any advice? What is going on? > > David Alder -- 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 Fri Jan 16 11:25:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09612 for questions-outgoing; Fri, 16 Jan 1998 11:25:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09554 for ; Fri, 16 Jan 1998 11:21:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01463; Fri, 16 Jan 1998 11:20:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:20:46 -0800 (PST) From: Doug White Reply-To: Doug White To: Alik Yuswanto cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <01bd2151$6817cde0$d4a9cda7@Ws3-sby.Ywcn-sby> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Alik Yuswanto wrote: > Hello, > I'm new with the system called FreeBSD. Would you please help me with > my problems? Welcome aboard! Since this is FreeBSD support, I suppose I could answer some of these :) > I have some questions here: > > 1. Can we put two or more IP address in the same network interface card in > FreeBSD system (like in NT) ? Absolutely! See /etc/rc.conf's ifconfig_lo0 example entry for adding an alias. > 2. I would like to make my FreeBSD machine as a router. I've read the > manual of route command, but I'm still confused. Could you show me some > examples with the test case? Can you be more specific? It's easiwer if we can help you configure for a particular situation. > 3. Can we put the 100BaseT card on the system ( my FreeBSD version 2.2.2), > and if possible, what kinds of card or vendors that support this? Sure. The only cards that support 100mbit are PCI: The Intel EtherExpress Pro/100B (yes the B is significant), any Digital-based card (Kingston, Dayna, etc.), or the 3com 3c90x series (which I don't recommend). The Intel is the best supported hands down. 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 Jan 16 11:27:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09997 for questions-outgoing; Fri, 16 Jan 1998 11:27:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09983 for ; Fri, 16 Jan 1998 11:27:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01467; Fri, 16 Jan 1998 11:22:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:22:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Alejandro Galindo cc: freebsd-questions@FreeBSD.ORG Subject: Re: pppd messages What do it mean? In-Reply-To: <1.5.4.32.19980115010701.008c4980@exsocom.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Alejandro Galindo wrote: > Jan 14 18:52:24 servidor pppd[4123]: local IP address 200.34.46.130 > Jan 14 18:52:24 servidor pppd[4123]: remote IP address 200.34.46.152 > Jan 14 18:52:24 servidor routed[193]: IP_ADD_MEMBERSHIP ALLHOSTS: Address alread > y in use > Jan 14 18:52:24 servidor pppd[4123]: add default route: File exists pppd and routed arehaving a war. Disable routed in /etc/rc.conf and kill routed, then try ppp again. 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 Jan 16 11:27:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10019 for questions-outgoing; Fri, 16 Jan 1998 11:27:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09989 for ; Fri, 16 Jan 1998 11:27:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01471; Fri, 16 Jan 1998 11:23:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:23:54 -0800 (PST) From: Doug White Reply-To: Doug White To: Dolent cc: freebsd-questions@FreeBSD.ORG Subject: Re: my system In-Reply-To: <34BD6668.CC9334AB@southernmafia.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Dolent wrote: > hello, I am trying to get FreeBSD to work on my system but when I boot > up, it says that it is unable to mout root, and then it reboots. > This is my system: > p233 mmx (not p2) > 64 megs ram > 6.4 gig primary hard drive (windows, etc.) > 3.5 gig secondary slave hard drive (What I want FreeBSD on) > the rest shouldn't matter really > if you have any suggestions or questions, just tell me please Had you checked the mail archives, you would have received this: If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). 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 Jan 16 11:38:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10986 for questions-outgoing; Fri, 16 Jan 1998 11:38:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10953 for ; Fri, 16 Jan 1998 11:38:25 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id LAA03609; Fri, 16 Jan 1998 11:23:13 -0800 (PST) Date: Fri, 16 Jan 1998 11:23:12 -0800 (PST) From: Shawn Ramsey To: Doug White cc: questions@FreeBSD.ORG Subject: Re: UDMA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > Does onboard UDMA work with FreeBSD? (onboard FIC PA2007). > > In 3.0-CURRENT, yes. Is there a stable SNAPSHOT you would recommend for use with UDMA? How stable is the driver, is it going to be merged into -STABLE anytime soon? From owner-freebsd-questions Fri Jan 16 11:38:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10985 for questions-outgoing; Fri, 16 Jan 1998 11:38:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10947 for ; Fri, 16 Jan 1998 11:38:23 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id LAA03616 for ; Fri, 16 Jan 1998 11:25:03 -0800 (PST) Date: Fri, 16 Jan 1998 11:25:03 -0800 (PST) From: Shawn Ramsey To: questions@FreeBSD.ORG Subject: archives Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Anyone know when the mailing list archives are going to be back up? From owner-freebsd-questions Fri Jan 16 11:44:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11517 for questions-outgoing; Fri, 16 Jan 1998 11:44:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11507 for ; Fri, 16 Jan 1998 11:44:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01547; Fri, 16 Jan 1998 11:44:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:44:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Fernando Schapachnik cc: questions@FreeBSD.ORG Subject: Re: Problem adding a hard disk In-Reply-To: <199801150533.IAA02307@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Fernando Schapachnik wrote: > > > > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > > > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > > > > I've read the tutorial you pointed and followed the manual steps. > > > Here are the results: > > > > Hm, interesting. Can you please post the output of `disklabel sd1' and > > Sure, here you have: > > [1001]ns3:/root>disklabel sd1 > disklabel: ioctl DIOCGDINFO: Invalid argument What's odd is that I'm getting the same message for my SCSI disk (a 2GB Hawk), but my boot disk, wd0, reports fine. Hm..... > > `dmesg'? It's acting like the in-core disklabel for sd1 is blank, which > > isn't correct. > > arplookup 102.255.105.85 failed: host is not on local network oops your dmesg is hosed. Post the contents of `/var/run/dmesg.boot' instead. > Do you think all this trouble may be due to hardware failure? I > DOS-formated the disk and it worked. No, it's some confusion in the FreeBSD area. > > > [1013]ns3:/etc>dd if=/dev/zero of=/dev/rsd1 count=2 > > > 2+0 records in > > > 2+0 records out > > > 1024 bytes transferred in 1 secs (1024 bytes/sec) > > > [1014]ns3:/etc>disklabel /dev/rsd1 | disklabel -B -R -r sd1 /dev/stdin > > > Warning, revolutions/minute 0 > > > boot block size 0 > > > super block size 0 > > > line 12: 0: bad rpm > > > line 13: 0: bad interleave > > > Warning, revolutions/minute 0 > > > [1015]ns3:/etc>newfs /dev/rsd1c > > > newfs: ioctl (GDINFO): Invalid argument > > > newfs: /dev/rsd1c: can't read disk label; disk type must be specified > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > > > > > > > Fernando P. Schapachnik > S&M Internet > 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 Jan 16 11:46:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11647 for questions-outgoing; Fri, 16 Jan 1998 11:46:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11637 for ; Fri, 16 Jan 1998 11:46:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01554; Fri, 16 Jan 1998 11:46:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:46:25 -0800 (PST) From: Doug White Reply-To: Doug White To: Font cc: questions@FreeBSD.ORG Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Font wrote: > Playing around with some antispam/antirelay mechanisms on my new mail > server, I added in the rulesets from /etc/mail/sendmail.cf.additions as > well as the check_rcpt from http://www.sendmail.org/antispam.html, but > found that non-resolving MAIL FROM: domains weren't being rejected. Upon > closer examination I found that a line in sendmail.cf.additions had been > commented out: > > # R $* < @ $+ > $#error $: "451 Domain does not resolve" The stuff in that file was from the active configuration from hub.freebsd.org, and at the time 2.2.5 was released hub wasn't using that rule since we were afraid that it would exclude a lot of people. I think jmb got fed up and enabled it though. 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 Jan 16 11:50:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12135 for questions-outgoing; Fri, 16 Jan 1998 11:50:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12127 for ; Fri, 16 Jan 1998 11:50:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id LAA01561; Fri, 16 Jan 1998 11:50:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 11:50:11 -0800 (PST) From: Doug White Reply-To: Doug White To: Kwoody cc: freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 14 Jan 1998, Kwoody wrote: > Our little phone company here will be offering *dsl lines soon and have > been wondering if FreeBSD has any support for such any type of dsl adapter? How about a dedicated box, such as a Pairgain? That's what we use here at the UO for some of the outlying areas. Saves the cost of sticking a computer / router at the location. The Pairgain has a Ethernet port out that you plug into your hub or other equipment. Probably faster than an NT box too. 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 Jan 16 11:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12424 for questions-outgoing; Fri, 16 Jan 1998 11:54:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12416 for ; Fri, 16 Jan 1998 11:54:04 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA03466 for ; Fri, 16 Jan 1998 12:42:04 -0500 (EST) Date: Fri, 16 Jan 1998 12:42:03 -0500 (EST) From: Steve Hovey To: freebsd-questions@FreeBSD.ORG Subject: more smap/sendmail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If I telnet to one of these smap boxes and type EHLO it says 500 command not recognized Is the 500 part maybe what is messing up some of the sendmails? ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Fri Jan 16 11:55:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12539 for questions-outgoing; Fri, 16 Jan 1998 11:55:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12530 for ; Fri, 16 Jan 1998 11:55:17 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id NAA03039; Fri, 16 Jan 1998 13:55:10 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id NAA13042; Fri, 16 Jan 1998 13:55:09 -0600 (CST) Date: Fri, 16 Jan 1998 13:55:09 -0600 (CST) From: Font To: Mark Mayo cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2 identical nics - which is which? In-Reply-To: <19980116102821.09261@vmunix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have four fxp's in a Dell Dimension P100t (well, P75t, but I had this extra processor...) and had to go through the manual process of adding each card in separately, recording the Ethernet address, and checking FreeBSD's detection/numbering of the devices by the Ethernet addresses. It turned out that there wasn't a simple ordering of the devices. If the top of the screen corresponds to the rear of the computer, looking from above, I ended up with: e ffff p xxxx 0 pppp 3012 I suppose that maybe fxp3 is out of order because it's a shared slot or something. I don't know much about how that works. But it seems reasonable to assume that this could vary by PCI chipset, and so it's not safe to assume any particular ordering; one could really mess up one's static routing if one assumed wrongly. But you already know from your existing setup what the Ethernet addr of your existing fxp is, so when you change de to fxp, you will know whether you need to adjust your rc.conf. It's a lot easier with one addition! A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. On Fri, 16 Jan 1998, Mark Mayo wrote: > Date: Fri, 16 Jan 1998 10:28:21 -0500 > From: Mark Mayo > To: freebsd-questions@FreeBSD.ORG > Subject: 2 identical nics - which is which? > > Hi, here's a silly question. I currently have a machine running that > has a de0 and a fxp0 card in it. I want to replace the de0 card with > another identical fxp one.. since they're both PCI, how do I know > which card will become fxp0 and which will become fxp1 ?? I could > just "try it out",, but I'd like to minimize downtime so if there is > a way to know this in advance (slot position, etc.) I'd really love > to know! > > TIA, > -Mark > > -- > ------------------------------------------------------------------------ > Mark Mayo mark@vmunix.com > RingZero Comp. http://www.vmunix.com/mark > > finger mark@vmunix.com for my PGP key and GCS code > ------------------------------------------------------------------------ > Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to > an an 8 bit operating system originally coded for a 4 bit microprocessor, > written by a 2 bit company that can't stand 1 bit of competition. -UGU > From owner-freebsd-questions Fri Jan 16 12:29:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14081 for questions-outgoing; Fri, 16 Jan 1998 12:29:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14021; Fri, 16 Jan 1998 12:28:04 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801162028.MAA14021@hub.freebsd.org> Subject: Re: archives In-Reply-To: from Shawn Ramsey at "Jan 16, 98 11:25:03 am" To: shawn@luke.cpl.net (Shawn Ramsey) Date: Fri, 16 Jan 1998 12:28:03 -0800 (PST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Shawn Ramsey wrote: > Anyone know when the mailing list archives are going to be back up? > you can reach them via ftp.freebsd.org/pub/FreeBSD/....mailing-lists... awwww...i dont remembeer the url, poke around int there some ;) jmb From owner-freebsd-questions Fri Jan 16 12:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14238 for questions-outgoing; Fri, 16 Jan 1998 12:30:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.pernet.net (mail.pernet.net [205.229.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14210 for ; Fri, 16 Jan 1998 12:30:03 -0800 (PST) (envelope-from neal@pernet.net) Received: from dilbert.pernet.net (dilbert.pernet.net [205.229.0.46]) by mail.pernet.net (8.8.5/8.8.4) with SMTP id OAA16313 for ; Fri, 16 Jan 1998 14:37:20 -0600 (CST) Message-ID: <026901bd22bd$84ded000$2e00e5cd@dilbert.pernet.net> From: "Neal Rigney" To: Subject: double kernel faults Date: Fri, 16 Jan 1998 14:29:59 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've got a news machine that continually page faults(I'm tracking the problem down right now), but here's the interesting question: When it page faults, it ALWAYS(with this error) faults a second time. In other words, I get "page fault while in kernel mode" etc(the REAL error I want to look at) immediately followed by another fault that of course scrolls all the information from the first fault off the screen. So, should I _really_ worry about the second fault, or chaulk it up to the first fault making the system go nuts? -- Neal Rigney, PERnet Communications, (409)729-4638 neal@mail.pernet.net "I've seen better bandwidth between two gorillas with flash cards!" From owner-freebsd-questions Fri Jan 16 12:50:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15187 for questions-outgoing; Fri, 16 Jan 1998 12:50:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inet-user-gw-1.us.oracle.com (inet-user-gw-1.us.oracle.com [192.86.155.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15104 for ; Fri, 16 Jan 1998 12:49:13 -0800 (PST) (envelope-from BKADAMS@us.oracle.com) Received: from mailsun2.us.oracle.com (mailsun2.us.oracle.com [144.25.88.74]) by inet-user-gw-1.us.oracle.com (8.8.5/8.8.5) with SMTP id MAA20731; Fri, 16 Jan 1998 12:46:04 -0800 (PST) Received: by mailsun2.us.oracle.com (SMI-8.6/37.8) id MAA26867; Fri, 16 Jan 1998 12:57:15 -0800 Message-Id: <199801162057.MAA26867@mailsun2.us.oracle.com> Date: 16 Jan 98 12:47:32 -0800 From: "Brady K. Adams" To: freebsd-questions@FreeBSD.ORG Subject: Trying to install xfree86 Cc: dwhite@resnet.uoregon.edu MIME-Version: 1.0 X-Mailer: Oracle InterOffice (version 4.1.1.3.40) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk After having sucessfully installed FreeBSD via floppy, I am now trying to install the XFree86 X-Windows software (and other contributed software for that matter). The files for the software does not seem to be arranged in the same format as the FreeBSD software such as "bin" (bin.inf, bin.aa, bin.ab, etc.). Also, since I do not have a CD-ROM available, I cannot install directly from the CD. I have considered trying to copy the files onto a Zip disk (I have another computer available with a CD-ROM) and then mount the Zip Drive & do the installation via the Zip through the parallel port. I have not, however, able to mount the device. I do not know the directory to mount via the parallel port device (eg. /dev/sd0a). Two questions: -------------- Do I need a (special) driver to do use the Zip Drive? What is the syntax for the "mount" command (mount /dev/device /directory/to/mount)? HARDWARE: ========= Zenith NoteFlex 486DX50 16MB RAM 810MB Hard Drive 1.44MB Floppy Disk 2 PCMCIA Slots No CD-ROM Iomega 100MB Parallel Port Zip Drive Thanks in advance. Brady K. Adams bkadams@us.oracle.com ______ _____ _____ _____ __ _____ __ / _ / _ / ___/ / ___/ / / / _/ / / / / __/ _____/__/ _|__/__/_____/_____/_____/ http://www.oracle.com From owner-freebsd-questions Fri Jan 16 12:53:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15337 for questions-outgoing; Fri, 16 Jan 1998 12:53:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post-ofc04.srv.cis.pitt.edu (root@post-ofc04.srv.cis.pitt.edu [136.142.185.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15317; Fri, 16 Jan 1998 12:53:04 -0800 (PST) (envelope-from jddst19+@pitt.edu) Received: from unixs-eval.cis.pitt.edu (jddst19@unixs-eval.cis.pitt.edu [136.142.185.19]) by post-ofc04.srv.cis.pitt.edu with SMTP (8.8.8/8.8.8/cispo-7.1.1.5) ID ; Fri, 16 Jan 1998 15:34:56 -0500 (EST) Date: Fri, 16 Jan 1998 15:34:56 -0500 (EST) From: John D Duncan X-Sender: jddst19@unixs-eval.cis.pitt.edu To: Diana cc: Das Devaraj , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk er, i haven't cared about this question for a few years, but the last time i checked USL owned the unix name, and are charged with the responsibility of keeping SysV the only "real" unix. Here's a small list of u*ix-like oses: Real unix: solaris 2 (sunos 5.4), a/ux, sco, irix (svr3). Fake unix: linux (posix), mach/bsd, 4.3/4 bsd, FreeBSD, OpenBSD, NetBSD, BSD/OS, Interactive BSD, solaris 1 (sunos 4.x) Not quite unix: minix, coherent, etc. Makes unix-people happier: Cygnus Support's libraries for NT. ============== jddst19+@pitt.edu John Duncan Freshman, University of Pittsburgh "I'm not a doctor, but I ate one at the UPMC..." On Fri, 16 Jan 1998, Diana wrote: > Question, why was this posted to more than one group? > > > On Thu, 15 Jan 1998, Das Devaraj wrote: > > > happened after the UNIX name was bought from AT&T by Novell (is > > it public domain now?) > > Novell then re-sold to SCO. > > > > Diana Eichert > IT Manager > McKinley Paper Company > deeiche@mckinleypaper.com > Tele: 505/290-0153 > PGP public key finger: deichert@ts.shopnet.com > > From owner-freebsd-questions Fri Jan 16 13:14:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16880 for questions-outgoing; Fri, 16 Jan 1998 13:14:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16836 for ; Fri, 16 Jan 1998 13:13:44 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id QAA00245; Fri, 16 Jan 1998 16:15:51 -0500 (EST) Message-ID: <19980116161550.13813@vmunix.com> Date: Fri, 16 Jan 1998 16:15:50 -0500 From: Mark Mayo To: Font Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2 identical nics - which is which? References: <19980116102821.09261@vmunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: ; from Font on Fri, Jan 16, 1998 at 01:55:09PM -0600 X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 01:55:09PM -0600, Font wrote: [SNIP] > I suppose that maybe fxp3 is out of order because it's a shared slot or > something. I don't know much about how that works. But it seems > reasonable to assume that this could vary by PCI chipset, and so it's not > safe to assume any particular ordering; one could really mess up one's > static routing if one assumed wrongly. Indeed :-) > But you already know from your existing setup what the Ethernet addr of > your existing fxp is, so when you change de to fxp, you will know whether > you need to adjust your rc.conf. It's a lot easier with one addition! Good point. That's exactly what I'll do (just boot it and see if fxp0 stayed at the same ethernet address - if so, leave it; if not, change the card..) I could just modify my rc.conf, but it's probably easier to just swap the card :-) Thanks, -Mark > > A bug in my MUA causes news.announce.newusers font > to be sent to beneficiaries and senders of UCE/SPAM. @ > mcs.net > Wishes are like dishes. > > On Fri, 16 Jan 1998, Mark Mayo wrote: > > > Date: Fri, 16 Jan 1998 10:28:21 -0500 > > From: Mark Mayo > > To: freebsd-questions@FreeBSD.ORG > > Subject: 2 identical nics - which is which? > > > > Hi, here's a silly question. I currently have a machine running that > > has a de0 and a fxp0 card in it. I want to replace the de0 card with > > another identical fxp one.. since they're both PCI, how do I know > > which card will become fxp0 and which will become fxp1 ?? I could > > just "try it out",, but I'd like to minimize downtime so if there is > > a way to know this in advance (slot position, etc.) I'd really love > > to know! > > > > TIA, > > -Mark > > > > -- > > ------------------------------------------------------------------------ > > Mark Mayo mark@vmunix.com > > RingZero Comp. http://www.vmunix.com/mark > > > > finger mark@vmunix.com for my PGP key and GCS code > > ------------------------------------------------------------------------ > > Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to > > an an 8 bit operating system originally coded for a 4 bit microprocessor, > > written by a 2 bit company that can't stand 1 bit of competition. -UGU > > -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-freebsd-questions Fri Jan 16 13:16:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17197 for questions-outgoing; Fri, 16 Jan 1998 13:16:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17160 for ; Fri, 16 Jan 1998 13:15:56 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id NAA10874; Fri, 16 Jan 1998 13:13:56 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma010868; Fri, 16 Jan 98 13:13:46 -0800 Message-ID: <34BFCDBA.C4B6C1@partsnow.com> Date: Fri, 16 Jan 1998 13:14:34 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Peter van Heusden CC: questions@FreeBSD.ORG Subject: Re: Interoperation between FreeBSD and Win95 FAX? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Check out the hfaxd server in the HylaFAX package. I'm not sure what clients will work, but I know you can do so if your client supports it. HylaFax appears to be very flexible, and so far more workable than mgetty+sendfax in my experience. You can send it either postscript or g3 fax pages and it spits them out quite nicely. Your problem is going to be on the 95 side, because nobody will tell you what format they send for fear that you might actually get it to work. Like anything in freeware, the 'somebody working on it' should always include you :) When you get it working, post the steps and software components on the 'questions@' list with a great Subject: line, so we'll all benefit. BTW, beginning a post to the FreeBSD lists with 'In W95 you can...' is not recommended. ;) It's likely to raise hackles on those of us who are doing stuff W95 _doesn't_ do. Don't take this as a flame, just a gentle hint. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Fri Jan 16 13:19:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17571 for questions-outgoing; Fri, 16 Jan 1998 13:19:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from and.com (and.com [204.71.212.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA17559 for ; Fri, 16 Jan 1998 13:19:47 -0800 (PST) (envelope-from hahn@and.com) Received: (from hahn@localhost) by and.com (8.6.11/8.6.12) id NAA11673 for freebsd-questions@FreeBSD.ORG; Fri, 16 Jan 1998 13:21:44 -0800 Date: Fri, 16 Jan 1998 13:21:44 -0800 From: Jonathan Hahn Message-Id: <199801162121.NAA11673@and.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: HHHHEEEELLLLPPPP!!!! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk david- My advice to you is to load a minimal system and test the hell out of it. Stay away from ports and anything other than the minimal system until you are stable. You can likely get more diagnostic info about your "lock ups" when running the kernel. -jon ---------------------------------------------------------------------- Jonathan Hahn And Communications hahn@and.com Stop SPAM! Help extend the federal law banning junk faxes to ban junk email as well -> http://www.cauce.org > From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 08:24:33 1998 > Date: Thu, 15 Jan 1998 12:44:43 -0700 > To: questions@FreeBSD.ORG > From: "David B. Alder" > Subject: HHHHEEEELLLLPPPP!!!! > > I'm about to pull out my hair. I've tried to install 5 different versions > of Linux from three different companies on my machine. I know you can't > help me with that, but I've also tried to install 2 different versions of > FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. > Varying the parameters each time. None of which installed completely. > They all lock-up partially through the installation process. The FreeBSD > versions both lock-up during the ports part of the installation. Generally > after about 3 to 5 minutes through. The funny thing is, that I had > installed 2.2.5 a while back, but I had the same problems. One time it > didn't lock up until the end, so I had installed enough of the OS to boot > it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I > also have a Goldstar 16X cdrom. All of these items are detected when the > setup is loading from floppy. Do you have any advice? What is going on? > > David Alder From owner-freebsd-questions Fri Jan 16 13:30:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18232 for questions-outgoing; Fri, 16 Jan 1998 13:30:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.map.com (mail.map.com [204.71.19.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA18204; Fri, 16 Jan 1998 13:29:43 -0800 (PST) (envelope-from andrewr@map.com) Received: from mewkie [206.98.41.98] by mail.map.com (SMTPD32-4.03) id A0A04920150; Fri, 16 Jan 1998 16:26:56 EST5EDT Message-ID: <34BFD1B8.2802FB36@map.com> Date: Fri, 16 Jan 1998 16:31:36 -0500 From: A W R Organization: Marcus Garvey Foundation X-Mailer: Mozilla 3.04 (X11; I; Linux 2.0.32 i586) MIME-Version: 1.0 To: John D Duncan CC: Diana , Das Devaraj , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk John D Duncan wrote: > > er, i haven't cared about this question for a few years, but the > last time i checked USL owned the unix name, and are charged > with the responsibility of keeping SysV the only "real" unix. > > Here's a small list of u*ix-like oses: > > Real unix: solaris 2 (sunos 5.4), a/ux, sco, irix (svr3). > > Fake unix: linux (posix), mach/bsd, 4.3/4 bsd, FreeBSD, > OpenBSD, NetBSD, BSD/OS, Interactive BSD, solaris 1 (sunos 4.x) > > Not quite unix: minix, coherent, etc. > > Makes unix-people happier: Cygnus Support's libraries for NT. > > ============== > > jddst19+@pitt.edu John Duncan > Freshman, University of Pittsburgh > > "I'm not a doctor, but I ate one at the UPMC..." > I believe your ideology is messed up. a/ux == apple's wannabe version of unix. Perhaps you were thinking of AIX, which is IBM's unix os that runs on the RS/6000 and other ibm risc machines. also, I would include System V, OSF (digital unix), dg-ux, and others. Also, I wouldnt call the Fake Unix section, fake unix. I would see it as unix-like os's based of the BSD 4.4 kernel. This doesn't make them fake, just unix like. Also, the section Not quite unix, is actually somewhat incorrect. minix is unix, just with a microkernel. I suggest while you are at upitt that you go and check out CMU... perhaps they can help you with this. Andrew. -- ------------------------------------------------------- A W R andrewr@map.com "it's 96 degrees in the shade" ------------------------------------------------------- From owner-freebsd-questions Fri Jan 16 14:13:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00780 for questions-outgoing; Fri, 16 Jan 1998 14:13:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00744 for ; Fri, 16 Jan 1998 14:13:27 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id IAA03880; Sat, 17 Jan 1998 08:21:04 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id IAA22253; Sat, 17 Jan 1998 08:21:03 +1030 (CST) (envelope-from grog) Message-ID: <19980117082103.15484@lemis.com> Date: Sat, 17 Jan 1998 08:21:03 +1030 From: Greg Lehey To: Greg King Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Y2K & 2.2.1 References: <34BFA56D.C3241230@c-com.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BFA56D.C3241230@c-com.net>; from Greg King on Fri, Jan 16, 1998 at 12:22:37PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 12:22:37PM -0600, Greg King wrote: > I looked for info on the year 2000 bug and haven't found any via the > search engine in your > support area. > > The reason I ask is I think I found one in the DATE command for 2.2.1. > > The reason I say this is that it uses the YYMMDD format which means it > will roll over to > > 000101 at the year 2k. Correct. What's the problem? The year value represents the last two digits of a year between 1970 and 2038. Why not try it? # date 6811130711 date: nonexistent time # date 7011130711 Fri Nov 13 07:11:00 CST 1970 # date 9911130711 Sat Nov 13 08:11:00 CST 1999 # date 0011130711 Mon Nov 13 07:11:00 CST 2000 # date 3711130711 Fri Nov 13 07:11:00 CST 2037 # date 3811130711 date: nonexistent time # date 3801130711 Wed Jan 13 07:11:00 CST 2038 # The reason January 2038 works, and November 2038 doesn't, is because the time stamp wraps some time in 2038. By then I'm sure we'll have thought of a fix. Greg From owner-freebsd-questions Fri Jan 16 14:16:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00992 for questions-outgoing; Fri, 16 Jan 1998 14:16:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from negril.msrce.howard.edu (negril.msrce.howard.edu [138.238.128.153]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA00983 for ; Fri, 16 Jan 1998 14:16:05 -0800 (PST) (envelope-from jackson@msrce.howard.edu) From: jackson@msrce.howard.edu Received: from localhost by negril.msrce.howard.edu; (5.65/1.1.8.2/09Jan98-8.2MAM) id AA16810; Fri, 16 Jan 1998 17:05:38 -0500 Message-Id: <9801162205.AA16810@negril.msrce.howard.edu> To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 98 17:05:30 -0500 X-Mts: smtp Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk subscribe freebsd-questions From owner-freebsd-questions Fri Jan 16 14:16:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01030 for questions-outgoing; Fri, 16 Jan 1998 14:16:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from PeeCee.tbe.com ([192.88.94.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01022 for ; Fri, 16 Jan 1998 14:16:32 -0800 (PST) (envelope-from dkelly@PeeCee.tbe.com) Received: (from dkelly@localhost) by PeeCee.tbe.com (8.8.7/8.8.7) id QAA12439 for questions@freebsd.org; Fri, 16 Jan 1998 16:15:34 -0600 (CST) (envelope-from dkelly) Date: Fri, 16 Jan 1998 16:15:34 -0600 (CST) From: David Kelly Message-Id: <199801162215.QAA12439@PeeCee.tbe.com> To: questions@FreeBSD.ORG Subject: IBM 3480 tapes and DLT? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Somebody wants to send data to me on an IBM 3480 tape. I'm not familiar with that model. A bit of web surfing gets matches also mentioning TKZ60 tapes. In a dusty corner of my brain, I recal the DLT was a modern TK-50. I have access to DLT tape drives. I don't have my hands on a 3480 tape. Any chance a DLT drive will read a 3480? We won't worry about what application-level format the tape is in, if I can get the data on HD then we'll *write* something to put that data in usable format. -- David Kelly N4HHE, dkelly@nebula.tbe.com ======================================================================== Q: How many bureaucrats does it take to screw in a light bulb? A: Two. One to assure everyone that everything possible is being done while the other screws the bulb into the water faucet. From owner-freebsd-questions Fri Jan 16 14:34:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02420 for questions-outgoing; Fri, 16 Jan 1998 14:34:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA02402 for ; Fri, 16 Jan 1998 14:33:55 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980116223330.20304.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.218] by send1a; Fri, 16 Jan 1998 14:33:30 PST Date: Fri, 16 Jan 1998 14:33:30 -0800 (PST) From: Rudy Gireyev Subject: Re: FreeBSD 2.2.2 Installation Lockup To: small@haas.berkeley.edu, questions@FreeBSD.ORG Cc: david.small@usa.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---"David B. Small" wrote: > > My hardware: > Dell Dimension XPS D266 (Pentium II/266MHz, w/AGP slot) > 64 MB SDRAM > IBM DHEA 36480 (a 6 GB EIDE hard drive...I know...I should have gone SCSI) > ATAPI Toshiba CDROM Drive (XM-6102B) > ZIP drive (which, surprisingly, the kernel recognizes) > Matrox Millenium II AGP video card (which there appear to be alpha drivers > for for XFree86, but I'm less concerned with Xwindows, than with just > getting this system up) > > What's currently on the system: > 3 Partitions formatted: C=2.44GB (NTFS), D=2.44GB (NTFS), E=1.11GB (FAT) > Ideally, I'd like to leave C and D, install FreeBSD on the 3rd partition, > and use NT's boot manager to boot the system. > So far, I'm able to boot from CDROM (or from a boot-floppy, either way), > the system permits me to make kernel config changes (which I don't), > proceeds to recognize pretty much all of my storage devices, and then > hangs... with a solid square cursor in the lower left of the screen. While installing you can check the console on screen one Alt+F1 to see what is being done. > > Now I tried to consolidate/synthesize info from my "The Complete FreeBSD" > (which seems focused on 2.1.X), the CDROM I've got (2.2.2), some stuff I > pulled out of the WWW (from the FreeBSD Handbook and FAQ, which are > associated with 2.2.5, I think). > > In any case, I have several questions: > > 1) Is there any chance I'm going to succeed in installing: > a) from this CD-ROM drive? > b) to this EIDE hard drive? > c) to the partition that I've got (which is clealy beyond the first > 1024 cylinders)? Can you clarify the drive/partition selection and disklabel entries you are using. > > 2) Do I need to make any kernel config changes when booting? What do you mean when booting? You mean when installing? It's a good idead. You basically take out support for crap that is not in your computer in the first place. But it is not required. > > 3) Assuming that I *do* successfully get FreeBSD installed on the right > partition, can I, in fact, > be dropped into Unix before rebooting, so that I can copy the first sector > to a floppy (dd), and > copy that to my first partition, then set up NT's boot loader to boot onto > that? OK that went completely over my head. Be dropped into un*x from where before rebooting? > > Thanks, > > -David > David B. Small > Personal: david.small@usa.net > Work: dbsmall@ttl.pactel.com, http://www.ttl.pactel.com/~dbsmall > School: small@haas.berkeley.edu > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Fri Jan 16 14:38:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02743 for questions-outgoing; Fri, 16 Jan 1998 14:38:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA02733 for ; Fri, 16 Jan 1998 14:38:30 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980116223802.23029.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.218] by send1a; Fri, 16 Jan 1998 14:38:02 PST Date: Fri, 16 Jan 1998 14:38:02 -0800 (PST) From: Rudy Gireyev Subject: Re: question about supported hardware To: Wyatt Nordstrom , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Wyatt Nordstrom wrote: > > Hi group, > > I am getting ready to put together a new machine. Here is a list of > the hardware I am thinking about purchasing. I would appreciate your > input as to whether the hardware is supported by FreeBSD. Thanks. > > 1 diamond viper v3330 with agp Check X windows docs. > 2 tyan s1692dl (pentium !! dual processor) mainboard Support only in 3.0-CURRENT (as in not stable) (as in not to be used in production) > or > 3 abit lx6 (single processor) mainboard > > regards, > Wyatt > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Fri Jan 16 14:40:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03013 for questions-outgoing; Fri, 16 Jan 1998 14:40:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02984 for ; Fri, 16 Jan 1998 14:40:33 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA03955; Sat, 17 Jan 1998 09:08:47 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA22477; Sat, 17 Jan 1998 09:08:47 +1030 (CST) (envelope-from grog) Message-ID: <19980117090846.08224@lemis.com> Date: Sat, 17 Jan 1998 09:08:46 +1030 From: Greg Lehey To: Ruslan Shevchenko Cc: Das Devaraj , freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: <19980116113349.19517@lemis.com> <34BE2FA2.7B201AEC@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BE2FA2.7B201AEC@Shevchenko.kiev.ua>; from Ruslan Shevchenko on Thu, Jan 15, 1998 at 05:47:47PM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 05:47:47PM +0200, Ruslan Shevchenko wrote: > Greg Lehey wrote: >> Those of you who have been around UNIX for a while will know that all >> through the 80's, 4.xBSD was the leading edge of UNIX development, and >> that *all* current UNIX implementations (which effectively means >> System V) contain large parts of almost unchanged BSD code. With this >> background, which of these systems may *not* be called UNIX 95? >> >> UNIX System V >> 4.4BSD >> Microsoft NT >> > > NT ? You mean OpenNT ? I don't know. I've heard that NT passed UNIX 95 certification. I didn't ask for details. >> IBM OS/390 (formerly MVS) >> >> The answer is: 4.4BSD. The suits have disowned the very version of >> UNIX which made it what it is today. Since they also allowed such >> obviously non-UNIX systems as NT and OS/390 to be called UNIX, I don't >> think any of us care too much. Greg From owner-freebsd-questions Fri Jan 16 14:42:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03158 for questions-outgoing; Fri, 16 Jan 1998 14:42:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03102 for ; Fri, 16 Jan 1998 14:41:52 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id QAA02113; Fri, 16 Jan 1998 16:06:43 GMT Message-Id: <1.5.4.32.19980116220620.00896228@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 16 Jan 1998 16:06:20 -0600 To: Doug White From: Alejandro Galindo Subject: Re: pppd messages What do it mean? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Ok, but, what happend with the route tables of my network? if i kill the routed who manipulate the routes? Saludos Alejandro At 11:22 16/01/98 -0800, you wrote: >On Wed, 14 Jan 1998, Alejandro Galindo wrote: > >> Jan 14 18:52:24 servidor pppd[4123]: local IP address 200.34.46.130 >> Jan 14 18:52:24 servidor pppd[4123]: remote IP address 200.34.46.152 >> Jan 14 18:52:24 servidor routed[193]: IP_ADD_MEMBERSHIP ALLHOSTS: Address alread >> y in use >> Jan 14 18:52:24 servidor pppd[4123]: add default route: File exists > >pppd and routed arehaving a war. Disable routed in /etc/rc.conf and kill >routed, then try ppp again. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Fri Jan 16 14:43:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03242 for questions-outgoing; Fri, 16 Jan 1998 14:43:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03187 for ; Fri, 16 Jan 1998 14:43:05 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA03962; Sat, 17 Jan 1998 09:11:38 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA22498; Sat, 17 Jan 1998 09:11:37 +1030 (CST) (envelope-from grog) Message-ID: <19980117091137.28215@lemis.com> Date: Sat, 17 Jan 1998 09:11:37 +1030 From: Greg Lehey To: Diana Cc: Das Devaraj , freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Diana on Fri, Jan 16, 1998 at 07:41:47AM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 07:41:47AM -0700, Diana wrote: > Question, why was this posted to more than one group? Good question. I took -isp off my original reply. > On Thu, 15 Jan 1998, Das Devaraj wrote: > >> happened after the UNIX name was bought from AT&T by Novell (is >> it public domain now?) > > Novell then re-sold to SCO. It's not as simple as that. It seems that the sources, the licencing rights and the trademark went separate ways. To quote: UNIX is a registered trademark of The Santa Cruz Operation, Inc., under control of The Open Group. It's a complicated thing, but USL never actually gave or sold the trademark, they just allowed X/Open to allow third parties to use it as X/Open's discretion. You should be able to find more information in the Open Group's web pages, if you're interested. Greg From owner-freebsd-questions Fri Jan 16 14:44:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03342 for questions-outgoing; Fri, 16 Jan 1998 14:44:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03241; Fri, 16 Jan 1998 14:43:32 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA03951; Sat, 17 Jan 1998 09:07:51 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA22469; Sat, 17 Jan 1998 09:07:51 +1030 (CST) (envelope-from grog) Message-ID: <19980117090750.07770@lemis.com> Date: Sat, 17 Jan 1998 09:07:50 +1030 From: Greg Lehey To: Ruslan Shevchenko Cc: Das Devaraj , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: <34BE2D83.36F7DA23@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BE2D83.36F7DA23@Shevchenko.kiev.ua>; from Ruslan Shevchenko on Thu, Jan 15, 1998 at 05:38:44PM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 05:38:44PM +0200, Ruslan Shevchenko wrote: > Das Devaraj wrote: > >> (This is _reluctantly_ sent to freeBSD-isp also, in case the >> commercial folks - ISPs - see it in a different light). >> >> Can I _legally_ claim that my box running FreeBSD is UNIX? >> Or should it phrased that the OS is a _UNIX clone_. Note that > > clone. UNIX is register trademark of X/Open.www.xopen.org As used in computing, a clone is a copy made to imitate the original. That definition doesn't fit FreeBSD. It's more like a disowned member of the family. >> this has nothing to do with the actual power of FreeBSD. What >> happened after the UNIX name was bought from AT?T by Novell (is >> it public domain now?) >> >> Also is there a minimum set of functionality that needs to be >> supported before something is considered UNIX or even a UNIX clone? >> Have heard terms like UNIX 95, X/Open branding etc. tossed around. >> > > http://www.xopen.org for references. > > Look at http://UNIX-systems.org for online single-unix specification. > > FreeBSD is not full compability with standart, (for example have no > uid_t and gid_t), Where did you get that idea from? They're both defined in /sys/sys/types.h (and thus in /usr/include/sys/types.h). Greg From owner-freebsd-questions Fri Jan 16 14:45:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03615 for questions-outgoing; Fri, 16 Jan 1998 14:45:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03501 for ; Fri, 16 Jan 1998 14:45:12 -0800 (PST) (envelope-from csagar@iterated.com) Received: from [198.242.115.100] by gate.iterated.com for id RAA21664; Fri Jan 16 17:45:02 1998 Message-ID: <34BFE2EE.43E24E5A@iterated.com> Date: Fri, 16 Jan 1998 17:45:02 -0500 X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 Subject: support for Adaptec 2944UW Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG From: Chris Sagar Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does anyone have any experince with Adaptec 2944UW (wide/differential) controllers and FreeBSD? I need to upgrade from 2940 to 2944 and want to be sure it is supported. TIA csagar@iterated.com From owner-freebsd-questions Fri Jan 16 14:47:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03777 for questions-outgoing; Fri, 16 Jan 1998 14:47:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03708; Fri, 16 Jan 1998 14:46:51 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA03970; Sat, 17 Jan 1998 09:15:56 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA22524; Sat, 17 Jan 1998 09:15:56 +1030 (CST) (envelope-from grog) Message-ID: <19980117091555.11838@lemis.com> Date: Sat, 17 Jan 1998 09:15:55 +1030 From: Greg Lehey To: John D Duncan Cc: Diana , Das Devaraj , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from John D Duncan on Fri, Jan 16, 1998 at 03:34:56PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 03:34:56PM -0500, John D Duncan wrote: > er, i haven't cared about this question for a few years, but the > last time i checked USL owned the unix name, and are charged > with the responsibility of keeping SysV the only "real" unix. > > Here's a small list of u*ix-like oses: > > Real unix: solaris 2 (sunos 5.4), a/ux, sco, irix (svr3). Current versions of IRIX are SVR4. You need to mention System V here as well. > Fake unix: linux (posix), mach/bsd, 4.3/4 bsd, FreeBSD, > OpenBSD, NetBSD, BSD/OS, Interactive BSD, solaris 1 (sunos 4.x) I've never heard of Interactive BSD. I have used Interactive UNIX. The version I used was a much more conformant version of System V.3.2 than SCO had. I think this belongs in the first group. I also don't like the term "fake UNIX". "Unlicensed UNIX" or "trademark-refused UNIX" would be better. The point is that the versions are derived from a single source. Greg From owner-freebsd-questions Fri Jan 16 14:49:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03964 for questions-outgoing; Fri, 16 Jan 1998 14:49:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03900 for ; Fri, 16 Jan 1998 14:48:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA01712; Fri, 16 Jan 1998 14:48:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 14:48:32 -0800 (PST) From: Doug White Reply-To: Doug White To: edward appel cc: questions@FreeBSD.ORG Subject: Re: diamond edge3d 3000 In-Reply-To: <19980115095816.7883.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, edward appel wrote: > to whom it may concern... > > > i just recently installed a new diamond edge3d 3000 card into my system, > i dual boot win95/FreeBSD2.2.5 and was wondering if freebsd had any > support for the sound function of this card since the card is a three in > one card(video/sound/gameport). the only thing i need is the video and > sound portion. thank you for your prompt reply. The video portion depends on XFree86; the sound portion depends on what type of sound card it is. I recommend consulting multimedia@freebsd.org, they may be familiar with the card. 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 Jan 16 14:51:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04143 for questions-outgoing; Fri, 16 Jan 1998 14:51:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03975 for ; Fri, 16 Jan 1998 14:49:46 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA03978; Sat, 17 Jan 1998 09:19:23 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA22552; Sat, 17 Jan 1998 09:19:22 +1030 (CST) (envelope-from grog) Message-ID: <19980117091922.06450@lemis.com> Date: Sat, 17 Jan 1998 09:19:22 +1030 From: Greg Lehey To: Alejandro Galindo Cc: Doug White , freebsd-questions@FreeBSD.ORG Subject: Re: pppd messages What do it mean? References: <1.5.4.32.19980116220620.00896228@exsocom.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <1.5.4.32.19980116220620.00896228@exsocom.com.mx>; from Alejandro Galindo on Fri, Jan 16, 1998 at 04:06:20PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 04:06:20PM -0600, Alejandro Galindo wrote: > Ok, but, what happend with the route tables of my network? if i kill > the routed who manipulate the routes? You. You only need to run routed or gated if you have multiple links to the Ethernet and they're constantly changing. Greg From owner-freebsd-questions Fri Jan 16 14:53:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04271 for questions-outgoing; Fri, 16 Jan 1998 14:53:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04146 for ; Fri, 16 Jan 1998 14:51:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA01719; Fri, 16 Jan 1998 14:50:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 14:50:38 -0800 (PST) From: Doug White Reply-To: Doug White To: Hwang Jung Ho cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have a question! In-Reply-To: <34BE1CCA.167EB0E7@daisy.kwangwoon.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Hwang Jung Ho wrote: > I'm studying about IPC & RPC simulation. > For that file complie,would I have to install the libnls.a and etc file? > At my FreeBSD system's lib directory is not contain that files. > > These files are need to compile? No; nls is used on Suns. The functionality is built into FreeBSD's libc. 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 Jan 16 14:55:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04428 for questions-outgoing; Fri, 16 Jan 1998 14:55:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emerald.accessv.com (emerald.accessv.com [206.221.248.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04308 for ; Fri, 16 Jan 1998 14:53:48 -0800 (PST) (envelope-from grobin@accessv.com) Received: from accessv.com (port154-87.accessv.com [209.50.87.154]) by emerald.accessv.com (8.8.5/8.8.5) with ESMTP id RAA11904; Fri, 16 Jan 1998 17:53:56 -0500 Message-ID: <34BFE490.CECBFCC8@accessv.com> Date: Fri, 16 Jan 1998 17:52:00 -0500 From: Geoffrey Robinson Reply-To: grobin@accessv.com X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: "David B. Alder" CC: questions@FreeBSD.ORG Subject: Re: HHHHEEEELLLLPPPP!!!! References: <3.0.3.32.19980115124443.006944c8@unm.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk David B. Alder wrote: > > I'm about to pull out my hair. I've tried to install 5 different versions > of Linux from three different companies on my machine. I know you can't > help me with that, but I've also tried to install 2 different versions of > FreeBSD, 2.1.5 and 2.2.5. I've tried all 7 versions multiple times each. > Varying the parameters each time. None of which installed completely. > They all lock-up partially through the installation process. The FreeBSD > versions both lock-up during the ports part of the installation. Generally > after about 3 to 5 minutes through. The funny thing is, that I had > installed 2.2.5 a while back, but I had the same problems. One time it > didn't lock up until the end, so I had installed enough of the OS to boot > it and configure. I have a 486 DX4-100 with a 3.2GB and a 1.2GB drive. I > also have a Goldstar 16X cdrom. All of these items are detected when the > setup is loading from floppy. Do you have any advice? What is going on? > > David Alder This sounds similar to a problem I've experienced before, maybe this will help. I recall having to reinstall Win'95 on a 486 IBM machine that locked up at random times during 5 instillation attempts. When I was about to give up somebody told me that the on-board IBM IDE controllers did funny things to drives when formatting them. The solution in this case was to put the hard drive into another machine, install the OS from there then put the drive back into the IBM computer. As far as I know that machine hasn't had any further problems. Even if your not using an IBM it can't hurt to try it at this point. -- Geoffrey Robinson grobin@accessv.com Oakville, Ontario, Canada. From owner-freebsd-questions Fri Jan 16 14:56:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04495 for questions-outgoing; Fri, 16 Jan 1998 14:56:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cheech.ihug.co.nz (cheech.ihug.co.nz [203.29.160.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04397 for ; Fri, 16 Jan 1998 14:54:44 -0800 (PST) (envelope-from marki@ihug.co.nz) Received: from myfriend.my.domain (p6-max1.auck.ihug.co.nz [202.49.255.6]) by cheech.ihug.co.nz (8.8.8/8.8.8) with SMTP id LAA32729; Sat, 17 Jan 1998 11:55:52 +1300 Message-ID: <34BFE551.41C67EA6@ihug.co.nz> Date: Sat, 17 Jan 1998 11:55:13 +1300 From: Mark Ibell X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: cgong@ctron.com CC: freebsd-questions@FreeBSD.ORG Subject: Re: Novell NE2000 plus-3 References: <34BF9EE1.1F28@ctron.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Chris Gong wrote: > > Hi, > > I'm running FreeBSD v2.2.2, and I am unable to get the Novell NE2000 > plus-3 ethernet > interface card to work. It gives /kernel: ed0 device timeout. These's no > IRQ conflict. > I've checked the manual, and FreeBSD does support Novell NE2000 ethernet > interface > card, but does it support the Novell NE2000 plus-3 card? > > Thanks in advance, > Chris What FreeBSD is telling you is basically that the network is not responding. That is, the card is probably correctly configured and recognised but has nothing to communicate with. Make sure all machines on the network are powered up and connected together correctly. ### Mark ### From owner-freebsd-questions Fri Jan 16 14:57:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04599 for questions-outgoing; Fri, 16 Jan 1998 14:57:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from logon.log.on.ca (root@log.on.ca [205.207.183.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04451 for ; Fri, 16 Jan 1998 14:55:34 -0800 (PST) (envelope-from andrew@log.on.ca) Received: from [205.207.183.67](ppp0026.log.on.ca[205.207.183.67]) (1912 bytes) by logon.log.on.ca via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Fri, 16 Jan 1998 17:55:04 -0500 (EST) (Smail-3.2.0.101 1997-Dec-17 #2 built 1997-Dec-18) Message-Id: To: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems Date: Fri, 16 Jan 98 17:52:28 -0500 From: Andrew Stevens X-Mailer: E-Mail Connection v2.5.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- Brian and Doug: Thanks very much for your replies. I tried disabling lqr and installing the new version of ppp, and have now run into a different problem. I believe that this was the problem all along, as some of the other minor abnormalities I was seeing seem to confirm a device problem. Here it is: I load ppp, and type term to enter terminal mode. The following messages come up on the screen: ppp[177]: tun0: Error: OpenModem failed: /dev/cuaa1: Device not configured Failed to open modem. Doing a MAKEDEV didn't clear things up, either. Any thoughts? Thanks, Andrew Stevens. -------- REPLY, Original message follows -------- > Date: Wednesday, 14-Jan-98 07:57 PM > > From: Brian Somers \ Internet: (brian@awfulhak.org) > To: Andrew Stevens \ Internet: (andrew@log.on.ca) > cc: freebsd-questions@freebsd.org \ Internet: > (freebsd-questions@freebsd.org) > > Subject: Re: PPP Problems > > Can you try installing the 970113 version. It now uses whatever libalias is > available. After you install, if your problem persists, can you try removing > /usr/lib/libalias.so.2.5, then restart ppp and see if the problem persists ? > > I'm just trying to narrow things down. > > > Andrew Stevens. > > Thanks. > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > > -------- REPLY, End of original message -------- From owner-freebsd-questions Fri Jan 16 15:17:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06556 for questions-outgoing; Fri, 16 Jan 1998 15:17:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from negril.msrce.howard.edu (negril.msrce.howard.edu [138.238.128.153]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA06538 for ; Fri, 16 Jan 1998 15:16:52 -0800 (PST) (envelope-from jackson@msrce.howard.edu) From: jackson@msrce.howard.edu Received: from localhost by negril.msrce.howard.edu; (5.65/1.1.8.2/09Jan98-8.2MAM) id AA17048; Fri, 16 Jan 1998 18:06:37 -0500 Message-Id: <9801162306.AA17048@negril.msrce.howard.edu> To: freebsd-questions@FreeBSD.ORG Subject: easy install? I think not! Date: Fri, 16 Jan 98 18:06:30 -0500 X-Mts: smtp Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >subscribe freebsd-questions Sorry for that. Problem description: I've been trying to install freebsd 2.2.5 on a packard bell 70Mhz pentium from the Walnut Creek CDROM for the past few days with no luck. This computer belongs to a friend who needs unix for class work, but she doesn't know anything about the hardware. As far as I can tell it has 1 ide hard drive, 1 ide cd drive a pci video card and a modem. It boots fine, from a floppy, (after I disable all the devices with irq conflicts). I can then repartition the hard disk set up the freebsd partitions and then select the install files (X-Developer) and the distribution media CDROM. It then tells me this is my last chance to abort. After an ok, the installer makes all the file systems, puts booteasy on the MBR and then stops with an error saying that an emergency shell has been started on vty4. Alt-f4 takes me to a shell with a '#' prompt, which I assume is run from the flopy since very few commands work. Alt-f2, I think, takes me to a log window which doesn't appear to have any error messages. I then tried to copy the install files to the hard drive. Running view I started the necessary program and configured it to copy the necessary files. Even that gave me an error, something like 'x32bin.tgz not found'. I then deselected xf86, and the files were copied to the hard drive. Trying the installer again, using the hard disk for the install media this time, gave the same results as noted above. I also noticed that the installer goes into an infinite loop after an error from the first screen to the first partition screen and back to the first screen. Questions: Is this a hardware problem? Is there another way to install freebsd without using the installer? Is this a problem with the Walnut Creek CD? What other distributions of freebsd are out there? Has the freebsd web site been down for the past few days? Thanks for any help, suggestions. Aaron Jackson jackson@msrce.howard.edu From owner-freebsd-questions Fri Jan 16 15:23:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07106 for questions-outgoing; Fri, 16 Jan 1998 15:23:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07088 for ; Fri, 16 Jan 1998 15:22:54 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.7.3) with SMTP id QAA25377 for ; Fri, 16 Jan 1998 16:23:58 -0700 (MST) Date: Fri, 16 Jan 1998 16:23:58 -0700 (MST) From: Brett Taylor To: freebsd-questions@FreeBSD.ORG Subject: Re: trouble w/ network when trying to install In-Reply-To: <19980115212115.56494@emu.sourcee.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all! On Thu, Jan 15, 1998 at 04:58:54PM -0700, Brett Taylor wrote: > I bought a new machine recently. It is a PPro 200 machine. > [network woes whining deleted] The problem was fairly simple to fix actually. I had been trying to check the machine using WinDoZe NT 3.51 (which came installed) and it couldn't find the installed network card so I borrowed a different card from someone else. This machine actually has the networking built in on the MB so it was finding this and NOT the borrowed card. Of course the cable was plugged into the borrowed card ... sigh. Thanks to Norman Rice for helping out. I never did get NT to find the network card, yet FBSD found it right away. Yet another reason why I don't use WinDoZe! ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ From owner-freebsd-questions Fri Jan 16 15:27:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07369 for questions-outgoing; Fri, 16 Jan 1998 15:27:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07358 for ; Fri, 16 Jan 1998 15:27:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA01708; Fri, 16 Jan 1998 14:47:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 16 Jan 1998 14:47:09 -0800 (PST) From: Doug White Reply-To: Doug White To: Peter cc: freebsd-questions@FreeBSD.ORG Subject: Re: IBM support In-Reply-To: <3.0.5.32.19980115092644.009064a0@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Peter wrote: > > Anyone here know if FreeBSD 2.2.5 supports IBM CPU's ??? If you mean Cyrix CPUs, yes. 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 Jan 16 15:41:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08119 for questions-outgoing; Fri, 16 Jan 1998 15:41:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07990 for ; Fri, 16 Jan 1998 15:39:51 -0800 (PST) (envelope-from csagar@iterated.com) Received: from [198.242.115.100] by gate.iterated.com for id SAA22203; Fri Jan 16 18:39:39 1998 Message-ID: <34BFEFBB.E6C06284@iterated.com> Date: Fri, 16 Jan 1998 18:39:39 -0500 X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 Subject: Download problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG From: Chris Sagar Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Not to be a whiner, but . . . Downloading from ftp.freebsd.org runs at a blistering 0.7 to 1.0 Kbytes per second. I have dual T-1 access, so I am pretty sure it is not on my side of the Internet. Downloading from ftp5.freebsd.org does not support all files needed for a Kern. developer distribution. Downloading from ftp6 yields unresolved name Finally got decent download and kernal dev. support from ftp2, however the download aborted with page fault errors. Now to start all over again. I generally feel that if people are going to run ftp sites, they should carry all the distribution files and have decent bandwidth to support the downloads. I get very frustrated with sites that are unresponsive. There are too many OS's in the world to have potential users get PO'ed at the download cycle and give up. The best OS in the world isn't worth a damn if people can't get it downloaded in a decent amount of time. If you guys who read this are running one of the ftp sites, how about just doing a little clean up and help us poor folks who get in a jam and need to download and install the software under project and managerial time constraints. feel free to flame Chris Sagar csagar@iterated.com From owner-freebsd-questions Fri Jan 16 15:41:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08131 for questions-outgoing; Fri, 16 Jan 1998 15:41:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07999 for ; Fri, 16 Jan 1998 15:39:56 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA04024; Sat, 17 Jan 1998 10:09:47 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA23569; Sat, 17 Jan 1998 10:09:46 +1030 (CST) (envelope-from grog) Message-ID: <19980117100946.25067@lemis.com> Date: Sat, 17 Jan 1998 10:09:46 +1030 From: Greg Lehey To: jackson@msrce.howard.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: easy install? I think not! References: <9801162306.AA17048@negril.msrce.howard.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <9801162306.AA17048@negril.msrce.howard.edu>; from jackson@msrce.howard.edu on Fri, Jan 16, 1998 at 06:06:30PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 06:06:30PM -0500, jackson@msrce.howard.edu wrote: >> subscribe freebsd-questions > Sorry for that. > > Problem description: > I've been trying to install freebsd 2.2.5 on a packard bell 70Mhz pentium from > the Walnut Creek CDROM for the past few days with no luck. This computer belongs > to a friend who needs unix for class work, but she doesn't know anything about > the hardware. As far as I can tell it has 1 ide hard drive, 1 ide cd drive a > pci video card and a modem. It boots fine, from a floppy, (after I disable all > the devices with irq conflicts). I can then repartition the hard disk set up > the freebsd partitions and then select the install files (X-Developer) and the > distribution media CDROM. It then tells me this is my last chance to abort. > After an ok, the installer makes all the file systems, puts booteasy on the MBR > and then stops with an error saying that an emergency shell has been started on > vty4. This message is normal, assuming we're talking about the same one. What makes you sure that the installation has stopped? The messages on the log window (Alt-F2) will tell you that if there's nothing on the main installation window. > Alt-f4 takes me to a shell with a '#' prompt, which I assume is run > from the flopy since very few commands work. Alt-f2, I think, takes > me to a log window which doesn't appear to have any error > messages. I then tried to copy the install files to the hard drive. You're unlikely to be successful like that. > Running view I started the necessary program and configured it to > copy the necessary files. Even that gave me an error, something > like 'x32bin.tgz not found'. I then deselected xf86, and the files > were copied to the hard drive. Trying the installer again, using > the hard disk for the install media this time, gave the same results > as noted above. I also noticed that the installer goes into an > infinite loop after an error from the first screen to the first > partition screen and back to the first screen. > Questions: > Is this a hardware problem? Possibly. We need to know the last messages from the log window to determine what the problem is. > Is there another way to install freebsd without using the installer? Yes, but you don't want to know about it. It won't make things any easier. > Is this a problem with the Walnut Creek CD? Not with the distribution. Maybe with the individual CD-ROM. The output of the log window can help answer this question, too. > What other distributions of freebsd are out there? None better. They're mainly copies of the Walnut Creek CD-ROM. > Has the freebsd web site been down for the past few days? Yes. It suffered serious hardware damage, and it took a while for it to come back up again. Things should be OK now, since your message came via it. Greg From owner-freebsd-questions Fri Jan 16 15:42:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08309 for questions-outgoing; Fri, 16 Jan 1998 15:42:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from corpex.com (yuri.corpex.com [195.153.247.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA08304 for ; Fri, 16 Jan 1998 15:42:02 -0800 (PST) (envelope-from neil@corpex.com) Received: by corpex.com via sendmail with stdio id for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 23:42:40 +0000 (GMT) (Smail-3.2 1996-Jul-4 #1 built 1996-Aug-19) Message-Id: From: neil@corpex.com (Neil) Subject: 4 modems on/in 1 FBSD box To: freebsd-questions@FreeBSD.ORG (Questions Freebsd) Date: Fri, 16 Jan 1998 23:42:40 +0000 (GMT) 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I currently have 4 modems sitting on/in a FreeBSD server, with the intention if integrating them with HylaFax. COM1 and COM2 are external USR Flash modems and COM3 and COM$ are internal USR 33.6 Modems. All are configured to their relative IRQ's and Memory addresses, and appear correctly on 'dmesg' on a reconfigure/recompiled kernal for sio0-3 respectivly. Whilst I can use 'tip' to successfully connect to the two external modems, the two internal modems (sio2 and sio3) do not respond successfully. Upon initiating a 'tip' connection the modems each respond 'Connected' but no commands are echoed or executed by the modem. /etc/remote is configured tu use cuaa0-3 for the respective modems, and as I say cuaa0 and cuaa1 communicate successfully. any ideas greatly appreciated. Neil -- Neil Fowler Wright Senior Systems Administrator Corpex Limited. T: +44 171 242 4555 F: +44 171 242 4666 From owner-freebsd-questions Fri Jan 16 16:07:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09590 for questions-outgoing; Fri, 16 Jan 1998 16:07:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09577 for ; Fri, 16 Jan 1998 16:07:00 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980117000634.12759.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.234] by send1a; Fri, 16 Jan 1998 16:06:34 PST Date: Fri, 16 Jan 1998 16:06:34 -0800 (PST) From: Rudy Gireyev Subject: Re: 2.1.7-version install problems To: Li-heng Lee , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Li-heng Lee wrote: > > Dear Sir, > > I purchased a Walnut Creek Version 2.1.7 FreeBSD-CDROM last April, but till > recently I got chance to install it on my PC which is equipped with a Cyrix > P166+ CPU, two EIDE HDs(270MB and 2100MB),an NEC IDE ATAPI 6X CDROM drive, > 32MB main memory, and 512KB cache. After I installed from DOS partition, I > have the following problems. > > 1. CDROM can not be configured. It is said ATAPI CDROM drive support is > still alpha version for ver. 2.1.7. Are there still some ways to remedy. > 2. I configured XF86Config, but the system can not find the commands like > startx, xinit... etc. They are really in /usr/X11R6/bin. My keyboard is a > Windows 95 keyboard. Is the keyboard an issue? You have to go to your .profile or .cshrc file and add /usr/X11R6/bin to your PATH > 3. I can not extract the packages from the DOS partition. Using the DOS partition does not allow you to specify directories :-( So what I do is mount_msdos /... /... and then use existing file system option That way you can try to enter the directories around the location of your package :-) and see if that works. > There is no > catpages files on the CDROM. I downloaded them from the website, but it > still does not work. > > With best reguard! > > sincerely yours > > > Li-heng Lee > > > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Fri Jan 16 16:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10064 for questions-outgoing; Fri, 16 Jan 1998 16:15:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA10058 for ; Fri, 16 Jan 1998 16:15:35 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980117001519.13000.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.234] by send1b; Fri, 16 Jan 1998 16:15:19 PST Date: Fri, 16 Jan 1998 16:15:19 -0800 (PST) From: Rudy Gireyev Subject: Re: easy install? I think not! To: jackson@msrce.howard.edu, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk There are no other distributions of FreeBSD that I know of, however this distribution is available from other sources. Like for instance Unix Unleashed System Administration has a binary only (read no sources) version of this distribution. Yes the site has been down. My Questions :-) 1. You mention nothing about how you've partitioned the disk drive. If any of your partitions are not primary (like extended) sysinstall will lock up. 2. Alt+F1 has the debug info. During install you can set that to be verbose also. If you could include the last few lines you see that would help a lot as well. Rudy ---jackson@msrce.howard.edu wrote: > > >subscribe freebsd-questions > Sorry for that. > > Problem description: > I've been trying to install freebsd 2.2.5 on a packard bell 70Mhz pentium from > the Walnut Creek CDROM for the past few days with no luck. This computer belongs > to a friend who needs unix for class work, but she doesn't know anything about > the hardware. As far as I can tell it has 1 ide hard drive, 1 ide cd drive a > pci video card and a modem. It boots fine, from a floppy, (after I disable all > the devices with irq conflicts). I can then repartition the hard disk set up > the freebsd partitions and then select the install files (X-Developer) and the > distribution media CDROM. It then tells me this is my last chance to abort. > After an ok, the installer makes all the file systems, puts booteasy on the MBR > and then stops with an error saying that an emergency shell has been started on > vty4. Alt-f4 takes me to a shell with a '#' prompt, which I assume is run from > the flopy since very few commands work. Alt-f2, I think, takes me to a log > window which doesn't appear to have any error messages. I then tried to copy the > install files to the hard drive. Running view I started the necessary program > and configured it to copy the necessary files. Even that gave me an error, > something like 'x32bin.tgz not found'. I then deselected xf86, and the files > were copied to the hard drive. Trying the installer again, using the hard disk > for the install media this time, gave the same results as noted above. I also > noticed that the installer goes into an infinite loop after an error from the > first screen to the first partition screen and back to the first screen. > > Questions: > Is this a hardware problem? Is there another way to install freebsd without > using the installer? Is this a problem with the Walnut Creek CD? What other > distributions of freebsd are out there? Has the freebsd web site been down for > the past few days? > > Thanks for any help, suggestions. > > Aaron Jackson jackson@msrce.howard.edu > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Fri Jan 16 16:26:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10634 for questions-outgoing; Fri, 16 Jan 1998 16:26:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10575 for ; Fri, 16 Jan 1998 16:25:15 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id SAA02973; Fri, 16 Jan 1998 18:29:51 GMT Message-Id: <1.5.4.32.19980117002937.008ad29c@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 16 Jan 1998 18:29:37 -0600 To: Doug White From: Alejandro Galindo Subject: Re: pppd messages What do it mean? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Ok thanks, only one more question, why the modem hungup in some sessions? Saludos Alejandro At 14:46 16/01/98 -0800, you wrote: >On Fri, 16 Jan 1998, Alejandro Galindo wrote: > >> Ok, but, what happend with the route tables of my network? if i kill >> the routed who manipulate the routes? > >You do, using static routes. > >Do you have a dynamic routing environment? Is this machine running as a >router? Do you have more than one gateway? If the answer to any of these >questions is `yes' then you probably need to configure routed to be nicer >about recognizing the ppp session. I'm no very experienced with routed in >this regard, so you'll have to check the man page. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Fri Jan 16 16:27:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10761 for questions-outgoing; Fri, 16 Jan 1998 16:27:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10717 for ; Fri, 16 Jan 1998 16:27:27 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.8.7/8.7.3) id SAA05076 for freebsd-questions@freebsd.org; Fri, 16 Jan 1998 18:20:12 -0600 (CST) From: "Wayne M. Barnes" Message-Id: <199801170020.SAA05076@barnes1.wustl.edu> Subject: lpd in 2.2.5 To: freebsd-questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 18:20:11 -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-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear FreeBSDers, Ever since I upgraded to 2.2.5, I can't print, and I used to be able to print just fine. It seems that lpd refuses to stay on. It does print what's in the queue as it starts up, but after that, it messages barnes1 lpd[4494]: startup: duplicate spool directories: /var/sp ool/output/lpd Notice that it says "duplicate", but it only lists one directory. Then, lpq says "Warning -- no daemon", because lpd does not stay running. I have removed all spool directories, and then put only one back, namely /var/spool/output Same result: Jan 16 10:47:04 barnes1 lpd[4574]: startup: duplicate spool directories: /var/sp ool/output Here is my /etc/printcap: [my previous printcap used to specify a unique spool directory name for each printer; this simpler one is no better.] lp|Local Printer:\ :sh:sd=/var/spool/output:\ :lp=/dev/lpt0:\ :if=/usr/local/libexec/if-simple:\ :lf=/var/log/lpd Dideoxy|Color Printer:\ :lp=:rm=biochem:rp=Dideoxy:sd=/var/spool/output: bcprinter|Office Printer:\ :lp=:rm=biochem:rp=bcprinter:sd:/var/spool/output: kodak_ds|Kodak Digital Science Printer:\ :lp=:rm=biochem:rp=kodak_ds:sd:/usr/spool/output: Did anyone else notice a change in lpd from FreeBSD 2.2.2 to 2.2.5? Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://barnes1.wustl.edu Just plain Taq is old tech anymore. From owner-freebsd-questions Fri Jan 16 16:53:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12048 for questions-outgoing; Fri, 16 Jan 1998 16:53:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12041 for ; Fri, 16 Jan 1998 16:52:49 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: from localhost (bsd@localhost) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id JAA00968; Sat, 17 Jan 1998 09:18:34 +1000 (EST) Date: Sat, 17 Jan 1998 09:18:32 +1000 (EST) From: bsd To: Dan Busarow cc: freebsd-questions@FreeBSD.ORG Subject: Re: Server setup mystery...HELP? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi Dan and others, Now my server works just dandy except.... I can't telnet to port 25 (I checked this because my LAN clients can't popor send mail (windows...pegasus) What have I done? I have been fiddling with lots of config files (after reading books and docs etc so it might need a bit of intuition here. PS FreeBSD v2.2.2 Thanks Keith Spencer Townsville Australia From owner-freebsd-questions Fri Jan 16 17:04:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12868 for questions-outgoing; Fri, 16 Jan 1998 17:04:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jupiter.neptune.net (jupiter.neptune.net [204.107.103.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12848 for ; Fri, 16 Jan 1998 17:03:58 -0800 (PST) (envelope-from doug@mailhost.neptune.net) Received: (from doug@localhost) by jupiter.neptune.net (8.7.5/8.7.3) id RAA14676; Fri, 16 Jan 1998 17:01:40 -0800 (PST) Date: Fri, 16 Jan 1998 17:01:40 -0800 (PST) Message-Id: <199801170101.RAA14676@jupiter.neptune.net> To: questions@FreeBSD.ORG From: Doug Jolley Subject: resolv.conf Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm trying to get PPP set up on my FreeBSD box. I've got it working except that I have to use IP addresses instead of names. That tells me that I don't have DNS available. In looking at the /etc directory I note that there is no resolv.conf file present. Should there be; or, am I just supposed to create one? I'm concerned that not having at least a sample resolv.conf file present in /etc may indicate that I don't have some package or something that I need installed. Is that the case? TIA for any input. ... doug _____________________________________________________________________ Doug Jolley mailto://doug@bigwheel.net http://www.bigwheel.net Don't bogart that file, my friend. Net it over to me. --------------------------------------------------------------------- From owner-freebsd-questions Fri Jan 16 17:05:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12998 for questions-outgoing; Fri, 16 Jan 1998 17:05:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12904 for ; Fri, 16 Jan 1998 17:04:25 -0800 (PST) (envelope-from wweng@attila.stevens-tech.edu) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id UAA26500; Fri, 16 Jan 1998 20:03:44 -0500 (EST) Date: Fri, 16 Jan 1998 20:03:44 -0500 (EST) From: Wei Weng To: Peter cc: questions@FreeBSD.ORG Subject: Re: Netscape Browser In-Reply-To: <3.0.5.32.19980116134610.008fa430@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What i have been using is BSDi Netscape. And once you set it up, it works perfectly. It might have some memory leak problem. So, for your own sake, you better restart it every 3 or 4 days. I used to hang it around for weeks, but my X always ended up with freezing. Wei Weng wweng@stevens-tech.edu http://attila.stevens-tech.edu/~wweng -------------------------------------------------------------------------- Darkness beyond twilight, crimson beyond blood that flows ... buried in the flow of time ... in the great name, I pledge myself to darkness, all the fools who stand in our way shall be destroyed ... by the power you and I possess, DRAGON SLAVE! -------------------------------------------------------------------------- main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} --------------------------------------------------------------------------- On Fri, 16 Jan 1998, Peter wrote: > HI, > Can anyone recommend a good stable version of netscape, with built-in Mail > reader if Possible. At the moment Iam using Navigator Vder 3.04 and Iam > getting errors Galore, it I do Cut under edit netscape booms out and > there's plenty of other errors. > > peter > From owner-freebsd-questions Fri Jan 16 17:07:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13139 for questions-outgoing; Fri, 16 Jan 1998 17:07:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13111 for ; Fri, 16 Jan 1998 17:06:40 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal12-17.ppp.iadfw.net (dal12-17.ppp.iadfw.net [206.66.4.115]) by idfw.com (8.8.5) id SAA16338; Fri, 16 Jan 1998 18:06:20 -0700 (MST) Received: by dal12-17.ppp.iadfw.net with Microsoft Mail id <01BD22B2.07BEA6A0@dal12-17.ppp.iadfw.net>; Fri, 16 Jan 1998 19:07:46 -0600 Message-ID: <01BD22B2.07BEA6A0@dal12-17.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Printer Port LPT2 Date: Fri, 16 Jan 1998 19:07:36 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk As a new user of UNIX and FreeBSD I am still probing my way thru the fundamentals. When my system boots FreeBSD 2.2.5, the following is displayed in the hardware setups: lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt driven port lpt1 at 0x378-0x37f on isa lpt1: not probed due to I/O address conflict with lpt0 at 0x378 I assume that lpt0 is in actuality lpt1 and lpt1 is actually lpt2: And this conflict/error is harmless. Correct? From owner-freebsd-questions Fri Jan 16 17:11:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13475 for questions-outgoing; Fri, 16 Jan 1998 17:11:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13461 for ; Fri, 16 Jan 1998 17:10:37 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal12-17.ppp.iadfw.net (dal12-17.ppp.iadfw.net [206.66.4.115]) by idfw.com (8.8.5) id SAA18334; Fri, 16 Jan 1998 18:10:28 -0700 (MST) Received: by dal12-17.ppp.iadfw.net with Microsoft Mail id <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net>; Fri, 16 Jan 1998 19:11:56 -0600 Message-ID: <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: FreeBSD 2.2.5 on a 486 ISA System Date: Fri, 16 Jan 1998 19:11:43 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am trying to install a port over the Internet and keep hosing-up during the process. I am still at a very fundamental level with the FreeBSD OS, and would really like to be able to get this thing connected. I did the install from FTP over the Internet so the darn thing should be close. Let me list each step I'm taking and if you can just point out what I need to do different, I think I can make this happen! Remember, don't assume I'm doing anything else in between these steps. This is exactly and only what I am doing. 1. I start my FreeBSD system and login as root. 2. At the # prompt I typed ftp ftp.cdrom.com. I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host 3. I assume that I must make a ppp connection first so I type quit at the ftp> prompt and press 4. Back at the # prompt I type ppp. 5. I type term. 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) 7. I get a connection and login to my ISP. 8. I see this line: PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode 9. I then get this prompt PPP ON >. I've experimented around from here, but can't put 2 and 2 together. ! gets me back to the # prompt where I've tried the ftp part again, but I keep getting the Unknow host message. So how do I make both things happen at once, if that's what's required? Thanks again for your replies. I certainly am glad you're trying to help. From owner-freebsd-questions Fri Jan 16 17:13:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13703 for questions-outgoing; Fri, 16 Jan 1998 17:13:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13673 for ; Fri, 16 Jan 1998 17:13:16 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA10239; Sat, 17 Jan 1998 01:13:05 GMT Date: Fri, 16 Jan 1998 17:13:05 -0800 (PST) From: Dan Busarow To: bsd cc: freebsd-questions@FreeBSD.ORG Subject: Re: Server setup mystery...HELP? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, bsd wrote: > Now my server works just dandy except.... > I can't telnet to port 25 (I checked this because my LAN clients can't > popor send mail (windows...pegasus) POP is not turned on by default. Edit /etc/inetd.conf and uncomment the line for pop3 As for sendmail, is it running? If it is then you probably are missing a route to your internal lan. Not sure how you would convince FBSD not to route to the nic without actually deleting the route so sendmail probably stopped running. You probably gave it a kill instead of a kill -1 when changing your sendmail.cf. Try running # /usr/sbin/sendmail -bd -q30m manually and if it comes up you're done. If it doesn't start up try running it in test mode to see if you get any clues. # sendmail -bt 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 Fri Jan 16 17:14:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13812 for questions-outgoing; Fri, 16 Jan 1998 17:14:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13755 for ; Fri, 16 Jan 1998 17:13:57 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id RAA28544; Fri, 16 Jan 1998 17:12:38 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id MAA08857; Fri, 16 Jan 1998 12:53:21 -0800 (PST) Date: Fri, 16 Jan 1998 12:53:21 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Doug White , freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Kwoody wrote: > it will be attaced to this FBSD machine, but I forgot that I'll have to > change my cabling. I use coax now, so I'll have to switch to UTP and get > a hub. Hmmm, this may get a tad expensive. > Though as an addition to this last post, as I just grabbed some coax when I converted all my stuff to ethernet from arcnet (pre FBSD days) since thats what arcnet uses and bsd just automatically went to the BNC part of my kingston combo card. If/when I do switch to UTP wire how do I tell BSD to use the rj45 jack isntead of the bnc? Or does bsd detect what is being used? Coax/bnc or utp/rj45? thanks, Keith From owner-freebsd-questions Fri Jan 16 17:14:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13813 for questions-outgoing; Fri, 16 Jan 1998 17:14:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13763 for ; Fri, 16 Jan 1998 17:13:59 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id RAA28549; Fri, 16 Jan 1998 17:12:40 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id MAA08855; Fri, 16 Jan 1998 12:45:55 -0800 (PST) Date: Fri, 16 Jan 1998 12:45:55 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Doug White cc: freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Doug White wrote: > On Wed, 14 Jan 1998, Kwoody wrote: > > > Our little phone company here will be offering *dsl lines soon and have > > been wondering if FreeBSD has any support for such any type of dsl adapter? > > How about a dedicated box, such as a Pairgain? That's what we use here at > the UO for some of the outlying areas. Saves the cost of sticking a > computer / router at the location. The Pairgain has a Ethernet port out > that you plug into your hub or other equipment. Well this would be just for my home network. I have a few boxes that I use and have this FBSD box do routing. If I do go ahead with a dsl line it will be attaced to this FBSD machine, but I forgot that I'll have to change my cabling. I use coax now, so I'll have to switch to UTP and get a hub. Hmmm, this may get a tad expensive. >From what I have seen of perusing stuff on dsl most, if not all the dsl adapters have an ethernet port on them. Guess I'll just wait and see. Thanks, Keith. From owner-freebsd-questions Fri Jan 16 17:22:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14590 for questions-outgoing; Fri, 16 Jan 1998 17:22:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14584 for ; Fri, 16 Jan 1998 17:22:17 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal12-17.ppp.iadfw.net (dal12-17.ppp.iadfw.net [206.66.4.115]) by idfw.com (8.8.5) id SAA23628; Fri, 16 Jan 1998 18:22:06 -0700 (MST) Received: by dal12-17.ppp.iadfw.net with Microsoft Mail id <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net>; Fri, 16 Jan 1998 19:23:33 -0600 Message-ID: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Programs Date: Fri, 16 Jan 1998 19:23:19 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have completed the FreeBSD 2.2.5 install from the FTP site over the Internet. Lets just say that my current financial status forces me to do this without the CD for now! I selected the ports during installation and think I have what I need to get some of the programs running. Anyway I have a /usr/ports/ directory which is full of stuff. In particular I would like to get the sunclock program running. Do I have to get X-Windows running first. And If so, how do I do that. Please phrase your answer in the simplest terms as many of the responses I have received to date assume I know what to do in between the steps. I am a total greeny on this, although I'm a CNE with Novell, UNIX is still very new to me. From owner-freebsd-questions Fri Jan 16 17:25:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14761 for questions-outgoing; Fri, 16 Jan 1998 17:25:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from opium.zeitnet.com (opium.zeitnet.com [204.95.77.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14746 for ; Fri, 16 Jan 1998 17:25:20 -0800 (PST) (envelope-from CGong@ctron.com) Received: by opium.zeitnet.com with Internet Mail Service (5.0.1458.49) id ; Fri, 16 Jan 1998 17:21:34 -0800 Message-ID: <6155B7B1B507D1118D7D00A0C92AEC981E9973@opium.zeitnet.com> From: Chris Gong To: Mark Ibell , Chris Gong Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Novell NE2000 plus-3 Date: Fri, 16 Jan 1998 17:21:32 -0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Mark, I've tried several Novell NE2000 plus-3 ethernet cards and still don't work. However, I switched to another brand, 3COM 3C509 card and it works. Maybe there's some problems with the Novell NE2000 plus-3 cards. Thanks for helping, Chris > -----Original Message----- > From: Mark Ibell [SMTP:marki@ihug.co.nz] > Sent: Saturday, January 17, 1998 3:55 AM > To: cgong@ctron.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Novell NE2000 plus-3 > > Chris Gong wrote: > > > > Hi, > > > > I'm running FreeBSD v2.2.2, and I am unable to get the Novell NE2000 > > plus-3 ethernet > > interface card to work. It gives /kernel: ed0 device timeout. > These's no > > IRQ conflict. > > I've checked the manual, and FreeBSD does support Novell NE2000 > ethernet > > interface > > card, but does it support the Novell NE2000 plus-3 card? > > > > Thanks in advance, > > Chris > > What FreeBSD is telling you is basically that the network is not > responding. That is, the card is probably correctly configured and > recognised but has nothing to communicate with. Make sure all machines > on the network are powered up and connected together correctly. > > ### Mark ### From owner-freebsd-questions Fri Jan 16 17:29:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14978 for questions-outgoing; Fri, 16 Jan 1998 17:29:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14966 for ; Fri, 16 Jan 1998 17:29:34 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA10314; Sat, 17 Jan 1998 01:29:39 GMT Date: Fri, 16 Jan 1998 17:29:35 -0800 (PST) From: Dan Busarow To: Doug Jolley cc: questions@FreeBSD.ORG Subject: Re: resolv.conf In-Reply-To: <199801170101.RAA14676@jupiter.neptune.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Doug Jolley wrote: > I'm trying to get PPP set up on my FreeBSD box. I've got it > working except that I have to use IP addresses instead of > names. That tells me that I don't have DNS available. In > looking at the /etc directory I note that there is no > resolv.conf file present. Should there be; or, am I just > supposed to create one? I'm concerned that not having at Just create one. It's always created one for me when I install via ftp but it may not if you install from cd or disk. 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 Fri Jan 16 17:36:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15326 for questions-outgoing; Fri, 16 Jan 1998 17:36:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15315 for ; Fri, 16 Jan 1998 17:36:16 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA10330; Sat, 17 Jan 1998 01:34:56 GMT Date: Fri, 16 Jan 1998 17:34:56 -0800 (PST) From: Dan Busarow To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: FreeBSD 2.2.5 on a 486 ISA System In-Reply-To: <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > I've experimented around from here, but can't put 2 and 2 together. ! gets > me back to the # prompt where I've tried the ftp part again, but I keep > getting the Unknow host message. And you installed via ftp? Hmm, very strange. Sounds like you are missing /etc/resolv.conf, see another message with Subject resolv.conf from today. If you have a /etc/resolv.conf make sure that it has the correct IP addresses for your ISPs name servers in it. If you don't have one, create it. Format is domain beach.net nameserver 206.16.184.129 nameserver 206.16.184.3 Change the values please. 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 Fri Jan 16 17:44:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15719 for questions-outgoing; Fri, 16 Jan 1998 17:44:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15710 for ; Fri, 16 Jan 1998 17:44:18 -0800 (PST) (envelope-from keith@smmcroute.smmc.qld.edu.au) Received: from localhost (keith@localhost) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id KAA01154; Sat, 17 Jan 1998 10:10:39 +1000 (EST) Date: Sat, 17 Jan 1998 10:10:37 +1000 (EST) From: User KEITH keith spencer To: Dan Busarow cc: bsd , freebsd-questions@FreeBSD.ORG Subject: Re: Server setup mystery...HELP? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks Dan...popper wasn't enabled. I'll fiddle with the smtp Keith From owner-freebsd-questions Fri Jan 16 18:04:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16580 for questions-outgoing; Fri, 16 Jan 1998 18:04:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.sminter.com.ar (ns1.sminter.com.ar [200.10.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16534 for ; Fri, 16 Jan 1998 18:02:41 -0800 (PST) (envelope-from fpscha@ns1.sminter.com.ar) Received: (from fpscha@localhost) by ns1.sminter.com.ar (8.8.5/8.8.4) id XAA16974; Fri, 16 Jan 1998 23:00:38 +0300 (GMT) From: Fernando Schapachnik Message-Id: <199801162000.XAA16974@ns1.sminter.com.ar> Subject: Re: Problem adding a hard disk To: dwhite@resnet.uoregon.edu Date: Fri, 16 Jan 1998 23:00:38 +0300 (GMT) Cc: fpscha@ns1.sminter.com.ar, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jan 16, 98 11:44:27 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk En un mensaje anterior, Doug White escribió: > > On Thu, 15 Jan 1998, Fernando Schapachnik wrote: > > > > > > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > > > > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > > > > > > I've read the tutorial you pointed and followed the manual steps. > > > > Here are the results: > > > > > > Hm, interesting. Can you please post the output of `disklabel sd1' and > > > > Sure, here you have: > > > > [1001]ns3:/root>disklabel sd1 > > disklabel: ioctl DIOCGDINFO: Invalid argument > > What's odd is that I'm getting the same message for my SCSI disk (a 2GB > Hawk), but my boot disk, wd0, reports fine. Hm..... > > > > `dmesg'? It's acting like the in-core disklabel for sd1 is blank, which > > > isn't correct. > > > > arplookup 102.255.105.85 failed: host is not on local network > > oops your dmesg is hosed. Post the contents of `/var/run/dmesg.boot' > instead. I don't have a dmesg.boot there, but I have the boot report from syslog (I cicle it :) ): Jan 5 09:28:39 ns3 /kernel: FreeBSD 2.1.7.1-RELEASE #0: Thu Nov 6 09:42:50 ARST 1997 Jan 5 09:28:39 ns3 /kernel: root@ns3.sminter.com.ar:/usr/src/sys/compile/NKERNEL Jan 5 09:28:40 ns3 /kernel: CPU: 120-MHz Pentium 735\90 or 815\100 (Pentium-class CPU) Jan 5 09:28:40 ns3 /kernel: Origin = "GenuineIntel" Id = 0x52c Stepping=12 Jan 5 09:28:40 ns3 /kernel: Features=0x1bf Jan 5 09:28:40 ns3 /kernel: real memory = 67108864 (65536K bytes) Jan 5 09:28:41 ns3 /kernel: avail memory = 62758912 (61288K bytes) Jan 5 09:28:41 ns3 /kernel: Probing for devices on PCI bus 0: Jan 5 09:28:41 ns3 /kernel: chip0 rev 16 on pci0:0 Jan 5 09:28:41 ns3 /kernel: chip1 rev 2 on pci0:7:0 Jan 5 09:28:41 ns3 /kernel: pci0:7:1: VIA Technologies, device=0x0571, class=storage (ide) [no driver assigned] Jan 5 09:28:42 ns3 /kernel: vx0 <3COM 3C900 Etherlink XL PCI> rev 0 int a irq 11 on pci0:8 Jan 5 09:28:42 ns3 /kernel: utp/aui/bnc[*utp*]: disable 'auto select' with DOS util! address 00:60:97:61:91:71 Jan 5 09:28:42 ns3 /kernel: vga0 rev 0 on pci0:10 Jan 5 09:28:42 ns3 /kernel: ahc0 rev 0 int a irq 10 on pci0:11 Jan 5 09:28:42 ns3 /kernel: ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs Jan 5 09:28:42 ns3 /kernel: ahc0 waiting for scsi devices to settle Jan 5 09:28:42 ns3 /kernel: (ahc0:0:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 Jan 5 09:28:42 ns3 /kernel: sd0(ahc0:0:0): Direct-Access 4148MB (8496884 512 byte sectors) Jan 5 09:28:42 ns3 /kernel: (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 Jan 5 09:28:42 ns3 /kernel: sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) Is this what you are looking for? Jan 5 09:28:43 ns3 /kernel: Probing for devices on the ISA bus: Jan 5 09:28:43 ns3 /kernel: sc0 at 0x60-0x6f irq 1 on motherboard Jan 5 09:28:43 ns3 /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Jan 5 09:28:43 ns3 /kernel: ed0 not found at 0x280 Jan 5 09:28:43 ns3 /kernel: ed1 not found at 0x300 Jan 5 09:28:43 ns3 /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Jan 5 09:28:43 ns3 /kernel: sio0: type 16550A Jan 5 09:28:43 ns3 /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Jan 5 09:28:43 ns3 /kernel: sio1: type 16550A Jan 5 09:28:43 ns3 /kernel: sio2: disabled, not probed. Jan 5 09:28:44 ns3 /kernel: sio3: disabled, not probed. Jan 5 09:28:44 ns3 /kernel: lpt0 at 0x378-0x37f irq 7 on isa Jan 5 09:28:44 ns3 /kernel: lpt0: Interrupt-driven port Jan 5 09:28:44 ns3 /kernel: lp0: TCP/IP capable interface Jan 5 09:28:44 ns3 /kernel: lpt1 not found at 0xffffffff Jan 5 09:28:44 ns3 /kernel: mse0 not found at 0x23c Jan 5 09:28:44 ns3 /kernel: psm0: disabled, not probed. Jan 5 09:28:44 ns3 /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Jan 5 09:28:44 ns3 /kernel: fdc0: NEC 72065B Jan 5 09:28:44 ns3 /kernel: fd0: 1.44MB 3.5in Jan 5 09:28:45 ns3 /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Jan 5 09:28:45 ns3 /kernel: wdc0: unit 0 (wd0): Jan 5 09:28:45 ns3 /kernel: wd0: 1032MB (2113776 sectors), 2097 cyls, 16 heads, 63 S/T, 512 B/S Jan 5 09:28:45 ns3 /kernel: wdc1 not found at 0x170 Jan 5 09:28:45 ns3 /kernel: bt0 not found at 0x330 Jan 5 09:28:45 ns3 /kernel: uha0 not found at 0x330 Jan 5 09:28:45 ns3 /kernel: aha0 not found at 0x330 Jan 5 09:28:45 ns3 /kernel: aic0 not found at 0x340 Jan 5 09:28:45 ns3 /kernel: nca0 not found at 0x1f88 Jan 5 09:28:46 ns3 /kernel: nca1 not found at 0x350 Jan 5 09:28:46 ns3 /kernel: sea0 not found Jan 5 09:28:46 ns3 /kernel: wt0 not found at 0x300 Jan 5 09:28:46 ns3 /kernel: mcd0: timeout getting status Jan 5 09:28:46 ns3 /kernel: mcd0 not found at 0x300 Jan 5 09:28:46 ns3 /kernel: matcdc0 not found at 0x230 Jan 5 09:28:46 ns3 /kernel: scd0 not found at 0x230 Jan 5 09:28:46 ns3 /kernel: ie0 not found at 0x360 Jan 5 09:28:46 ns3 /kernel: ep0 not found at 0x300 Jan 5 09:28:46 ns3 /kernel: ix0 not found at 0x300 Jan 5 09:28:47 ns3 /kernel: le0 not found at 0x300 Jan 5 09:28:47 ns3 /kernel: lnc0 not found at 0x280 Jan 5 09:28:47 ns3 /kernel: ze0 not found at 0x300 Jan 5 09:28:47 ns3 /kernel: zp0 not found at 0x300 Jan 5 09:28:47 ns3 /kernel: npx0 on motherboard Jan 5 09:28:47 ns3 /kernel: npx0: INT 16 interface Jan 5 09:28:47 ns3 sendmail[90]: /etc/sendmail.cf: WARNING: dangerous write permissions [...stuff concerning hardware ends here, the rest is daemons initialization...] Tell me if you need anything else. > > > Do you think all this trouble may be due to hardware failure? I > > DOS-formated the disk and it worked. > > No, it's some confusion in the FreeBSD area. > > > > > [1013]ns3:/etc>dd if=/dev/zero of=/dev/rsd1 count=2 > > > > 2+0 records in > > > > 2+0 records out > > > > 1024 bytes transferred in 1 secs (1024 bytes/sec) > > > > [1014]ns3:/etc>disklabel /dev/rsd1 | disklabel -B -R -r sd1 /dev/stdin > > > > Warning, revolutions/minute 0 > > > > boot block size 0 > > > > super block size 0 > > > > line 12: 0: bad rpm > > > > line 13: 0: bad interleave > > > > Warning, revolutions/minute 0 > > > > [1015]ns3:/etc>newfs /dev/rsd1c > > > > newfs: ioctl (GDINFO): Invalid argument > > > > newfs: /dev/rsd1c: can't read disk label; disk type must be specified Fernando P. Schapachnik S&M Internet From owner-freebsd-questions Fri Jan 16 18:06:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16756 for questions-outgoing; Fri, 16 Jan 1998 18:06:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason02.u.washington.edu (root@jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16749 for ; Fri, 16 Jan 1998 18:06:31 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason02.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id RAA13710; Fri, 16 Jan 1998 17:27:36 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id RAA28205; Fri, 16 Jan 1998 17:27:36 -0800 (PST) Message-Id: <3.0.3.32.19980116172729.007ab350@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 16 Jan 1998 17:27:29 +0000 To: Doug Jolley From: Jason Wells Subject: Re: resolv.conf Cc: questions@FreeBSD.ORG In-Reply-To: <199801170101.RAA14676@jupiter.neptune.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 17:01 1/16/98 -0800, Doug Jolley wrote: >I'm trying to get PPP set up on my FreeBSD box. I've got it >working except that I have to use IP addresses instead of >names. That tells me that I don't have DNS available. In >looking at the /etc directory I note that there is no >resolv.conf file present. Should there be; or, am I just Yes there should be. Yes you should create one. >supposed to create one? I'm concerned that not having at >least a sample resolv.conf file present in /etc may indicate >that I don't have some package or something that I need >installed. Is that the case? TIA for any input. > ... doug You have everything you need. AFAIK there is no example that comes with the system. Resolv.conf is pretty straight forward. e.g. hostresorder local bind nameserver 128.95.120.2 nameserver 128.95.112.2 nameserver 128.95.120.1 domain u.washington.edu search u.washington.edu washington.edu See man resolv.conf for better info. Later, Jason Wells From owner-freebsd-questions Fri Jan 16 18:14:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17310 for questions-outgoing; Fri, 16 Jan 1998 18:14:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bdg.centrin.net.id (noffice@bdg.centrin.net.id [202.146.253.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17291 for ; Fri, 16 Jan 1998 18:14:22 -0800 (PST) (envelope-from d.r.tanjung@ieee.org) Message-Id: <199801170214.SAA17291@hub.freebsd.org> Received: from lab24.maranatha.edu ([203.109.7.56]) by bdg.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA7881 for ; Sat, 17 Jan 1998 08:23:29 +0700 From: "Dirgantara R T" To: Subject: Re: mail.freebsd.org (AKA hub.freebsd.org) service problems. Date: Sat, 17 Jan 1998 08:28:29 +0700 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-freebsd-questions@FreeBSD.ORG Precedence: bulk .> > Dear sir > > > > Iam using FreeBSD 2.2.2 but i dont now how to installation > > disk quotas in freebsd 2.2.2 > > > > please help me to broke this problem !!!! > > please step by step to configure free bsd disk quotas > > > > free bsd not as simple as BSDOS 3 > > > > > > thank you very much > > > > >. From owner-freebsd-questions Fri Jan 16 18:30:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18246 for questions-outgoing; Fri, 16 Jan 1998 18:30:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.mira.dk (mail.mira.dk [194.234.59.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18232 for ; Fri, 16 Jan 1998 18:30:09 -0800 (PST) (envelope-from gert@bizarre.mira.dk) Received: from hookturn (ip134.mira.dk [194.234.59.134]) by mail.mira.dk (8.8.2/8.8.2) with SMTP id DAA19263 for ; Sat, 17 Jan 1998 03:41:31 +0100 (MET) Received: by hookturn with Microsoft Mail id <01BD22F8.18167280@hookturn>; Sat, 17 Jan 1998 03:29:18 +0100 Message-ID: <01BD22F8.18167280@hookturn> From: Gert Nielsen To: "'freebsd-questions@FreeBSD.ORG'" Subject: NEC 222 & FreeBSD 2.2.1-RELEASE Date: Sat, 17 Jan 1998 03:29:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id SAA18237 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello there stranger! I'm a new comer to the world af FreeBSD, and I'm stil not to confident when I'm to install a FreeBSD. But until a few hours ago I have never had any real trouble installing FreeBSD, but when I began to install FreeBSD on the actual server it is to run on, there was a problem i can't figure out. I'm using a NEC 222 (scsi id 5, 4x speed) 3.0i, ASUS P/I-P55T2P4, Intel 150MHz CPU, Adaptec 1542CF, Seagate Medalist 1080MB (scsi id 0), Quantum Grand prix 4GB (scsi id1), Matrox Mill. 2MB, 3CCOM 590 NIC, Soundblaster 16 PNP, 32 MB RAM (EDO) and FreeBSD 2.2.1-RELEASE After FreeBSD has waited for "scsi bus reseting" it detects the Seagate, then the Quantum, then it detects the cdrom drive. The 2 linies look like this: (aha0:5:): "NEC CD-ROM DRIVE:222 3.0i" type 5 removeble SCSI 2 cd0(aha0:5:0:): CD-ROM Can't get the size and when I have chosen the install media to be CDROM drive it tells me that there ain't no CDROM devices attached, and it suggest that i check that a device is attaced. Before I installed FreeBSD I was running windows 95 and still is on the Quantum, there is no problem with the CDROM drive when running Win95, so is it because the NEC isn't supported by FreeBSD 2.2.1-RELEASE, or do you have any idea as to what it could be?? With Best Regards Gert Nielsen Gert@bizarre.mira.dk ICQ UIN# 6237719 From owner-freebsd-questions Fri Jan 16 18:39:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18648 for questions-outgoing; Fri, 16 Jan 1998 18:39:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fax.ceniai.inf.cu (fax.ceniai.inf.cu [169.158.128.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18542 for ; Fri, 16 Jan 1998 18:37:21 -0800 (PST) (envelope-from root@jcce.org.cu) Received: from ceniai.inf.cu by fax.ceniai.inf.cu with esmtp (Smail3.2) id m0xtO7c-000NPSC; Fri, 16 Jan 1998 21:36:32 -0500 (CST) Received: from by ceniai.inf.cu with bsmtp (Smail3.2) id m0xtODq-000AuoC; Fri, 16 Jan 1998 21:42:58 -0500 (CST) Received: by gateway.jcce.org.cu (Smail3.1.29.1 #1) id m0xtNqa-00009IC; Fri, 16 Jan 98 21:18 CST Message-Id: Date: Fri, 16 Jan 98 21:18 CST To: freebsd-questions@FreeBSD.ORG X-URL: http://www.freebsd.org/mailto.html X-Mailer: Lynx, Version 2.7.1 X-Personal_name: Ernesto Pedroso From: ernesto@tinored.cu Subject: FreeBSD FireWall Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Please, can you tell me where can I find a Proxy Server for FreeBSD version 2.1? I would appreciate you send me any ftp site where I can download this. Many thanks in advance. MAIL FROM: RCPT TO: DATA Received: from tinored by gateway.jcce.org.cu with smtp (Smail3.1.29.1 #1) id m0xtNza-00009IC; Fri, 16 Jan 98 21:28 CST Received: by tinored (Smail3.1.28.1 #24) id m0xtNe7-0002FDC; Fri, 16 Jan 98 21:06 EST Message-Id: From: co2bd@jcce.org.cu (Delfin Suares Jimenez. Radioaficionado.) Subject: To: w3mail@gmd.de Date: Fri, 16 Jan 1998 21:06:02 -0500 (EST) X-Mailer: CARIBE [version 3.0] Content-Type: text Content-Length: 710 get http://206.63.61.15/forum/locator/current.html get http://206.63.61.15/forum/locator/postmessage.html get http://206.63.61.15/forum/locator/forum/ get http://206.63.61.15/forum/locator/faq.html get http://206.63.61.15/forum/locator/archives/ get http://206.63.61.15/forum/locator/messages/9612216415.html get http://206.63.61.15/forum/locator/messages/9612216418.html get http://206.63.61.15/forum/locator/messages/9612216416.html get http://206.63.61.15/forum/locator/messages/9612216408.html get http://206.63.61.15/forum/locator/messages/9612216385.html -- CO2BD DELFIN SUAREZ JIMENEZ Radioaficionado From owner-freebsd-questions Fri Jan 16 19:04:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20415 for questions-outgoing; Fri, 16 Jan 1998 19:04:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1138.jumpnet.com [207.8.67.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20408 for ; Fri, 16 Jan 1998 19:04:21 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id VAA05805; Fri, 16 Jan 1998 21:04:15 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: login-timeout? References: From: Dave Marquardt Date: 16 Jan 1998 21:03:44 -0600 In-Reply-To: Lists's message of "Fri, 16 Jan 1998 14:47:15 +0000 (GMT)" Message-ID: <857m7zol7z.fsf@localhost.zilker.net> Lines: 13 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Lists writes: > > Another question: is it possible to give the user a 'clear screen' firt > > before presenting them the login prompt? (What option do I have to setup > > in the gettytab?) > > You have to send the client the following.. > > ^[[H^[[J Yeah, that may be okay on the console, but if the user is coming in by telnet, I wouldn't count on their terminal being ANSI compatible. -Dave From owner-freebsd-questions Fri Jan 16 19:18:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21292 for questions-outgoing; Fri, 16 Jan 1998 19:18:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21229 for ; Fri, 16 Jan 1998 19:16:55 -0800 (PST) (envelope-from panda@peace.com.my) Received: from lovebox ([202.184.153.99]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id LAA00235 for ; Sat, 17 Jan 1998 11:02:37 +0800 (SGT) Date: Sat, 17 Jan 1998 11:02:37 +0800 (SGT) Message-Id: <3.0.32.19980117110938.009379b0@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: chas Subject: NIC woes : server visible on our network only. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We have been having woes - When our machine boots/restarts, the messages appear on the screen and all seems to be going well in the boot process until it gets to the NIC config. ep0 : ...... ether Once this appears on the screen, the process seems to halt. I then have to press CTRL + C to get it to finish booting. (the next line says something about clearing /tmp) - I have since learned that this is not a very cool thing to do. For the past few days, it appears that all incoming mail on this mailserver was not arriving. Anyone outside our network could not even ping the machine, even by IP number. Yet internally we could use the mail server without problem for sending / receiving. We could also ping it fine. Basically the machine was invisible to anyone not on our network. So, now, when the bootup stalls, I ping the machine or try to check my mail from another machine. Whilst both of these will fail, it does seem to persuade the mailserver to complete the boot process. Has anyone any explanation for the above ? (we are using 3com etherlink III NICs) Cheers, chas From owner-freebsd-questions Fri Jan 16 19:35:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22341 for questions-outgoing; Fri, 16 Jan 1998 19:35:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netmug.org (perl@netmug.org [207.88.43.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22312 for ; Fri, 16 Jan 1998 19:35:03 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with SMTP id TAA23570 for ; Fri, 16 Jan 1998 19:33:52 -0800 (PST) Date: Fri, 16 Jan 1998 19:33:51 -0800 (PST) From: Michael Haro To: freebsd-questions@FreeBSD.ORG Subject: backup Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I was wondering what the best way to backup /var/mail is. Currently I make a tar of it and save the tar on a different HD. The only problem I have is that if you finger a user, it says they last checked their email at the time the tar tar'ed their mailbox. Any idea how to fix this problem? I'd rather have finger report the proper time. Thanks, Michael From owner-freebsd-questions Fri Jan 16 19:50:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23556 for questions-outgoing; Fri, 16 Jan 1998 19:50:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23548 for ; Fri, 16 Jan 1998 19:50:29 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id EAA08149 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 04:48:56 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03199; 17 Jan 98 02:09:08 +0100 From: leifn@image.dk (Leif Neland) Date: 16 Jan 98 01:51:15 +0100 Subject: Re: sendmail Question Message-ID: References: Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 15 Jan 98 19:11:33 Dan Busarow wrote regarding Re: sendmail Question DB> From memory a cron entry like DB> DB> */15 * * * * telnet your.isp smtp;echo ehlo your.domain;echo DB> etrn @your.domain; sleep 5; echo quit DB> DB> should connect and have your ISP send all your mail. I don't think so. But you _will_ get lots of mail. Containing the lines ehlo your.domain, etrn @your.domain, quit. You need to feed this into telnet, including the sleep; not a straightforward thing. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Fri Jan 16 20:10:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03271 for questions-outgoing; Fri, 16 Jan 1998 20:10:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03209 for ; Fri, 16 Jan 1998 20:10:13 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id XAA11299; Fri, 16 Jan 1998 23:09:41 -0500 (EST) Message-ID: <19980116230941.59627@emu.sourcee.com> Date: Fri, 16 Jan 1998 23:09:41 -0500 From: Norman C Rice To: peter Cc: questions@FreeBSD.ORG Subject: Re: AfterStep1.0 References: <34BF3668.41C67EA6@worldinternet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34BF3668.41C67EA6@worldinternet.net>; from peter on Fri, Jan 16, 1998 at 10:28:56AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 10:28:56AM +0000, peter wrote: > In afterstep how do I configur the toolbar at the side to link it to > Netscape say and how do I add to it. > > peter Add a line similar to the following in the Wharf section of the ~/.steprc file. *Wharf Netscape netscape3.xpm Exec "-" netscape & Ensure that netscape is in your path. Note that the placement of this line within the ~/.steprc file determines where the Netscape icon appears on the toolbar. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Fri Jan 16 20:10:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03296 for questions-outgoing; Fri, 16 Jan 1998 20:10:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03264 for ; Fri, 16 Jan 1998 20:10:37 -0800 (PST) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id UAA16677; Fri, 16 Jan 1998 20:09:17 -0800 (PST) (envelope-from jdp) Message-Id: <199801170409.UAA16677@austin.polstra.com> To: dmm125@bellatlantic.net Subject: Re: as, binutils out of date? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: questions@FreeBSD.ORG Date: Fri, 16 Jan 1998 20:09:16 -0800 From: John Polstra Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In article , Donn Miller wrote: > > I was just compiling the latest Wine distribution when I noticed that `as' > from 2.2.5 R did not recognize the `string' pseudo-op. I just compiled > gas from GNU binutils-2.8.1, however, and it has this function. Will > binutils 2.8.1 be included with the next release? I believe the present > version may be out of date. > > Is FreeBSD's ld exactly the same as GNU's? ... The FreeBSD assembler and linker are derived from relatively old versions of the GNU software. They have diverged substantially from GNU since then. The binutils "ld" doesn't support FreeBSD's shared libraries. There is very little chance that FreeBSD's assembler or linker will be brought up to date with binutils-2.8.1 until we switch to ELF. Simple fixes such as "string" could be brought in, though. Patches are always welcome. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-questions Fri Jan 16 20:37:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00446 for questions-outgoing; Fri, 16 Jan 1998 20:37:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail001.mediacity.com (mail001.mediacity.com [205.216.172.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA00356 for ; Fri, 16 Jan 1998 20:37:03 -0800 (PST) (envelope-from nicole@mediacity.com) Received: (qmail 18573 invoked from network); 17 Jan 1998 04:35:39 -0000 Received: from geekgirl.mediacity.com (HELO geekgirl) (208.138.36.25) by mail001.mediacity.com with SMTP; 17 Jan 1998 04:35:39 -0000 Date: Fri, 16 Jan 1998 20:37:25 -0800 From: Nicole Harrington Subject: weird login problem To: questions@FreeBSD.ORG X-Mailer: Z-Mail Pro 6.2 (Win32 - 021297) Evaluation Copy, NetManage Inc.[ZM62_16E] X-Face: Dy;P!H@)Go.{^Epw&,}@q4ReQ3iOqFrASM63QjFsK/'XnOO67}+{szQ|oo]]`]/.r,g5lx; w+F^YYL4j Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi All I have a very odd problem that I hope someone can shed some light on. I have a brand new install of 2.2.5 that still seems to display the "login_getclass: unknown class '0'" error. I have /etc/login.conf and /etc/login/access with rw r r permissions. I have even tried making the DB version as suggested in login.conf to no avail. Any suggestions? TIA Nicole Nicole Harrington |\ __ /| (`\ http://www.mediacity.com nicole@mediacity.com | o_o |__ ) ) Phone: 415-237-1464 nicole@iadmin.net // \\ Pager: 415-301-2482 Systems Administrator ----------------------(((---(((--------------------------------- ******* * * What do you mean Spelling Errors? * * My Modem is Error Correcting! * -- Isn't it a bit unnerving that doctors call what they do practice -- Why isn't there mouse-flavored cat food? -- Microsoft: What bug would you like today? ------------------------------------------------------------------- From owner-freebsd-questions Fri Jan 16 20:55:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02380 for questions-outgoing; Fri, 16 Jan 1998 20:55:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dobong.Kwangwoon.AC.KR (dobong.kwangwoon.ac.kr [128.134.70.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02352 for ; Fri, 16 Jan 1998 20:55:20 -0800 (PST) (envelope-from cbrown@daisy.kwangwoon.ac.kr) Received: from vlsilab2 (vlsilab2.kwangwoon.ac.kr [128.134.54.177]) by dobong.Kwangwoon.AC.KR (8.8.7H1/8.8.7) with SMTP id NAA12172 for ; Sat, 17 Jan 1998 13:54:49 +0900 (KST) Message-ID: <34C0B789.59E2B600@daisy.kwangwoon.ac.kr> Date: Sat, 17 Jan 1998 22:52:09 +0900 From: Hwang Jung Ho Organization: Kwangwoon Univ. Computer Engineering. VLSI/CAD X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: cc compile error.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I tried to compile some example. But "ftok" is not compile, how can I do? ============================================ cbrown@daisy.kwangwoon.ac.kr cbrown@nownuri.net ============================================ From owner-freebsd-questions Fri Jan 16 21:02:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02835 for questions-outgoing; Fri, 16 Jan 1998 21:02:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (pjsOYmYfqXA1mpeehFxe2pLogOCTlppR@tok.qiv.com [204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02762 for ; Fri, 16 Jan 1998 21:00:31 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id XAA20571; Fri, 16 Jan 1998 23:00:23 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id WAA01992; Fri, 16 Jan 1998 22:56:20 -0600 (CST) Date: Fri, 16 Jan 1998 22:56:19 -0600 (CST) From: Jay Nelson To: Neil cc: Questions Freebsd Subject: Re: 4 modems on/in 1 FBSD box In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Try typine "ATE1Q0" after the "Connected..." message and see if that wakes anything up. -- Jay On Fri, 16 Jan 1998, Neil wrote: >Hi, > > I currently have 4 modems sitting on/in a FreeBSD server, with the intention if integrating >them with HylaFax. COM1 and COM2 are external USR Flash modems and COM3 and >COM$ are internal USR 33.6 Modems. All are configured to their relative IRQ's and >Memory addresses, and appear correctly on 'dmesg' on a reconfigure/recompiled kernal for >sio0-3 respectivly. > >Whilst I can use 'tip' to successfully connect to the two external modems, the two internal >modems (sio2 and sio3) do not respond successfully. Upon initiating a 'tip' connection the >modems each respond 'Connected' but no commands are echoed or executed by the >modem. > >/etc/remote is configured tu use cuaa0-3 for the respective modems, and as I say cuaa0 >and cuaa1 communicate successfully. > >any ideas greatly appreciated. > > > > Neil > >-- >Neil Fowler Wright Senior Systems Administrator >Corpex Limited. T: +44 171 242 4555 F: +44 171 242 4666 From owner-freebsd-questions Fri Jan 16 21:04:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03068 for questions-outgoing; Fri, 16 Jan 1998 21:04:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03053 for ; Fri, 16 Jan 1998 21:04:02 -0800 (PST) (envelope-from ash@fxsing.ml.com) Received: from ml1.ml.com ([199.201.57.130]) by wfdutilgw.ml.com (8.8.7/8.8.7/MLgwo-3.05) with ESMTP id AAA05705 for ; Sat, 17 Jan 1998 00:01:53 -0500 (EST) Received: from tekkie.sg.ml.com (fxsg3.sg.ml.com [131.208.182.28]) by ml1.ml.com (8.8.7/8.8.7/MLml4-2.08) with ESMTP id AAA29370 for ; Sat, 17 Jan 1998 00:03:27 -0500 (EST) Received: from rachel.fxsing.ml.com (rachel.sg.ml.com [131.208.182.50]) by tekkie.sg.ml.com (8.8.7/8.8.7/MLdomain4-2.07) with SMTP id NAA00646 for ; Sat, 17 Jan 1998 13:03:23 +0800 (SST) Received: by rachel.fxsing.ml.com (4.1/SMI-4.1) id AA11844; Sat, 17 Jan 98 13:03:24 SST From: ash@fxsing.ml.com (Ash Yadav) Message-Id: <9801170503.AA11844@rachel.fxsing.ml.com> Subject: Setting up a personal web server on the net To: questions@FreeBSD.ORG Date: Sat, 17 Jan 1998 13:03:23 +0800 (SST) Cc: ash@tekkie.sg.ml.com (Ash Yadav) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi Folks, I have got free bsd up and running at home for the past 2 weeks. The next step for me is to setup a webserver on the net ie. run a webserver from my home . I would appreciate if someone could share their experiences with doing this. Initially I would like to set a minimal system to test the viability of some ideas I have. The machine running the webserver would be dedicated to serve only webpages and some cgi stuff. I am a bit confused as to what the connectivity from the box to the ISP shd be like . Shd the machinebe setupa s a router or firewall. Needless to say that I have a lot of questions. I would appreciate if someone who is running a webserver from their home would share their setup and advice. I will be running apache as the webserver. Any book recomendations are also welcome. TIA .. Regards Ash ;) From owner-freebsd-questions Fri Jan 16 22:16:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06268 for questions-outgoing; Fri, 16 Jan 1998 22:16:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05767 for ; Fri, 16 Jan 1998 22:03:35 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id BAA11588; Sat, 17 Jan 1998 01:02:49 -0500 (EST) Message-ID: <19980117010249.10065@emu.sourcee.com> Date: Sat, 17 Jan 1998 01:02:49 -0500 From: Norman C Rice To: "Wayne M. Barnes" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: lpd in 2.2.5 References: <199801170020.SAA05076@barnes1.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801170020.SAA05076@barnes1.wustl.edu>; from Wayne M. Barnes on Fri, Jan 16, 1998 at 06:20:11PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 06:20:11PM -0600, Wayne M. Barnes wrote: > Dear FreeBSDers, > > Ever since I upgraded to 2.2.5, I can't print, and I used to be > able to print just fine. It seems that lpd refuses to stay on. > It does print what's in the queue as it starts up, but after that, > it messages > barnes1 lpd[4494]: startup: duplicate spool directories: /var/sp > ool/output/lpd > > Notice that it says "duplicate", but it only lists one directory. > > Then, lpq says "Warning -- no daemon", because lpd does not stay > running. > > I have removed all spool directories, and then put only one back, > namely /var/spool/output Same result: > > Jan 16 10:47:04 barnes1 lpd[4574]: startup: duplicate spool directories: > /var/spool/output > > Here is my /etc/printcap: > [my previous printcap used to specify a unique spool directory > name for each printer; this simpler one is no better.] When you had unique spool directories, did you get the `duplicate spool' error message? > > lp|Local Printer:\ > :sh:sd=/var/spool/output:\ ^^^^^^^^^^^^^^^^^ > :lp=/dev/lpt0:\ > :if=/usr/local/libexec/if-simple:\ > :lf=/var/log/lpd > Dideoxy|Color Printer:\ > :lp=:rm=biochem:rp=Dideoxy:sd=/var/spool/output: ^^^^^^^^^^^^^^^^^ > bcprinter|Office Printer:\ > :lp=:rm=biochem:rp=bcprinter:sd:/var/spool/output: ^^^^^^^^^^^^^^^^^ > kodak_ds|Kodak Digital Science Printer:\ > :lp=:rm=biochem:rp=kodak_ds:sd:/usr/spool/output: ^^^^^^^^^^^^^^^^^ Does this directory exist on the local system? > > Did anyone else notice a change in lpd from FreeBSD 2.2.2 to 2.2.5? I believe there is a lpd timeout bug mentioned in the errata for FreeBSD 2.2.5-RELEASE; it's fixed in 2.2.5-STABLE. Which version is your system running? > > Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu > Biochemistry Dept. 8231 or barnes@biodec.wustl.edu > Washington Univ. Medical School 314.362.3351 fax 7183 > 660 South Euclid Ave., St. Louis, MO 63110 > http://barnes1.wustl.edu Just plain Taq is old tech anymore. Try creating a unique spool directory (again) for each printer. Be careful about the directory permissions and ownership. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Fri Jan 16 22:32:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07090 for questions-outgoing; Fri, 16 Jan 1998 22:32:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07032 for ; Fri, 16 Jan 1998 22:32:14 -0800 (PST) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id NAA09571; Sat, 17 Jan 1998 13:31:30 +0700 (TSK) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id NAA26847; Sat, 17 Jan 1998 13:02:54 +0700 (KRS) From: Victor Sudakov Message-Id: <199801170602.NAA26847@vas.tsu.tomsk.su> Subject: Re: iijppp + slirp In-Reply-To: from "Doug White" at "Jan 16, 98 10:47:58 am" To: dwhite@resnet.uoregon.edu Date: Sat, 17 Jan 1998 13:02:54 +0700 (KRS) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White wrote: > On Thu, 15 Jan 1998, Victor Sudakov wrote: > > > Could you please help me make iijppp work with SLiRP on the server side? > > How is SLiRP called? You aren't running it in your dialup script.. It is started automatically after logging in into the server. I think, the login shell is set to slirp. > > > I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the > > default route is not changed. The /var/log/ppp.log grows though :-) It works > > fine with the non-slirp provider BTW (the other entry called mpeks). > > Did you look in the ppp.log to find out just why it won't connect? You > can post the relevant section(s) if you want us to decode it. Post a > sample attempted connect to phantom. Sorry for the very long log. ======= cut here ========= Jan 15 01:46:24 vas ppp[6649]: tun0: Phase: PPP Started. Jan 15 01:46:37 vas ppp[6649]: tun0: Phase: Connected! Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Dial attempt 1 of 4 Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Expecting Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: sending: ATZ^M Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Expecting OK-AT-OK Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Wait for (5): OK --> OK Jan 15 01:46:37 vas ppp[6649]: tun0: Connect: ATZ^M^M Jan 15 01:46:37 vas ppp[6649]: tun0: Connect: OK Jan 15 01:46:37 vas ppp[6649]: tun0: Phase: Phone: 225912 Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: sending: ATM0DTW225912^M Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Expecting CONNECT Jan 15 01:46:37 vas ppp[6649]: tun0: Chat: Wait for (40): CONNECT --> CONNECT Jan 15 01:46:37 vas ppp[6649]: tun0: Connect: ^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: ATM0DTW225912^M^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: CONNECT Jan 15 01:47:01 vas ppp[6649]: tun0: Chat: Expecting gin:-\r-gin: Jan 15 01:47:01 vas ppp[6649]: tun0: Chat: Wait for (5): gin: --> gin: Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: 38400/V32b 14400/V42b/SREJ^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: ^M^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: FreeBSD (phantom.obluo.tomsk.su) (ttyd1)^M^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: ^M^M Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: login: Jan 15 01:47:01 vas ppp[6649]: tun0: Chat: sending: XXXXXXXXXXXX^M Jan 15 01:47:01 vas ppp[6649]: tun0: Chat: Expecting word: Jan 15 01:47:01 vas ppp[6649]: tun0: Chat: Wait for (5): word: --> word: Jan 15 01:47:01 vas ppp[6649]: tun0: Connect: ppp^M Jan 15 01:47:02 vas ppp[6649]: tun0: Connect: Password: Jan 15 01:47:02 vas ppp[6649]: tun0: Chat: sending: XXXXXXXXXXXX^M Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: State change Initial --> Closed Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: LcpSendConfigReq Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x6a212a75 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: State change Closed --> Req-Sent Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: Received Configure Request (1) state = Req-Sent (6) Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x6a212a75 Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: Magic is same (6a212a75) - 1 times Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: SendConfigNak(Req-Sent) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x6a212a75 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: Received Configure Request (1) state = Req-Sent (6) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0xa64f15b2 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: SendConfigAck(Req-Sent) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0xa64f15b2 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: State change Req-Sent --> Ack-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: Received Configure Ack (1) state = Ack-Sent (8) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: State change Ack-Sent --> Opened Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: LcpLayerUp Jan 15 01:47:03 vas ppp[6649]: tun0: Phase: NewPhase: Authenticate Jan 15 01:47:03 vas ppp[6649]: tun0: Phase: NewPhase: Network Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: State change Initial --> Closed Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IPCP Up event!! Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IpcpSendConfigReq Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IPADDR[6] 193.124.182.241 Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: State change Closed --> Req-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: State change Initial --> Closed Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: CCP Up event!! Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: CcpSendConfigReq Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: DEFLATE[4] win 15 Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: PRED1[2] Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: State change Closed --> Req-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: Received Configure Request (2) state = Opened (9) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x14d0fc9f Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: LcpLayerDown Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: LcpSendConfigReq Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x29eaccf2 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: SendConfigAck(Opened) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MRU[4] 1500 Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x14d0fc9f Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: PROTOCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: ACFCOMP[2] Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: State change Opened --> Ack-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: Received Configure Ack (2) state = Ack-Sent (8) Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: State change Ack-Sent --> Opened Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: LcpLayerUp Jan 15 01:47:03 vas ppp[6649]: tun0: Phase: NewPhase: Authenticate Jan 15 01:47:03 vas ppp[6649]: tun0: Phase: NewPhase: Network Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: Oops, Up at Req-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IPCP Up event!! Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: Oops, Up at Req-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: CCP Up event!! Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Req-Sent (6) Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: SendConfigAck(Req-Sent) Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:03 vas ppp[6649]: tun0: IPCP: State change Req-Sent --> Ack-Sent Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Req-Sent (6) Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: SendConfigAck(Req-Sent) Jan 15 01:47:03 vas ppp[6649]: tun0: CCP: State change Req-Sent --> Ack-Sent Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:06 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:06 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:06 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:09 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:09 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:09 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:12 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:12 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:12 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:15 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:15 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:15 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:18 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:18 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:18 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:21 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:21 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:21 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:24 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:24 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:24 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:27 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:27 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:27 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:30 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:30 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:30 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:33 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:33 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:33 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:36 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:36 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:36 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:39 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:39 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:39 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:42 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:42 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:42 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:45 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:45 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:45 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:48 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:48 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:48 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:51 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:51 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:51 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:54 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:56 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:56 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:47:57 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:47:57 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:47:57 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:00 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:00 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:00 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:03 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:03 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:03 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:06 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:06 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:06 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:09 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:09 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:09 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:12 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:12 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:12 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:15 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:15 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:15 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:18 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:18 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:18 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:21 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:21 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:21 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:22 vas ppp[6649]: tun0: Phase: Connected to client from 127.0.0.1:22276 Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: SendConfigAck(Ack-Sent) Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: IPADDR[6] 195.9.35.51 Jan 15 01:48:24 vas ppp[6649]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 15 01:48:24 vas ppp[6649]: tun0: CCP: Received Configure Request (1) state = Ack-Sent (8) Jan 15 01:48:24 vas ppp[6649]: tun0: CCP: SendConfigAck(Ack-Sent) Jan 15 01:48:26 vas ppp[6649]: tun0: Phase: Client connection closed. Jan 15 01:48:28 vas ppp[6649]: tun0: Phase: Modem: Connect time: 111 secs: 2091 octets in, 1146 octets out Jan 15 01:48:28 vas ppp[6649]: tun0: Phase: total 29 bytes/sec Jan 15 01:48:29 vas ppp[6649]: tun0: Phase: PPP Terminated (normal). ======= cut here ========= I would appreciate any input. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Fri Jan 16 22:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07693 for questions-outgoing; Fri, 16 Jan 1998 22:43:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F14.hotmail.com [207.82.250.25]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA07662 for ; Fri, 16 Jan 1998 22:42:18 -0800 (PST) (envelope-from drwaqar@hotmail.com) Received: (qmail 18654 invoked by uid 0); 17 Jan 1998 06:41:42 -0000 Message-ID: <19980117064142.18653.qmail@hotmail.com> Received: from 203.134.252.5 by www.hotmail.com with HTTP; Fri, 16 Jan 1998 22:41:42 PST X-Originating-IP: [203.134.252.5] From: "waqar ahmad" To: questions@FreeBSD.ORG Subject: NIS for Solaris x86 Content-Type: text/plain Date: Fri, 16 Jan 1998 22:41:42 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >From where i can down load the NIS software for Solaris x86 version! ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Fri Jan 16 23:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10973 for questions-outgoing; Fri, 16 Jan 1998 23:43:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@spain-35.ppp.hooked.net [206.169.228.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10960 for ; Fri, 16 Jan 1998 23:42:55 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id XAA01276; Fri, 16 Jan 1998 23:44:16 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Fri, 16 Jan 1998 23:44:15 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Hwang Jung Ho cc: freebsd-questions@FreeBSD.ORG Subject: Re: cc compile error.. In-Reply-To: <34C0B789.59E2B600@daisy.kwangwoon.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Hwang Jung Ho wrote: > I tried to compile some example. > But "ftok" is not compile, how can I do? When in doubt, try man ftok. Please check the man pages before asking on a list. In many cases your question will be answered. As it turns out ftok is a function in the library libcompat. Add -lcompat to the list of libraries you're using. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex From owner-freebsd-questions Fri Jan 16 23:48:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11376 for questions-outgoing; Fri, 16 Jan 1998 23:48:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11347 for ; Fri, 16 Jan 1998 23:47:48 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id SAA04420; Sat, 17 Jan 1998 18:17:40 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA24784; Sat, 17 Jan 1998 18:17:39 +1030 (CST) (envelope-from grog) Message-ID: <19980117181739.32906@lemis.com> Date: Sat, 17 Jan 1998 18:17:39 +1030 From: Greg Lehey To: Hwang Jung Ho Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cc compile error.. References: <34C0B789.59E2B600@daisy.kwangwoon.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C0B789.59E2B600@daisy.kwangwoon.ac.kr>; from Hwang Jung Ho on Sat, Jan 17, 1998 at 10:52:09PM +0900 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 10:52:09PM +0900, Hwang Jung Ho wrote: > I tried to compile some example. > But "ftok" is not compile, how can I do? Read the error messages and react accordingly. Greg From owner-freebsd-questions Fri Jan 16 23:52:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11654 for questions-outgoing; Fri, 16 Jan 1998 23:52:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11646 for ; Fri, 16 Jan 1998 23:52:31 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id SAA04427; Sat, 17 Jan 1998 18:22:22 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA24801; Sat, 17 Jan 1998 18:22:21 +1030 (CST) (envelope-from grog) Message-ID: <19980117182221.37408@lemis.com> Date: Sat, 17 Jan 1998 18:22:21 +1030 From: Greg Lehey To: Frank Griffith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Prompts References: <199801151522.IAA03272@idfw.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801151522.IAA03272@idfw.com>; from Frank Griffith on Thu, Jan 15, 1998 at 09:25:33AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 09:25:33AM -0600, Frank Griffith wrote: > I have been looking at some of the docs and several > e-mail responses. The % prompt keeps showing up. > However, in using FreeBSD as root I only see a # prompt > and when logged in as other user I see the $ prompt. > > How do I get to the % prompt? That depends on why you want it. The simple answer is: Enter $ PS1='% ' % The prompts you get come from the Bourne Shell. The % prompt is the default prompt for the C shell. Unless you have a good reason to prefer the C shell (the prompt is obviously not a good reason), stick with the Bourne shell or one of its derivatives (bash (my favourite), zsh or pdksh). If you really want csh, you can use 'chsh' to change it. Greg From owner-freebsd-questions Sat Jan 17 00:02:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12440 for questions-outgoing; Sat, 17 Jan 1998 00:02:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12425 for ; Sat, 17 Jan 1998 00:02:45 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id SAA04441; Sat, 17 Jan 1998 18:32:39 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA24840; Sat, 17 Jan 1998 18:32:38 +1030 (CST) (envelope-from grog) Message-ID: <19980117183238.56291@lemis.com> Date: Sat, 17 Jan 1998 18:32:38 +1030 From: Greg Lehey To: Chris Sagar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: software striping in FreeBSD References: <34BF8AF1.1AF78DE9@iterated.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34BF8AF1.1AF78DE9@iterated.com>; from Chris Sagar on Fri, Jan 16, 1998 at 11:29:38AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 11:29:38AM -0500, Chris Sagar wrote: > I have disk drives currently on SGI server that are software striped > (i.e. 8 4-GB drives appear as a single 32 GB drive). I am planning on > retiring my SGI server and am thinking for using FreeBSD. My question > is: > Does FreeBSD support some method of software striping to allow my 8 4-GB > disks to appear as a single 32 GB drive? I would prefer to stripe across > 2 SCSI controllers, but if only one works, that would be OK. Yes. The CCD driver currently does what you're looking for. I'm also working on a project which offers more flexibility, including RAID5. Watch this space. > Does FreeBSD support file system size of 32 GB? I'm unaware of any reason why not. Greg From owner-freebsd-questions Sat Jan 17 00:32:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13924 for questions-outgoing; Sat, 17 Jan 1998 00:32:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA13915 for ; Sat, 17 Jan 1998 00:32:07 -0800 (PST) (envelope-from jmcla@ocala.cs.miami.edu) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) for id DAA09776; Sat, 17 Jan 1998 03:32:07 -0500 Date: Sat, 17 Jan 1998 03:32:07 -0500 (EST) From: "Joe \"Marcus\" Clarke" To: FreeBSD User Questions List Subject: UPS monitor software Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I know I've seen this mentioned on the list, but silly me, I didn't take note of it earlier. Is there any APC UPS (or generic UPS) monitoring software available for FreeBSD? I just got a APC BackUPS Pro 280, and I'd like to hook it in to FreeBSD. I saw apcupsd on the net, but I couldn't get it to compile. It wanted linux, and the errors turned me off to trying to port the code. Any input would be much appreciated. Joe Clarke From owner-freebsd-questions Sat Jan 17 00:37:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14212 for questions-outgoing; Sat, 17 Jan 1998 00:37:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14181 for ; Sat, 17 Jan 1998 00:36:31 -0800 (PST) (envelope-from keyoung3@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id DAA08841 for ; Sat, 17 Jan 1998 03:38:20 -0500 (EST) Received: from plucky (keyoung3.campus.vt.edu [198.82.75.42]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id DAA29671 for ; Sat, 17 Jan 1998 03:36:28 -0500 (EST) Message-Id: <3.0.1.32.19980117033357.0090be20@mail.vt.edu> X-Sender: keyoung3@mail.vt.edu X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sat, 17 Jan 1998 03:33:57 -0500 To: questions@FreeBSD.ORG From: "Kevin M. Young" Subject: Help with Getting X Windows Loaded? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I recently purchased FreeBSD 2.2.5 on CDROM. I installed the sytem today on my personal computer which I use for school. Along with FreeBSD, I have two other operating systems, Win 95 and Win NT. Win 95 is on the same physical hardrive as FreeBSD (the c: drive). I have zero problems with the boot manager and loading any of the operating systems. I am able to get to FreeBSD just fine. Here is what I need help with now. I can't get into X Windows. I would like to configure FreeBSD to automatically bring up the XWindows log on. I have tried for hours tonight to get it configured to do this, but with no avail. I would appreciate your assistance on how to configure FREEBSD to do this. Thank you. Sincerely, Kevin M. Young From owner-freebsd-questions Sat Jan 17 01:09:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15663 for questions-outgoing; Sat, 17 Jan 1998 01:09:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from negril.msrce.howard.edu (negril.msrce.howard.edu [138.238.128.153]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA15637 for ; Sat, 17 Jan 1998 01:09:15 -0800 (PST) (envelope-from jackson@msrce.howard.edu) Received: by negril.msrce.howard.edu; (5.65/1.1.8.2/09Jan98-8.2MAM) id AA17740; Sat, 17 Jan 1998 03:59:02 -0500 Date: Sat, 17 Jan 1998 03:59:02 -0500 From: Aaron Jackson Message-Id: <9801170859.AA17740@negril.msrce.howard.edu> To: freebsd-questions@FreeBSD.ORG Subject: Install problems Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I guess installing freebsd is an easy process -- unless you go brain dead while doing it...I'd like to thank the people who took the time to read and answer my email, but I discovered that my "problem" was caused because I wasn't doing something right (as with most unix "problems"). Now all I have to do is figure out how to get XF86 to work... Aaron Jackson jackson@msrce.howard.edu From owner-freebsd-questions Sat Jan 17 01:45:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17135 for questions-outgoing; Sat, 17 Jan 1998 01:45:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plains.NoDak.edu (mylvarab@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17131 for ; Sat, 17 Jan 1998 01:45:01 -0800 (PST) (envelope-from mylvarab@plains.NoDak.edu) Received: (from mylvarab@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id DAA09568; Sat, 17 Jan 1998 03:44:57 -0600 (CST) Date: Sat, 17 Jan 1998 03:44:57 -0600 (CST) From: Prashanth Mylvarabatla To: freebsd-questions@FreeBSD.ORG Subject: fvwmrc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi: I recently installed freebsd and I have the fvwm windows manager. The display is not accurate(say the xterm dosent appear to be in a perfect rectangular shape, same case if I open any editor),I dont know where to configure this ?? 1. Do I have have to specify my monitor type in .fvwmrc ? Pls help me with this thanks Prashanth ------------------------------------------------------------------------------- Prashanth Mylvarabatla Phone no : Off -701-231-1078 Res 701-231-4134 email:mylvarab@plains.nodak.edu ------------------------------------------------------------------------------- From owner-freebsd-questions Sat Jan 17 01:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17571 for questions-outgoing; Sat, 17 Jan 1998 01:56:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17557 for ; Sat, 17 Jan 1998 01:55:57 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: from speedy.pcscons.net (oak-port747.jps.net [209.142.31.13]) by dry.jps.net (8.8.5/8.8.5) with SMTP id BAA09207 for ; Sat, 17 Jan 1998 01:55:45 -0800 (PST) Message-Id: <3.0.3.32.19980117015553.0076efd4@mail.jps.net> X-Sender: ludwigp@mail.jps.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 17 Jan 1998 01:55:53 -0800 To: freebsd-questions@FreeBSD.ORG From: Ludwig Pummer Subject: FreeBSD w/ Cyrix Media GX chip Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Anybody know if the new Cyrix MediaGX (http://www.cyrix.com/corpor/press/mgxtour/gxm-tour.htm) chip works with FreeBSD? I would guess the sound and SVGA systems wouldn't work (yet) since the sound is on-cpu "XpressAudio" and the video is on-cpu "XpressVideo." The reason I'm asking is that the computer store where I work can get 180MHz systems (w/o HD, CD-ROM, or RAM) for $235 cost. So they're cheap and small (the box is only a few inches in each dimension larger than a notebook). Of course, it only has room for one 3.5" floppy (built-in), one 3.5" HD, and one 5.25" device (CDROM or other IDE device), one ISA slot and two PCI slots. I'm thinking these could make nice small mail or secondary DNS servers... --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Sat Jan 17 02:22:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18530 for questions-outgoing; Sat, 17 Jan 1998 02:22:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alles.or.jp (mx.alles.or.jp [202.221.139.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA18497 for ; Sat, 17 Jan 1998 02:22:01 -0800 (PST) (envelope-from otoshi@alles.or.jp) Received: from toshi (ppp02076.omiya.alles.or.jp [203.180.252.204]) by alles.or.jp (8.8.8+2.7Wbeta7/96122501) with SMTP id TAA16541 for ; Sat, 17 Jan 1998 19:21:58 +0900 (JST) Message-ID: <000601bd2331$b614fb80$ccfcb4cb@toshi> From: "TOSHI" To: Subject: =?iso-2022-jp?B?GyRCMj8kciVAJSYlcyVtITwlSSQ5JGwkUCQkJCQkKxsoQg==?= Date: Sat, 17 Jan 1998 19:21:42 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk $B$3$s$K$A$O!#(B $B#F#r#e#e#B#S#D$r%@%&%s%m!<%I$7$h$&$H$7$?$,!"$I$N%U%!%$%k$r%@%&%s%m!<%I$9$l$P(B $B$$$$$+$o$+$j$^$;$s!#(B $B$h$m$7$1$l$P$I$N%U%!%$%k$r%@%&%s%m!<%I$9$l$P$$$$$+65$($F2<$5$$!#(B From owner-freebsd-questions Sat Jan 17 02:54:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19801 for questions-outgoing; Sat, 17 Jan 1998 02:54:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tree0.Stanford.EDU (tree0.Stanford.EDU [171.64.14.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19797 for ; Sat, 17 Jan 1998 02:54:41 -0800 (PST) (envelope-from juliew@leland.Stanford.EDU) Received: (from juliew@localhost) by tree0.Stanford.EDU (8.8.8/8.8.7) id CAA28292 for freebsd-questions@FreeBSD.ORG; Sat, 17 Jan 1998 02:54:24 -0800 (PST) Date: Sat, 17 Jan 1998 02:54:24 -0800 (PST) From: Julie J Wong Message-Id: <199801171054.CAA28292@tree0.Stanford.EDU> To: freebsd-questions@FreeBSD.ORG Subject: support for AGP video cards Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does freebsd currently support AGP video cards or has any plans to support it? Thanks in advance for your help. Julie W. From owner-freebsd-questions Sat Jan 17 03:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20521 for questions-outgoing; Sat, 17 Jan 1998 03:08:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxy4.ba.best.com (root@proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20516 for ; Sat, 17 Jan 1998 03:08:24 -0800 (PST) (envelope-from jwik@best.net) Received: from best.net (frank.noc.best.net [205.149.163.215]) by proxy4.ba.best.com (8.8.8/8.8.BEST) with ESMTP id DAA11376 for ; Sat, 17 Jan 1998 03:07:01 -0800 (PST) Message-ID: <34C08E2C.E9B8C7D6@best.net> Date: Sat, 17 Jan 1998 02:55:40 -0800 From: Jason Wik X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: VIRUS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I Have a question one of our clients uses freeBSD and claims to have a virus. Is there an antiviral program that can be used on FreeBSD for FreeBSD. I am aware of the limitations of a virus in a unix O/S. But it wouldn't suprise me. Hope you can help me out. Thanks, Jason From owner-freebsd-questions Sat Jan 17 03:19:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20958 for questions-outgoing; Sat, 17 Jan 1998 03:19:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20936 for ; Sat, 17 Jan 1998 03:18:40 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id DAA12100; Sat, 17 Jan 1998 03:18:45 -0800 (PST) Date: Sat, 17 Jan 1998 03:18:44 -0800 (PST) From: Shawn Ramsey To: Charlie & cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.0 Release date In-Reply-To: <199801151821.NAA05463@garcon.qtm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Is there a firm - or even estimated release date for the 3.0-RELEASE of > FreeBSD? > Thanks Last I heard 2nd or 3rd Quarter '98. It'll be awhile. ;) From owner-freebsd-questions Sat Jan 17 04:20:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24738 for questions-outgoing; Sat, 17 Jan 1998 04:20:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from icc.ru (ccsoan.irkutsk.su [193.124.118.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24732 for ; Sat, 17 Jan 1998 04:20:16 -0800 (PST) (envelope-from thor@irk.ru) Received: from ppp12.mpool.icc.ru (localhost [127.0.0.1]) by icc.ru (8.8.8/8.8.7) with SMTP id UAA18423 for ; Sat, 17 Jan 1998 20:20:09 +0800 (IS) Message-ID: <34C18486.6CDD@irk.ru> Date: Sat, 17 Jan 1998 20:26:46 -0800 From: Anatoly Mashanov Reply-To: thor@irk.ru Organization: None X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: MIL STD 1553 in FreeBSD - is it supported? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Gentlemen, As a result of prohibitively high price policy of our (Russian) communication authorities, our internet community tries to find alternative channels for information exchange. Fortunately, here are produced interface chips for (hopefully) MIL-STD-1553, and the bus seems well suitable for producing a building-wide (or even campus-wide) LAN more reliable than Ethernet, with possible (non-standard) speed decrease due to signal loss in long wires. Are there any programs/drivers to use this interface for FreeBSD networking? Anatoly From owner-freebsd-questions Sat Jan 17 04:29:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25090 for questions-outgoing; Sat, 17 Jan 1998 04:29:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25086 for ; Sat, 17 Jan 1998 04:29:23 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id GAA21460; Sat, 17 Jan 1998 06:29:21 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id GAA17476; Sat, 17 Jan 1998 06:29:16 -0600 (CST) To: Prashanth Mylvarabatla Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fvwmrc References: From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 17 Jan 1998 06:29:14 -0600 In-Reply-To: Prashanth Mylvarabatla's message of "Sat, 17 Jan 1998 03:44:57 -0600 (CST)" Message-ID: <874t33mgh1.fsf@phaedrus.uchicago.edu> Lines: 20 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Prashanth Mylvarabatla writes: > I recently installed freebsd and I have the fvwm windows manager. > The display is not accurate(say the xterm dosent appear to be in a > perfect rectangular shape, same case if I open any editor),I dont > know where to configure this ?? > > 1. Do I have have to specify my monitor type in .fvwmrc ? > > Pls help me with this Sounds like your X Server is not configured properly, or else you monitor is set up wrong. Have you tried some different settings for your X Server and have you tried the various dials on your monitor?? (Perhaps I just don't understand the problem...) -- Steve Farrell From owner-freebsd-questions Sat Jan 17 05:39:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27860 for questions-outgoing; Sat, 17 Jan 1998 05:39:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rfd1.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27853 for ; Sat, 17 Jan 1998 05:39:13 -0800 (PST) (envelope-from gpavelcak@philos.umass.edu) Received: from lessing.oit.umass.edu by rfd1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EMX003MTKLC5X@rfd1.oit.umass.edu> for freebsd-questions@FreeBSD.ORG; Sat, 17 Jan 1998 08:39:12 -0500 (EST) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.8.8/8.8.6) with SMTP id IAA15736 for ; Sat, 17 Jan 1998 08:39:12 -0500 (EST) Date: Sat, 17 Jan 1998 08:39:12 -0500 (EST) From: Greg Pavelcak Subject: sort: write error: no space left on device To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I was met with that message apparently from /etc/periodic/weekly this morning. Actually, it looked like this: Rebuilding locate database: sort: write error: No space left on device locate.mklocatedb: cannot build locate database df shows: Filesystem 1K-blocks Used Avail Cap. Mnted On /dev/wd0a 31775 22575 6658 77% / /dev/wd0s1f 1813231 1311336 356837 79% /usr /dev/wd0s1e 27679 6664 18801 26% /var procfs 4 4 0 100% /proc Do you think that's really full enough to run out of space during makewhatis? If so, is it bumping up against the end of /usr or /? I'm guessing /usr. I'm sort of hoping I am running out of space. I can show this message to my girlfriend this morning, and I haven't gotten my Christmas present yet. Hmmm ... Thanks. Greg From owner-freebsd-questions Sat Jan 17 05:43:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28355 for questions-outgoing; Sat, 17 Jan 1998 05:43:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28335 for ; Sat, 17 Jan 1998 05:43:20 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA02354; Sat, 17 Jan 1998 08:38:16 -0500 (EST) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.8/8.8.5) with ESMTP id IAA25880; Sat, 17 Jan 1998 08:43:16 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.8.8/8.8.5) id IAA03928; Sat, 17 Jan 1998 08:43:15 -0500 (EST) Date: Sat, 17 Jan 1998 08:43:15 -0500 (EST) Message-Id: <199801171343.IAA03928@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: leifn@image.dk (Leif Neland) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question In-Reply-To: References: X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 16 January, 1998, at 01:51 (+0100) Leif Neland wrote: > At 15 Jan 98 19:11:33 Dan Busarow wrote regarding Re: sendmail Question > > DB> From memory a cron entry like > DB> > DB> */15 * * * * telnet your.isp smtp;echo ehlo your.domain;echo > DB> etrn @your.domain; sleep 5; echo quit > DB> > DB> should connect and have your ISP send all your mail. > > I don't think so. But you _will_ get lots of mail. Containing the lines ehlo > your.domain, etrn @your.domain, quit. > > You need to feed this into telnet, including the sleep; not a straightforward > thing. The netcat (`nc') utility is far better suited for this sort of thing than telnet. See the ports collection. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ The human mind ordinarily operates at only ten percent of its capacity; the rest is overhead for the operating system. From owner-freebsd-questions Sat Jan 17 05:46:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28710 for questions-outgoing; Sat, 17 Jan 1998 05:46:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28695 for ; Sat, 17 Jan 1998 05:45:59 -0800 (PST) (envelope-from wweng@attila.stevens-tech.edu) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id IAA21716; Sat, 17 Jan 1998 08:45:52 -0500 (EST) Date: Sat, 17 Jan 1998 08:45:52 -0500 (EST) From: Wei Weng To: Jason Wik cc: freebsd-questions@FreeBSD.ORG Subject: Re: VIRUS In-Reply-To: <34C08E2C.E9B8C7D6@best.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk well... If u have the root access, a rm -rf is a deadly virus. There are lots of ways to trick root, no need to make a virus. If u realy want to find one, mcafee claims they have made an antivirus program for linux. You can try to run it on your freebsd box. Wei Weng wweng@stevens-tech.edu http://attila.stevens-tech.edu/~wweng -------------------------------------------------------------------------- Darkness beyond twilight, crimson beyond blood that flows ... buried in the flow of time ... in the great name, I pledge myself to darkness, all the fools who stand in our way shall be destroyed ... by the power you and I possess, DRAGON SLAVE! -------------------------------------------------------------------------- main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} --------------------------------------------------------------------------- On Sat, 17 Jan 1998, Jason Wik wrote: > I Have a question one of our clients uses freeBSD and claims to have a > virus. Is there an antiviral program that can be used on FreeBSD for > FreeBSD. I am aware of the limitations of a virus in a unix O/S. But it > wouldn't suprise me. Hope you can help me out. > > Thanks, > Jason > From owner-freebsd-questions Sat Jan 17 05:48:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28899 for questions-outgoing; Sat, 17 Jan 1998 05:48:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rfd1.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28891 for ; Sat, 17 Jan 1998 05:48:08 -0800 (PST) (envelope-from gpavelcak@philos.umass.edu) Received: from lessing.oit.umass.edu by rfd1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EMX0060ZL07ZI@rfd1.oit.umass.edu> for freebsd-questions@FreeBSD.ORG; Sat, 17 Jan 1998 08:48:07 -0500 (EST) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.8.8/8.8.6) with SMTP id IAA09284 for ; Sat, 17 Jan 1998 08:48:07 -0500 (EST) Date: Sat, 17 Jan 1998 08:48:06 -0500 (EST) From: Greg Pavelcak Subject: ccd To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm running short on hard disk space, and I'm thinking about getting a new drive to add to my setup. That leads me to a few ccd questions. I hope this isn't a repost. I've been getting my lists now for over two days and haven't seen it show up. 1. Any advice on what to read on ccd. I read man ccd, man ccdconfig, and the diskformat tutorial. They seem to be more for the person who understands what ccd is but doesn't know how to make it happen on FreeBSD. So ... 2. Can you ccd IDE devices, or is it a SCSI thing? 3. Can you do ccdconfig at any time. That is, it seems like something one would want to do early on, perhaps at the beginning of the installation process, and then make file systems on ccd. I'll hit the mailing list archives when the search facility comes back up, but I thought no one would mind if I sought up to date advice while I'm waiting. Thanks. Greg From owner-freebsd-questions Sat Jan 17 05:55:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29301 for questions-outgoing; Sat, 17 Jan 1998 05:55:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29295 for ; Sat, 17 Jan 1998 05:55:43 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA02375; Sat, 17 Jan 1998 08:50:39 -0500 (EST) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.8/8.8.5) with ESMTP id IAA26001; Sat, 17 Jan 1998 08:55:38 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.8.8/8.8.5) id IAA03992; Sat, 17 Jan 1998 08:55:36 -0500 (EST) Date: Sat, 17 Jan 1998 08:55:36 -0500 (EST) Message-Id: <199801171355.IAA03992@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: more smap/sendmail In-Reply-To: References: X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 16 January, 1998, at 12:42 (-0500) Steve Hovey wrote: > If I telnet to one of these smap boxes and type EHLO it says > > 500 command not recognized > > Is the 500 part maybe what is messing up some of the sendmails? No, sendmail should handle that. It certainly generates `500' errors. Connect to a sendmail box and type "ABCD" as the command; you should get 500 Command unrecognized: "ABCD" See RFC 821 for a list of SMTP (not ESMTP) numeric response codes. `500' simply means `Syntax error, command unrecognized'. `smap' only speaks SMTP, not ESMTP. (I just checked my copy of the 2.0 source.) (FYI, for more information on ESMTP, see RFC 1651.) ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ At first sight, the idea of any rules or principles being superimposed on the creative mind seems more likely to hinder than to help, but this is quite untrue in practice. Disciplined thinking focuses inspiration rather than blinkers it. -- G. L. Glegg, The Design of Design From owner-freebsd-questions Sat Jan 17 06:20:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00276 for questions-outgoing; Sat, 17 Jan 1998 06:20:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00272 for ; Sat, 17 Jan 1998 06:20:24 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id PAA01041 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 15:18:56 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03202; 17 Jan 98 10:54:46 +0100 From: leifn@image.dk (Leif Neland) Date: 17 Jan 98 04:41:59 +0100 Subject: samba not showing on wfw3.11 Message-ID: Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have setup samba on my bsdbox. It doesn't show on the browser-windows on wfw3.11, but I can connect when I type the name of the server. Is it samba or wfw erring? Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sat Jan 17 06:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01817 for questions-outgoing; Sat, 17 Jan 1998 06:46:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost.shellnet.co.uk (mailhost.shellnet.co.uk [194.129.209.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA01808 for ; Sat, 17 Jan 1998 06:46:50 -0800 (PST) (envelope-from ircadmin@shellnet.co.uk) Received: by mailhost.shellnet.co.uk with MERCUR-SMTP/POP3-Server (v2.10) for at Sat, 17 Jan 98 14:46:07 +0000 From: "Steven Fletcher (Shellnet IRC administrator)" To: Subject: EDQUOTA and selected editor. Date: Sat, 17 Jan 1998 14:46:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Message-Id: <9801171446071200@mailhost.shellnet.co.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I commonly use joe (Joe's Own Editor) as my default editor, and I have set the EDITOR variable to be joe. Therefore, most applications that call on a text editors will usually run joe, or if the variable is not set, vi. I am trying to run EDQUOTA on my system, with resonable success - however, vi is a problem for me - I have limited experience with it and I would much prefer to use joe. However, running edquota, with EDITOR=joe (proved by echo $EDITOR), it always uses vi as the editor ..... after the man pages tell me that: The editor invoked is vi(1) unless the environment variable EDITOR specifies otherwise. But - even if joe is set as the editor, edquota always runs vi ! Is this a bug in the system or am I doing something wrong ? I would appreciate any help here Thanks Steven Fletcher Shellnet IRC and Quake server admin ircadmin@shellnet.co.uk / steven@shellnet.co.uk From owner-freebsd-questions Sat Jan 17 07:13:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03252 for questions-outgoing; Sat, 17 Jan 1998 07:13:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mother.sneaker.net.au (akm@mother.sneaker.net.au [203.30.3.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03246 for ; Sat, 17 Jan 1998 07:13:35 -0800 (PST) (envelope-from akm@mother.sneaker.net.au) Received: (from akm@localhost) by mother.sneaker.net.au (8.8.5/8.8.5) id CAA14448; Sun, 18 Jan 1998 02:24:53 +1100 (EST) From: Andrew Kenneth Milton Message-Id: <199801171524.CAA14448@mother.sneaker.net.au> Subject: Re: EDQUOTA and selected editor. To: ircadmin@shellnet.co.uk (Steven Fletcher) Date: Sun, 18 Jan 1998 02:24:52 +1100 (EST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <9801171446071200@mailhost.shellnet.co.uk> from "Steven Fletcher" at Jan 17, 98 02:46:10 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk +-----[ Steven Fletcher ]------------------------------ | | I commonly use joe (Joe's Own Editor) as my default editor, and I have set | the EDITOR variable to be joe. | | The editor invoked is vi(1) unless the environment variable EDITOR | specifies otherwise. If you are running sh, zsh, bash, ksh you need to export the variable i.e. export EDITOR if you are using csh or derivatives, then you should use setenv EDITOR joe rather than assigning variables directly. -- ,-_|\ SneakerNet | Andrew Milton | GSM: +61(41)6 022 411 / \ P.O. Box 154 | akm@sneaker.net.au | Fax: +61(2) 9746 8233 \_,-._/ N Strathfield +--+----------------------+---+ Ph: +61(2) 9746 8233 v NSW 2137 | Low cost Internet Solutions | From owner-freebsd-questions Sat Jan 17 07:17:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03459 for questions-outgoing; Sat, 17 Jan 1998 07:17:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.shisas.com (mail.shisas.co.za [196.25.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA03446 for ; Sat, 17 Jan 1998 07:17:01 -0800 (PST) (envelope-from pentagon@shisas.com) Message-Id: <199801171517.HAA03446@hub.freebsd.org> Received: from [196.25.224.27] by mail.shisas.com (SMTPD32-4.0) id A7D92F010E; Sat, 17 Jan 1998 17:16:09 -0800 From: "Ron Jackson" To: Subject: bt848 Date: Sat, 17 Jan 1998 17:18:07 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Please help on the following I have a video highway tv card with video xtreme software and it keeps asking for bt848 drivers etc I found the bt848 files but am unable to install as it keeps asking for bt848installdisk Rgds, "Ron" From owner-freebsd-questions Sat Jan 17 07:24:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04069 for questions-outgoing; Sat, 17 Jan 1998 07:24:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost.shellnet.co.uk (mailhost.shellnet.co.uk [194.129.209.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA04064 for ; Sat, 17 Jan 1998 07:24:50 -0800 (PST) (envelope-from ircadmin@shellnet.co.uk) Received: by mailhost.shellnet.co.uk with MERCUR-SMTP/POP3-Server (v2.10) for at Sat, 17 Jan 98 15:23:18 +0000 From: "Steven Fletcher (Shellnet IRC administrator)" To: "Andrew Kenneth Milton" Cc: Subject: RE: EDQUOTA and selected editor. Date: Sat, 17 Jan 1998 15:23:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal In-Reply-To: <199801171524.CAA14448@mother.sneaker.net.au> Message-Id: <9801171523182600@mailhost.shellnet.co.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks for the help - it worked, I was unaware that set and export were different :) Steven Fletcher Shellnet IRC / Quake server admin ircadmin@shellnet.co.uk / steven@shellnet.co.uk > -----Original Message----- > From: Andrew Kenneth Milton [mailto:akm@mother.sneaker.net.au] > Sent: 17 January 1998 15:25 > To: Steven Fletcher > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: EDQUOTA and selected editor. > > > +-----[ Steven Fletcher ]------------------------------ > | > | I commonly use joe (Joe's Own Editor) as my default editor, and I have set > | the EDITOR variable to be joe. > | > | The editor invoked is vi(1) unless the environment variable EDITOR > | specifies otherwise. > > If you are running sh, zsh, bash, ksh you need to export the variable > i.e. export EDITOR > > if you are using csh or derivatives, then you should use setenv EDITOR joe > rather than assigning variables directly. > > -- > ,-_|\ SneakerNet | Andrew Milton | GSM: +61(41)6 022 411 > / \ P.O. Box 154 | akm@sneaker.net.au | Fax: +61(2) 9746 8233 > \_,-._/ N Strathfield +--+----------------------+---+ Ph: +61(2) 9746 8233 > v NSW 2137 | Low cost Internet Solutions | > From owner-freebsd-questions Sat Jan 17 07:30:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04698 for questions-outgoing; Sat, 17 Jan 1998 07:30:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04684 for ; Sat, 17 Jan 1998 07:30:43 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal17-21.ppp.iadfw.net (dal17-21.ppp.iadfw.net [206.66.5.23]) by idfw.com (8.8.5) id IAA26337; Sat, 17 Jan 1998 08:30:35 -0700 (MST) Received: by dal17-21.ppp.iadfw.net with Microsoft Mail id <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net>; Sat, 17 Jan 1998 09:32:03 -0600 Message-ID: <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Support Date: Sat, 17 Jan 1998 09:31:47 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am a new user with FreeBSD and UNIX for that matter, but I really like the format I have found wih FreeBSD and I plan to use it as my Web Server, once I get over the learning curve. Over the past three weeks I have pummelled you guys with requests for information and how to things. The response from all of you has been wonderful and enthusiatic. But I guess I'm just not getting the word across as I have yet to be able to get done what I need done. If I may offer this one bit of constructive critism about the support answers I have gotten to date. Lets say you've never driven a car before. You know how to ride a motorcyle, but you've never driven a car. You ask someone how to get the car to drive down the road. Their answer is put your hands on the steering wheel and press the gas pedal on the right. Okay, you get in the car and put your hands on the steering wheel and press the gas pedal on the right. The car sits their and does nothing. Remember, you are an expert motorcylist so you look for the start button. Well cars don't come with start buttons and you're still sitting there. If the person who had told you how to drive the car had just given you a little more information, like place the key in the ignition switch and start the car first, everything would be just dandy. I really don't need someone to hold my hand through all this, but I have tried now for three weeks to make a PPP connection to install a port via the Internet. My install of FreeBSD went okay of the Internet, so I figure cool I should be able to get back and FTP etc... All my request for information on this have left me nowhere. While I have received several replies, nothing you guys suggest works and I'm stumped. Let me list each step I'm taking and if you can just point out what I need to do different, I think I can make this happen! Remember, don't assume I'm doing anything else in between these steps. This is exactly and only what I am doing. 1. I start my FreeBSD system and login as root. 2. At the # prompt I typed ftp ftp.cdrom.com. (as instructed by one of you) I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host 3. I assume that I must make a ppp connection first so I type quit at the ftp> prompt and press 4. Back at the # prompt I type ppp. 5. I type term. 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) 7. I get a connection and login to my ISP. 8. I see this line: PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode 9. I then get this prompt PPP ON >. I've experimented around from here, but can't put 2 and 2 together. ! gets me back to the # prompt where I've tried the ftp part again, but I keep getting the Unknow host message. So how do I make both things happen at once, if that's what's required? Thanks again for your replies. I certainly am glad you're trying to help. From owner-freebsd-questions Sat Jan 17 07:40:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05304 for questions-outgoing; Sat, 17 Jan 1998 07:40:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05299 for ; Sat, 17 Jan 1998 07:40:36 -0800 (PST) (envelope-from john@www.cas.unt.edu) Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id JAA08292 for ; Sat, 17 Jan 1998 09:40:35 -0600 (CST) Received: (from john@localhost) by www.cas.unt.edu (8.8.7/8.6.9) id JAA20265 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 09:40:32 -0600 (CST) From: john Message-Id: <199801171540.JAA20265@www.cas.unt.edu> Subject: IPX ping, anyone ported it? To: freebsd-questions@FreeBSD.ORG Date: Sat, 17 Jan 1998 09:40:32 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk A friend of mine is working on porting the linux ipxping utility (to ping Novell Netware Servers via IPX). Has anyone got a working port or any suggestions? Current output is bash# ./ipxping e4498aaa 00:00:00:00:00:01 error: ipx_send: Can't assign requested address He said he ran into this on a linux box had and to use some ipx utils for linux to setup an IPX routing table. We're currently using IP to look at our netware servers, but ipx is the core protocol for Netware and if it stops working and IP is working then things just aren't working for most services. From owner-freebsd-questions Sat Jan 17 08:05:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06515 for questions-outgoing; Sat, 17 Jan 1998 08:05:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06508 for ; Sat, 17 Jan 1998 08:05:36 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id KAA11332 for ; Sat, 17 Jan 1998 10:14:01 -0600 (CST) Date: Sat, 17 Jan 1998 10:14:00 -0600 (CST) From: John Frader To: freebsd-questions@FreeBSD.ORG Subject: Syslog.conf problem.. In-Reply-To: <19980114135905.45103@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I have the following in my syslog.conf file. The problem is that the daemon info is being logged to maillog. I don't know what is going wrong. Is it because of the way I have it set up or maybe something else? Anyway I can check? mail.* /var/log/maillog daemon.info /var/log/daemon.log From owner-freebsd-questions Sat Jan 17 08:06:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06626 for questions-outgoing; Sat, 17 Jan 1998 08:06:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail2.wilmington.net (mail2.wilmington.net [199.72.95.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06608 for ; Sat, 17 Jan 1998 08:06:50 -0800 (PST) (envelope-from michaelp@wilmington.net) Received: from wilmington.net (michaelp@pdial26.wisedial.wilmington.net [199.72.96.26]) by mail2.wilmington.net (8.7.4/8.7.3) with ESMTP id LAA23200 for ; Sat, 17 Jan 1998 11:06:43 -0500 Message-ID: <34C0D683.B2B03E66@wilmington.net> Date: Sat, 17 Jan 1998 11:04:19 -0500 From: Mike Poore X-Mailer: Mozilla 4.02 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: minicom Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i was wondering how i can connect to my isp through minicom i typed atdt and my isp # and i logged in then i got these funny characters and it disconnected me. it said 'NO CARRIER' how can i log in and connect without being disconnected? thanks Mike From owner-freebsd-questions Sat Jan 17 08:17:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07151 for questions-outgoing; Sat, 17 Jan 1998 08:17:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07147 for ; Sat, 17 Jan 1998 08:17:34 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id KAA11404; Sat, 17 Jan 1998 10:25:59 -0600 (CST) Date: Sat, 17 Jan 1998 10:25:58 -0600 (CST) From: John Frader To: Mike Poore cc: freebsd-questions@FreeBSD.ORG Subject: Re: minicom In-Reply-To: <34C0D683.B2B03E66@wilmington.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Mike, It sounds like it might have automatically started a ppp session. On Sat, 17 Jan 1998, Mike Poore wrote: > i was wondering how i can connect to my isp through minicom > i typed atdt and my isp # and i logged in then i got these funny > characters and it disconnected me. it said 'NO CARRIER' how can i log > in and connect without being disconnected? > > thanks > Mike > > From owner-freebsd-questions Sat Jan 17 08:27:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07914 for questions-outgoing; Sat, 17 Jan 1998 08:27:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07906 for ; Sat, 17 Jan 1998 08:27:43 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul7.u.washington.edu (root@saul7.u.washington.edu [140.142.82.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id IAA39088; Sat, 17 Jan 1998 08:27:39 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul7.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id IAA21807; Sat, 17 Jan 1998 08:27:38 -0800 (PST) Message-Id: <3.0.3.32.19980117082730.007ccdd0@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 17 Jan 1998 08:27:30 +0000 To: Peter From: Jason Wells Subject: Re: Netscape Browser Cc: questions@FreeBSD.ORG In-Reply-To: <3.0.5.32.19980116134610.008fa430@mailhost.worldinternet.ne t> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 13:46 1/16/98 +0000, Peter wrote: >HI, >Can anyone recommend a good stable version of netscape, with built-in Mail >reader if Possible. At the moment Iam using Navigator Vder 3.04 and Iam >getting errors Galore, it I do Cut under edit netscape booms out and >there's plenty of other errors. > > peter Use the Communicator from the ports collection. Version 4.04 is available. The new installation handles all of that messy cut and paste stuff for you. The installation is simpler than the FreeBSD Netscape of old. Later, Jason Wells From owner-freebsd-questions Sat Jan 17 08:31:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08285 for questions-outgoing; Sat, 17 Jan 1998 08:31:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08253 for ; Sat, 17 Jan 1998 08:31:01 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id IAA19945; Sat, 17 Jan 1998 08:28:58 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma019943; Sat, 17 Jan 98 08:28:38 -0800 Message-ID: <34C0DC6E.8AD7D2AB@partsnow.com> Date: Sat, 17 Jan 1998 08:29:34 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: efinley@castlenet.com CC: questions@FreeBSD.ORG Subject: Re: Make world times References: <34bcf82d.3063632@castlenet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Elliot Finley wrote: > > I am getting a make world time of about 2.5 hours with the complete > 2.2-stable source tree. This is on a PII 233 64M SCSI system. Is > this normal? Is there any way to speed it up? > -- > Elliot Finley (efinley@castlenet.com) > President > Hiawatha Coal Company PMFJI, but do you realise what you are asking? You're rebuilding EVERY program in the distribution from raw ASCII C-source, and it takes a whole two and a half hours to do so. Awww.... Jeez, guy. My first computer only 19 years ago was an Intel SDK-86 with 2K of RAM, and it worked at EIGHT Megahertz. Seriously, here are three suggestions: 1) prune the install tree and remove unnecessary programs 2) change the gcc flags to kill the console messages below fatal error status. 3) eliminate other running services (X, webserver, etc.) -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Sat Jan 17 08:47:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09161 for questions-outgoing; Sat, 17 Jan 1998 08:47:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09153 for ; Sat, 17 Jan 1998 08:47:01 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id LAA09800 for questions@FreeBSD.ORG; Sat, 17 Jan 1998 11:46:55 -0500 (EST) Date: Sat, 17 Jan 1998 11:46:55 -0500 (EST) From: "Stephen J. Roznowski" Message-Id: <199801171646.LAA09800@istari.home.net> To: questions@FreeBSD.ORG Subject: printer ejects blank page at start of job Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'd check the archives, but they still appear to be down.... There was a discussion a while ago about the printer ejecting a blank page at the start of the job... What was the solution to this problem? Note: I do have "sh" defined in my printcap.... Thanks, Stephen Roznowski (sjr@home.net) From owner-freebsd-questions Sat Jan 17 08:47:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09180 for questions-outgoing; Sat, 17 Jan 1998 08:47:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem08-Prairie.Lakes.com [204.220.36.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09152 for ; Sat, 17 Jan 1998 08:46:59 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id KAA06983; Fri, 17 Jan 1997 10:46:29 -0600 (CST) (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970117104626.017d1fc0@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 17 Jan 1997 10:46:26 -0500 To: "Alex N. Zhuravlev" From: Child Subject: Re: snmpd Cc: questions@FreeBSD.ORG In-Reply-To: <199801150657.NAA04143@keep.scn.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >I want to get statistic from our router using mrtg. >Mrtg uses snmp to get statistic.How to make snmpd work on FreeBSD not client but >server??? Now we have FreeBSD-2.2.5 as a router. HI!!!!! i'd also LOVE to do that i also have 2.2.5-REL as a router i saw nothing on the list about it and found nothing in the man pages....maybe you had better luck? THANKS! Jeremy Sommer From owner-freebsd-questions Sat Jan 17 08:53:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09596 for questions-outgoing; Sat, 17 Jan 1998 08:53:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA09583 for ; Sat, 17 Jan 1998 08:53:11 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.128] by iglou.com with smtp (8.7.3/8.6.12) id 0xtbUH-0003ak-00; Sat, 17 Jan 1998 11:52:49 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 17 Jan 1998 11:52:01 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: "Joe \"Marcus\" Clarke" Subject: RE: UPS monitor software Cc: FreeBSD User Questions List Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White has been working on one, and there is upsd at http://www.cre8tivegroup.com/upsd/ Doug's is a mod of the one here. Patrick On 17-Jan-98 Joe \"Marcus\" Clarke wrote: >I know I've seen this mentioned on the list, but silly me, I didn't take >note of it earlier. Is there any APC UPS (or generic UPS) monitoring >software available for FreeBSD? I just got a APC BackUPS Pro 280, and >I'd like to hook it in to FreeBSD. I saw apcupsd on the net, but I >couldn't get it to compile. It wanted linux, and the errors turned me >off to trying to port the code. Any input would be much appreciated. > >Joe Clarke From owner-freebsd-questions Sat Jan 17 08:54:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09647 for questions-outgoing; Sat, 17 Jan 1998 08:54:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alles.or.jp (mx.alles.or.jp [202.221.139.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09626 for ; Sat, 17 Jan 1998 08:53:53 -0800 (PST) (envelope-from otoshi@alles.or.jp) Received: from toshi (ppp03028.omiya.alles.or.jp [203.180.244.156]) by alles.or.jp (8.8.8+2.7Wbeta7/96122501) with SMTP id BAA24158 for ; Sun, 18 Jan 1998 01:53:16 +0900 (JST) Message-ID: <001901bd2368$6016f490$9cf4b4cb@toshi> From: "TOSHI" To: Subject: =?iso-2022-jp?B?GyRCJEkkJiQ5JGwkUE5JJCQkKyEpGyhC?= Date: Sun, 18 Jan 1998 01:52:59 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk $B@h$[$I$N%a!<%k$OL5;k$7$F2<$5$$!#(B $B:#!"KM$N%Q%=%3%s$K$O(BWin95$B!"(BNT4.0WS $B$,F~$C$F$$$F5/F0;~$N(BOS$BA*Br$O(BNT$B$,4IM}$7$F(B $B$$$^$9!#(B FreeBSD$B$O(BWin95$B$H$OF1;~$KF~$l$i$l!"(BFreeBSD$B$,4IM}$9$k(B $B$H=q$$$F$"$j$^$7$?$,!"(B $BKM$N%Q%=%3%s$N>l9g(BNT$B$r>C$5$J$$$H$@$a$J$N$G$7$g$&$+!)(B $B!!$^$?(BFTP$B$+$i(BFreeBSD2.25$B$N%U%!%$%k$9$Y$F$r%@%&%s%m!<%I$7!"$3$l$+$i(BCD$B$K>F$3$&(B $B$H$7$?$s$G$9$,!"(B $B%U%!%$%k$O$I$&$$$&Iw$KCV$1$P$$$$$N$G$9$+!)(B D:\ $B$,(BCD$B!](BROM$B$N>l9g(B D:----\bin $B!!!!!!!!(B\catpages $B$J$I(B $B!!!!!!!!(BInstall.txt $B!!!!!!!!(BAbout.txt $B$J$I(B $B$G$$$$$N$G$7$g$&$+!)(B From owner-freebsd-questions Sat Jan 17 09:00:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10106 for questions-outgoing; Sat, 17 Jan 1998 09:00:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from blue.bad.bris.ac.uk (blue.bad.bris.ac.uk [137.222.132.60]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA10001 for ; Sat, 17 Jan 1998 08:59:09 -0800 (PST) (envelope-from taff@blue.bad.bris.ac.uk) Received: (qmail 12819 invoked by uid 57242); 17 Jan 1998 16:58:58 -0000 Date: Sat, 17 Jan 1998 16:58:54 +0000 (GMT) From: Aled Treharne Reply-To: felix@royal.net To: freebsd-questions@FreeBSD.ORG Subject: Undocumented options in Kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- While configuring a new kernel the other day I noticed that there are a lot of options not documented in LINT or anywhere else I could find. IS there a complete description of all possible options for the kernel config file out there anywhere? Thanks, - -Taff. Aled Treharne felix@royal.net "Big Bird meets Salvador Dali has been brought to you by the numbers L and ), and by the letter 3." For PGP Public key finger taff@blue.bad.bris.ac.uk #include(std.disclaim) -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQCVAwUBNMDjUsaJukNO1flNAQEicQP/T/e+SIyba9UTKMT5KFjWNVrvsRK/0Xsq 3LMUCD/x1mYu/Pxiy/cdlK4kTMNr+rXHrYds1yH5ZEKZw9TqiAvA26oSvcwu1rc/ a81XL0txBpGQPROyNAIwb4nK5lKkDjvV4RSfeJfrGB2HP+STT7daQmOdZSNtHM8n FBDa/10fZPw= =PR8e -----END PGP SIGNATURE----- From owner-freebsd-questions Sat Jan 17 09:00:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10136 for questions-outgoing; Sat, 17 Jan 1998 09:00:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10128 for ; Sat, 17 Jan 1998 09:00:29 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id RAA07332 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 17:57:38 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08449; 17 Jan 98 17:57:31 +0100 From: leifn@image.dk (Leif Neland) Date: 17 Jan 98 15:13:31 +0100 Subject: NOVELL-SUPPORT Message-ID: <8b1_9801171757@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Can FreeBSD be a diskserver for a diskless 286 expecting a novell-server? It boots in dos with a floppy. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sat Jan 17 09:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10156 for questions-outgoing; Sat, 17 Jan 1998 09:00:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10130 for ; Sat, 17 Jan 1998 09:00:34 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id RAA07334 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 17:57:40 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA08450; 17 Jan 98 17:57:32 +0100 From: leifn@image.dk (Leif Neland) Date: 17 Jan 98 04:56:18 +0100 Subject: Re: ELF Message-ID: <8b2_9801171757@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 15 Jan 98 22:09:12 "Jonathan M. Bresler" wrote regarding Re: ELF "M> its very easy. "M> "M> brandelf -t Linux Did that. Didn't help: "Unknown binary format" when I tried running the executable Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sat Jan 17 09:07:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10607 for questions-outgoing; Sat, 17 Jan 1998 09:07:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10581 for ; Sat, 17 Jan 1998 09:06:39 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id JAA20669; Sat, 17 Jan 1998 09:04:28 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma020667; Sat, 17 Jan 98 09:04:24 -0800 Message-ID: <34C0E4D0.54A741A@partsnow.com> Date: Sat, 17 Jan 1998 09:05:20 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: ernesto@tinored.cu CC: questions@FreeBSD.ORG Subject: Re: FreeBSD FireWall References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk www.tis.com The Firewall toolkit has all of the proxy tools that Gauntlet does, but it is free for all use except packaging with commercial offerings. Not sure what the fact that you are outside USA would do to you, though, in terms of getting it. They will ask you to agree to an e-mailed license agreement which they file, but they had no objection to my using it in a business or setting it up for other businesses. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Sat Jan 17 09:23:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11475 for questions-outgoing; Sat, 17 Jan 1998 09:23:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11431; Sat, 17 Jan 1998 09:22:48 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA05144; Sat, 17 Jan 1998 17:22:25 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA05944; Sat, 17 Jan 1998 18:22:24 +0100 (MET) To: Greg Lehey Cc: TOKER ONUR , freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: several networking questions ... References: <199712262109.AAA52009@dpc107.dpc.kfupm.edu.sa> <19971227114414.06459@lemis.com> From: Eivind Eklund Date: 17 Jan 1998 18:22:23 +0100 In-Reply-To: <19971227114414.06459@lemis.com> Message-ID: <864t335834.fsf@bitbox.follo.net> Lines: 23 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk * Greg Lehey | > (2) If I have two 56K modems, and two telephone lines, can I dial my ISP | > using both telehone lines and achieve 112Kb/s data transfer rate for ftp | > or http connections ? | | Maybe. | | > If yes how ? | | You'll need mpd (multi-line ppp). The problem is, so will your ISP. | You'll need to find one who's also running FreeBSD, and who is | prepared to do this. (A little late) This is actually not correct. mpd uses the standard multilink protocols, so it should work towards any ISP that offer multilink. I certainly know we offer it, even though we don't use FreeBSD for that side of our business (it is much more convenient to just buy a box, run a PRI and a network line into it, and have it work :-) And mpd works with us :-) Eivind. From owner-freebsd-questions Sat Jan 17 10:04:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13633 for questions-outgoing; Sat, 17 Jan 1998 10:04:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from po.kumagaya.or.jp (po.kumagaya.or.jp [202.234.46.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13616 for ; Sat, 17 Jan 1998 10:03:59 -0800 (PST) (envelope-from tetsuwa@po.kumagaya.or.jp) Received: from po.kumagaya.or.jp (matsu53.kumagaya.or.jp [203.183.12.53]) by po.kumagaya.or.jp (3.6W) with ESMTP id DAA03018 for ; Sun, 18 Jan 1998 03:05:59 +0900 Message-ID: <34C0F285.72D7BAB9@po.kumagaya.or.jp> Date: Sun, 18 Jan 1998 03:03:49 +0900 From: Tetsuya Watanabe X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD with Windows NT and 95? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I have two questions. Q1. Is it possible to create a FreeBSD slice on an IDE disk, that has already both primary and extended partitions? Q2. Is it a right way to have more than 1024 cylinders in the root partition when installing FreeBSD on IDE hds? My pc has EIDE controllers. Thank you for your assistance. Regards, Tetsuya Watanabe From owner-freebsd-questions Sat Jan 17 10:17:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14271 for questions-outgoing; Sat, 17 Jan 1998 10:17:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14253 for ; Sat, 17 Jan 1998 10:16:55 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id TAA11209 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 19:11:48 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03204; 17 Jan 98 18:49:49 +0100 From: leifn@image.dk (Leif Neland) Date: 17 Jan 98 17:23:21 +0100 Subject: Setting up a personal web server on the net Message-ID: References: <9801170503.AA11844@rachel.fxsing.ml.com> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 17 Jan 98 06:03:23 Ash Yadav wrote regarding Setting up a personal web server on the net AY> Hi Folks, AY> I have got free bsd up and running at home for the past 2 weeks. AY> The next step for me AY> is to setup a webserver on the net ie. run a webserver from my AY> home . I would appreciate Why would you do such a thing? Are you connected 24h/day? Will your isp call you, when somebody want to access your site? You can use your webserver to test stuff, but then have your pages at a server at your isp. Perhaps you can put your server in their room? :-) Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sat Jan 17 10:21:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14560 for questions-outgoing; Sat, 17 Jan 1998 10:21:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14548 for ; Sat, 17 Jan 1998 10:21:28 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id NAA19299; Sat, 17 Jan 1998 13:21:19 -0500 (EST) Message-ID: <19980117132118.22522@emu.sourcee.com> Date: Sat, 17 Jan 1998 13:21:18 -0500 From: Norman C Rice To: "Stephen J. Roznowski" Cc: questions@FreeBSD.ORG Subject: Re: printer ejects blank page at start of job References: <199801171646.LAA09800@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801171646.LAA09800@istari.home.net>; from Stephen J. Roznowski on Sat, Jan 17, 1998 at 11:46:55AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 11:46:55AM -0500, Stephen J. Roznowski wrote: > > I'd check the archives, but they still appear to be down.... > > There was a discussion a while ago about the printer ejecting > a blank page at the start of the job... What was the solution > to this problem? > > Note: I do have "sh" defined in my printcap.... Any chance the document starts of with a formfeed character? If not, what is your setup? What type of document are you attempting to print (text, postcript)? What type of printer are you printing to? Is it a local printer? Is it a remote printer? Are you using any filters? Are you using apsfilter? What is your /etc/printcap entry? Are you using LPR? Are you using LPRng? > > Thanks, > Stephen Roznowski (sjr@home.net) -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sat Jan 17 11:05:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16643 for questions-outgoing; Sat, 17 Jan 1998 11:05:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xyzzyz ([209.1.236.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16629 for ; Sat, 17 Jan 1998 11:05:25 -0800 (PST) (envelope-from tommer@angelfire.com) Received: by angelfire.com id <24425-260>; Sat, 17 Jan 1998 11:05:20 -0800 To: freebsd-questions@FreeBSD.ORG Date: Sat, 17 Jan 1998 11:05:10 -0700 From: "Alexi Kerbel" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on X-Mailer: MailCity Service Subject: Final step of install not good. X-Sender-Ip: 166.55.42.132 Organization: Angelfire (http://fe.angelfire.com) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Ok, i have boot.flp but when it is installing it asks for the instalation disk ( I chose floppy install) maybe you can tell me where to get it on the FTP or send me a install disk to: Alosha Kerbel 17630 27th Ave N Plymouth MN 55447-1608 USA Reply to: Tommer@Angelfire.com Angelfire for your free web-based e-mail. http://www.angelfire.com From owner-freebsd-questions Sat Jan 17 11:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17746 for questions-outgoing; Sat, 17 Jan 1998 11:29:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17735 for ; Sat, 17 Jan 1998 11:29:01 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id OAA06744; Sat, 17 Jan 1998 14:11:33 -0500 (EST) (envelope-from toor) Message-Id: <199801171911.OAA06744@dyson.iquest.net> Subject: Re: Undocumented options in Kernel In-Reply-To: from Aled Treharne at "Jan 17, 98 04:58:54 pm" To: felix@royal.net Date: Sat, 17 Jan 1998 14:11:33 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Aled Treharne said: > > While configuring a new kernel the other day I noticed that there are a > lot of options not documented in LINT or anywhere else I could find. IS > there a complete description of all possible options for the kernel > config file out there anywhere? > LINT and GENERIC are the best references. There are kernel options that (for example) I have created and are not documented. However, those are mostly for debugging or performance comparisons. Such options can readily disappear without notice. If you find options that really help your perf or stability, let the developers know, and I am sure that such input can be very valuable. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. From owner-freebsd-questions Sat Jan 17 11:32:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18109 for questions-outgoing; Sat, 17 Jan 1998 11:32:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA18102 for ; Sat, 17 Jan 1998 11:32:33 -0800 (PST) (envelope-from atf3r@cs.virginia.edu) Received: from ares.cs.virginia.edu by mail.virginia.edu id aa16942; 17 Jan 98 14:32 EST Received: from mamba.cs.Virginia.EDU (mamba-fo.cs.Virginia.EDU [128.143.136.18]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id OAA15322 for ; Sat, 17 Jan 1998 14:32:31 -0500 (EST) Received: from localhost (atf3r@localhost) by mamba.cs.Virginia.EDU (8.7.5/8.7.3) with SMTP id OAA02213 for ; Sat, 17 Jan 1998 14:32:30 -0500 (EST) X-Authentication-Warning: mamba.cs.Virginia.EDU: atf3r owned process doing -bs Date: Sat, 17 Jan 1998 14:31:43 -0500 (EST) From: "Adrian T. Filipi-Martin" Reply-To: Adrian Filipi-Martin To: Jt Subject: Re: Boca 8 port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Jt wrote: > > After looking in sio in freebsd . They show boca multiport > cards with 8 port: > > options COM_MULTIPORT > device sio4 at isa? port 0x100 tty flags 0xb05 > device sio11 at isa? port 0x138 tty flags 0xb05 irq 5 vector siointr > > This will pickup all 8 ports? Also they show irq 12 I am using irq 5 > Or do I need to list each port with the last port showing the irq ? > Thanks in advance Yes, you need to change the IRQ from 5 to 12 if that is what your board is jumpered to use. You also need one sioX line for each serial port. ONly the last gets the IRQ though. I am not sure about the correctness of this value for flags. You nned to check either the sio(4) manpage or the FreeBSD Handbook (www.freebsd.org) to double check this. Here is what I use for my ATIO66 (Boca 6 port): # IO_COM4 cannot be used because I have an S3/#9 graphics board that uses # this I/O port range. options COM_MULTIPORT options "IO_COM5=0x3e0" options "IO_COM6=0x2e0" device sio0 at isa? port "IO_COM1" tty flags 0x505 vector siointr device sio1 at isa? port "IO_COM2" tty flags 0x505 vector siointr device sio2 at isa? port "IO_COM3" tty flags 0x505 vector siointr device sio3 at isa? port 0x248 tty flags 0x505 vector siointr device sio4 at isa? port "IO_COM5" tty flags 0x505 vector siointr device sio5 at isa? port "IO_COM6" tty irq 4 flags 0x505 vector siointr BTW, I hope you are using this for a dial-out lines only. If my recollection is correct the 8-port card does not have the ring (RI) signal line, which is what FreeBSD uses to detect when the modem line is ringing. In don't believe anyone ever added the ability to look for the "RING" text string. I could be wrong though; I haven't looked at this in a long time. cheers, Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ From owner-freebsd-questions Sat Jan 17 11:39:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18456 for questions-outgoing; Sat, 17 Jan 1998 11:39:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.mira.dk (mail.mira.dk [194.234.59.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18448 for ; Sat, 17 Jan 1998 11:39:32 -0800 (PST) (envelope-from gert@bizarre.mira.dk) Received: from hookturn (ip132.mira.dk [194.234.59.132]) by mail.mira.dk (8.8.2/8.8.2) with SMTP id UAA29463 for ; Sat, 17 Jan 1998 20:50:51 +0100 (MET) Received: by hookturn with Microsoft Mail id <01BD2387.E2ED46C0@hookturn>; Sat, 17 Jan 1998 20:38:37 +0100 Message-ID: <01BD2387.E2ED46C0@hookturn> From: Gert Nielsen To: "'freebsd-questions@FreeBSD.org'" Subject: FAT32 support Date: Sat, 17 Jan 1998 20:37:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk When is FAT32 to be integrated in FreeBSD?? C-ya Gert Gert@bizarre.mira.dk ICQ UIN# 6237719 From owner-freebsd-questions Sat Jan 17 11:52:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19012 for questions-outgoing; Sat, 17 Jan 1998 11:52:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19000 for ; Sat, 17 Jan 1998 11:52:18 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id OAA03360; Sat, 17 Jan 1998 14:47:16 -0500 (EST) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.8/8.8.5) with ESMTP id OAA28432; Sat, 17 Jan 1998 14:52:15 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.8.8/8.8.5) id OAA00427; Sat, 17 Jan 1998 14:52:15 -0500 (EST) Date: Sat, 17 Jan 1998 14:52:15 -0500 (EST) Message-Id: <199801171952.OAA00427@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: leifn@image.dk (Leif Neland) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: samba not showing on wfw3.11 In-Reply-To: References: X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 17 January, 1998, at 04:41 (+0100) Leif Neland wrote: > I have setup samba on my bsdbox. It doesn't show on the browser-windows on > wfw3.11, but I can connect when I type the name of the server. Is it samba or > wfw erring? This is not an answer to your question, but: Have you checked the FAQ and read through the DIAGNOSIS doc? If not, see `ftp://samba.anu.edu.au/pub/samba/docs/DIAGNOSIS.txt'. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ My brother sent me a postcard the other day with this big satellite photo of the entire earth on it. On the back it said: "Wish you were here." -- Steven Wright From owner-freebsd-questions Sat Jan 17 11:56:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19180 for questions-outgoing; Sat, 17 Jan 1998 11:56:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA19162 for ; Sat, 17 Jan 1998 11:55:58 -0800 (PST) (envelope-from atf3r@cs.virginia.edu) Received: from ares.cs.virginia.edu by mail.virginia.edu id aa24406; 17 Jan 98 14:55 EST Received: from mamba.cs.Virginia.EDU (mamba-fo.cs.Virginia.EDU [128.143.136.18]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id OAA15683; Sat, 17 Jan 1998 14:55:49 -0500 (EST) Received: from localhost (atf3r@localhost) by mamba.cs.Virginia.EDU (8.7.5/8.7.3) with SMTP id OAA02713; Sat, 17 Jan 1998 14:55:48 -0500 (EST) X-Authentication-Warning: mamba.cs.Virginia.EDU: atf3r owned process doing -bs Date: Sat, 17 Jan 1998 14:55:47 -0500 (EST) From: "Adrian T. Filipi-Martin" Reply-To: Adrian Filipi-Martin To: Wei Weng cc: Jason Wik , freebsd-questions@FreeBSD.ORG Subject: Re: VIRUS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I really doubt there is a virus on their system; there just aren't any unix viri out there. I have only heard of a very few proof of concept unix viri. In all likelihood, you have a trojan or some other security problem. And that's how you should apprach this; as a security problem. If files are being modified on the system, someone has gained privlidges beyond what they ought to have. BTW, there is a virus checker from McAfee that runs native under FreeBSD, but it is meant for checking MS-DOS/Windoze files for viruses. A lot of people use unix file servers because NT servers suck. This make is eash to check all files on the server wihtout moving themover the network to a DOS box to check for viruses. Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ On Sat, 17 Jan 1998, Wei Weng wrote: > well... > If u have the root access, a rm -rf is a deadly virus. > There are lots of ways to trick root, no need to make a virus. > If u realy want to find one, mcafee claims they have made an antivirus > program for linux. You can try to run it on your freebsd box. > > Wei Weng wweng@stevens-tech.edu > http://attila.stevens-tech.edu/~wweng > -------------------------------------------------------------------------- > Darkness beyond twilight, crimson beyond blood that flows ... buried in > the flow of time ... in the great name, I pledge myself to darkness, all > the fools who stand in our way shall be destroyed ... by the power you and > I possess, DRAGON SLAVE! > -------------------------------------------------------------------------- > main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf > (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, > 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} > --------------------------------------------------------------------------- > > On Sat, 17 Jan 1998, Jason Wik wrote: > > > I Have a question one of our clients uses freeBSD and claims to have a > > virus. Is there an antiviral program that can be used on FreeBSD for > > FreeBSD. I am aware of the limitations of a virus in a unix O/S. But it > > wouldn't suprise me. Hope you can help me out. > > > > Thanks, > > Jason > > > From owner-freebsd-questions Sat Jan 17 12:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20869 for questions-outgoing; Sat, 17 Jan 1998 12:36:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20776 for ; Sat, 17 Jan 1998 12:34:19 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id MAA11950; Sat, 17 Jan 1998 12:32:38 -0800 (PST) Date: Sat, 17 Jan 1998 12:32:37 -0800 (PST) From: Annelise Anderson To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: Setting up a personal web server on the net In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 17 Jan 1998, Leif Neland wrote: > At 17 Jan 98 06:03:23 Ash Yadav wrote regarding Setting up a personal web > server on the net > > AY> Hi Folks, > AY> I have got free bsd up and running at home for the past 2 weeks. > AY> The next step for me > AY> is to setup a webserver on the net ie. run a webserver from my > AY> home . I would appreciate > > Why would you do such a thing? Are you connected 24h/day? Will your isp call > you, when somebody want to access your site? You can use your webserver to test > stuff, but then have your pages at a server at your isp. > Perhaps you can put your server in their room? :-) There are a number of reasons why one might want to do such a thing. In fact why he want to do it is his own business, but he will in any case learn a good deal about installing and configuring a web server and its logs, which one would not learn from simply serving one's pages at the ISP. Must it really be up 24 hours a day? Someone who now has a dedicated machine serving web pages originally started with a home web server that was up only during the night (U.S. Eastern). I'm not sure the robots indexed it; for those using a search engine, assuming it got indexed, it would be useful to have it say up front that it's only up during specific hours. On the question of the connection--I think the connection sought here is ppp, and of course a fixed IP address would be preferrable to one dynamically assigned. Also on "router or firewall," the idea of a firewall is to keep people out, so it shouldn't be a firewall. It is useful to remember that a machine connected by ppp to the Internet really is "on" the Internet and is vulnerable--all users should have good passwords and so should root. When an IP address is dynamically assigned, how do interested people find the server, assuming it's up and running? I think it would be interesting to determine from the logs how heavy a load a web server can accomodate over a single phone line and therefore how it should be ideally set up. Annelise From owner-freebsd-questions Sat Jan 17 12:57:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21985 for questions-outgoing; Sat, 17 Jan 1998 12:57:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21979 for ; Sat, 17 Jan 1998 12:57:26 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id MAA01492; Sat, 17 Jan 1998 12:57:03 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 12:57:03 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.1.0 In-Reply-To: <34BFC18E.254D@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk You should really be running 2.2.x for stability, security and other reasons. Ohh yes, 2.2.x is also well documented. :) -- Yan On Fri, 16 Jan 1998, Dinesh Pal wrote: >Hello, > >Where can I get documentation for freebsd 2.1.0 on all the topics. > >dinesh Pal > From owner-freebsd-questions Sat Jan 17 13:00:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22212 for questions-outgoing; Sat, 17 Jan 1998 13:00:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22200 for ; Sat, 17 Jan 1998 13:00:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05549; Sat, 17 Jan 1998 13:00:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:00:11 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: ELF In-Reply-To: <8b2_9801171757@swimsuit.swimsuit.roskildebc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 17 Jan 1998, Leif Neland wrote: > At 15 Jan 98 22:09:12 "Jonathan M. Bresler" wrote regarding Re: ELF > > "M> its very easy. > "M> > "M> brandelf -t Linux > > Did that. Didn't help: "Unknown binary format" when I tried running the > executable Did you make sure the linuxulator was installed in rc.conf? linux=YES 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 Jan 17 13:04:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22393 for questions-outgoing; Sat, 17 Jan 1998 13:04:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22381 for ; Sat, 17 Jan 1998 13:04:25 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (max2-173.HiWAAY.net [208.147.145.173]) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id PAA20336; Sat, 17 Jan 1998 15:04:11 -0600 (CST) Message-ID: <34C11CE3.42877E5C@hiwaay.net> Date: Sat, 17 Jan 1998 15:04:35 -0600 From: Steve Price X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: James DenverLee Black CC: freebsd-questions@FreeBSD.ORG Subject: Re: does anyone know where I can download a good browser ? References: <34BE3D6B.AB1507B0@neumedia.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk James DenverLee Black wrote: > > Hello, > > I recently setup freebsd and I have Xwindows configured and everything > is running smoothly escept for the fact that I cannot find a good > browser to use. I have tried searching for a Netscape browser, but I > have been unsuccesful. Can anyone tell me where I could download > netscape or any other reasonable browser ? > > At one point I thought Netscape had a version of communicator for > FreeBSD. However, I can't seem to find it if they still have it You might try in your ports tree. /usr/ports/www/netscape* I have had the best luck with the version 3.* line of Netscape. Steve > Thanks alot > Lee From owner-freebsd-questions Sat Jan 17 13:05:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22488 for questions-outgoing; Sat, 17 Jan 1998 13:05:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22451 for ; Sat, 17 Jan 1998 13:05:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05553; Sat, 17 Jan 1998 13:05:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:05:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Elliot Finley cc: questions@FreeBSD.ORG Subject: Re: Q: adding drivers to the kernel In-Reply-To: <34be4615.1811111@castlenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Elliot Finley wrote: > If I want to add a RocketPort driver to the kernel (edit files.i386, > and put the sources somewhere they can be found), is there any way to > do this without having cvsup changing files.i386 back, and deleting > the source files? If you're not using CVS, you'll have to make a copy of the source tree, leaving the original for CVSup and working on the copy. If you use CVS, make your changes on a vendor branch. CVSup will simply ignore them and update the main branches. 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 Jan 17 13:05:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22499 for questions-outgoing; Sat, 17 Jan 1998 13:05:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22466 for ; Sat, 17 Jan 1998 13:05:08 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id NAA21368; Sat, 17 Jan 1998 13:03:03 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma021366; Sat, 17 Jan 98 13:03:00 -0800 Message-ID: <34C11CBE.114E99BC@partsnow.com> Date: Sat, 17 Jan 1998 13:03:58 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Annelise Anderson CC: Leif Neland , FreeBSD Questions ML Subject: Re: Setting up a personal web server on the net References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Annelise Anderson wrote: > > On 17 Jan 1998, Leif Neland wrote: > > > At 17 Jan 98 06:03:23 Ash Yadav wrote regarding Setting up a personal web > > server on the net > > > > AY> Hi Folks, > > AY> I have got free bsd up and running at home for the past 2 weeks. > > AY> The next step for me > > AY> is to setup a webserver on the net ie. run a webserver from my > > AY> home . I would appreciate > > > > Why would you do such a thing? Are you connected 24h/day? Will your isp call > > you, when somebody want to access your site? You can use your webserver to test > > stuff, but then have your pages at a server at your isp. > > Perhaps you can put your server in their room? :-) > > I think it would be interesting to determine from the logs how heavy a > load a web server can accomodate over a single phone line and therefore > how it should be ideally set up. > > Annelise I just did a live test with our ISP through our 128k Frame Relay. When I initiated three ftp transfers, I was able to get their routers to start complaining that my daemons should slow down. This was at about 93% of 128K. Since this is sustained packet flow, obviously this is an acid test. I think a parallel can be drawn with the instantaneous case since graphics-heavy pages are transfered in an equivalent manner, so I would doubt you could sustain any load that would require more than 20 or 30 httpd daemons unless the site is text-only, like UGU is/was. Doubt much tweaking would help. I think a temporary site is an extremely useful thing for a collaborative workgroup system. As each system connects, it sends out e-mail to a known-IP location, and when all have answered, it sends e-mail informing them of each others' IP addresses. With fxtv and a little more glue, you have a live videophone call happening. FreeBSD, since it is open, gives us the license to go far beyond that, but even a clustered http system with dynamic pages could be quite handy. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Sat Jan 17 13:06:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22725 for questions-outgoing; Sat, 17 Jan 1998 13:06:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22691 for ; Sat, 17 Jan 1998 13:06:25 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id PAA16920; Sat, 17 Jan 1998 15:05:39 -0600 (CST) Message-ID: <19980117150538.63093@emsphone.com> Date: Sat, 17 Jan 1998 15:05:38 -0600 From: Dan Nelson To: Child Cc: "Alex N. Zhuravlev" , questions@FreeBSD.ORG Subject: Re: snmpd References: <199801150657.NAA04143@keep.scn.ru> <3.0.3.32.19970117104626.017d1fc0@sommer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <3.0.3.32.19970117104626.017d1fc0@sommer>; from "Child" on Fri Jan 17 10:46:26 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 17), Child said: > >I want to get statistic from our router using mrtg. > >Mrtg uses snmp to get statistic.How to make snmpd work on FreeBSD not > client but > >server??? Now we have FreeBSD-2.2.5 as a router. > > HI!!!!! > i'd also LOVE to do that i also have 2.2.5-REL as a router i saw nothing on > the list about it and found nothing in the man pages....maybe you had > better luck? Install the ucd-snmp port, and run /usr/local/sbin/snmpd at bootup. Then point mrtg at your machine. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Sat Jan 17 13:09:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22929 for questions-outgoing; Sat, 17 Jan 1998 13:09:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22900 for ; Sat, 17 Jan 1998 13:08:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05566; Sat, 17 Jan 1998 13:08:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:08:48 -0800 (PST) From: Doug White Reply-To: Doug White To: Patrick Gardella cc: questions@FreeBSD.ORG Subject: Re: Secure Newsreader In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Patrick Gardella wrote: > Since I can't look anything up in the archives, I thought I would ask it here. > > I need a newsreader to access a protected news feed. I was using knews until > the server started requiring username and passwords. I remember knews dinging me for a username and password when I accessed a authenticated server here at the UO. Are they using some wacky form of authentication? (Kerberos?) 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 Jan 17 13:09:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22966 for questions-outgoing; Sat, 17 Jan 1998 13:09:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22836 for ; Sat, 17 Jan 1998 13:07:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05560; Sat, 17 Jan 1998 13:07:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:07:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Saumil Mehta cc: freebsd-questions@FreeBSD.ORG Subject: Re: Support for AGP on the Pentium platform? In-Reply-To: <98Jan15.135029est.27778@gateway.bruker.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Saumil Mehta wrote: > I am planning to install FreeBSD ver 2.2 on a 233MHz Pentium-II motherboard > that supports the newer AGP (Advanced Graphics Port) format for video. I > would very much appreciate it if anyone can email me his/her or commets > and/or suggestions on whether AGP is supported or not. FreeBSD will be fine with AGP, but XFree86 doesn't currently support 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 Sat Jan 17 13:11:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23238 for questions-outgoing; Sat, 17 Jan 1998 13:11:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mhv.net (root@spice.mhv.net [199.0.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23147 for ; Sat, 17 Jan 1998 13:10:30 -0800 (PST) (envelope-from mgraffam@mhv.net) From: mgraffam@mhv.net Received: from ismene (qripto@port112.mhv.net [206.229.41.40]) by mhv.net (8.8.5/8.7.3) with SMTP id QAA29460 for ; Sat, 17 Jan 1998 16:10:22 -0500 Date: Sat, 17 Jan 1998 16:04:24 -0500 (EST) X-Sender: qripto@ismene To: freebsd-questions@FreeBSD.ORG Subject: Re: Setting up a personal web server on the net In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Sat, 17 Jan 1998, Annelise Anderson wrote: > There are a number of reasons why one might want to do such a thing. I think I can add some insight into this discussion... I run a server off of my home machine, I do it for two reasons.. one is to simply play with the technology. If my region had cable modems, I'd be in my glory but till then, I run my machine off of a 33.6 modem with PPP. The other reason is to distribute sensitive files that I wouldnt want to put elsewhere. The prime example of this is my "high security" PGP public keys. These public keys are not sent to key servers or distributed from anywhere but on my hard drive; this is an academic point, really, but it minimizes the chance of a "man in the middle attack." Also, I put links to my personal source directory so that people who are interested in my code can get the latest version of stuff, even though I may not have packaged it up and sent it to my ISP for normal distribution. > Must it really be up 24 hours a day? :) In practice, I am on pretty much 24 hours a day. > On the question of the connection--I think the connection sought here is > ppp, and of course a fixed IP address would be preferrable to one > dynamically assigned. Yeah, I'd much rather have a static IP with good bandwidth, but that just wont happen in my area for awhile..but if you can such a connection, I recommend it. > When an IP address is dynamically assigned, > how do interested people find the server, assuming it's up and running? The way I handle this problem is like this.. I publish my IP with my ISP. When I connect my scripts extract the IP from ifconfig and create an HTML file with links using the IP. 3 links are created, one for ftp, http and telnet. This HTML file is then ftp'd to my ISP and overwrites the previous "access.html" file. When I go offline, I upload an HTML file that says "Sorry, but my machine isn't available right now." > I think it would be interesting to determine from the logs how heavy a > load a web server can accomodate over a single phone line and therefore > how it should be ideally set up. I've had 3 and 4 users grabbing pages from me while I was using bandwidth with no problems. Of course, I purposely keep my pages on the short side so I'm not transferring 40k at a time, and it works pretty well. I'm using Apache. My FreeBSD box has the modem in it and does firewalling for my Linux machine (which runs the services because my FreeBSD machine doesnt have much RAM and I use it for my personal work.. so no outside interference is allowed). Michael J. Graffam (mgraffam@mhv.net) http://www.mhv.net/~mgraffam -- Philosophy, Religion, Computers, Crypto, etc "Two things fill the mind with ever new and increasing admiration and awe the more often and steadily we reflect upon them: the starry heavens above and the moral law within me. I do not seek or conjecture either of them as if they were veiled obscurities or extravagances beyond the horizon of my vision; I see them before me and connect them immediately with the consciousness of my existence." - Immanuel Kant "Critique of Practical Reason" -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQCVAwUBNMEc3gKEiLNUxnAfAQEplAP9E3BEjmBS8Z/2BNVhhUPZvz1b4WnzniDC rltbIEthuEyfw2pigsEuoHl/JIa8ySOT4YhrdHOLlvyIM+DU6PzeKneqtaLSSJZF Mflu5Ene2jlpQYl8u8DvYDdbCdjzWbSKHTInGtMxL2YKcov/sBAvybdm0vCnWdXp K2lsNcUhbn8= =7Rad -----END PGP SIGNATURE----- From owner-freebsd-questions Sat Jan 17 13:12:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23384 for questions-outgoing; Sat, 17 Jan 1998 13:12:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23246 for ; Sat, 17 Jan 1998 13:11:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05573; Sat, 17 Jan 1998 13:11:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:11:20 -0800 (PST) From: Doug White Reply-To: Doug White To: ben@jlc.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with conf of 3Com PCMCIA In-Reply-To: <19980115160157.06890@verdi.jlc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Operator wrote: > I am trying to get a 3Com Etherlink III > modem/lan PCMCIA card to connect to my > Toshiba Satellite Pro 420CDT Laptop. > FreeBSD 2.2.5 RELEASE > The system gives a "Card inserted" message > followed by (3) Resource allocation failure for 3Com Corporation. > > Anybody have this running? You need to edit /etc/pccard.conf and select a free IRQ for the 3com card to use, or edit the list of available IRQs to reflect the current state of your system. 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 Jan 17 13:14:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23540 for questions-outgoing; Sat, 17 Jan 1998 13:14:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23458 for ; Sat, 17 Jan 1998 13:13:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05577; Sat, 17 Jan 1998 13:13:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:13:10 -0800 (PST) From: Doug White Reply-To: Doug White To: Leonardo Madrigal cc: freebsd-questions@FreeBSD.ORG Subject: Re: HI. In-Reply-To: <34BE7B4F.643E6248@acnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Leonardo Madrigal wrote: > Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara Mexico, > we have several FreeBsd servers, all 2.2.5-Release version, > i have a problem, we have here an internal network primary, win95 > computers, we have a shared printer on a win95 computer, the question > is: that we would like to print from FreeBSd on that hp printer on > win95, how can i do that.? Sure, install Samba from the ports tree. You may find it easier to attach the HP to the FreeBSD server and then serve the printer to the Win95 clients with Samba. Check the Handbook for instructions on setting up a printer with 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 Sat Jan 17 13:17:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23864 for questions-outgoing; Sat, 17 Jan 1998 13:17:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pm01sm.pmm.mci.net (pm01sm.pmm.mci.net [208.159.126.150]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23756 for ; Sat, 17 Jan 1998 13:16:26 -0800 (PST) (envelope-from dash@MCI2000.com) Received: from shiva.Myhome.org (usr26-dialup1.mix1.Sacramento.mci.net) by PM01SM.PMM.MCI.NET (PMDF V5.1-10 #27033) with ESMTP id <0EMY00FGM5X5NP@PM01SM.PMM.MCI.NET> for questions@freebsd.org; Sat, 17 Jan 1998 21:19:55 +0000 (GMT) Date: Sat, 17 Jan 1998 13:09:35 -0800 From: Dash Subject: Mouse (connected to serial port) is unusable (can't control) under X To: questions@FreeBSD.ORG Message-id: <0EMY00FGQ5X6NP@PM01SM.PMM.MCI.NET> MIME-version: 1.0 X-Mailer: Microsoft Internet Mail 4.70.1155 Content-type: MULTIPART/MIXED; BOUNDARY="Boundary_(ID_4uid8fDWuuSvm8iGNe14qg)" X-MSMail-Priority: Normal X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. --Boundary_(ID_4uid8fDWuuSvm8iGNe14qg) Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit Hello, I recently installed FreeBSD in my PC. When I start X (I am running XF86), the window manager comes up, couple of windows show up (I could even change resolution with <+|->), but the pointer won't move smoothly (there is hardly any movement at all). I abort X using , and see the following messages on console. The machine works fine with Solaris, so HW is OK. My mouse is connected to serial port 0 (Addr 0x3f8, IRQ 4), /dev/mouse points to /dev/cuaa0. I have no idea what else to look for.I would very much appreciate any TIPS on troubleshoting. Thanks a lot in advance. Regards, Prasant --Boundary_(ID_4uid8fDWuuSvm8iGNe14qg) Content-type: application/octet-stream; name=xy Content-disposition: attachment; filename=xy Content-transfer-encoding: quoted-printable XFree86 Version 3.3.1 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: August 4 1997 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 2.2-STABLE i386=20 Configured drivers: S3: accelerated server for S3 graphics adaptors (Patchlevel 0) newmmio, mmio_928, s3_generic Using syscons driver with X support (version 2.0) (using VT number 4) XF86Config: /etc/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: disabled (**) XKB: keymap: "xfree86(us)" (overrides other XKB settings) (**) Mouse: type: Logitech, device: /dev/mouse, baudrate: 9600 (**) S3: Graphics device ID: "Dimond Multimedia" (**) S3: Monitor ID: "Optiquest" (--) S3: Mode "640x480" needs hsync freq of 53.01 kHz. Deleted. (--) S3: Mode "1152x864" needs hsync freq of 53.51 kHz. Deleted. (--) S3: Mode "800x600" needs hsync freq of 55.84 kHz. Deleted. (--) S3: Mode "1024x768" needs hsync freq of 56.48 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 51.02 kHz. Deleted. (--) S3: Mode "800x600" needs hsync freq of 64.02 kHz. Deleted. (--) S3: Mode "1024x768" needs hsync freq of 62.50 kHz. Deleted. (--) S3: Mode "1152x864" needs hsync freq of 62.42 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 64.25 kHz. Deleted. (--) S3: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted. (--) S3: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted. (--) S3: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted. (--) S3: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted. (--) S3: Mode "1024x768" needs hsync freq of 80.21 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted. (--) S3: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted. (--) S3: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted. (--) S3: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted. (--) S3: Mode "1600x1200" needs hsync freq of 105.77 kHz. Deleted. (--) S3: Mode "1280x1024" needs hsync freq of 107.16 kHz. Deleted. (--) S3: Mode "1800X1440" needs hsync freq of 96.15 kHz. Deleted. (--) S3: Mode "1800X1440" needs hsync freq of 104.52 kHz. Deleted. (**) FontPath set to = "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,= /usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/= ,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X1= 1R6/lib/X11/fonts/100dpi/" (--) S3: PCI: Trio32/64 rev 0, Linear FB @ 0xe7000000 (--) S3: chipset: Trio64 rev. 20 (--) S3: chipset driver: mmio_928 (--) S3: card type: PCI (--) S3: Diamond Stealth BIOS found (--) S3: videoram: 1024k (--) S3: Ramdac type: s3_trio64 (--) S3: Ramdac speed: 135 MHz (--) S3: Using Trio32/64 programmable clock (MCLK 59.957 MHz) (--) S3: Maximum allowed dot-clock: 135.000 MHz (**) S3: Mode "640x480": mode clock =3D 31.500 (**) S3: Mode "800x600": mode clock =3D 50.000 (**) S3: Mode "1024x768": mode clock =3D 65.000 (--) S3: Using 6 bits per RGB value (--) S3: Virtual resolution set to 1024x768 (--) S3: Local bus LAW is 0xE7000000 (--) S3: Using a banksize of 1024k, line width of 1024 (--) S3: Using a single 64x64 area at (960,769) for expanding pixmaps (--) S3: Using 8 planes of 960x255 at (0,769) aligned 8 as font cache X connection to :0.0 broken (explicit kill or server shutdown). X connection to :0.0 broken (explicit kill or server shutdown). xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" login: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xinit: connection to X server lost. waiting for X server to shut down xterm: fatal IO error 32 (Broken = pipe) or KillClient on X server ":0.0" --Boundary_(ID_4uid8fDWuuSvm8iGNe14qg)-- From owner-freebsd-questions Sat Jan 17 13:19:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24135 for questions-outgoing; Sat, 17 Jan 1998 13:19:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24115 for ; Sat, 17 Jan 1998 13:19:39 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id PAA17154; Sat, 17 Jan 1998 15:19:07 -0600 (CST) Message-ID: <19980117151907.59725@emsphone.com> Date: Sat, 17 Jan 1998 15:19:07 -0600 From: Dan Nelson To: David Kelly Cc: questions@FreeBSD.ORG Subject: Re: IBM 3480 tapes and DLT? References: <199801162215.QAA12439@PeeCee.tbe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <199801162215.QAA12439@PeeCee.tbe.com>; from "David Kelly" on Fri Jan 16 16:15:34 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 16), David Kelly said: > Somebody wants to send data to me on an IBM 3480 tape. I'm not > familiar with that model. A bit of web surfing gets matches also > mentioning TKZ60 tapes. In a dusty corner of my brain, I recall the > DLT was a modern TK-50. > > I have access to DLT tape drives. I don't have my hands on a 3480 > tape. Any chance a DLT drive will read a 3480? Nope. Although the DLT and 3480 carts are about the same size and are one-reel units, they are very different, both physically in how the tape is unspooled, and how the data's written on the tape. If someone wants to send you a 3480 tape, chances are it's a mainframe shop; They use 9-track tapes and 3480/3490/3490e's almost exclusively (we're a data processing company and handle a couple dozen of each type of tape a day, from many different clients). If the owner of the 3480 has access to a PC and a modem, see if they can zip the file and send it to you electronically; 3480's have a max native capacity of only 220 MB. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Sat Jan 17 13:20:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24213 for questions-outgoing; Sat, 17 Jan 1998 13:20:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24133; Sat, 17 Jan 1998 13:19:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05588; Sat, 17 Jan 1998 13:19:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:19:50 -0800 (PST) From: Doug White Reply-To: Doug White To: Jonathan Hahn cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: Booting off TORiSAN CDROM In-Reply-To: <199801152307.PAA05008@and.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Jonathan Hahn wrote: > I recently purchased a Sony VAIO 707C laptop and this is my first > laptop FreeBSD install. It has a 14.5X TORiSAN CDROM, which I > gather is made by Sanyo. Which in turn uses Toshiba parts :-) My Digital HiNote 575 has one underneath a 3.5" floppy drive. > I can't boot off the CDROM drive, nor > access it if I boot FreeBSD off floppy. Am I SOL here? I don't > see the TORiSAN mentioned in any of the FreeBSD docs. It's a generic ATAPI CDROM. As long as it's attached and detected by the BIOS at boot time, it should detect OK. If I remember correctly the VAIO has an external floppy so that should be possible. > My question is how to proceed now. I could purchase a PCMCIA SCSI > or ethernet controller and boot off a SCSI CDROM or over the net. > Will I be able to access either of these cards from a generic > kernel? Last resort is a floppy install, or am I overlooking > something? The cheaper route is to do a net install. The 3Com 3c589 series is well supported in FreeBSD. > I eventually want to purchase both the PCICIA cards, but if I can't > use the TORiSAN CDROM, I may reconsider the VAIO laptop (I still > have 10 days to return). I love the VAIO otherwise. > Is accessing the CDROM on laptops often a problem? I'm wondering > if (I'm going to have trouble with the touch pad too.) It's ATAPI CDs in general; most of the time they work, but sometimes they don't. 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 Jan 17 13:25:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24653 for questions-outgoing; Sat, 17 Jan 1998 13:25:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24619 for ; Sat, 17 Jan 1998 13:24:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05595; Sat, 17 Jan 1998 13:24:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:24:13 -0800 (PST) From: Doug White Reply-To: Doug White To: Jaroslav Klaus cc: freebsd-questions@FreeBSD.ORG Subject: Re: Routing table & arp & snmp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Jaroslav Klaus wrote: > Hello, > this is my routing table (only fragment): > > Destination Gateway Flags Refs Use Netif Expire > default 194.108.141.33 UGSc 6 10558428 ed0 > 127.0.0.1 127.0.0.1 UH 0 7437 lo0 > 194.108.141.32/27 link#4 UCSc 2 0 > 194.108.141.64/27 link#7 UC 0 0 > 194.108.141.67 0:0:b4:52:b8:12 UHLW 0 881 ed3 441 > 194.108.141.72 0:60:8c:30:d4:64 UHLW 0 142 ed3 246 > 194.108.141.76 0:4f:49:1:18:88 UHLW 0 1046 ed3 1020 > 194.108.141.95 ff:ff:ff:ff:ff:ff UHLWb 0 42 ed3 > 194.108.141.96/27 link#6 UC 0 0 > 194.108.141.98 0:60:8c:30:d4:44 UHLW 0 2 ed2 855 > 194.108.141.104 0:0:1:11:13:11 UHLW 0 6 ed2 848 > > Why there is an items with MAC address for all stations? Those entries are your ARP table; they tell the kernel which Ethernet address to send data to for the given IP address. Most of the time these are on your local net. They are maintained by the kernel and can be safely ignored. >After I deleted an > destination 'routed -s' (probably) will create that item again. Routed doesn't create them, the kernel does. > I have installed ucd-snmp-3.2 and when I walk MIB I get terrible table: I've never used snmp, so I can't help you 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 Sat Jan 17 13:27:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24871 for questions-outgoing; Sat, 17 Jan 1998 13:27:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24827 for ; Sat, 17 Jan 1998 13:26:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05615; Sat, 17 Jan 1998 13:26:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:26:21 -0800 (PST) From: Doug White Reply-To: Doug White To: "Francis A. Vidal" cc: freebsd-questions@FreeBSD.ORG Subject: Re: URGENT: error code 1 from pkg_add(1) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Francis A. Vidal wrote: > hello everyone! > > i recently upgraded my kernel to 2.2.5-STABLE and decided to re-install > some stuff from the 2.2.2-RELEASE CD. i used `/stand/sysinstall' to add > some packages over FTP (the sysinstall program came from freebsd.org > which i downloaded because of the buggy one that was shipped with > 2.2.2-RELEASE). > > now, the problem is, whenever i try to install a package, it always gives > me an `error code 1' message and does not install the package! it also > tells me to check the debug screen for more info but i could not find the > debug screen since i'm using ttys 0-5 (alt-F1 --> alt-F6). error code 1 = operation not permitted (must be root) Try installing the package using pkg_add from the command line, instead of using 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 Sat Jan 17 13:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24873 for questions-outgoing; Sat, 17 Jan 1998 13:27:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24825 for ; Sat, 17 Jan 1998 13:26:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05619; Sat, 17 Jan 1998 13:26:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:26:28 -0800 (PST) From: Doug White Reply-To: Doug White To: Sean-Paul Rees cc: questions@FreeBSD.ORG Subject: Re: 3.0-CURRENT Branch, "config" failure. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Sean-Paul Rees wrote: > Hewwo: > > Removing old directory ../../compile/rev1a-dragon.ulink.net: Done. > files.i386: i386/isa/npx.c must be optional or standard > > I get that. I edited the files.i386, and changed it from mandatory to > standard. I was wondering if that was safe, and I also got this error: > > Removing old directory ../../compile/rev1a-dragon.ulink.net: Done. > Unknown % construct in generic makefile: %VERSREQ= 300003 > Kernel build directory is ../../compile/rev1a-dragon.ulink.net > > Same, by changing it to optional as well. You n > > Help! :> > > -Sean-Paul Rees > magic@ulink.net > 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 Jan 17 13:27:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24881 for questions-outgoing; Sat, 17 Jan 1998 13:27:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24829 for ; Sat, 17 Jan 1998 13:26:35 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id PAA17271; Sat, 17 Jan 1998 15:26:33 -0600 (CST) Message-ID: <19980117152633.53615@emsphone.com> Date: Sat, 17 Jan 1998 15:26:33 -0600 From: Dan Nelson To: Greg Pavelcak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sort: write error: no space left on device References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: ; from "Greg Pavelcak" on Sat Jan 17 08:39:12 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 17), Greg Pavelcak said: > I was met with that message apparently from /etc/periodic/weekly this > morning. Actually, it looked like this: > > Rebuilding locate database: > sort: write error: No space left on device > locate.mklocatedb: cannot build locate database > > df shows: > > Filesystem 1K-blocks Used Avail Cap. Mnted On > > /dev/wd0a 31775 22575 6658 77% / > /dev/wd0s1f 1813231 1311336 356837 79% /usr > /dev/wd0s1e 27679 6664 18801 26% /var > procfs 4 4 0 100% /proc > > Do you think that's really full enough to run out of space during > makewhatis? If so, is it bumping up against the end of /usr or /? I'm > guessing /usr. It's filling up whatever partition /tmp is in. For a quick fix, edit /usr/libexec/locate.mklocatedb around line 43 and change TMPDIR to point to /usr/tmp. Or, remove /tmp and make it a symlink to /usr/tmp. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Sat Jan 17 13:27:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24949 for questions-outgoing; Sat, 17 Jan 1998 13:27:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24885 for ; Sat, 17 Jan 1998 13:27:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05584; Sat, 17 Jan 1998 13:15:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:15:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Arthur Alacar cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD with rumba In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Arthur Alacar wrote: > would it be possible to play audio/video cd in remote. > > i have installed rumba and can be able to mount other machines cd > > is there an idea for fake cd in freebsd? Can you be more specific as to what you want to happen? Do you want to just play the CD like a remote control, or actually hear/see the output on the remote host? #1 is easy, #2 is marginally possible. 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 Jan 17 13:45:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26324 for questions-outgoing; Sat, 17 Jan 1998 13:45:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26308 for ; Sat, 17 Jan 1998 13:44:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05646; Sat, 17 Jan 1998 13:44:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:44:33 -0800 (PST) From: Doug White Reply-To: Doug White To: Robert Watson cc: questions@FreeBSD.ORG Subject: Re: zp pcmcia etherlink driver -- second device In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Robert Watson wrote: > > I have an IBM notebook running FreeBSD-current (although I assume this > will hold for Stable?) -- it has two PCMCIA slots, in which may now be > found two PCMCIA etherlink cards. The first is correctly probed as zp0 on > the default settings matching: > > device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr > > I have had trouble getting the second card to work using the pccard > support, as it is unable to configure the second (I may be making mistakes > with pccard.conf), so I'd really just like to hard-configure a zp1 device. > What hardware settings (ioport, etc) should I be using? I realize this is > as much a PCMCIA question as a FreeBSD one, but was wondering if anyone > had experience with duplicate hardware detection with PCMCIA? You'll have to build a new kernel with a `device zp1 ...' line. For hardware settings, use what's available on your system. Make sure you make the same changes using 3c589cfg.exe / INSTALL.exe so the card doesn't try to stomp something else. (Now the order in which you insert the cards becomes significant because the driver will miss the card if it's not set to the same settings!) You might consider installing the PAO distribution so you don't have to be so careful about resources. http://www.jp.freebsd.org/PAO. 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 Jan 17 13:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26453 for questions-outgoing; Sat, 17 Jan 1998 13:46:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26428 for ; Sat, 17 Jan 1998 13:45:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA05653; Sat, 17 Jan 1998 13:45:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 13:45:47 -0800 (PST) From: Doug White Reply-To: Doug White To: gemohler@wcg.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ISDN Internal TA In-Reply-To: <34BEE21E.CF34A3F5@webzone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Geoff Mohler wrote: > What support is available for the Cardinal internal ISDN TA? If it acts like a modem, should be no problem; if it acts like a separate device, see if you can find the bisdn or the isdn4bsd package. > I didnt see much coverage of ISDN in the hardware FAQs. ISDN is still evolving in the FreeBSD / UNIX universe. 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 Jan 17 14:17:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27780 for questions-outgoing; Sat, 17 Jan 1998 14:17:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27737 for ; Sat, 17 Jan 1998 14:15:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05688; Sat, 17 Jan 1998 14:15:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 14:15:05 -0800 (PST) From: Doug White Reply-To: Doug White To: Richard Jackson cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Error message at bootup? In-Reply-To: <199801160610.AAA18679@mail3.texas.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Richard Jackson wrote: > I am new to the list and to FreeBSD. A friend sent me the below in > regards to a problem he having with he newly installed FreeBSD > machine. > _________________________________ > On bootup, I get the following message: > > pid 139 (mgetty), uid 0 on /: file system full > > This scrolls by the screen for a while, then stops, then does it again > for about another 25 lines, stops, adds another 10, stops and adds > another 3. After that, I never see it again. Bad very bad. Check /tmp for any leftovers and remove any files you can from the root partition. > When I try "startx" or "xinit", I get: > > _X11TransSocketUNIXConnect: Can't connect: errno=61 > waiting for X server to begin accepting connections. > _X11TransSocketUNIXConnect: Can't connect: errno=61 > .. > _X11TransSocketUNIXConnect: Can't connect: errno=61 > ,,_XSERVTransSocketCreateListener: failed to bind listener > _XSERVTransINETCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: failed to create listener for > tcp > > Fatal Server error: > Failed to establish all listening sockets > > _X11TransSocketUNIXConnect: Can't connect: errno=61 > giving up. > xinit: Connection refused (errno 61): unable to connect to X server > xinit: No such process (errno 3): Seerver error > > I'm typing this in, so there may be some typos. That's probably related. Error 61 = connection refused; is he running ipfw? 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 Sun Jan 18 02:11:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00317 for questions-outgoing; Sun, 18 Jan 1998 02:11:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00296 for ; Sun, 18 Jan 1998 02:11:30 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id OAA21853; Sat, 17 Jan 1998 14:51:05 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma021851; Sat, 17 Jan 98 14:51:02 -0800 Message-ID: <34C13601.65800271@partsnow.com> Date: Sat, 17 Jan 1998 14:51:45 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: randy@egyptian.microxp.com CC: questions@FreeBSD.ORG Subject: Re: Tcl/Tk tutorial recommendations? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Graphical Applications in Tcl & Tk, 2ed, by Eric Foster Johnson M & T Press www.mandt.com. Covers version 8. Tcl has [somewhat] cleaner syntax than Perl, but I'm not sure even Sun can push it past CPAN. I liked using the 'expect' extension for FreeBSD housekeeping, and this new multiplatform thrust is interesting, but the library of existing modules for Perl outweighs its syntactical obtuseness for my web integration usage. Tcl is also handicapped by its greatest strength: everything is a string. It is a great prototyping language for GUI widgets, though! -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Sun Jan 18 02:11:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00353 for questions-outgoing; Sun, 18 Jan 1998 02:11:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.mynet.com.my (luke.mynet.com.my [202.135.126.168]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00292 for ; Sun, 18 Jan 1998 02:11:28 -0800 (PST) (envelope-from bernard@mynet.com.my) Received: from user32.mynet.com.my (user32.mynet.com.my [202.135.126.32]) by luke.mynet.com.my (8.8.6/8.8.6) with SMTP id JAA06437 for ; Sun, 18 Jan 1998 09:50:00 +0800 (MYT) Received: by user32.mynet.com.my with Microsoft Mail id <01BD23F6.4A3A65B0@user32.mynet.com.my>; Sun, 18 Jan 1998 09:48:55 -0000 Message-ID: <01BD23F6.4A3A65B0@user32.mynet.com.my> From: Bernard Cheah To: "'faq@freebsd.org'" Date: Sun, 18 Jan 1998 09:48:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAA00301 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi, I keep getting this message, after i switch my server from 10Mbps hub to new 100Mbps switch. i did recompile the kernel, but the error still there, very confusing. can anyone help me on this, thanks. proxy kernel log messages: > arplookup 212.133.121.32 failed: host is not on local network > arplookup 212.133.121.22 failed: host is not on local network > arplookup 212.133.121.22 failed: host is not on local network > arplookup 212.133.121.32 failed: host is not on local network Mynet Communications (M) Sdn. Bhd. ~~~~~~~~~~~~~~~~~~~~~~~~~~ Bernard Cheah (Webmaster / Application Programmer) http://www.mynet.com.my mailto:bernard@mynet.com.my Tel:+603-795 1277 Fax:+603-795 1279 ~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-questions Sun Jan 18 02:11:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00428 for questions-outgoing; Sun, 18 Jan 1998 02:11:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00367 for ; Sun, 18 Jan 1998 02:11:45 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id QAA16560; Sat, 17 Jan 1998 16:47:15 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 16:47:15 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Wayne G Boyd cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question In-Reply-To: <199801131039.KAA00997@jce.wintermute.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Wayne G Boyd wrote: >First of all I would like to thank you for the response I had to the >last question I sent in, it pointed me in a direction which solved my >previous problem. > >I now have another question. My system config is as follows:- > >PC running FreeBSD, with single ethernet card, and single modem. >The ethernet card is connected to our local IPX LAN. >Dial-On-Demand PPP connection to our ISP is configured and working. >Squid proxy server is configured and working. >sendmail & a POP3 server are configured and working, for mail pickup >over the LAN from Win95 mail clients. > >Sendmail will Tx and Rx SMTP mail with our ISP without a problem, as >long as the PPP link is up, and it will dial out for outgoing mail. > >My question is: "how do I get the system to dial our ISP periodically >to check for new incomming mail ?". Use crontab (man crontab) and fetchmail. You can install fetchmail from packages. DESCRIPTION fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machine's delivery system. You can then handle the retrieved mail using normal mail user agents such as elm(1) or Mail(1). The fetchmail utility can be run in a daemon mode to repeatedly poll one or more systems at a specified interval. -- Yan > >(Note: Our ISP's machine detects our presence, and automatically >attempts an SMTP connection as soon as we dial up) > > >-- >Wayne G Boyd, Digital Systems Manager >JCE (Aberdeen) Ltd >Tel: +44 (0)1224 772030 >Fax: +44 (0)1224 772002 > From owner-freebsd-questions Sun Jan 18 02:13:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00799 for questions-outgoing; Sun, 18 Jan 1998 02:13:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mbg.vsnl.net.in (mbg.vsnl.net.in.in-addr.arpa [202.54.12.3] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00737 for ; Sun, 18 Jan 1998 02:12:51 -0800 (PST) (envelope-from dbrci@giasbg01.vsnl.net.in) Received: from giasbg01.vsnl.net.in ([202.54.12.17]) by mbg.vsnl.net.in (Netscape Mail Server v2.02) with SMTP id AAA8967 for ; Sat, 17 Jan 1998 15:41:34 +0000 Received: from localhost by giasbg01.vsnl.net.in; (5.65v3.2/1.1.8.2/20Feb95-0832PM) id AA09518; Sun, 18 Jan 1998 15:45:45 +0500 Date: Sun, 18 Jan 1998 15:45:45 +0500 (GMT+0500) From: Diamler - benz research center india pvt ltd To: freebsd-questions@FreeBSD.ORG Subject: Named not working Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Sir/Madam I am trying to configure a FreeBSD system as our local mail and Internet server.Our connection to the Net is through an ISP, to whom we have a modem connection. How do I configure my name server to pass on all requests to my ISP ? I have tried adding a "forwarders" line to named.boot, but it still doesn't seem to be working. I have also discovered that my inetd.conf file doesn't contain an entry for named. Could that be a problem ? Also, is there a way of changing my default DNS to point to my ISP ? Ritwik Bhattacharya Daimler Benz Research Centre India Pvt. Ltd. From owner-freebsd-questions Sun Jan 18 02:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01177 for questions-outgoing; Sun, 18 Jan 1998 02:14:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01118 for ; Sun, 18 Jan 1998 02:14:18 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id RAA12976; Sat, 17 Jan 1998 17:15:21 -0800 (PST) Date: Sat, 17 Jan 1998 17:15:20 -0800 (PST) From: Annelise Anderson To: Frank Griffith cc: freebsd-questions@FreeBSD.ORG Subject: Re: Prompts In-Reply-To: <199801151522.IAA03272@idfw.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Frank Griffith wrote: > I have been looking at some of the docs and several > e-mail responses. The % prompt keeps showing up. > However, in using FreeBSD as root I only see a # prompt > and when logged in as other user I see the $ prompt. > > How do I get to the % prompt? > type echo $SHELL to find out which shell you've got If you're using csh, I would suggest installing the port for tcsh, which is an enhanced csh. The man page has information, then, on how to change the prompt. I like % too, because $ reminds me of the VAX and > reminds me of dos. But I want the prompt to switch to # when I become root. So in .tcshrc, which runs when the shell starts, I have if ($?prompt) then set prompt = "%m %h %t %~ %# " set promptchars = "%#" which does what I want as well as as few other things. Annelise From owner-freebsd-questions Sun Jan 18 02:17:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01780 for questions-outgoing; Sun, 18 Jan 1998 02:17:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01773 for ; Sun, 18 Jan 1998 02:17:09 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA15701; Sun, 18 Jan 1998 01:31:27 GMT Date: Sat, 17 Jan 1998 17:31:27 -0800 (PST) From: Dan Busarow To: Thordur Ivarsson cc: Font , questions@FreeBSD.ORG Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? In-Reply-To: <34C1485E.977C0065@est.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Thordur Ivarsson wrote: > This rule is rather nasty: If sender has not legimate A record in name > server the rule fails and sends back error, CNAME record is not enough > for sender. It may be that from time to time we bounce legitimate mail. But I haven't received any complaints and I've had this turned on for several months now. We also return a 451 error meaning that they will retry on a DNS hickup. But I thought I'd take a look at the logs again today. There have been 450 rejects so far today, here's the summary. 7 1-707-429-0999-Doc.989 206.214.98.15 5 1-707-429-0999-Doc.989 206.214.98.16 5 16683.com 210.140.140.2 15 17482.com 209.135.75.2 22 19735.com 195.10.42.36 1 1cannel.com 169.152.79.3 not a registered domain 20 23615.com 208.133.82.3 22 2e2yji.net 205.139.56.34 1 32204.com 206.151.85.34 12 Beat-IRS-411.com 206.214.98.11 11 Freedom.bizzpost.com 207.43.80.148 NO NS records for freedom, IP is mail.bizzpost.com This next one is one of our web servers so I checked on it. It was someone (or bot) hitting a CGI form with a bogus address (no MX or A records) every half hour. 45 Northgrum.Com 206.16.184.194 2 bingo.edu 207.100.79.10 9 bulkemailserver.com 208.139.245.34 56 cantv.com 161.196.66.41 NO DNS 88 do 206.16.184.194 another web form (twice every half hour) 21 gamescleaning.com.au 208.133.82.3 9 le1ttrbox.com 198.69.103.26 45 mail.hpccsocal.com 207.217.137.18 earthlink dialup (34 separate IPs) 20 maketingtips.com 204.174.35.21 18 qcqnb5.net 206.141.239.126 9 skywa1tches.net 198.69.103.26 5 t-1net.com 132.248.251.5 2 t-1net.com 148.232.1.2 I don't think we or our customers are missing anything. 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 Sun Jan 18 02:18:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01969 for questions-outgoing; Sun, 18 Jan 1998 02:18:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fireball.net (zula@[206.84.203.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01954 for ; Sun, 18 Jan 1998 02:18:15 -0800 (PST) (envelope-from zula@fireball.net) Received: from localhost (zula@localhost) by fireball.net (8.8.8/8.8.7) with SMTP id FAA09080 for ; Sun, 18 Jan 1998 05:16:32 -0500 (EST) (envelope-from zula@fireball.net) Date: Sun, 18 Jan 1998 05:16:31 -0500 (EST) From: Zula To: FreeBSD-questions@FreeBSD.ORG Subject: Named Problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Support, 2.2.5-S named is starting at bootup.. but if I try to reload it... it does not restart. in the /var/log/messages file I get this error. distance namedb[87]: reloading nameserver distance namedb[87]: fcntl(dfd, F_DUPFD, 20): Too many open files -exiting last message repeated 15 times distance namedb[87]: socket(SOCK_DGRAM): Too many open -exiting -------- I am just running httpd and sendmail nothing strange. on a P100 32m Please Help. Thanks, RPD From owner-freebsd-questions Sun Jan 18 02:23:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02511 for questions-outgoing; Sun, 18 Jan 1998 02:23:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Bayou.UH.EDU (root@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02475 for ; Sun, 18 Jan 1998 02:22:42 -0800 (PST) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.8/8.8.8) with SMTP id UAA12243 for ; Sat, 17 Jan 1998 20:45:05 -0600 (CST) Date: Sat, 17 Jan 1998 20:45:05 -0600 (CST) From: Jonathan Fosburgh To: questions@FreeBSD.ORG Subject: Strange cron problem. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Suddenly, crontab is not able to install a crontab for root. It tries to, and eats up large amounts of cpu, but ultimately I have to kill it. It works for othes users though. The log file returns: ORPHAN: (no passwd entry) root is listd in passwd, of course, and it is readable. Anyone have a clue what might be going on? 2.2-971214-SNAP Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics http://www.geocities.com/vienna/1498 FreeBSD: Turning PCs into Workstations http://www.freebsd.org ******************************************************************************* We shall not cease from exploration, And the end of our exploring shall be to arrive Where we started from, and know the place for the first time. --T.S. Eliot, The Four Quartets ******************************************************************************* From owner-freebsd-questions Sun Jan 18 02:27:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02991 for questions-outgoing; Sun, 18 Jan 1998 02:27:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02983 for ; Sun, 18 Jan 1998 02:27:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06475; Sat, 17 Jan 1998 23:18:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:18:24 -0800 (PST) From: Doug White Reply-To: Doug White To: Gert Nielsen cc: "'freebsd-questions@FreeBSD.org'" Subject: Re: FAT32 support In-Reply-To: <01BD2387.E2ED46C0@hookturn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Gert Nielsen wrote: > When is FAT32 to be integrated in FreeBSD?? When someone finally finishes writing 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 Sun Jan 18 02:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03015 for questions-outgoing; Sun, 18 Jan 1998 02:27:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from classic.diavlos.gr (root@classic.diavlos.gr [195.167.23.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02981 for ; Sun, 18 Jan 1998 02:27:23 -0800 (PST) (envelope-from lizard@freemail.gr) Received: from freemail.gr (lizard@classic.diavlos.gr [195.167.23.20]) by classic.diavlos.gr (8.7.5/8.7.3) with ESMTP id BAA06736 for ; Sun, 18 Jan 1998 01:13:12 -0200 Message-ID: <34C11F15.4438977B@freemail.gr> Date: Sat, 17 Jan 1998 23:13:57 +0200 From: Filargyropoulos Stavros X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Kernel Problem Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have FreeBSD version 2.2.5. I cant install. a) i make a boot disk. when i put it on the drive to boot and start the insatlation befor even the first menu i get the error: text=0x12a000 data=0x0 bss=0xa00 symblos=[+0x600+0x4+0x270+0x4+0x1f4] total=0x3a446c entrypoint=0x279000 Uncompressing kernel.... done. Booting kernel. Copyright........... .......... ......... (UNTIL HERE I DONT HAVE ANY PROBLEM BUT THIS IS THE ERROR MESSAGE:) Fatal trap 1: privileged instruction fault while in kernel mode instruction pointer = 0x8:0xf01beb8a stack pointer = 0x10:0xefbfff38 frame pointer = 0x10:0xefbfff50 code segment = base 0x0 , limit 0xfffff , type 0x1b = DPL 0 , pres 1 , def32 1 , gran 1 processor eflags = resume , IOPL=0 current process = 0 ( ) interrupt mask = net tty bio panic: privileged instruction fault ( AND THEN REBOOTS) MY SYSTEM Motherboard: 02/28/96 SiS 496 - 497 / A BIOS : AWARD 2AIBR22C-00 CPU: TI486DX4-S VGACARD: S3 TRIO64V+ Modem: INTERNAL noname ON COM 3 resources , irq lpt1 : 0278 com1 : 03F8 , irq 04 com2: 02F8 , irq 03 com3(modem): 03E8-03EF , irq 04 Stavros Filargyropoulos email: lizard@freemail.gr lizard@classic.diavlos.gr From owner-freebsd-questions Sun Jan 18 02:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03022 for questions-outgoing; Sun, 18 Jan 1998 02:27:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02986 for ; Sun, 18 Jan 1998 02:27:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06455; Sat, 17 Jan 1998 23:14:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:14:10 -0800 (PST) From: Doug White Reply-To: Doug White To: TOSHI cc: freebsd-questions@FreeBSD.ORG Subject: Re: =?iso-2022-jp?B?GyRCJEkkJiQ5JGwkUE5JJCQkKyEpGyhC?= In-Reply-To: <001901bd2368$6016f490$9cf4b4cb@toshi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, TOSHI wrote: The official language of questions is English; please post using an English character set. Thank you. 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 Sun Jan 18 02:27:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03033 for questions-outgoing; Sun, 18 Jan 1998 02:27:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03004 for ; Sun, 18 Jan 1998 02:27:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06462; Sat, 17 Jan 1998 23:15:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:15:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Tetsuya Watanabe cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD with Windows NT and 95? In-Reply-To: <34C0F285.72D7BAB9@po.kumagaya.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Tetsuya Watanabe wrote: > Q1. Is it possible to create a FreeBSD slice on an IDE disk, that has > already both primary and extended partitions? Yes. > Q2. Is it a right way to have more than 1024 cylinders in the root > partition when installing FreeBSD on IDE hds? My pc has EIDE > controllers. It depends on your BIOS. How old is your machine? 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 Sun Jan 18 02:27:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03039 for questions-outgoing; Sun, 18 Jan 1998 02:27:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02998 for ; Sun, 18 Jan 1998 02:27:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06466; Sat, 17 Jan 1998 23:16:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:16:21 -0800 (PST) From: Doug White Reply-To: Doug White To: Alexi Kerbel cc: freebsd-questions@FreeBSD.ORG Subject: Re: Final step of install not good. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Alexi Kerbel wrote: > Ok, i have boot.flp but when it is installing it asks for the instalation disk ( > I chose floppy install) maybe you can tell me where to get it on the FTP or send > me a install disk to: Please see ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/INSTALL.TXT for instructions. Then ask your question again. hint: run fdimage boot.flp a: 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 Sun Jan 18 02:29:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03340 for questions-outgoing; Sun, 18 Jan 1998 02:29:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03282 for ; Sun, 18 Jan 1998 02:29:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06487; Sat, 17 Jan 1998 23:22:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:22:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Dash cc: questions@FreeBSD.ORG Subject: Re: Mouse (connected to serial port) is unusable (can't control) under X In-Reply-To: <0EMY00FGQ5X6NP@PM01SM.PMM.MCI.NET> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Dash wrote: > I recently installed FreeBSD in my PC. When I start X (I am running > XF86), the window manager comes up, couple of windows show up (I could > even change resolution with <+|->), but the pointer won't move > smoothly (there is hardly any movement at all). I abort X using > , and see the following messages on console. What message? Verify that: 1. The mouse port is found, i.e. sio0 is found during the boot probe. (run `dmesg | more' and look for sio0) 2. Check /etc/XF86Config that the mouse type and device in the "Pointer" section is accurate. 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 Sun Jan 18 02:29:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03335 for questions-outgoing; Sun, 18 Jan 1998 02:29:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03272 for ; Sun, 18 Jan 1998 02:28:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06451; Sat, 17 Jan 1998 23:13:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:13:02 -0800 (PST) From: Doug White Reply-To: Doug White To: John Frader cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog.conf problem.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, John Frader wrote: > Hello, > > I have the following in my syslog.conf file. The problem is that the > daemon info is being logged to maillog. I don't know what is going wrong. > Is it because of the way I have it set up or maybe something else? Anyway > I can check? > > mail.* /var/log/maillog > daemon.info /var/log/daemon.log Did you use tabs to delimit the fields? syslogd is very particular about using tabs. 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 Sun Jan 18 02:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03426 for questions-outgoing; Sun, 18 Jan 1998 02:30:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03317 for ; Sun, 18 Jan 1998 02:29:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06447; Sat, 17 Jan 1998 23:11:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:11:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Support In-Reply-To: <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1293066108-885107518=:6065" Sender: owner-freebsd-questions@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-1293066108-885107518=:6065 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 17 Jan 1998, Frank Griffith wrote: > I am a new user with FreeBSD and UNIX for that matter, but I really like > the format I have found wih FreeBSD and I plan to use it as my Web > Server, once I get over the learning curve. Good idea :-) > Over the past three weeks I have pummelled you guys with requests > for information and how to things. The response from all of you has > been wonderful and enthusiatic. But I guess I'm just not getting the > word across as I have yet to be able to get done what I need done. Communication, communication, communication..it's all a matter of how well you tell us your experience level. [excellent example deleted] We (I) usually assume the experience level of someone on -questions is what some people call ``enough to be dangerous,'' which is: . Knows how to login . Knows what % or $ means in a command example (vs. #) . Knows what a command is :-) . Knows how to do file operations (mv, cp, chmod) . Knows how to configure the system using /etc/rc.conf . Knows how to operate a text editor . Knows a bit about PC hardware (what an IRQ is) . Knows how to su to root . Knows what dmesg is (hint: it's a command) These assumptions come into play if the message lacks certain information, such as: . Version of FreeBSD in use and versions of relevant utilities . Relevant devices and dmesg output . What exactly they are trying to accomplish . Error message(s) seen . EXACT transcript of command(s) executed to elicit given error message(s) A famous anxiom in support is: The amount of support received is proportional to the amount of information provided. The more you tell us, the more we can help you. I will attach our guide to using -questions effectively; it should be very helpful for future inquires. Now enough of this and onto the question at hand: Connecting to the net with ppp. > 1. I start my FreeBSD system and login as root. > > 2. At the # prompt I typed ftp ftp.cdrom.com. (as instructed by one of you) > I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host > > 3. I assume that I must make a ppp connection first so I type quit at the > ftp> prompt and press > > 4. Back at the # prompt I type ppp. > > 5. I type term. > > 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) > > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. > > I've experimented around from here, but can't put 2 and 2 together. ! gets > me back to the # prompt where I've tried the ftp part again, but I keep > getting the Unknow host message. This is perfect! Thank you! OK, I think I posted this previously, but that this point you should enter at the PPP> prompt: add 0 0 HISADDR This will set up the routing between your computer and the remote. If you switch to another terminal and try to ftp, it should work okay. If even after doing this you're still not getting anywhere, connect, run the add command, then post the output of `netstat -rn'. Don't forget to leave ppp running -- if you exit ppp, your connection goes with it! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major --0-1293066108-885107518=:6065 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=best-from-questions Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: DQpGcm9tIGdyb2dARnJlZUJTRC5PUkcgU2F0IEphbiAxNyAyMzoxMToxOCAx OTk4DQpEYXRlOiBTdW4sIDI4IERlYyAxOTk3IDE3OjAyOjAxIC0wODAwIChQ U1QpDQpGcm9tOiBHcmVnIExlaGV5IDxncm9nQEZyZWVCU0QuT1JHPg0KVG86 IEZyZWVCU0QtcXVlc3Rpb25zQEZyZWVCU0QuT1JHDQpTdWJqZWN0OiBIb3cg dG8gZ2V0IGJlc3QgcmVzdWx0cyBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zICh1 cGRhdGVkIDI3IE9jdG9iZXIgMTk5NykNCg0KSG93IHRvIGdldCB0aGUgYmVz dCByZXN1bHRzIGZyb20gRnJlZUJTRCBxdWVzdGlvbnMuDQo9PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NCg0K TGFzdCB1cGRhdGUgMjcgT2N0b2JlciAxOTk3Lg0KDQpUaGlzIGlzIGEgcmVn dWxhciBwb3N0aW5nIHRvIHRoZSBGcmVlQlNEIHF1ZXN0aW9ucyBtYWlsaW5n IGxpc3QuICBJZg0KeW91IGdvdCBpdCBpbiBhbnN3ZXIgdG8gYSBtZXNzYWdl IHlvdSBzZW50LCBpdCBtZWFucyB0aGF0IHRoZSBzZW5kZXINCnRoaW5rcyB0 aGF0IGF0IGxlYXN0IG9uZSBvZiB0aGUgZm9sbG93aW5nIHRoaW5ncyB3YXMg d3Jvbmcgd2l0aCB5b3VyDQptZXNzYWdlOg0KDQotIFlvdSBsZWZ0IG91dCBh IHN1YmplY3QgbGluZSwgb3IgdGhlIHN1YmplY3QgbGluZSB3YXMgbm90IGFw cHJvcHJpYXRlLg0KLSBZb3UgZm9ybWF0dGVkIGl0IGluIHN1Y2ggYSB3YXkg dGhhdCBpdCB3YXMgZGlmZmljdWx0IHRvIHJlYWQuDQotIFlvdSBhc2tlZCBt b3JlIHRoYW4gb25lIHVucmVsYXRlZCBxdWVzdGlvbiBpbiBvbmUgbWVzc2Fn ZS4NCi0gWW91IHNlbnQgb3V0IGEgbWVzc2FnZSB3aXRoIGFuIGluY29ycmVj dCBkYXRlLCB0aW1lIG9yIHRpbWUgem9uZS4NCi0gWW91IHNlbnQgb3V0IHRo ZSBzYW1lIG1lc3NhZ2UgbW9yZSB0aGFuIG9uY2UuDQotIFlvdSBzZW50IGFu ICd1bnN1YnNjcmliZScgbWVzc2FnZSB0byBGcmVlQlNELXF1ZXN0aW9ucy4N Cg0KSWYgeW91IGhhdmUgZG9uZSBhbnkgb2YgdGhlc2UgdGhpbmdzLCB0aGVy ZSBpcyBhIGdvb2QgY2hhbmNlIHRoYXQgeW91DQp3aWxsIGdldCBtb3JlIHRo YW4gb25lIGNvcHkgb2YgdGhpcyBtZXNzYWdlIGZyb20gZGlmZmVyZW50IHBl b3BsZS4NClJlYWQgb24sIGFuZCB5b3VyIG5leHQgbWVzc2FnZSB3aWxsIGJl IG1vcmUgc3VjY2Vzc2Z1bC4NCg0KVGhpcyBkb2N1bWVudCBpcyBhbHNvIGF2 YWlsYWJsZSBvbiB0aGUgd2ViIGF0DQpodHRwOi8vd3d3LmxlbWlzLmNvbS9x dWVzdGlvbnMuaHRtbC4NCg0KPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQoN CkNvbnRlbnRzOg0KDQpJOiAgICBJbnRyb2R1Y3Rpb24NCklJOiAgIEhvdyB0 byB1bnN1YnNjcmliZSBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zDQpJSUk6ICBT aG91bGQgSSBhc2sgLXF1ZXN0aW9ucyBvciAtaGFja2Vycz8NCklWOiAgIEhv dyB0byBzdWJtaXQgYSBxdWVzdGlvbiB0byBGcmVlQlNELXF1ZXN0aW9ucw0K VjogICAgSG93IHRvIGFuc3dlciBhIHF1ZXN0aW9uIHRvIEZyZWVCU0QtcXVl c3Rpb25zDQoNCkk6IEludHJvZHVjdGlvbg0KPT09PT09PT09PT09PT09DQoN ClRoaXMgaXMgYSByZWd1bGFyIHBvc3RpbmcgYWltZWQgdG8gaGVscCBib3Ro IHRob3NlIHNlZWtpbmcgYWR2aWNlIGZyb20NCkZyZWVCU0QtcXVlc3Rpb25z ICh0aGUgIm5ld2NvbWVycyIpLCBhbmQgYWxzbyB0aG9zZSB3aG8gYW5zd2Vy IHRoZQ0KcXVlc3Rpb25zICh0aGUgImhhY2tlcnMiKS4NCg0KICAgICAgIE5v dGUgdGhhdCB0aGUgdGVybSAiaGFja2VyIiBoYXMgbm90aGluZyB0byBkbyB3 aXRoIGJyZWFrLQ0KICAgICAgIGluZyBpbnRvIG90aGVyIHBlb3BsZSdzIGNv bXB1dGVycy4gIFRoZSBjb3JyZWN0IHRlcm0gZm9yDQogICAgICAgdGhlIGxh dHRlciBhY3Rpdml0eSBpcyAiY3JhY2tlciIsIGJ1dCB0aGUgcG9wdWxhciBw cmVzcw0KICAgICAgIGhhc24ndCBmb3VuZCBvdXQgeWV0LiAgVGhlIEZyZWVC U0QgaGFja2VycyBkaXNhcHByb3ZlDQogICAgICAgc3Ryb25nbHkgb2YgY3Jh Y2tpbmcgc2VjdXJpdHksIGFuZCBoYXZlIG5vdGhpbmcgdG8gZG8gd2l0aA0K ICAgICAgIGl0Lg0KDQpJbiB0aGUgcGFzdCwgdGhlcmUgaGFzIGJlZW4gc29t ZSBmcmljdGlvbiB3aGljaCBzdGVtcyBmcm9tIHRoZQ0KZGlmZmVyZW50IHZp ZXdwb2ludHMgb2YgdGhlIHR3byBncm91cHMuICBUaGUgbmV3Y29tZXJzIGFj Y3VzZWQgdGhlDQpoYWNrZXJzIG9mIGJlaW5nIGFycm9nYW50LCBzdHVjay11 cCwgYW5kIHVuaGVscGZ1bCwgd2hpbGUgdGhlIGhhY2tlcnMNCmFjY3VzZWQg dGhlIG5ld2NvbWVycyBvZiBiZWluZyBzdHVwaWQsIHVuYWJsZSB0byByZWFk IHBsYWluIEVuZ2xpc2gsDQphbmQgZXhwZWN0aW5nIGV2ZXJ5dGhpbmcgdG8g YmUgaGFuZGVkIHRvIHRoZW0gb24gYSBzaWx2ZXIgcGxhdHRlci4gIE9mDQpj b3Vyc2UsIHRoZXJlJ3MgYW4gZWxlbWVudCBvZiB0cnV0aCBpbiBib3RoIHRo ZXNlIGNsYWltcywgYnV0IGZvciB0aGUNCm1vc3QgcGFydCB0aGVzZSB2aWV3 cG9pbnRzIGNvbWUgZnJvbSBhIHNlbnNlIG9mIGZydXN0cmF0aW9uLg0KDQpJ biB0aGlzIGRvY3VtZW50LCBJJ2QgbGlrZSB0byBkbyBzb21ldGhpbmcgdG8g cmVsaWV2ZSB0aGlzIGZydXN0cmF0aW9uDQphbmQgaGVscCBldmVyeWJvZHkg Z2V0IGJldHRlciByZXN1bHRzIGZyb20gRnJlZUJTRC1xdWVzdGlvbnMuICBJ biB0aGUNCmZvbGxvd2luZyBzZWN0aW9uLCBJIHJlY29tbWVuZCBob3cgdG8g c3VibWl0IGEgcXVlc3Rpb247IGFmdGVyIHRoYXQsDQp3ZSdsbCBsb29rIGF0 IGhvdyB0byBhbnN3ZXIgb25lLg0KDQpJSTogIEhvdyB0byB1bnN1YnNjcmli ZSBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zDQo9PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09DQoNCldoZW4geW91IHN1YnNj cmliZWQgdG8gRnJlZUJTRC1xdWVzdGlvbnMsIHlvdSBnb3QgYSB3ZWxjb21l IG1lc3NhZ2UNCmZyb20gTWFqb3Jkb21vQEZyZWVCU0QuT1JHLiAgSW4gdGhp cyBtZXNzYWdlLCBhbW9uZ3N0IG90aGVyIHRoaW5ncywgaXQNCnRvbGQgeW91 IGhvdyB0byB1bnN1YnNjcmliZS4gIEhlcmUncyBhIHR5cGljYWwgbWVzc2Fn ZToNCg0KICBXZWxjb21lIHRvIHRoZSBmcmVlYnNkLXF1ZXN0aW9ucyBtYWls aW5nIGxpc3QhDQogIA0KICBJZiB5b3UgZXZlciB3YW50IHRvIHJlbW92ZSB5 b3Vyc2VsZiBmcm9tIHRoaXMgbWFpbGluZyBsaXN0LA0KICB5b3UgY2FuIHNl bmQgbWFpbCB0byAiTWFqb3Jkb21vQEZyZWVCU0QuT1JHIiB3aXRoIHRoZSBm b2xsb3dpbmcgY29tbWFuZA0KICBpbiB0aGUgYm9keSBvZiB5b3VyIGVtYWls IG1lc3NhZ2U6DQogIA0KICAgICAgdW5zdWJzY3JpYmUgZnJlZWJzZC1xdWVz dGlvbnMgR3JlZyBMZWhleSA8Z3JvZ0BsZW1pcy5kZT4NCiAgDQogIEhlcmUn cyB0aGUgZ2VuZXJhbCBpbmZvcm1hdGlvbiBmb3IgdGhlIGxpc3QgeW91J3Zl DQogIHN1YnNjcmliZWQgdG8sIGluIGNhc2UgeW91IGRvbid0IGFscmVhZHkg aGF2ZSBpdDoNCiAgDQogIEZSRUVCU0QtUVVFU1RJT05TICAgICAgICAgICAg ICAgVXNlciBxdWVzdGlvbnMNCiAgVGhpcyBpcyB0aGUgbWFpbGluZyBsaXN0 IGZvciBxdWVzdGlvbnMgYWJvdXQgRnJlZUJTRC4gIFlvdSBzaG91bGQgbm90 DQogIHNlbmQgImhvdyB0byIgcXVlc3Rpb25zIHRvIHRoZSB0ZWNobmljYWwg bGlzdHMgdW5sZXNzIHlvdSBjb25zaWRlciB0aGUNCiAgcXVlc3Rpb24gdG8g YmUgcHJldHR5IHRlY2huaWNhbC4NCg0KTm9ybWFsbHksIHVuc3Vic2NyaWJp bmcgaXMgZXZlbiBzaW1wbGVyIHRoYW4gdGhlIG1lc3NhZ2Ugc3VnZ2VzdHM6 IHlvdSBkb24ndCBuZWVkIHRvIHNwZWNpZnkgeW91ciBtYWlsIElEDQp1bmxl c3MgaXQgaXMgZGlmZmVyZW50IGZyb20gdGhlIG9uZSB3aGljaCB5b3Ugc3Bl Y2lmaWVkIHdoZW4geW91IHN1YnNjcmliZWQuIA0KDQpJZiBNYWpvcmRvbW8g cmVwbGllcyBhbmQgdGVsbHMgeW91IChpbmNvcnJlY3RseSkgdGhhdCB5b3Un cmUgbm90IG9uIHRoZSBsaXN0LCB0aGlzIG1heSBtZWFuIG9uZSBvZiB0d28g dGhpbmdzOiANCg0KICAxLiAgWW91IGhhdmUgY2hhbmdlZCB5b3VyIG1haWwg SUQgc2luY2UgeW91IHN1YnNjcmliZWQuIFRoYXQncyB3aGVyZQ0KICAgICAg a2VlcGluZyB0aGUgb3JpZ2luYWwgbWVzc2FnZSBmcm9tIG1ham9yZG9tbyBj b21lcyBpbiBoYW5keS4gRm9yDQogICAgICBleGFtcGxlLCB0aGUgc2FtcGxl IG1lc3NhZ2UgYWJvdmUgc2hvd3MgbXkgbWFpbCBJRCBhcw0KICAgICAgZ3Jv Z0BsZW1pcy5kZS4gU2luY2UgdGhlbiwgSSBoYXZlIGNoYW5nZWQgaXQgdG8N CiAgICAgIGdyb2dAbGVtaXMuY29tLiBJZiBJIHdlcmUgdG8gdHJ5IHRvIHJl bW92ZSBncm9nQGxlbWlzLmNvbSBmcm9tDQogICAgICB0aGUgbGlzdCwgaXQg d291bGQgZmFpbDogSSB3b3VsZCBoYXZlIHRvIHNwZWNpZnkgdGhlIG5hbWUg d2l0aA0KICAgICAgd2hpY2ggSSBqb2luZWQuDQoNCiAgMi4gIFlvdSdyZSBz dWJzY3JpYmVkIHRvIGEgbWFpbGluZyBsaXN0IHdoaWNoIGlzIHN1YnNjcmli ZWQgdG8NCiAgICAgIEZyZWVCU0QtcXVlc3Rpb25zLiBJZiB0aGF0J3MgdGhl IGNhc2UsIHlvdSdsbCBoYXZlIHRvIGZpZ3VyZSBvdXQNCiAgICAgIHdoaWNo IG9uZSBpdCBpcyBhbmQgZ2V0IHlvdXIgbmFtZSB0YWtlbiBvZmYgdGhhdCBv bmUuIElmIHlvdSdyZQ0KICAgICAgbm90IHN1cmUgd2hpY2ggb25lIGl0IG1p Z2h0IGJlLCBjaGVjayB0aGUgaGVhZGVycyBvZiB0aGUNCiAgICAgIG1lc3Nh Z2VzIHlvdSByZWNlaXZlIGZyb20gZnJlZWJzZC1xdWVzdGlvbnM6IG1heWJl IHRoZXJlJ3MgYQ0KICAgICAgY2x1ZSB0aGVyZS4NCg0KSWYgeW91J3ZlIGRv bmUgYWxsIHRoaXMsIGFuZCB5b3Ugc3RpbGwgY2FuJ3QgZmlndXJlIG91dCB3 aGF0J3MgZ29pbmcNCm9uLCBzZW5kIGEgbWVzc2FnZSB0byBQb3N0bWFzdGVy QEZyZWVCU0Qub3JnLCBhbmQgaGUgd2lsbCBzb3J0IHRoaW5ncw0Kb3V0IGZv ciB5b3UuIERvbid0IHNlbmQgYSBtZXNzYWdlIHRvIEZyZWVCU0QtcXVlc3Rp b25zOiB0aGV5IGNhbid0DQpoZWxwIHlvdS4NCg0KSUlJOiBTaG91bGQgSSBh c2sgLXF1ZXN0aW9ucyBvciAtaGFja2Vycz8NCj09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09DQoNClR3byBtYWlsaW5nIGxpc3Rz IGhhbmRsZSBnZW5lcmFsIHF1ZXN0aW9ucyBhYm91dCBGcmVlQlNELA0KRnJl ZUJTRC1xdWVzdGlvbnMgYW5kIEZyZWVCU0QtaGFja2Vycy4gSW4gc29tZSBj YXNlcywgaXQncyBub3QgcmVhbGx5DQpjbGVhciB3aGljaCBncm91cCB5b3Ug c2hvdWxkIGFzay4gVGhlIGZvbGxvd2luZyBjcml0ZXJpYSBzaG91bGQgaGVs cA0KZm9yIDk5JSBvZiBhbGwgcXVlc3Rpb25zLCBob3dldmVyOg0KDQogICAg IElmIHRoZSBxdWVzdGlvbiBpcyBvZiBhIGdlbmVyYWwgbmF0dXJlLCBhc2sN CiAgICAgRnJlZUJTRC1xdWVzdGlvbnMuIEV4YW1wbGVzIG1pZ2h0IGJlIHF1 ZXN0aW9ucyBhYm91dCBpbnRzdGFsbGluZw0KICAgICBGcmVlQlNEIG9yIHRo ZSB1c2Ugb2YgYSBwYXJ0aWN1bGFyIFVOSVggdXRpbGl0eS4NCg0KICAgICBJ ZiB5b3UgdGhpbmsgdGhlIHF1ZXN0aW9uIHJlbGF0ZXMgdG8gYSBidWcsIGJ1 dCB5b3UncmUgbm90IHN1cmUsDQogICAgIG9yIHlvdSBkb24ndCBrbm93IGhv dyB0byBsb29rIGZvciBpdCwgc2VuZCB0aGUgbWVzc2FnZSB0bw0KICAgICBG cmVlQlNELXF1ZXN0aW9ucy4NCg0KICAgICBJZiB0aGUgcXVlc3Rpb24gcmVs YXRlcyB0byBhIGJ1ZywgYW5kIHlvdSdyZSBzdXJlIHRoYXQgaXQncyBhIGJ1 Zw0KICAgICAoZm9yIGV4YW1wbGUsIHlvdSBjYW4gcGlucG9pbnQgdGhlIHBs YWNlIGluIHRoZSBjb2RlIHdoZXJlIGl0DQogICAgIGhhcHBlbnMsIGFuZCB5 b3UgbWF5YmUgaGF2ZSBhIGZpeCksIHRoZW4gc2VuZCB0aGUgbWVzc2FnZSB0 bw0KICAgICBGcmVlQlNELWhhY2tlcnMuDQoNCiAgICAgSWYgdGhlIHF1ZXN0 aW9uIHJlbGF0ZXMgdG8gZW5oYW5jZW1lbnRzIHRvIEZyZWVCU0QsIGFuZCB5 b3UgY2FuDQogICAgIG1ha2Ugc3VnZ2VzdGlvbnMgYWJvdXQgaG93IHRvIGlt cGxlbWVudCB0aGVtLCB0aGVuIHNlbmQgdGhlDQogICAgIG1lc3NhZ2UgdG8g RnJlZUJTRC1oYWNrZXJzLg0KDQpUaGVyZSBhcmUgYWxzbyBhIG51bWJlciBv ZiBvdGhlciBzcGVjaWFsaXplZCBtYWlsaW5nIGxpc3RzLCBmb3INCmV4YW1w bGUgRnJlZUJTRC1pc3AsIHdoaWNoIGNhdGVycyB0byB0aGUgaW50ZXJlc3Rz IG9mIElTUHMgKEludGVybmV0DQpTZXJ2aWNlIFByb3ZpZGVycykgd2hvIHJ1 biBGcmVlQlNELiBJZiB5b3UgaGFwcGVuIHRvIGJlIGFuIElTUCwgdGhpcw0K ZG9lc24ndCBtZWFuIHlvdSBzaG91bGQgYXV0b21hdGljYWxseSBzZW5kIHlv dXIgcXVlc3Rpb25zIHRvDQpGcmVlQlNELWlzcC4gVGhlIGNyaXRlcmlhIGFi b3ZlIHN0aWxsIGFwcGx5LCBhbmQgaXQncyBpbiB5b3VyIGludGVyZXN0DQp0 byBzdGljayB0byB0aGVtLCBzaW5jZSB5b3UncmUgbW9yZSBsaWtlbHkgdG8g Z2V0IGdvb2QgcmVzdWx0cyB0aGF0DQp3YXkuDQoNCklWOiAgSG93IHRvIHN1 Ym1pdCBhIHF1ZXN0aW9uDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09 PQ0KDQpXaGVuIHN1Ym1pdHRpbmcgYSBxdWVzdGlvbiB0byBGcmVlQlNELXF1 ZXN0aW9ucywgY29uc2lkZXIgdGhlIGZvbGxvd2luZyBwb2ludHM6IA0KDQog IDEuICBSZW1lbWJlciB0aGF0IG5vYm9keSBnZXRzIHBhaWQgZm9yIGFuc3dl cmluZyBhIEZyZWVCU0QNCiAgICAgIHF1ZXN0aW9uLiBUaGV5IGRvIGl0IG9m IHRoZWlyIG93biBmcmVlIHdpbGwuICBZb3UgY2FuIGluZmx1ZW5jZQ0KICAg ICAgdGhpcyBmcmVlIHdpbGwgcG9zaXRpdmVseSBieSBzdWJtaXR0aW5nIGEg d2VsbC1mb3JtdWxhdGVkDQogICAgICBxdWVzdGlvbiBzdXBwbHlpbmcgYXMg bXVjaCByZWxldmFudCBpbmZvcm1hdGlvbiBhcyBwb3NzaWJsZS4gWW91DQog ICAgICBjYW4gaW5mbHVlbmNlIHRoaXMgZnJlZSB3aWxsIG5lZ2F0aXZlbHkg Ynkgc3VibWl0dGluZyBhbg0KICAgICAgaW5jb21wbGV0ZSwgaWxsZWdpYmxl LCBvciBydWRlIHF1ZXN0aW9uLiBJdCdzIHBlcmZlY3RseSBwb3NzaWJsZQ0K ICAgICAgdG8gc2VuZCBhIG1lc3NhZ2UgdG8gRnJlZUJTRC1xdWVzdGlvbnMg YW5kIG5vdCBnZXQgYW4gYW5zd2VyDQogICAgICBldmVuIGlmIHlvdSBmb2xs b3cgdGhlc2UgcnVsZXMuIEl0J3MgbXVjaCBtb3JlIHBvc3NpYmxlIHRvIG5v dA0KICAgICAgZ2V0IGFuIGFuc3dlciBpZiB5b3UgZG9uJ3QuIEluIHRoZSBy ZXN0IG9mIHRoaXMgZG9jdW1lbnQsIHdlJ2xsDQogICAgICBsb29rIGF0IGhv dyB0byBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgcXVlc3Rpb24gdG8NCiAg ICAgIEZyZWVCU0QtcXVlc3Rpb25zLg0KDQogIDIuICBOb3QgZXZlcnlib2R5 IHdobyBhbnN3ZXJzIEZyZWVCU0QgcXVlc3Rpb25zIHJlYWRzIGV2ZXJ5IG1l c3NhZ2U6DQogICAgICB0aGV5IGxvb2sgYXQgdGhlIHN1YmplY3QgbGluZSBh bmQgZGVjaWRlIHdoZXRoZXIgaXQgaW50ZXJlc3RzDQogICAgICB0aGVtLiBD bGVhcmx5LCBpdCdzIGluIHlvdXIgaW50ZXJlc3QgdG8gc3BlY2lmeSBhDQog ICAgICBzdWJqZWN0LiBgYEZyZWVCU0QgcHJvYmxlbScnIG9yIGBgSGVscCcn IGFyZW4ndCBlbm91Z2guIElmIHlvdQ0KICAgICAgcHJvdmlkZSBubyBzdWJq ZWN0IGF0IGFsbCwgbWFueSBwZW9wbGUgd29uJ3QgYm90aGVyIHJlYWRpbmcN CiAgICAgIGl0LiBJZiB5b3VyIHN1YmplY3QgaXNuJ3Qgc3BlY2lmaWMgZW5v dWdoLCB0aGUgcGVvcGxlIHdobyBjYW4NCiAgICAgIGFuc3dlciBpdCBtYXkg bm90IHJlYWQgaXQuDQoNCiAgMy4gIEZvcm1hdCB5b3VyIG1lc3NhZ2Ugc28g dGhhdCBpdCBpcyBsZWdpYmxlLCBhbmQgUExFQVNFIERPTidUDQogICAgICBT SE9VVCEhISEhLiBXZSBhcHByZWNpYXRlIHRoYXQgYSBsb3Qgb2YgcGVvcGxl IGRvbid0IHNwZWFrDQogICAgICBFbmdsaXNoIGFzIHRoZWlyIGZpcnN0IGxh bmd1YWdlLCBhbmQgd2UgdHJ5IHRvIG1ha2UgYWxsb3dhbmNlcw0KICAgICAg Zm9yIHRoYXQsIGJ1dCBpdCdzIHJlYWxseSBwYWluZnVsIHRvIHRyeSB0byBy ZWFkIGEgbWVzc2FnZQ0KICAgICAgd3JpdHRlbiBmdWxsIG9mIHR5cG9zIG9y IHdpdGhvdXQgYW55IGxpbmUgYnJlYWtzLiBBIGxvdCBvZiBiYWRseQ0KICAg ICAgZm9ybWF0dGVkIG1lc3NhZ2VzIGNvbWUgZnJvbSBiYWQgbWFpbGVycyBv ciBiYWRseSBjb25maWd1cmVkDQogICAgICBtYWlsZXJzLiBUaGUgZm9sbG93 aW5nIG1haWxlcnMgYXJlIGtub3duIHRvIHNlbmQgb3V0IGJhZGx5DQogICAg ICBmb3JtYXR0ZWQgbWVzc2FnZXMgd2l0aG91dCB5b3UgZmluZGluZyBvdXQg YWJvdXQgdGhlbToNCg0KICAgICBFdWRvcmEgDQogICAgIGV4bWggDQogICAg IE1pY3Jvc29mdCBFeGNoYW5nZSANCiAgICAgTWljcm9zb2Z0IEludGVybmV0 IE1haWwgDQogICAgIE1pY3Jvc29mdCBPdXRsb29rIA0KICAgICBOZXRzY2Fw ZSANCg0KICAgICBBcyB5b3UgY2FuIHNlZSwgdGhlIG1haWxlcnMgaW4gdGhl IE1pY3Jvc29mdCB3b3JsZCBhcmUgZnJlcXVlbnQNCiAgICAgb2ZmZW5kZXJz LiBJZiBhdCBhbGwgcG9zc2libGUsIHVzZSBhIFVOSVggbWFpbGVyLiBJZiB5 b3UgbXVzdCB1c2UNCiAgICAgYSBtYWlsZXIgdW5kZXIgTWljcm9zb2Z0IGVu dmlyb25tZW50cywgbWFrZSBzdXJlIGl0IGlzIHNldCB1cA0KICAgICBjb3Jy ZWN0bHkuIFRyeSBub3QgdG8gdXNlIE1JTUU6IGEgbG90IG9mIHBlb3BsZSB1 c2UgbWFpbGVycyB3aGljaA0KICAgICBkb24ndCBnZXQgb24gdmVyeSB3ZWxs IHdpdGggTUlNRS4NCg0KICA0LiAgTWFrZSBzdXJlIHlvdXIgdGltZSBhbmQg dGltZSB6b25lIGFyZSBzZXQgY29ycmVjdGx5LiBUaGlzIG1heQ0KICAgICAg c2VlbSBhIGxpdHRsZSBzaWxseSwgc2luY2UgeW91ciBtZXNzYWdlIHN0aWxs IGdldHMgdGhlcmUsIGJ1dA0KICAgICAgbWFueSBvZiB0aGUgcGVvcGxlIHlv dSBhcmUgdHJ5aW5nIHRvIHJlYWNoIGdldCBzZXZlcmFsIGh1bmRyZWQNCiAg ICAgIG1lc3NhZ2VzIGEgZGF5LiBUaGV5IGZyZXF1ZW50bHkgc29ydCB0aGUg aW5jb21pbmcgbWVzc2FnZXMgYnkNCiAgICAgIHN1YmplY3QgYW5kIGJ5IGRh dGUsIGFuZCBpZiB5b3VyIG1lc3NhZ2UgZG9lc24ndCBjb21lIGJlZm9yZSB0 aGUNCiAgICAgIGZpcnN0IGFuc3dlciwgdGhleSBtYXkgYXNzdW1lIHRoZXkg bWlzc2VkIGl0IGFuZCBub3QgYm90aGVyIHRvDQogICAgICBsb29rLg0KDQog IDUuICBEb24ndCBpbmNsdWRlIHVucmVsYXRlZCBxdWVzdGlvbnMgaW4gdGhl IHNhbWUgbWVzc2FnZS4gRmlyc3RseSwNCiAgICAgIGEgbG9uZyBtZXNzYWdl IHRlbmRzIHRvIHNjYXJlIHBlb3BsZSBvZmYsIGFuZCBzZWNvbmRseSwgaXQn cw0KICAgICAgbW9yZSBkaWZmaWN1bHQgdG8gZ2V0IGFsbCB0aGUgcGVvcGxl IHdobyBjYW4gYW5zd2VyIGFsbCB0aGUNCiAgICAgIHF1ZXN0aW9ucyB0byBy ZWFkIHRoZSBtZXNzYWdlLg0KDQogIDYuICBTcGVjaWZ5IGFzIG11Y2ggaW5m b3JtYXRpb24gYXMgcG9zc2libGUuIFRoaXMgaXMgYSBkaWZmaWN1bHQNCiAg ICAgIGFyZWEsIGFuZCB3ZSBuZWVkIHRvIGV4cGFuZCBvbiB3aGF0IGluZm9y bWF0aW9uIHlvdSBuZWVkIHRvDQogICAgICBzdWJtaXQsIGJ1dCBoZXJlJ3Mg YSBzdGFydDoNCg0KICAgICAgICAgSWYgeW91IGdldCBlcnJvciBtZXNzYWdl cywgZG9uJ3Qgc2F5IGBgSSBnZXQgZXJyb3INCiAgICAgICAgIG1lc3NhZ2Vz JycsIHNheSAoZm9yIGV4YW1wbGUpIGBgSSBnZXQgdGhlIGVycm9yIG1lc3Nh Z2UgJ05vDQogICAgICAgICByb3V0ZSB0byBob3N0JycnLg0KDQogICAgICAg ICBJZiB5b3VyIHN5c3RlbSBwYW5pY3MsIGRvbid0IHNheSBgYE15IHN5c3Rl bSBwYW5pY2tlZCcnLCBzYXkNCiAgICAgICAgIChmb3IgZXhhbXBsZSkgYGBt eSBzeXN0ZW0gcGFuaWNrZWQgd2l0aCB0aGUgbWVzc2FnZSAnZnJlZQ0KICAg ICAgICAgdm5vZGUgaXNuJ3QnJycuDQoNCiAgICAgICAgIElmIHlvdSBoYXZl IGRpZmZpY3VsdHkgaW5zdGFsbGluZyBGcmVlQlNELCBwbGVhc2UgdGVsbCB1 cw0KICAgICAgICAgd2hhdCBoYXJkd2FyZSB5b3UgaGF2ZS4gSW4gcGFydGlj dWxhciwgaXQncyBpbXBvcnRhbnQgdG8ga25vdw0KICAgICAgICAgdGhlIElS UXMgYW5kIEkvTyBhZGRyZXNzZXMgb2YgdGhlIGJvYXJkcyBpbnN0YWxsZWQg aW4geW91cg0KICAgICAgICAgbWFjaGluZS4NCg0KICAgICAgICAgSWYgeW91 IGhhdmUgZGlmZmljdWx0eSBnZXR0aW5nIFBQUCB0byBydW4sIGRlc2NyaWJl IHRoZQ0KICAgICAgICAgY29uZmlndXJhdGlvbi4gV2hpY2ggdmVyc2lvbiBv ZiBQUFAgZG8geW91IHVzZT8gV2hhdCBraW5kIG9mDQogICAgICAgICBhdXRo ZW50aWNhdGlvbiBkbyB5b3UgaGF2ZT8gRG8geW91IGhhdmUgYSBzdGF0aWMg b3IgZHluYW1pYw0KICAgICAgICAgSVAgYWRkcmVzcz8gV2hhdCBraW5kIG9m IG1lc3NhZ2VzIGRvIHlvdSBnZXQgaW4gdGhlIGxvZyBmaWxlPw0KDQogIDcu ICBJZiB5b3UgZG8gYWxsIHRoaXMsIGFuZCB5b3Ugc3RpbGwgZG9uJ3QgZ2V0 IGFuIGFuc3dlciwgdGhlcmUNCiAgICAgY291bGQgYmUgb3RoZXIgcmVhc29u cy4gRm9yIGV4YW1wbGUsIHRoZSBwcm9ibGVtIGlzIHNvDQogICAgIGNvbXBs aWNhdGVkIHRoYXQgbm9ib2R5IGtub3dzIHRoZSBhbnN3ZXIsIG9yIHRoZSBw ZXJzb24gd2hvIGRvZXMNCiAgICAga25vdyB0aGUgYW5zd2VyIHdhcyBvZmZs aW5lLiBJZiB5b3UgZG9uJ3QgZ2V0IGFuIGFuc3dlciBhZnRlciwNCiAgICAg c2F5LCBhIHdlZWssIGl0IG1pZ2h0IGhlbHAgdG8gcmUtc2VuZCB0aGUgbWVz c2FnZS4gSWYgeW91IGRvbid0DQogICAgIGdldCBhbiBhbnN3ZXIgdG8geW91 ciBzZWNvbmQgbWVzc2FnZSwgdGhvdWdoLCB5b3UncmUgcHJvYmFibHkgbm90 DQogICAgIGdvaW5nIHRvIGdldCBvbmUgZnJvbSB0aGlzIGZvcnVtLiAgUmVz ZW5kaW5nIHRoZSBzYW1lIG1lc3NhZ2UNCiAgICAgYWdhaW4gYW5kIGFnYWlu IHdpbGwgb25seSBtYWtlIHlvdSB1bnBvcHVsYXIuDQoNClRvIHN1bW1hcml6 ZSwgbGV0J3MgYXNzdW1lIHlvdSBrbm93IHRoZSBhbnN3ZXIgdG8gdGhlIGZv bGxvd2luZyBxdWVzdGlvbiAoeWVzLCBpdCdzIHRoZSBzYW1lIG9uZSBpbiBl YWNoIGNhc2UNCjotKS4gWW91IGNob29zZSB3aGljaCBvZiB0aGVzZSB0d28g cXVlc3Rpb25zIHlvdSB3b3VsZCBiZSBtb3JlIHByZXBhcmVkIHRvIGFuc3dl cjogDQoNCg0KTWVzc2FnZSAxOg0KU3ViamVjdDogKG5vbmUpDQoNCkkganVz dCBjYW4ndCBnZXQgaGl0cyBkYW1uIHNpbGx5IEZlcmVCU0Qgc3lzdGVtIHRv IHdvcmtkLCBhbmQgSW0gcmVhbGx5IGdvb2QgYXQgdGhpcyB0c3VmZiwgYnV0 IEkgaGF2ZSBuZXZlciBzZWVuIGFueXRoaWduIHNobyBkaWZmaWN1bHQgdG8g aW5zdGFsbCwgaXQganN0IHdvbnQgd29yayB3aGF0ZXZlciBJIHRyeSBzbyB3 aHkgZG9uJ3QgeTlvdSBndXlzIHRlbGwgbWUgd2hhdCBJIGRvaW5nIHdyb25n Lg0KDQotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCk1lc3NhZ2UgMjoN ClN1YmplY3Q6IFByb2JsZW1zIGluc3RhbGxpbmcgRnJlZUJTRA0KDQpJJ3Zl IGp1c3QgZ290IHRoZSBGcmVlQlNEIDIuMS41IENELVJPTSBmcm9tIFdhbG51 dCBDcmVlaywgYW5kIEknbQ0KaGF2aW5nIGEgbG90IG9mIGRpZmZpY3VsdHkg aW5zdGFsbGluZyBpdC4gIEkgaGF2ZSBhIDY2IE1IeiA0ODYgd2l0aCAxNg0K TUIgb2YgbWVtb3J5IGFuZCBhbiBBZGFwdGVjIDE1NDBBIFNDU0kgYm9hcmQs IGEgMS4yR0IgUXVhbnR1bSBGaXJlYmFsbA0KZGlzayBhbmQgYSBUb3NoaWJh IDM1MDFYQSBDRC1ST00gZHJpdmUuICBUaGUgaW5zdGFsbGF0aW9uIHdvcmtz IGp1c3QNCmZpbmUsIGJ1dCB3aGVuIEkgdHJ5IHRvIHJlYm9vdCB0aGUgc3lz dGVtLCBJIGdldCB0aGUgbWVzc2FnZSAiTWlzc2luZw0KT3BlcmF0aW5nIFN5 c3RlbSIuDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KDQpWOiBI b3cgdG8gYW5zd2VyIGEgcXVlc3Rpb24NCj09PT09PT09PT09PT09PT09PT09 PT09PT09PQ0KDQpCZWZvcmUgeW91IGFuc3dlciBhIHF1ZXN0aW9uIHRvIEZy ZWVCU0QtcXVlc3Rpb25zLCBjb25zaWRlcjoNCg0KMS4gIEEgbG90IG9mIHRo ZSBwb2ludHMgb24gc3VibWl0dGluZyBxdWVzdGlvbnMgYWxzbyBhcHBseSB0 bw0KICAgIGFuc3dlcmluZyBxdWVzdGlvbnMuICBSZWFkIHRoZW0uDQoNCjIu ICBIYXMgc29tZWJvZHkgYWxyZWFkeSBhbnN3ZXJlZCB0aGUgcXVlc3Rpb24/ ICBUaGUgZWFzaWVzdCB3YXkgdG8NCiAgICBjaGVjayB0aGlzIGlzIHRvIHNv cnQgeW91ciBpbmNvbWluZyBtYWlsIGJ5IHN1YmplY3Q6IHRoZW4NCiAgICAo aG9wZWZ1bGx5KSB5b3UnbGwgc2VlIHRoZSBxdWVzdGlvbiBmb2xsb3dlZCBi eSBhbnkgYW5zd2VycywgYWxsDQogICAgdG9nZXRoZXIuDQoNCiAgICBJZiBz b21lYm9keSBoYXMgYWxyZWFkeSBhbnN3ZXJlZCBpdCwgaXQgZG9lc24ndCBh dXRvbWF0aWNhbGx5IG1lYW4NCiAgICB0aGF0IHlvdSBzaG91bGRuJ3Qgc2Vu ZCBhbm90aGVyIGFuc3dlci4gIEJ1dCBpdCBtYWtlcyBzZW5zZSB0bw0KICAg IHJlYWQgYWxsIHRoZSBvdGhlciBhbnN3ZXJzIGZpcnN0Lg0KDQozLiAgRG8g eW91IGhhdmUgc29tZXRoaW5nIHRvIGNvbnRyaWJ1dGUgYmV5b25kIHdoYXQg aGFzIGFscmVhZHkgYmVlbg0KICAgIHNhaWQ/ICBJbiBnZW5lcmFsLCAiWWVh aCwgbWUgdG9vIiBhbnN3ZXJzIGRvbid0IGhlbHAgbXVjaCwNCiAgICBhbHRo b3VnaCB0aGVyZSBhcmUgZXhjZXB0aW9ucywgbGlrZSB3aGVuIHNvbWVib2R5 IGlzIGRlc2NyaWJpbmcgYQ0KICAgIHByb2JsZW0gaGUncyBoYXZpbmcsIGFu ZCBoZSBkb2Vzbid0IGtub3cgd2hldGhlciBpdCdzIGhpcyBmYXVsdCBvcg0K ICAgIHdoZXRoZXIgdGhlcmUncyBzb21ldGhpbmcgd3Jvbmcgd2l0aCB0aGUg aGFyZHdhcmUgb3Igc29mdHdhcmUuICBJZg0KICAgIHlvdSBkbyBzZW5kIGEg Im1lIHRvbyIgYW5zd2VyLCB5b3Ugc2hvdWxkIGFsc28gaW5jbHVkZSBhbnkg ZnVydGhlcg0KICAgIHJlbGV2YW50IGluZm9ybWF0aW9uLg0KDQo0LiAgQXJl IHlvdSBzdXJlIHlvdXIgYW5zd2VyIGlzIGNvcnJlY3Q/ICBJZiBub3QsIHdh aXQgYSBkYXkgb3Igc28uDQogICAgSWYgbm9ib2R5IGVsc2UgY29tZXMgdXAg d2l0aCBhIGJldHRlciBhbnN3ZXIsIHlvdSBjYW4gc3RpbGwgcmVwbHkNCiAg ICBhbmQgc2F5LCBmb3IgZXhhbXBsZSwgIkkgZG9uJ3Qga25vdyBpZiB0aGlz IGlzIGNvcnJlY3QsIGJ1dCBzaW5jZQ0KICAgIG5vYm9keSBlbHNlIGhhcyBy ZXBsaWVkLCB3aHkgZG9uJ3QgeW91IHRyeSByZXBsYWNpbmcgeW91ciBBVEFQ SQ0KICAgIENELVJPTSB3aXRoIGEgZnJvZz8iLg0KDQo1LiAgRG9uJ3QgZG8g YSBncm91cCByZXBseTsgbG90cyBvZiBwZW9wbGUgc2VuZCBtZXNzYWdlcyB3 aXRoIGh1bmRyZWRzDQogICAgb2YgQ0NzLiAgVW5sZXNzIHRoZXJlJ3MgYSBn b29kIHJlYXNvbiB0byBkbyBvdGhlcndpc2UsIGp1c3QgcmVwbHkNCiAgICB0 byB0aGUgcGVyc29uIGFuZCBjb3B5IEZyZWVCU0QtcXVlc3Rpb25zLg0KDQo2 LiAgVHJpbSB0aGUgb3JpZ2luYWwgbWVzc2FnZSB0byB0aGUgbWluaW11bSwg YW5kIHVzZSBzb21lIHRlY2huaXF1ZQ0KICAgIHRvIGlkZW50aWZ5IHdoaWNo IHRleHQgY2FtZSBmcm9tIHRoZSBvcmlnaW5hbCBtZXNzYWdlLCBhbmQgd2hp Y2gNCiAgICB0ZXh0IHlvdSBhZGQuICBJIHBlcnNvbmFsbHkgZmluZCB0aGF0 IHByZXBlbmRpbmcgIj4gIiB0byB0aGUNCiAgICBvcmlnaW5hbCBtZXNzYWdl IHdvcmtzIGJlc3QuICBMZWF2aW5nIHdoaXRlIHNwYWNlIGFmdGVyIHRoZSAi PiINCiAgICBhbmQgbGVhdmUgZW1wdHkgbGluZXMgYmV0d2VlbiB5b3VyIHRl eHQgYW5kIHRoZSBvcmlnaW5hbCB0ZXh0IGJvdGgNCiAgICBtYWtlIHRoZSBy ZXN1bHQgbW9yZSByZWFkYWJsZS4NCg0KICAgIE1vc3QgbWFpbGVycyBjaGFu Z2UgdGhlIHN1YmplY3QgbGluZSBvbiBhIHJlcGx5IGJ5IHByZXBlbmRpbmcg YQ0KICAgIHRleHQgc3VjaCBhcyAiUmU6ICIuICBJZiB5b3VyIG1haWxlciBk b2Vzbid0IGRvIGl0IGF1dG9tYXRpY2FsbHksDQogICAgeW91IHNob3VsZCBk byBpdCBtYW51YWxseS4NCg0KICAgIElmIHRoZSBzdWJtaXR0ZXIgZGlkbid0 IGFiaWRlIGJ5IGZvcm1hdCBjb252ZW50aW9ucyAobGluZXMgdG9vDQogICAg bG9uZywgaW5hcHByb3ByaWF0ZSBzdWJqZWN0IGxpbmUpLCAqcGxlYXNlKiBm aXggaXQuICBJbiB0aGUgY2FzZQ0KICAgIG9mIGFuIGluY29ycmVjdCBzdWJq ZWN0IGxpbmUgKHN1Y2ggYXMgIkhFTFAhIT8/IiksIGNoYW5nZSB0aGUNCiAg ICBzdWJqZWN0IGxpbmUgdG8gKHNheSkgIlJlOiBEaWZmaWN1bHRpZXMgd2l0 aCBzeW5jIFBQUCAod2FzOg0KICAgIEhFTFAhIT8/KSIuICBUaGF0IHdheSBv dGhlciBwZW9wbGUgdHJ5aW5nIHRvIGZvbGxvdyB0aGUgdGhyZWFkDQogICAg d2lsbCBoYXZlIGxlc3MgZGlmZmljdWx0eSBmb2xsb3dpbmcgaXQuDQoNCiAg ICBJbiBzdWNoIGNhc2VzLCBpdCdzIGFwcHJvcHJpYXRlIHRvIHNheSB3aGF0 IHlvdSBkaWQgYW5kIHdoeSB5b3UNCiAgICBkaWQgaXQsIGJ1dCB0cnkgbm90 IHRvIGJlIHJ1ZGUuICBJZiB5b3UgZmluZCB5b3UgY2FuJ3QgYW5zd2VyDQog ICAgd2l0aG91dCBiZWluZyBydWRlLCBkb24ndCBhbnN3ZXIuDQoNCiAgICBJ ZiB5b3UganVzdCB3YW50IHRvIHJlcGx5IHRvIGEgbWVzc2FnZSBiZWNhdXNl IG9mIGl0cyBiYWQgZm9ybWF0LA0KICAgIGp1c3QgcmVwbHkgdG8gdGhlIHN1 Ym1pdHRlciwgbm90IHRvIHRoZSBsaXN0LiAgWW91IGNhbiBqdXN0IHNlbmQN CiAgICBoaW0gdGhpcyBtZXNzYWdlIGluIHJlcGx5LCBpZiB5b3UgbGlrZS4N Cg== --0-1293066108-885107518=:6065-- From owner-freebsd-questions Sun Jan 18 02:30:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03445 for questions-outgoing; Sun, 18 Jan 1998 02:30:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03332 for ; Sun, 18 Jan 1998 02:29:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06419; Sat, 17 Jan 1998 22:52:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:52:06 -0800 (PST) From: Doug White Reply-To: Doug White To: Julie J Wong cc: freebsd-questions@FreeBSD.ORG Subject: Re: support for AGP video cards In-Reply-To: <199801171054.CAA28292@tree0.Stanford.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Julie J Wong wrote: > Does freebsd currently support AGP video cards > or has any plans to support it? Thanks in > advance for your help. You'll have to ask XFree86. 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 Sun Jan 18 02:30:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03423 for questions-outgoing; Sun, 18 Jan 1998 02:30:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03300 for ; Sun, 18 Jan 1998 02:29:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06471; Sat, 17 Jan 1998 23:18:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:18:10 -0800 (PST) From: Doug White Reply-To: Doug White To: pizzaman@mail.on.rogers.wave.ca cc: FreeBSD Questions Subject: Re: installing Free BDS with the WAVE In-Reply-To: <98Jan17.184241-0500_est.329035-21196+372@mail.on.rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998 pizzaman@mail.on.rogers.wave.ca wrote: > okay here it is. After configuring the card it goes to another > screen and says, Adding Route 24.112.44.7....where this number comes > from I don't know. That's probably your local address: gdi,ttyp2,/usr/local/etc,37>host 24.112.44.7 Name: pc-32209.on.rogers.wave.ca Address: 24.112.44.7 Aliases: > Then if I use the Alt-F2 key combination I get this message > scrolling down the screen > > ed0:NIC memory corrupt-invalid packet length 4864 Check that: 1. The resources that the ethernet card is using is unique. 2. The cabling is plugged in properly and is in good shape. If you have a spare ethernet cable you might try replacing it. > Prehaps I might be better off downloading the whole kit and kabotle > using windows 95. Kinda slow and messy doing it that way I think > because even using my ftp program it won't copy the entire directory > over. At least it didn't last time I tried. It depends on the ftp program in question. 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 Sun Jan 18 02:31:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03555 for questions-outgoing; Sun, 18 Jan 1998 02:31:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03379 for ; Sun, 18 Jan 1998 02:29:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06429; Sat, 17 Jan 1998 22:56:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:56:33 -0800 (PST) From: Doug White Reply-To: Doug White To: Greg Pavelcak cc: freebsd-questions@FreeBSD.ORG Subject: Re: ccd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Greg Pavelcak wrote: > I'm running short on hard disk space, and I'm thinking about getting a > new drive to add to my setup. That leads me to a few ccd questions. I > hope this isn't a repost. I've been getting my lists now for over two > days and haven't seen it show up. > > 1. Any advice on what to read on ccd. I read man ccd, man ccdconfig, > and the diskformat tutorial. They seem to be more for the person who > understands what ccd is but doesn't know how to make it happen on > FreeBSD. So ... > > 2. Can you ccd IDE devices, or is it a SCSI thing? You can CCD any disk, as long as they are identical. > 3. Can you do ccdconfig at any time. That is, it seems like something > one would want to do early on, perhaps at the beginning of the > installation process, and then make file systems on ccd. You have to do it at filesystem create time, since you make the pseudodevice with ccdconfig then newfs it. > I'll hit the mailing list archives when the search facility comes back > up, but I thought no one would mind if I sought up to date advice > while I'm waiting. http://stampede.cs.berkeley.edu/ccd/README-s.html may help, although it is very old. 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 Sun Jan 18 02:32:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03638 for questions-outgoing; Sun, 18 Jan 1998 02:32:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03422 for ; Sun, 18 Jan 1998 02:30:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06303; Sat, 17 Jan 1998 22:12:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:12:53 -0800 (PST) From: Doug White Reply-To: Doug White To: chas cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIC woes : server visible on our network only. In-Reply-To: <3.0.32.19980117110938.009379b0@peace.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, chas wrote: > We have been having woes > > - When our machine boots/restarts, the messages appear on the screen > and all seems to be going well in the boot process until > it gets to the NIC config. > ep0 : ...... ether > Once this appears on the screen, the process seems to halt. > I then have to press CTRL + C to get it to finish booting. > (the next line says something about clearing /tmp) It's sticking on a nameserver lookup. 1. Modify /etc/rc.conf to not use any hostnames on the ifconfig_xxx lines. 2. Make sure /etc/resolv.conf's `nameserver' items point to your nameservers for your network. 3. Make sure your network connections are plugged in and operating propelry. 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 Sun Jan 18 02:33:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03760 for questions-outgoing; Sun, 18 Jan 1998 02:33:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03606 for ; Sun, 18 Jan 1998 02:31:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06237; Sat, 17 Jan 1998 21:31:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:31:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Andrew Stevens wrote: > -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- > > Brian and Doug: > > Thanks very much for your replies. I tried disabling lqr and installing > the new version of ppp, and have now run into a different problem. I > believe that this was the problem all along, as some of the other minor > abnormalities I was seeing seem to confirm a device problem. Here it is: > > I load ppp, and type term to enter terminal mode. The following messages > come up on the screen: > > ppp[177]: tun0: Error: OpenModem failed: /dev/cuaa1: Device not configured > Failed to open modem. > > Doing a MAKEDEV didn't clear things up, either. Well, that's a problem, the system can't find COM2. Check dmesg and see what sio1 is reporting. Or do you need to use COM1 (sio0/cuaa0)? 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 Sun Jan 18 02:32:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03675 for questions-outgoing; Sun, 18 Jan 1998 02:32:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03504 for ; Sun, 18 Jan 1998 02:30:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06292; Sat, 17 Jan 1998 22:08:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:08:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Programs In-Reply-To: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > I have completed the FreeBSD 2.2.5 install from the FTP site > over the Internet. Lets just say that my current financial status > forces me to do this without the CD for now! > > I selected the ports during installation and think I have what I > need to get some of the programs running. Anyway I have a > /usr/ports/ directory which is full of stuff. In particular I would > like to get the sunclock program running. Do I have to get > X-Windows running first. And If so, how do I do that. 1. Fetch ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/XF86331/RELNOTES 2. Read Section 5 and figure out what parts you need. 3. Download them. 4. Extract them in /usr/X11R6. 5. Run XF86Config. 6. Run startx. 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 Sun Jan 18 02:33:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03714 for questions-outgoing; Sun, 18 Jan 1998 02:33:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03562 for ; Sun, 18 Jan 1998 02:30:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06266; Sat, 17 Jan 1998 21:49:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:49:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: FreeBSD 2.2.5 on a 486 ISA System In-Reply-To: <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. Now type add 0 0 HISADDR Now try your ftp. 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 Sun Jan 18 02:33:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03708 for questions-outgoing; Sun, 18 Jan 1998 02:33:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03550 for ; Sun, 18 Jan 1998 02:30:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06299; Sat, 17 Jan 1998 22:11:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:11:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Gert Nielsen cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: NEC 222 & FreeBSD 2.2.1-RELEASE In-Reply-To: <01BD22F8.18167280@hookturn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Gert Nielsen wrote: > I'm a new comer to the world af FreeBSD, and I'm stil not to confident > when I'm to install a FreeBSD. BTW, 2.2.1 is old; I'd suggest finding a copy of 2.2.5 to install. > But until a few hours ago I have never had any real trouble installing > FreeBSD, but when I began to install FreeBSD on the actual server it is > to run on, there was a problem i can't figure out. > > I'm using a NEC 222 (scsi id 5, 4x speed) 3.0i, ASUS P/I-P55T2P4, Intel > 150MHz CPU, Adaptec 1542CF, Seagate Medalist 1080MB (scsi id 0), Quantum > Grand prix 4GB (scsi id1), Matrox Mill. 2MB, 3CCOM 590 NIC, Soundblaster > 16 PNP, 32 MB RAM (EDO) and FreeBSD 2.2.1-RELEASE Equipment checks out, the SB 16 might take some massaging but otherwise a pretty standard installation. > After FreeBSD has waited for "scsi bus reseting" it detects the Seagate, > then the Quantum, then it detects the cdrom drive. The 2 linies look > like this: > > (aha0:5:): "NEC CD-ROM DRIVE:222 3.0i" type 5 removeble SCSI 2 > cd0(aha0:5:0:): CD-ROM Can't get the size Put the CDROM in the drive, *then* boot. 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 Sun Jan 18 02:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03676 for questions-outgoing; Sun, 18 Jan 1998 02:32:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03471 for ; Sun, 18 Jan 1998 02:30:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06327; Sat, 17 Jan 1998 22:19:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:19:25 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joe \"Marcus\" Clarke" cc: FreeBSD User Questions List Subject: Re: UPS monitor software In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Joe "Marcus" Clarke wrote: > I know I've seen this mentioned on the list, but silly me, I didn't take > note of it earlier. Is there any APC UPS (or generic UPS) monitoring > software available for FreeBSD? I just got a APC BackUPS Pro 280, and > I'd like to hook it in to FreeBSD. I saw apcupsd on the net, but I > couldn't get it to compile. It wanted linux, and the errors turned me > off to trying to port the code. Any input would be much appreciated. The BackUPS only responds to `dumb' monitoring. YOu'll have to look around for a dumb monitoring upsd (until I learn line discipline and get wildwind-upsd to react to dumb mode). The linux apcupsd should concievably work. 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 Sun Jan 18 02:36:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03968 for questions-outgoing; Sun, 18 Jan 1998 02:36:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03763 for ; Sun, 18 Jan 1998 02:33:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06192; Sat, 17 Jan 1998 21:10:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:10:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Raul Tamayo Fernandez cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! In-Reply-To: <34BF91B1.EC9027F9@cicese.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Raul Tamayo Fernandez wrote: > Hi! > > I have three Ethernet subnetworks and I want to connect them to the > backbone. I would like to have a PC running FreeBSD as a router for the > three subnetworks, so I need to install four network cards in the PC. > Can I do this? Can a PC with FreeBSD manage the three subnetworks? Sure. Routing might get sticky but otherwise it should work OK as a router. 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 Sun Jan 18 02:46:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03895 for questions-outgoing; Sun, 18 Jan 1998 02:35:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03701 for ; Sun, 18 Jan 1998 02:32:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA06118; Sat, 17 Jan 1998 20:55:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 20:55:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Andreas Harfst cc: freebsd-questions@FreeBSD.ORG Subject: Re: D-Link DE600 parallelport Ethernet Adapter In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Andreas Harfst wrote: > I was wondering if the DE600 parallelport ethernet-adapter > is supported by FreeBSD ? 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 Sun Jan 18 02:32:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03674 for questions-outgoing; Sun, 18 Jan 1998 02:32:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03255 for ; Sun, 18 Jan 1998 02:28:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06491; Sat, 17 Jan 1998 23:23:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:23:50 -0800 (PST) From: Doug White Reply-To: Doug White To: "Sergey V. Saley" cc: questions@FreeBSD.ORG Subject: Re: Problem with login.conf In-Reply-To: <199801161224.OAA01035@service.megastyle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 16 Jan 1999, Sergey V. Saley wrote: > Hi! > > I've got a problem with defining sessionlimit permission in login.conf > I don't want to log in dialin users more then 1 tty in the same time. > (You can see class ISPUSER in attached file) > But it not work ... > (I've tried sessionlimit=1, sessionlimit#1 - result is the same) > May be I've got some mistakes ... Did you rebuild the database? 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 Sun Jan 18 02:44:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04441 for questions-outgoing; Sun, 18 Jan 1998 02:44:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04150 for ; Sun, 18 Jan 1998 02:38:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06215; Sat, 17 Jan 1998 21:19:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:19:42 -0800 (PST) From: Doug White Reply-To: Doug White To: Neal Rigney cc: freebsd-questions@FreeBSD.ORG Subject: Re: double kernel faults In-Reply-To: <026901bd22bd$84ded000$2e00e5cd@dilbert.pernet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Neal Rigney wrote: > > I've got a news machine that continually page faults(I'm tracking the > problem down right now), but here's the interesting question: > > When it page faults, it ALWAYS(with this error) faults a second time. In > other words, I get "page fault while in kernel mode" etc(the REAL error I > want to look at) immediately followed by another fault that of course > scrolls all the information from the first fault off the screen. > > So, should I _really_ worry about the second fault, or chaulk it up to the > first fault making the system go nuts? I'd be more interested in what the second fault is so we can resolve that so we can actually *see* the details on the first fault ;-) Does the `scroll lock-up arrow' scrollback work during a panic? I forgot. 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 Sun Jan 18 02:47:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03894 for questions-outgoing; Sun, 18 Jan 1998 02:35:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03725 for ; Sun, 18 Jan 1998 02:32:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06200; Sat, 17 Jan 1998 21:12:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:12:39 -0800 (PST) From: Doug White Reply-To: Doug White To: tko@westgac3.dragon.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hardware platforms In-Reply-To: <34BFA48C.21E9@starlinx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Thomas Kocourek wrote: > Does FreeBSD support platforms other than Intel machines? Not at this time, although some work on porting to the Alpha and Sparc processors are in the works. 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 Sun Jan 18 02:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04486 for questions-outgoing; Sun, 18 Jan 1998 02:45:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04306 for ; Sun, 18 Jan 1998 02:40:55 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06130; Sat, 17 Jan 1998 21:00:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:00:15 -0800 (PST) From: Doug White Reply-To: Doug White To: Owen Newnan cc: questions@FreeBSD.ORG Subject: Re: Can't get drives to boot on Adaptec AHA-1520 In-Reply-To: <8725658E.004E5A5A.00@notes.mnet.uswest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Owen Newnan wrote: > Dell Dimension P120c > Two IDE drives on primary IDE controller > no drives on secondary and tertiary IDE controllers > Adaptec AHA-1520 SCSI HBA w/ DMA, SCSI-II, BIOS and boot enabled via jumpers > Toshiba CDROM (ID=2) and Syquest SyJet (ID=0) removable drive on the AHA-1520 OK > I've been reading the Toshiba CD on the 1520 about a year and it's performed > well, without problems. I added the SyJet last fall and it generally reads, > writes and performs fine under FreeBSD and other OSs. The 1520 BIOS issues a > message on startup. However, I can't seem to get either of the SCSI drives to > boot. For example, my FreeBSD system is on my second IDE drive so it boots as > > 1:wd(0,a) > > However, when I try to boot off 2: or inquire about its e root directory using > > 2:sd(0,a)? > > I get a never ending stream of error messages. Your BIOS needs to support booting from these devices. Normally, the PC BIOS enumerates two boot devices. In your case, it's hitting the first two IDE disks in the system. If your BIOS does enumerate more than two boot devices, you'll need to modify the boot block code to search those devices. The Adaptec must present the removables as bootable devices for that to work; I know that Zip (and Jaz) drives don't show up to my NCR as bootable devices, but my Seagate hard drive does. Instructions on how to modify the bootblocks were reported to be in the mail archives at http://www.freebsd.org/search.html. For fun, you might try 3:sd(0,a)/kernel 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 Sun Jan 18 02:44:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04471 for questions-outgoing; Sun, 18 Jan 1998 02:44:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04181 for ; Sun, 18 Jan 1998 02:38:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06134; Sat, 17 Jan 1998 21:01:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:01:38 -0800 (PST) From: Doug White Reply-To: Doug White To: Tom Dillard cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD-ROM support In-Reply-To: <34BF6C4E.1ED0@spd.dsccc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Tom Dillard wrote: > http://www.freebsd.org/FAQ/FAQ45.html#45 > says that ATAPI compatible IDE CD-ROMs are supported, but then says > "All non-SCSI cards are known to be extremely slow compared to SCSI > drives, and some ATAPI CDROMs may not work." > > How would I find out if mine is supported? I have an NEC IDE CD-ROM > (ATAPI 1.2), at least according to what WinNT tells me. > > I tried booting up freeBSD on my computer last night, but it does not > seem to recognize the CD-ROM drive. Subsequent to the screen where you > remove any device conflicts the screen goes blank and nothing else > happens. Hm. Try not configuring anything. What version of freeBSD are you trying to install and what kind of CPU do you have? If your CDROM is detected, during the wdc probe section you'll get messages from your CD drive, ie it's mfr, model information. 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 Sun Jan 18 02:48:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03468 for questions-outgoing; Sun, 18 Jan 1998 02:30:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03353 for ; Sun, 18 Jan 1998 02:29:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06433; Sat, 17 Jan 1998 22:57:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:57:03 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: NOVELL-SUPPORT In-Reply-To: <8b1_9801171757@swimsuit.swimsuit.roskildebc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 17 Jan 1998, Leif Neland wrote: > Can FreeBSD be a diskserver for a diskless 286 expecting a novell-server? It > boots in dos with a floppy. It depends on how the 286 is expecting to download the boot files -- by TFTP or by Novell server access. 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 Sun Jan 18 05:08:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00539 for questions-outgoing; Sun, 18 Jan 1998 05:08:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph ([165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00444 for ; Sun, 18 Jan 1998 05:08:11 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id PAA26238; Sun, 18 Jan 1998 15:43:30 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Sun, 18 Jan 1998 15:43:30 +0800 (PHT) From: Arthur Alacar To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD with rumba In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > Do you want to just play the CD like a remote control, or actually > hear/see the output on the remote host? #1 is easy, #2 is marginally > possible. i actually mean that of a remote cd... can be able to play audio and video cd in remote... :) HOW?? thanks! .a.r.t. From owner-freebsd-questions Sun Jan 18 05:09:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00612 for questions-outgoing; Sun, 18 Jan 1998 05:09:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph ([165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00544 for ; Sun, 18 Jan 1998 05:08:47 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id PAA26206; Sun, 18 Jan 1998 15:35:28 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Sun, 18 Jan 1998 15:35:28 +0800 (PHT) From: Arthur Alacar To: ernesto@tinored.cu cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD FireWall In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk fwtk of TIS will do! .a.r.t. On Fri, 16 Jan 1998 ernesto@tinored.cu wrote: > Please, can you tell me where can I find a Proxy Server for FreeBSD version 2.1? > > I would appreciate you send me any ftp site where I can download this. > > Many thanks in advance. > > > MAIL FROM: > RCPT TO: > DATA > Received: from tinored by gateway.jcce.org.cu with smtp > (Smail3.1.29.1 #1) id m0xtNza-00009IC; Fri, 16 Jan 98 21:28 CST > Received: by tinored (Smail3.1.28.1 #24) > id m0xtNe7-0002FDC; Fri, 16 Jan 98 21:06 EST > Message-Id: > From: co2bd@jcce.org.cu (Delfin Suares Jimenez. Radioaficionado.) > Subject: > To: w3mail@gmd.de > Date: Fri, 16 Jan 1998 21:06:02 -0500 (EST) > X-Mailer: CARIBE [version 3.0] > Content-Type: text > Content-Length: 710 > > get http://206.63.61.15/forum/locator/current.html > get http://206.63.61.15/forum/locator/postmessage.html > get http://206.63.61.15/forum/locator/forum/ > get http://206.63.61.15/forum/locator/faq.html > get http://206.63.61.15/forum/locator/archives/ > get http://206.63.61.15/forum/locator/messages/9612216415.html > get http://206.63.61.15/forum/locator/messages/9612216418.html > get http://206.63.61.15/forum/locator/messages/9612216416.html > get http://206.63.61.15/forum/locator/messages/9612216408.html > get http://206.63.61.15/forum/locator/messages/9612216385.html > > -- > CO2BD > DELFIN SUAREZ JIMENEZ > Radioaficionado > From owner-freebsd-questions Sun Jan 18 05:15:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01239 for questions-outgoing; Sun, 18 Jan 1998 05:15:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01220 for ; Sun, 18 Jan 1998 05:15:24 -0800 (PST) (envelope-from wweng@attila.stevens-tech.edu) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id VAA05331; Sat, 17 Jan 1998 21:35:23 -0500 (EST) Date: Sat, 17 Jan 1998 21:35:22 -0500 (EST) From: Wei Weng To: jcj@phoenix.net cc: Peter , questions@FreeBSD.ORG Subject: Re: Netscape Browser In-Reply-To: <34C0FD14.14642206@basil.stthom.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk unfortunately, I couldn't do a thing when my system *HANGED* up. It just frozed, and nothing will work except the magic botton. I have suspected some other possible memory leaks, but I closed all them up, and just kept netscape running. And system still crashed. Wei Weng wweng@stevens-tech.edu http://attila.stevens-tech.edu/~wweng -------------------------------------------------------------------------- Darkness beyond twilight, crimson beyond blood that flows ... buried in the flow of time ... in the great name, I pledge myself to darkness, all the fools who stand in our way shall be destroyed ... by the power you and I possess, DRAGON SLAVE! -------------------------------------------------------------------------- main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} --------------------------------------------------------------------------- On Sat, 17 Jan 1998, Jim Joseph wrote: > What!? I leave my machine running for weeks at a time(the only time I > turn it off is to pull off my zip dirve). I don't get this problem. Use > systat to see what is using up your system resources. You may find that > Netscape has not let go of your machine. Use kill -9 on the process ID. > > > Wei Weng wrote: > > > > What i have been using is BSDi Netscape. And once you set it up, it works > > perfectly. It might have some memory leak problem. So, for your own sake, > > you better restart it every 3 or 4 days. I used to hang it around for > > weeks, but my X always ended up with freezing. > > > > Wei Weng wweng@stevens-tech.edu > > http://attila.stevens-tech.edu/~wweng > > -------------------------------------------------------------------------- > > Darkness beyond twilight, crimson beyond blood that flows ... buried in > > the flow of time ... in the great name, I pledge myself to darkness, all > > the fools who stand in our way shall be destroyed ... by the power you and > > I possess, DRAGON SLAVE! > > -------------------------------------------------------------------------- > > main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf > > (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, > > 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} > > --------------------------------------------------------------------------- > > > > On Fri, 16 Jan 1998, Peter wrote: > > > > > HI, > > > Can anyone recommend a good stable version of netscape, with built-in Mail > > > reader if Possible. At the moment Iam using Navigator Vder 3.04 and Iam > > > getting errors Galore, it I do Cut under edit netscape booms out and > > > there's plenty of other errors. > > > > > > peter > > > > > -- > ---------------------------------- > Jim Joseph > Email: jcj@phoenix.net > > Fights between cats and dogs are prohibited by statute in Barber, North > Carolina. > From owner-freebsd-questions Sun Jan 18 05:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01488 for questions-outgoing; Sun, 18 Jan 1998 05:17:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01483 for ; Sun, 18 Jan 1998 05:17:17 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from Brent ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <329035-21196>; Sat, 17 Jan 1998 18:42:41 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Sat, 17 Jan 1998 18:43:54 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Free BDS with the WAVE CC: FreeBSD Questions References: <98Jan16.085432-0500_est.327814-6757+169@mail.on.rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan17.184241-0500_est.329035-21196+372@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk okay here it is. After configuring the card it goes to another screen and says, Adding Route 24.112.44.7....where this number comes from I don't know. Then if I use the Alt-F2 key combination I get this message scrolling down the screen ed0:NIC memory corrupt-invalid packet length 4864 and it scrolls on forever or at least until I use ALT-F1 and then CTRL-C which exits the installation program. Prehaps I might be better off downloading the whole kit and kabotle using windows 95. Kinda slow and messy doing it that way I think because even using my ftp program it won't copy the entire directory over. At least it didn't last time I tried. From owner-freebsd-questions Sun Jan 18 05:19:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03445 for questions-outgoing; Sun, 18 Jan 1998 02:30:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03332 for ; Sun, 18 Jan 1998 02:29:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06419; Sat, 17 Jan 1998 22:52:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:52:06 -0800 (PST) From: Doug White Reply-To: Doug White To: Julie J Wong cc: freebsd-questions@FreeBSD.ORG Subject: Re: support for AGP video cards In-Reply-To: <199801171054.CAA28292@tree0.Stanford.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Julie J Wong wrote: > Does freebsd currently support AGP video cards > or has any plans to support it? Thanks in > advance for your help. You'll have to ask XFree86. 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 Sun Jan 18 05:19:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03468 for questions-outgoing; Sun, 18 Jan 1998 02:30:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03353 for ; Sun, 18 Jan 1998 02:29:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06433; Sat, 17 Jan 1998 22:57:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:57:03 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: NOVELL-SUPPORT In-Reply-To: <8b1_9801171757@swimsuit.swimsuit.roskildebc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 17 Jan 1998, Leif Neland wrote: > Can FreeBSD be a diskserver for a diskless 286 expecting a novell-server? It > boots in dos with a floppy. It depends on how the 286 is expecting to download the boot files -- by TFTP or by Novell server access. 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 Sun Jan 18 05:19:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04599 for questions-outgoing; Sun, 18 Jan 1998 02:46:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04352 for ; Sun, 18 Jan 1998 02:41:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA06100; Sat, 17 Jan 1998 20:49:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 20:49:21 -0800 (PST) From: Doug White Reply-To: Doug White To: Samurai cc: freebsd-questions@FreeBSD.ORG Subject: Re: ? adaptec 2920 cards In-Reply-To: <34BE229A.FAA33484@flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Samurai wrote: > hi > is there support for the adaptec 2920 cardor will > there be.any help appericated. Can you find out which controller chip this is based on? The 2920 might be fairly new and may not be supported in the -RELEASE but should be in -CURRENT. 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 Sun Jan 18 05:20:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03714 for questions-outgoing; Sun, 18 Jan 1998 02:33:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03562 for ; Sun, 18 Jan 1998 02:30:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06266; Sat, 17 Jan 1998 21:49:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:49:59 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: FreeBSD 2.2.5 on a 486 ISA System In-Reply-To: <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. Now type add 0 0 HISADDR Now try your ftp. 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 Sun Jan 18 05:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03968 for questions-outgoing; Sun, 18 Jan 1998 02:36:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03763 for ; Sun, 18 Jan 1998 02:33:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06192; Sat, 17 Jan 1998 21:10:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:10:12 -0800 (PST) From: Doug White Reply-To: Doug White To: Raul Tamayo Fernandez cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! In-Reply-To: <34BF91B1.EC9027F9@cicese.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Raul Tamayo Fernandez wrote: > Hi! > > I have three Ethernet subnetworks and I want to connect them to the > backbone. I would like to have a PC running FreeBSD as a router for the > three subnetworks, so I need to install four network cards in the PC. > Can I do this? Can a PC with FreeBSD manage the three subnetworks? Sure. Routing might get sticky but otherwise it should work OK as a router. 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 Sun Jan 18 05:20:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03674 for questions-outgoing; Sun, 18 Jan 1998 02:32:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03255 for ; Sun, 18 Jan 1998 02:28:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06491; Sat, 17 Jan 1998 23:23:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:23:50 -0800 (PST) From: Doug White Reply-To: Doug White To: "Sergey V. Saley" cc: questions@FreeBSD.ORG Subject: Re: Problem with login.conf In-Reply-To: <199801161224.OAA01035@service.megastyle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 16 Jan 1999, Sergey V. Saley wrote: > Hi! > > I've got a problem with defining sessionlimit permission in login.conf > I don't want to log in dialin users more then 1 tty in the same time. > (You can see class ISPUSER in attached file) > But it not work ... > (I've tried sessionlimit=1, sessionlimit#1 - result is the same) > May be I've got some mistakes ... Did you rebuild the database? 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 Sun Jan 18 05:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02126 for questions-outgoing; Sun, 18 Jan 1998 05:23:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01935 for ; Sun, 18 Jan 1998 05:21:24 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA16677; Sat, 17 Jan 1998 16:04:32 -0800 (PST) Message-Id: <199801180004.QAA16677@implode.root.com> To: "Aaron D. Gifford" cc: questions@FreeBSD.ORG Subject: Re: NE2000 clone ISA card In-reply-to: Your message of "Wed, 14 Jan 1998 10:28:05 MST." <3.0.3.32.19980114102805.03c07a10@infowest.com> From: David Greenman Reply-To: dg@root.com Date: Sat, 17 Jan 1998 16:04:32 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >I was wondering if anyone has seen something similar to what I encountered. > >Not terribly long ago I installed FreeBSD 2.2.2-RELEASE on an old 486 >DX2/66 16MB RAM VESA/ISA PC with a small 400 MB HD belonging to a local >high school. Everything seemed to work normally, so I took the box back to >the school to try it on their ethernet. On boot, the machine correctly >detects the NE2000 clone card as device ed1 (never ed0 - weird), printing >the hardware ethernet address. The lights on the card show that it is >plugged into the hub and happy, and I can even see the traffic light >blinking. Then the weirdness comes along. I see a "ed1: device timeout" >message as the boot begins starting network services. Sounds like the interrupt isn't configured correctly for it in the kernel. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sun Jan 18 05:23:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02122 for questions-outgoing; Sun, 18 Jan 1998 05:23:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01923 for ; Sun, 18 Jan 1998 05:21:19 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA16750; Sat, 17 Jan 1998 16:07:40 -0800 (PST) Message-Id: <199801180007.QAA16750@implode.root.com> To: Brian McGovern cc: questions@FreeBSD.ORG Subject: Re: Mapping in ISA memory to kernel space... In-reply-to: Your message of "Thu, 15 Jan 1998 11:22:49 EST." <199801151622.LAA24522@bmcgover-pc.cisco.com> From: David Greenman Reply-To: dg@root.com Date: Sat, 17 Jan 1998 16:07:40 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >Is there anything special that needs to get done to a id_maddr field >of a struct isa_device before you can use that as a pointer reference? I've >only worked with PCI cards so far, via pci_map_mem, and I know that >returns both physical and virtual addresses (and I always used the >virtual). > >I'll now be working with an ISA card for the first time, and don't want >to struggle through it. No, it should work fine. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sun Jan 18 05:23:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03994 for questions-outgoing; Sun, 18 Jan 1998 02:37:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03815 for ; Sun, 18 Jan 1998 02:33:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06204; Sat, 17 Jan 1998 21:14:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:14:47 -0800 (PST) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: questions@FreeBSD.ORG Subject: Re: UDMA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Shawn Ramsey wrote: > > > > > Does onboard UDMA work with FreeBSD? (onboard FIC PA2007). > > > > In 3.0-CURRENT, yes. > > Is there a stable SNAPSHOT you would recommend for use with UDMA? How > stable is the driver, is it going to be merged into -STABLE anytime soon? The driver is a major change and will never see action in 2.2.x. If you want 3.0-SNAPs see ftp://current.freebsd.org/pub/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 Sun Jan 18 05:23:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04268 for questions-outgoing; Sun, 18 Jan 1998 02:41:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03848 for ; Sun, 18 Jan 1998 02:34:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06196; Sat, 17 Jan 1998 21:12:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:12:04 -0800 (PST) From: Doug White Reply-To: Doug White To: Chris Gong cc: freebsd-questions@FreeBSD.ORG Subject: Re: Novell NE2000 plus-3 In-Reply-To: <34BF9EE1.1F28@ctron.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Chris Gong wrote: > Hi, > > I'm running FreeBSD v2.2.2, and I am unable to get the Novell NE2000 > plus-3 ethernet > interface card to work. It gives /kernel: ed0 device timeout. These's no > IRQ conflict. > I've checked the manual, and FreeBSD does support Novell NE2000 ethernet > interface > card, but does it support the Novell NE2000 plus-3 card? FYI, the NE2000+ cards are NOT compatible with the NE2000 cards. x 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 Sun Jan 18 05:28:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04589 for questions-outgoing; Sun, 18 Jan 1998 02:46:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04427 for ; Sun, 18 Jan 1998 02:42:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA06114; Sat, 17 Jan 1998 20:55:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 20:55:01 -0800 (PST) From: Doug White Reply-To: Doug White To: Jim cc: freebsd-questions@FreeBSD.ORG Subject: Re: inetd - radius problem// In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Jim wrote: > In my messages file, every 10 minutes, I am getting the following set > of messages. Can anyone enlighten me on this? > > Jan 16 08:22:36 gate1 inetd[100]: radius/udp: bind: Address already in > use > Jan 16 08:22:36 gate1 inetd[100]: radius/udp: bind: Address > already in use You are probably running radius wrong. Is it supposed to be standalone or run from inetd? My guess is it's not supposed to run from inetd. 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 Sun Jan 18 05:28:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04271 for questions-outgoing; Sun, 18 Jan 1998 02:41:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03915 for ; Sun, 18 Jan 1998 02:35:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA06123; Sat, 17 Jan 1998 20:57:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 20:57:46 -0800 (PST) From: Doug White Reply-To: Doug White To: "Victor M. Grinenko" cc: freebsd-questions@FreeBSD.ORG Subject: Re: about bootpd In-Reply-To: <199801161409.QAA07693@marion.iop.kiev.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Victor M. Grinenko wrote: > Can I configure Win95/NT or Win3.11 computers using bootpd? > I configured my FreeBSD and make changes in my inetd.conf. > I see that bootpd recognaize request, determinate IP and answer (use > tcpdump), > but Win mashine report that DHCP server don't answer. I don't think Win95's DHCP client recognizes BOOTP responses. Simply upgrade your server to use a DHCP server; two free ones are available from ports. 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 Sun Jan 18 05:28:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03599 for questions-outgoing; Sun, 18 Jan 1998 02:31:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03393 for ; Sun, 18 Jan 1998 02:29:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06310; Sat, 17 Jan 1998 22:15:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:15:11 -0800 (PST) From: Doug White Reply-To: Doug White To: Nicole Harrington cc: questions@FreeBSD.ORG Subject: Re: weird login problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Nicole Harrington wrote: > > > Hi All > I have a very odd problem that I hope someone can shed some light on. I have > a brand new install of 2.2.5 that still seems to display the "login_getclass: > unknown class '0'" error. I have /etc/login.conf and /etc/login/access with > rw r r permissions. I have even tried making the DB version as suggested in > login.conf to no avail. Check your password database and make sure no one has a login class of 0. 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 Sun Jan 18 05:29:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03335 for questions-outgoing; Sun, 18 Jan 1998 02:29:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03272 for ; Sun, 18 Jan 1998 02:28:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06451; Sat, 17 Jan 1998 23:13:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:13:02 -0800 (PST) From: Doug White Reply-To: Doug White To: John Frader cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog.conf problem.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, John Frader wrote: > Hello, > > I have the following in my syslog.conf file. The problem is that the > daemon info is being logged to maillog. I don't know what is going wrong. > Is it because of the way I have it set up or maybe something else? Anyway > I can check? > > mail.* /var/log/maillog > daemon.info /var/log/daemon.log Did you use tabs to delimit the fields? syslogd is very particular about using tabs. 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 Sun Jan 18 05:29:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04256 for questions-outgoing; Sun, 18 Jan 1998 02:40:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03980 for ; Sun, 18 Jan 1998 02:36:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06138; Sat, 17 Jan 1998 21:02:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:02:36 -0800 (PST) From: Doug White Reply-To: Doug White To: "Jon E. Kump" cc: freebsd-questions@FreeBSD.ORG Subject: Re: code for Pentium II In-Reply-To: <34BF777A.6DDDF99B@stlnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Jon E. Kump wrote: > We have FreeBSD 2.2.5-STABLE running on a Pentium II 300Mhz. processor. > My question is > when is the identcpu.c code going to be updated to reflect that I have > the Pentium II. Right now > it says that it is a Pentium Pro. see below Someone just needs to submit the patches to teach identcpu how to tell the difference... for alli ntents and purposes though the PII and the PPro are very, very similar. FreeBSD doesn't use MMX and the additional L1 cache are basically invisible to the OS. 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 Sun Jan 18 05:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04254 for questions-outgoing; Sun, 18 Jan 1998 02:40:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04029 for ; Sun, 18 Jan 1998 02:36:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06211; Sat, 17 Jan 1998 21:18:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:18:08 -0800 (PST) From: Doug White Reply-To: Doug White To: Fernando Schapachnik cc: questions@FreeBSD.ORG Subject: Re: Problem adding a hard disk In-Reply-To: <199801162000.XAA16974@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Fernando Schapachnik wrote: > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) OK, I was verifying that nothing had changed here. Since you're running 2.1.7.1 and I wrote my docs for 2.2, I can't guarantee that those commands would actually work in that enviornment. My suggestion would be to upgrade to 2.2.5 and then re-try formatting your disk. > Jan 5 09:28:39 ns3 /kernel: FreeBSD 2.1.7.1-RELEASE #0: Thu Nov 6 09:42:50 ARST 1997 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 Sun Jan 18 05:31:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03340 for questions-outgoing; Sun, 18 Jan 1998 02:29:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03282 for ; Sun, 18 Jan 1998 02:29:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06487; Sat, 17 Jan 1998 23:22:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:22:41 -0800 (PST) From: Doug White Reply-To: Doug White To: Dash cc: questions@FreeBSD.ORG Subject: Re: Mouse (connected to serial port) is unusable (can't control) under X In-Reply-To: <0EMY00FGQ5X6NP@PM01SM.PMM.MCI.NET> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Dash wrote: > I recently installed FreeBSD in my PC. When I start X (I am running > XF86), the window manager comes up, couple of windows show up (I could > even change resolution with <+|->), but the pointer won't move > smoothly (there is hardly any movement at all). I abort X using > , and see the following messages on console. What message? Verify that: 1. The mouse port is found, i.e. sio0 is found during the boot probe. (run `dmesg | more' and look for sio0) 2. Check /etc/XF86Config that the mouse type and device in the "Pointer" section is accurate. 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 Sun Jan 18 05:31:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04294 for questions-outgoing; Sun, 18 Jan 1998 02:41:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04103 for ; Sun, 18 Jan 1998 02:37:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06185; Sat, 17 Jan 1998 21:08:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:08:08 -0800 (PST) From: Doug White Reply-To: Doug White To: Greg Miller cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about AT-1700 ethernet card In-Reply-To: <199801161620.LAA00522@postoffice.Reston.mci.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Greg Miller wrote: > I have a question about FreeBSD support for the Allied Telesyn AT-1700 > ethernet card. I see that this card is on the list of supported NICs at > http://www.freebsd.org/handbook/handbook10.html#10. My question is which > interface I should select in the FreeBSD installation menu (and when building > a kernel). I don't see one that looks like a match. I do have the utility > program to change the I/O configuration (irq, etc.) of the card if that is > necessary. What type of card is this? (isa, pci?) I'd suggest trying the ed device driver first; it's pretty generic. 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 Sun Jan 18 05:32:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03783 for questions-outgoing; Sun, 18 Jan 1998 02:34:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03586 for ; Sun, 18 Jan 1998 02:31:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06262; Sat, 17 Jan 1998 21:49:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:49:02 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Printer Port LPT2 In-Reply-To: <01BD22B2.07BEA6A0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > As a new user of UNIX and FreeBSD I am still probing my way > thru the fundamentals. > > When my system boots FreeBSD 2.2.5, the following is > displayed in the hardware setups: > > lpt0 at 0x378-0x37f irq 7 on isa > lpt0: Interrupt driven port > lpt1 at 0x378-0x37f on isa > lpt1: not probed due to I/O address conflict with lpt0 at 0x378 > > I assume that lpt0 is in actuality lpt1 and lpt1 is actually lpt2: Yes, the system ports are 0-based versus 1-based for DOS. > > And this conflict/error is harmless. Correct? Yes, but you can disable lpt1 if you type `-c' at the boot: prompt. that will at least quiet the message. 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 Sun Jan 18 05:32:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03638 for questions-outgoing; Sun, 18 Jan 1998 02:32:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03422 for ; Sun, 18 Jan 1998 02:30:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06303; Sat, 17 Jan 1998 22:12:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:12:53 -0800 (PST) From: Doug White Reply-To: Doug White To: chas cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIC woes : server visible on our network only. In-Reply-To: <3.0.32.19980117110938.009379b0@peace.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, chas wrote: > We have been having woes > > - When our machine boots/restarts, the messages appear on the screen > and all seems to be going well in the boot process until > it gets to the NIC config. > ep0 : ...... ether > Once this appears on the screen, the process seems to halt. > I then have to press CTRL + C to get it to finish booting. > (the next line says something about clearing /tmp) It's sticking on a nameserver lookup. 1. Modify /etc/rc.conf to not use any hostnames on the ifconfig_xxx lines. 2. Make sure /etc/resolv.conf's `nameserver' items point to your nameservers for your network. 3. Make sure your network connections are plugged in and operating propelry. 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 Sun Jan 18 05:32:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03676 for questions-outgoing; Sun, 18 Jan 1998 02:32:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03471 for ; Sun, 18 Jan 1998 02:30:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06327; Sat, 17 Jan 1998 22:19:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:19:25 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joe \"Marcus\" Clarke" cc: FreeBSD User Questions List Subject: Re: UPS monitor software In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Joe "Marcus" Clarke wrote: > I know I've seen this mentioned on the list, but silly me, I didn't take > note of it earlier. Is there any APC UPS (or generic UPS) monitoring > software available for FreeBSD? I just got a APC BackUPS Pro 280, and > I'd like to hook it in to FreeBSD. I saw apcupsd on the net, but I > couldn't get it to compile. It wanted linux, and the errors turned me > off to trying to port the code. Any input would be much appreciated. The BackUPS only responds to `dumb' monitoring. YOu'll have to look around for a dumb monitoring upsd (until I learn line discipline and get wildwind-upsd to react to dumb mode). The linux apcupsd should concievably work. 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 Sun Jan 18 05:32:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03675 for questions-outgoing; Sun, 18 Jan 1998 02:32:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03504 for ; Sun, 18 Jan 1998 02:30:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06292; Sat, 17 Jan 1998 22:08:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:08:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Programs In-Reply-To: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: > I have completed the FreeBSD 2.2.5 install from the FTP site > over the Internet. Lets just say that my current financial status > forces me to do this without the CD for now! > > I selected the ports during installation and think I have what I > need to get some of the programs running. Anyway I have a > /usr/ports/ directory which is full of stuff. In particular I would > like to get the sunclock program running. Do I have to get > X-Windows running first. And If so, how do I do that. 1. Fetch ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/XF86331/RELNOTES 2. Read Section 5 and figure out what parts you need. 3. Download them. 4. Extract them in /usr/X11R6. 5. Run XF86Config. 6. Run startx. 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 Sun Jan 18 05:32:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04441 for questions-outgoing; Sun, 18 Jan 1998 02:44:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04150 for ; Sun, 18 Jan 1998 02:38:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06215; Sat, 17 Jan 1998 21:19:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:19:42 -0800 (PST) From: Doug White Reply-To: Doug White To: Neal Rigney cc: freebsd-questions@FreeBSD.ORG Subject: Re: double kernel faults In-Reply-To: <026901bd22bd$84ded000$2e00e5cd@dilbert.pernet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Neal Rigney wrote: > > I've got a news machine that continually page faults(I'm tracking the > problem down right now), but here's the interesting question: > > When it page faults, it ALWAYS(with this error) faults a second time. In > other words, I get "page fault while in kernel mode" etc(the REAL error I > want to look at) immediately followed by another fault that of course > scrolls all the information from the first fault off the screen. > > So, should I _really_ worry about the second fault, or chaulk it up to the > first fault making the system go nuts? I'd be more interested in what the second fault is so we can resolve that so we can actually *see* the details on the first fault ;-) Does the `scroll lock-up arrow' scrollback work during a panic? I forgot. 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 Sun Jan 18 05:32:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03760 for questions-outgoing; Sun, 18 Jan 1998 02:33:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03606 for ; Sun, 18 Jan 1998 02:31:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06237; Sat, 17 Jan 1998 21:31:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:31:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Andrew Stevens wrote: > -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- > > Brian and Doug: > > Thanks very much for your replies. I tried disabling lqr and installing > the new version of ppp, and have now run into a different problem. I > believe that this was the problem all along, as some of the other minor > abnormalities I was seeing seem to confirm a device problem. Here it is: > > I load ppp, and type term to enter terminal mode. The following messages > come up on the screen: > > ppp[177]: tun0: Error: OpenModem failed: /dev/cuaa1: Device not configured > Failed to open modem. > > Doing a MAKEDEV didn't clear things up, either. Well, that's a problem, the system can't find COM2. Check dmesg and see what sio1 is reporting. Or do you need to use COM1 (sio0/cuaa0)? 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 Sun Jan 18 05:33:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04471 for questions-outgoing; Sun, 18 Jan 1998 02:44:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04181 for ; Sun, 18 Jan 1998 02:38:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06134; Sat, 17 Jan 1998 21:01:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:01:38 -0800 (PST) From: Doug White Reply-To: Doug White To: Tom Dillard cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD-ROM support In-Reply-To: <34BF6C4E.1ED0@spd.dsccc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Tom Dillard wrote: > http://www.freebsd.org/FAQ/FAQ45.html#45 > says that ATAPI compatible IDE CD-ROMs are supported, but then says > "All non-SCSI cards are known to be extremely slow compared to SCSI > drives, and some ATAPI CDROMs may not work." > > How would I find out if mine is supported? I have an NEC IDE CD-ROM > (ATAPI 1.2), at least according to what WinNT tells me. > > I tried booting up freeBSD on my computer last night, but it does not > seem to recognize the CD-ROM drive. Subsequent to the screen where you > remove any device conflicts the screen goes blank and nothing else > happens. Hm. Try not configuring anything. What version of freeBSD are you trying to install and what kind of CPU do you have? If your CDROM is detected, during the wdc probe section you'll get messages from your CD drive, ie it's mfr, model information. 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 Sun Jan 18 05:33:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03495 for questions-outgoing; Sun, 18 Jan 1998 02:30:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03365 for ; Sun, 18 Jan 1998 02:29:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06409; Sat, 17 Jan 1998 22:44:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:44:50 -0800 (PST) From: Doug White Reply-To: Doug White To: "Kevin M. Young" cc: questions@FreeBSD.ORG Subject: Re: Help with Getting X Windows Loaded? In-Reply-To: <3.0.1.32.19980117033357.0090be20@mail.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Kevin M. Young wrote: > I recently purchased FreeBSD 2.2.5 on CDROM. I installed the sytem today > on my personal computer which I use for school. Along with FreeBSD, I have > two other operating systems, Win 95 and Win NT. Win 95 is on the same > physical hardrive as FreeBSD (the c: drive). I have zero problems with the > boot manager and loading any of the operating systems. I am able to get to > FreeBSD just fine. Here is what I need help with now. > > I can't get into X Windows. I would like to configure FreeBSD to > automatically bring up the XWindows log on. I have tried for hours tonight > to get it configured to do this, but with no avail. I would appreciate > your assistance on how to configure FREEBSD to do this. Thank you. I start xdm in /etc/rc.local. You can also start it in /etc/ttys with the -nodaemon flag. 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 Sun Jan 18 05:33:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04745 for questions-outgoing; Sun, 18 Jan 1998 02:48:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04474 for ; Sun, 18 Jan 1998 02:44:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA06107; Sat, 17 Jan 1998 20:54:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 20:54:14 -0800 (PST) From: Doug White Reply-To: Doug White To: Valgar Allslayer cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mounting drive In-Reply-To: <000e01bd2249$2f68db80$331011c0@quasimodo.isdn.uiuc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Valgar Allslayer wrote: > I'm attempting to mount a second IDE drive on my Freebsd box... > Here are the numbers.. > The original drive is a 5.1 gig Maxtor > the drive I am trying to mount is a 1.7 gif fujitsu. > I'm using version 2.2.2-Release of Freebsd. > > When I use sysinstall to partition etc, the partitioning goes well, but once > I go to the label part of it, it returns > "error mounting /dev/wd2s1e on /cdrom : invalid argument" > (I'm mounting it on /cdrom just as a test, I have also tried /drive2 with > the same results) > When I try mounting it manually from shell I get "Invalid superblock" > When I attempt to newfs it I get x partition not available (where x is any > partition I throw at it) Can you please be *very specific* as to what you're doing? I don't understand where the error message comes from. Also see http://www.freebsd.org/tutorials/diskformat/. 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 Sun Jan 18 05:33:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03423 for questions-outgoing; Sun, 18 Jan 1998 02:30:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03300 for ; Sun, 18 Jan 1998 02:29:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06471; Sat, 17 Jan 1998 23:18:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:18:10 -0800 (PST) From: Doug White Reply-To: Doug White To: pizzaman@mail.on.rogers.wave.ca cc: FreeBSD Questions Subject: Re: installing Free BDS with the WAVE In-Reply-To: <98Jan17.184241-0500_est.329035-21196+372@mail.on.rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998 pizzaman@mail.on.rogers.wave.ca wrote: > okay here it is. After configuring the card it goes to another > screen and says, Adding Route 24.112.44.7....where this number comes > from I don't know. That's probably your local address: gdi,ttyp2,/usr/local/etc,37>host 24.112.44.7 Name: pc-32209.on.rogers.wave.ca Address: 24.112.44.7 Aliases: > Then if I use the Alt-F2 key combination I get this message > scrolling down the screen > > ed0:NIC memory corrupt-invalid packet length 4864 Check that: 1. The resources that the ethernet card is using is unique. 2. The cabling is plugged in properly and is in good shape. If you have a spare ethernet cable you might try replacing it. > Prehaps I might be better off downloading the whole kit and kabotle > using windows 95. Kinda slow and messy doing it that way I think > because even using my ftp program it won't copy the entire directory > over. At least it didn't last time I tried. It depends on the ftp program in question. 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 Sun Jan 18 05:33:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03708 for questions-outgoing; Sun, 18 Jan 1998 02:33:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03550 for ; Sun, 18 Jan 1998 02:30:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06299; Sat, 17 Jan 1998 22:11:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:11:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Gert Nielsen cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: NEC 222 & FreeBSD 2.2.1-RELEASE In-Reply-To: <01BD22F8.18167280@hookturn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Gert Nielsen wrote: > I'm a new comer to the world af FreeBSD, and I'm stil not to confident > when I'm to install a FreeBSD. BTW, 2.2.1 is old; I'd suggest finding a copy of 2.2.5 to install. > But until a few hours ago I have never had any real trouble installing > FreeBSD, but when I began to install FreeBSD on the actual server it is > to run on, there was a problem i can't figure out. > > I'm using a NEC 222 (scsi id 5, 4x speed) 3.0i, ASUS P/I-P55T2P4, Intel > 150MHz CPU, Adaptec 1542CF, Seagate Medalist 1080MB (scsi id 0), Quantum > Grand prix 4GB (scsi id1), Matrox Mill. 2MB, 3CCOM 590 NIC, Soundblaster > 16 PNP, 32 MB RAM (EDO) and FreeBSD 2.2.1-RELEASE Equipment checks out, the SB 16 might take some massaging but otherwise a pretty standard installation. > After FreeBSD has waited for "scsi bus reseting" it detects the Seagate, > then the Quantum, then it detects the cdrom drive. The 2 linies look > like this: > > (aha0:5:): "NEC CD-ROM DRIVE:222 3.0i" type 5 removeble SCSI 2 > cd0(aha0:5:0:): CD-ROM Can't get the size Put the CDROM in the drive, *then* boot. 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 Sun Jan 18 05:33:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03555 for questions-outgoing; Sun, 18 Jan 1998 02:31:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03379 for ; Sun, 18 Jan 1998 02:29:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06429; Sat, 17 Jan 1998 22:56:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 22:56:33 -0800 (PST) From: Doug White Reply-To: Doug White To: Greg Pavelcak cc: freebsd-questions@FreeBSD.ORG Subject: Re: ccd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Greg Pavelcak wrote: > I'm running short on hard disk space, and I'm thinking about getting a > new drive to add to my setup. That leads me to a few ccd questions. I > hope this isn't a repost. I've been getting my lists now for over two > days and haven't seen it show up. > > 1. Any advice on what to read on ccd. I read man ccd, man ccdconfig, > and the diskformat tutorial. They seem to be more for the person who > understands what ccd is but doesn't know how to make it happen on > FreeBSD. So ... > > 2. Can you ccd IDE devices, or is it a SCSI thing? You can CCD any disk, as long as they are identical. > 3. Can you do ccdconfig at any time. That is, it seems like something > one would want to do early on, perhaps at the beginning of the > installation process, and then make file systems on ccd. You have to do it at filesystem create time, since you make the pseudodevice with ccdconfig then newfs it. > I'll hit the mailing list archives when the search facility comes back > up, but I thought no one would mind if I sought up to date advice > while I'm waiting. http://stampede.cs.berkeley.edu/ccd/README-s.html may help, although it is very old. 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 Sun Jan 18 05:33:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03210 for questions-outgoing; Sun, 18 Jan 1998 05:33:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03188 for ; Sun, 18 Jan 1998 05:33:36 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id UAA29774; Sat, 17 Jan 1998 20:20:17 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 20:20:17 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: John Frader cc: Mike Poore , freebsd-questions@FreeBSD.ORG Subject: Re: minicom In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Which means you need to use ppp to connect to your ISP with PPP through dial-up. See www.freebsd.org documentation for more info or just "man ppp" -- Yan On Sat, 17 Jan 1998, John Frader wrote: >Mike, > >It sounds like it might have automatically started a ppp session. > >On Sat, 17 Jan 1998, Mike Poore wrote: > >> i was wondering how i can connect to my isp through minicom >> i typed atdt and my isp # and i logged in then i got these funny >> characters and it disconnected me. it said 'NO CARRIER' how can i log >> in and connect without being disconnected? >> >> thanks >> Mike >> >> > > From owner-freebsd-questions Sun Jan 18 05:33:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04459 for questions-outgoing; Sun, 18 Jan 1998 02:44:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04228 for ; Sun, 18 Jan 1998 02:39:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06225; Sat, 17 Jan 1998 21:25:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:25:13 -0800 (PST) From: Doug White Reply-To: Doug White To: Kwoody cc: freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Kwoody wrote: > > > On Fri, 16 Jan 1998, Kwoody wrote: > > > it will be attaced to this FBSD machine, but I forgot that I'll have to > > change my cabling. I use coax now, so I'll have to switch to UTP and get > > a hub. Hmmm, this may get a tad expensive. > > > Though as an addition to this last post, as I just grabbed some coax when > I converted all my stuff to ethernet from arcnet (pre FBSD days) since > thats what arcnet uses and bsd just automatically went to the BNC part of > my kingston combo card. If/when I do switch to UTP wire how do I tell BSD > to use the rj45 jack isntead of the bnc? Or does bsd detect what is being > used? Coax/bnc or utp/rj45? FreeBSD will either use the media type specified in the program's setup, the card's automatic determination, or appopriate ifconfig link / media flags used. In other words: don't worry about it :) If your cards all have UTP ports and you can send directly to your ISP through the DSL link, then do you really need the router? Just buy a cheap hub ($100 or so), plug the pairgain into the incoming port and the other machines into the other ports. OR: Since this is a router (after all), you can buy an Ethernet card to plug the PairGain into; that can have a UTP port. Then route onto your BNC network. Very large UTP <-> BNC converter :) 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 Sun Jan 18 05:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03913 for questions-outgoing; Sun, 18 Jan 1998 02:35:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03640 for ; Sun, 18 Jan 1998 02:31:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06230; Sat, 17 Jan 1998 21:29:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:29:43 -0800 (PST) From: Doug White Reply-To: Doug White To: "Brady K. Adams" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trying to install xfree86 In-Reply-To: <199801162057.MAA26867@mailsun2.us.oracle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 16 Jan 1998, Brady K. Adams wrote: > After having sucessfully installed FreeBSD via floppy, I am now trying to > install the XFree86 X-Windows software (and other contributed software for > that matter). The files for the software does not seem to be arranged in > the > same format as the FreeBSD software such as "bin" (bin.inf, bin.aa, bin.ab, > etc.). Also, since I do not have a CD-ROM available, I cannot install > directly from the CD. That's true, the original files for the ports, etc. are not split. If you have net access you could just fetch them using an Ethernet card and a connection to some file server (not nec. ftp.freebsd.org.) > I have considered trying to copy the files onto a Zip disk (I have another > computer available with a CD-ROM) and then mount the Zip Drive & do the > installation via the Zip through the parallel port. I have not, however, > able > to mount the device. I do not know the directory to mount via the parallel > port device (eg. /dev/sd0a). > > Two questions: > -------------- > Do I need a (special) driver to do use the Zip Drive? Yes. You need to get the `ppbus' driver which can be found at: http://www.prism.uvsq.fr/~son/PPBUS/ppbus.html This will mount your zip drive as device zpo. > What is the syntax for the "mount" command (mount /dev/device > /directory/to/mount)? For MSDOS disks: mount -t msdos /dev/vpo0c /mnt Or something like that. 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 Sun Jan 18 05:33:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04486 for questions-outgoing; Sun, 18 Jan 1998 02:45:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04306 for ; Sun, 18 Jan 1998 02:40:55 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06130; Sat, 17 Jan 1998 21:00:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:00:15 -0800 (PST) From: Doug White Reply-To: Doug White To: Owen Newnan cc: questions@FreeBSD.ORG Subject: Re: Can't get drives to boot on Adaptec AHA-1520 In-Reply-To: <8725658E.004E5A5A.00@notes.mnet.uswest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Owen Newnan wrote: > Dell Dimension P120c > Two IDE drives on primary IDE controller > no drives on secondary and tertiary IDE controllers > Adaptec AHA-1520 SCSI HBA w/ DMA, SCSI-II, BIOS and boot enabled via jumpers > Toshiba CDROM (ID=2) and Syquest SyJet (ID=0) removable drive on the AHA-1520 OK > I've been reading the Toshiba CD on the 1520 about a year and it's performed > well, without problems. I added the SyJet last fall and it generally reads, > writes and performs fine under FreeBSD and other OSs. The 1520 BIOS issues a > message on startup. However, I can't seem to get either of the SCSI drives to > boot. For example, my FreeBSD system is on my second IDE drive so it boots as > > 1:wd(0,a) > > However, when I try to boot off 2: or inquire about its e root directory using > > 2:sd(0,a)? > > I get a never ending stream of error messages. Your BIOS needs to support booting from these devices. Normally, the PC BIOS enumerates two boot devices. In your case, it's hitting the first two IDE disks in the system. If your BIOS does enumerate more than two boot devices, you'll need to modify the boot block code to search those devices. The Adaptec must present the removables as bootable devices for that to work; I know that Zip (and Jaz) drives don't show up to my NCR as bootable devices, but my Seagate hard drive does. Instructions on how to modify the bootblocks were reported to be in the mail archives at http://www.freebsd.org/search.html. For fun, you might try 3:sd(0,a)/kernel 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 Sun Jan 18 05:33:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03938 for questions-outgoing; Sun, 18 Jan 1998 02:36:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03684 for ; Sun, 18 Jan 1998 02:32:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA06254; Sat, 17 Jan 1998 21:45:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 21:45:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Chris Sagar cc: freebsd-questions@FreeBSD.ORG Subject: Re: Download problems In-Reply-To: <34BFEFBB.E6C06284@iterated.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Chris Sagar wrote: > Not to be a whiner, but . . . > > Downloading from ftp.freebsd.org runs at a blistering 0.7 to 1.0 Kbytes > per second. > I have dual T-1 access, so I am pretty sure it is not on my side of the > Internet. It depends on what time of day you were trying to download. You have about as good connectivity to walnut creek as we have at the UO and ftp.freebsd.org (ftp.cdrom.com) can be slow sometimes. > Downloading from ftp5.freebsd.org does not support all files needed for > a Kern. developer distribution. > > Downloading from ftp6 yields unresolved name The mirrors, for whatever reason, are often behind. I wish that wasn't the case but such is modern technology. :( > Finally got decent download and kernal dev. support from ftp2, however > the download aborted with page fault errors. Now to start all over > again. That's not good. I'd suggest checking your SIMMs if it happens frequently. > I generally feel that if people are going to run ftp sites, they should > carry all the distribution files and have decent bandwidth to support > the downloads. Please realize that FreeBSD is a purely volunteer effort. People have to offer their machines to make files available, and often this isn't on the greatest of hardware or the greatest of links. We make do with what we have. If you are looking for speed, I **HIGHLY** suggest purchasing the FreeBSD CDROM from Walnut Creek (www.cdrom.com). The CDs are reasonably priced, can be shipped a variety of ways (including overnight I bet) and the money goes towards supporting FreeBSD. In addition, WC offers CD subscriptions; they'll send you the latest release when it becomes available and automatically charge your credit card at discount price. I doubt that any FTP site in the world can beat a local CD. :) However, if you'd like to arrange an alternative solution, please send me private email. > If you guys who read this are running one of the ftp sites, how about > just doing a little clean up and help us poor folks who get in a jam and > need to download and install the software under project and managerial > time constraints. I would agree that our ftp mirrors could use a little whipping to at least ensure their sites are up to date with releases. > feel free to flame I sure hope you had your asbestos suit on, 'cause here come Spaceballs: The Flame Thrower! ;-) 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 Sun Jan 18 05:33:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03426 for questions-outgoing; Sun, 18 Jan 1998 02:30:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03317 for ; Sun, 18 Jan 1998 02:29:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA06447; Sat, 17 Jan 1998 23:11:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 17 Jan 1998 23:11:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Support In-Reply-To: <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1293066108-885107518=:6065" Sender: owner-freebsd-questions@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-1293066108-885107518=:6065 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 17 Jan 1998, Frank Griffith wrote: > I am a new user with FreeBSD and UNIX for that matter, but I really like > the format I have found wih FreeBSD and I plan to use it as my Web > Server, once I get over the learning curve. Good idea :-) > Over the past three weeks I have pummelled you guys with requests > for information and how to things. The response from all of you has > been wonderful and enthusiatic. But I guess I'm just not getting the > word across as I have yet to be able to get done what I need done. Communication, communication, communication..it's all a matter of how well you tell us your experience level. [excellent example deleted] We (I) usually assume the experience level of someone on -questions is what some people call ``enough to be dangerous,'' which is: . Knows how to login . Knows what % or $ means in a command example (vs. #) . Knows what a command is :-) . Knows how to do file operations (mv, cp, chmod) . Knows how to configure the system using /etc/rc.conf . Knows how to operate a text editor . Knows a bit about PC hardware (what an IRQ is) . Knows how to su to root . Knows what dmesg is (hint: it's a command) These assumptions come into play if the message lacks certain information, such as: . Version of FreeBSD in use and versions of relevant utilities . Relevant devices and dmesg output . What exactly they are trying to accomplish . Error message(s) seen . EXACT transcript of command(s) executed to elicit given error message(s) A famous anxiom in support is: The amount of support received is proportional to the amount of information provided. The more you tell us, the more we can help you. I will attach our guide to using -questions effectively; it should be very helpful for future inquires. Now enough of this and onto the question at hand: Connecting to the net with ppp. > 1. I start my FreeBSD system and login as root. > > 2. At the # prompt I typed ftp ftp.cdrom.com. (as instructed by one of you) > I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host > > 3. I assume that I must make a ppp connection first so I type quit at the > ftp> prompt and press > > 4. Back at the # prompt I type ppp. > > 5. I type term. > > 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) > > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. > > I've experimented around from here, but can't put 2 and 2 together. ! gets > me back to the # prompt where I've tried the ftp part again, but I keep > getting the Unknow host message. This is perfect! Thank you! OK, I think I posted this previously, but that this point you should enter at the PPP> prompt: add 0 0 HISADDR This will set up the routing between your computer and the remote. If you switch to another terminal and try to ftp, it should work okay. If even after doing this you're still not getting anywhere, connect, run the add command, then post the output of `netstat -rn'. Don't forget to leave ppp running -- if you exit ppp, your connection goes with it! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major --0-1293066108-885107518=:6065 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=best-from-questions Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: DQpGcm9tIGdyb2dARnJlZUJTRC5PUkcgU2F0IEphbiAxNyAyMzoxMToxOCAx OTk4DQpEYXRlOiBTdW4sIDI4IERlYyAxOTk3IDE3OjAyOjAxIC0wODAwIChQ U1QpDQpGcm9tOiBHcmVnIExlaGV5IDxncm9nQEZyZWVCU0QuT1JHPg0KVG86 IEZyZWVCU0QtcXVlc3Rpb25zQEZyZWVCU0QuT1JHDQpTdWJqZWN0OiBIb3cg dG8gZ2V0IGJlc3QgcmVzdWx0cyBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zICh1 cGRhdGVkIDI3IE9jdG9iZXIgMTk5NykNCg0KSG93IHRvIGdldCB0aGUgYmVz dCByZXN1bHRzIGZyb20gRnJlZUJTRCBxdWVzdGlvbnMuDQo9PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NCg0K TGFzdCB1cGRhdGUgMjcgT2N0b2JlciAxOTk3Lg0KDQpUaGlzIGlzIGEgcmVn dWxhciBwb3N0aW5nIHRvIHRoZSBGcmVlQlNEIHF1ZXN0aW9ucyBtYWlsaW5n IGxpc3QuICBJZg0KeW91IGdvdCBpdCBpbiBhbnN3ZXIgdG8gYSBtZXNzYWdl IHlvdSBzZW50LCBpdCBtZWFucyB0aGF0IHRoZSBzZW5kZXINCnRoaW5rcyB0 aGF0IGF0IGxlYXN0IG9uZSBvZiB0aGUgZm9sbG93aW5nIHRoaW5ncyB3YXMg d3Jvbmcgd2l0aCB5b3VyDQptZXNzYWdlOg0KDQotIFlvdSBsZWZ0IG91dCBh IHN1YmplY3QgbGluZSwgb3IgdGhlIHN1YmplY3QgbGluZSB3YXMgbm90IGFw cHJvcHJpYXRlLg0KLSBZb3UgZm9ybWF0dGVkIGl0IGluIHN1Y2ggYSB3YXkg dGhhdCBpdCB3YXMgZGlmZmljdWx0IHRvIHJlYWQuDQotIFlvdSBhc2tlZCBt b3JlIHRoYW4gb25lIHVucmVsYXRlZCBxdWVzdGlvbiBpbiBvbmUgbWVzc2Fn ZS4NCi0gWW91IHNlbnQgb3V0IGEgbWVzc2FnZSB3aXRoIGFuIGluY29ycmVj dCBkYXRlLCB0aW1lIG9yIHRpbWUgem9uZS4NCi0gWW91IHNlbnQgb3V0IHRo ZSBzYW1lIG1lc3NhZ2UgbW9yZSB0aGFuIG9uY2UuDQotIFlvdSBzZW50IGFu ICd1bnN1YnNjcmliZScgbWVzc2FnZSB0byBGcmVlQlNELXF1ZXN0aW9ucy4N Cg0KSWYgeW91IGhhdmUgZG9uZSBhbnkgb2YgdGhlc2UgdGhpbmdzLCB0aGVy ZSBpcyBhIGdvb2QgY2hhbmNlIHRoYXQgeW91DQp3aWxsIGdldCBtb3JlIHRo YW4gb25lIGNvcHkgb2YgdGhpcyBtZXNzYWdlIGZyb20gZGlmZmVyZW50IHBl b3BsZS4NClJlYWQgb24sIGFuZCB5b3VyIG5leHQgbWVzc2FnZSB3aWxsIGJl IG1vcmUgc3VjY2Vzc2Z1bC4NCg0KVGhpcyBkb2N1bWVudCBpcyBhbHNvIGF2 YWlsYWJsZSBvbiB0aGUgd2ViIGF0DQpodHRwOi8vd3d3LmxlbWlzLmNvbS9x dWVzdGlvbnMuaHRtbC4NCg0KPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQoN CkNvbnRlbnRzOg0KDQpJOiAgICBJbnRyb2R1Y3Rpb24NCklJOiAgIEhvdyB0 byB1bnN1YnNjcmliZSBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zDQpJSUk6ICBT aG91bGQgSSBhc2sgLXF1ZXN0aW9ucyBvciAtaGFja2Vycz8NCklWOiAgIEhv dyB0byBzdWJtaXQgYSBxdWVzdGlvbiB0byBGcmVlQlNELXF1ZXN0aW9ucw0K VjogICAgSG93IHRvIGFuc3dlciBhIHF1ZXN0aW9uIHRvIEZyZWVCU0QtcXVl c3Rpb25zDQoNCkk6IEludHJvZHVjdGlvbg0KPT09PT09PT09PT09PT09DQoN ClRoaXMgaXMgYSByZWd1bGFyIHBvc3RpbmcgYWltZWQgdG8gaGVscCBib3Ro IHRob3NlIHNlZWtpbmcgYWR2aWNlIGZyb20NCkZyZWVCU0QtcXVlc3Rpb25z ICh0aGUgIm5ld2NvbWVycyIpLCBhbmQgYWxzbyB0aG9zZSB3aG8gYW5zd2Vy IHRoZQ0KcXVlc3Rpb25zICh0aGUgImhhY2tlcnMiKS4NCg0KICAgICAgIE5v dGUgdGhhdCB0aGUgdGVybSAiaGFja2VyIiBoYXMgbm90aGluZyB0byBkbyB3 aXRoIGJyZWFrLQ0KICAgICAgIGluZyBpbnRvIG90aGVyIHBlb3BsZSdzIGNv bXB1dGVycy4gIFRoZSBjb3JyZWN0IHRlcm0gZm9yDQogICAgICAgdGhlIGxh dHRlciBhY3Rpdml0eSBpcyAiY3JhY2tlciIsIGJ1dCB0aGUgcG9wdWxhciBw cmVzcw0KICAgICAgIGhhc24ndCBmb3VuZCBvdXQgeWV0LiAgVGhlIEZyZWVC U0QgaGFja2VycyBkaXNhcHByb3ZlDQogICAgICAgc3Ryb25nbHkgb2YgY3Jh Y2tpbmcgc2VjdXJpdHksIGFuZCBoYXZlIG5vdGhpbmcgdG8gZG8gd2l0aA0K ICAgICAgIGl0Lg0KDQpJbiB0aGUgcGFzdCwgdGhlcmUgaGFzIGJlZW4gc29t ZSBmcmljdGlvbiB3aGljaCBzdGVtcyBmcm9tIHRoZQ0KZGlmZmVyZW50IHZp ZXdwb2ludHMgb2YgdGhlIHR3byBncm91cHMuICBUaGUgbmV3Y29tZXJzIGFj Y3VzZWQgdGhlDQpoYWNrZXJzIG9mIGJlaW5nIGFycm9nYW50LCBzdHVjay11 cCwgYW5kIHVuaGVscGZ1bCwgd2hpbGUgdGhlIGhhY2tlcnMNCmFjY3VzZWQg dGhlIG5ld2NvbWVycyBvZiBiZWluZyBzdHVwaWQsIHVuYWJsZSB0byByZWFk IHBsYWluIEVuZ2xpc2gsDQphbmQgZXhwZWN0aW5nIGV2ZXJ5dGhpbmcgdG8g YmUgaGFuZGVkIHRvIHRoZW0gb24gYSBzaWx2ZXIgcGxhdHRlci4gIE9mDQpj b3Vyc2UsIHRoZXJlJ3MgYW4gZWxlbWVudCBvZiB0cnV0aCBpbiBib3RoIHRo ZXNlIGNsYWltcywgYnV0IGZvciB0aGUNCm1vc3QgcGFydCB0aGVzZSB2aWV3 cG9pbnRzIGNvbWUgZnJvbSBhIHNlbnNlIG9mIGZydXN0cmF0aW9uLg0KDQpJ biB0aGlzIGRvY3VtZW50LCBJJ2QgbGlrZSB0byBkbyBzb21ldGhpbmcgdG8g cmVsaWV2ZSB0aGlzIGZydXN0cmF0aW9uDQphbmQgaGVscCBldmVyeWJvZHkg Z2V0IGJldHRlciByZXN1bHRzIGZyb20gRnJlZUJTRC1xdWVzdGlvbnMuICBJ biB0aGUNCmZvbGxvd2luZyBzZWN0aW9uLCBJIHJlY29tbWVuZCBob3cgdG8g c3VibWl0IGEgcXVlc3Rpb247IGFmdGVyIHRoYXQsDQp3ZSdsbCBsb29rIGF0 IGhvdyB0byBhbnN3ZXIgb25lLg0KDQpJSTogIEhvdyB0byB1bnN1YnNjcmli ZSBmcm9tIEZyZWVCU0QtcXVlc3Rpb25zDQo9PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09DQoNCldoZW4geW91IHN1YnNj cmliZWQgdG8gRnJlZUJTRC1xdWVzdGlvbnMsIHlvdSBnb3QgYSB3ZWxjb21l IG1lc3NhZ2UNCmZyb20gTWFqb3Jkb21vQEZyZWVCU0QuT1JHLiAgSW4gdGhp cyBtZXNzYWdlLCBhbW9uZ3N0IG90aGVyIHRoaW5ncywgaXQNCnRvbGQgeW91 IGhvdyB0byB1bnN1YnNjcmliZS4gIEhlcmUncyBhIHR5cGljYWwgbWVzc2Fn ZToNCg0KICBXZWxjb21lIHRvIHRoZSBmcmVlYnNkLXF1ZXN0aW9ucyBtYWls aW5nIGxpc3QhDQogIA0KICBJZiB5b3UgZXZlciB3YW50IHRvIHJlbW92ZSB5 b3Vyc2VsZiBmcm9tIHRoaXMgbWFpbGluZyBsaXN0LA0KICB5b3UgY2FuIHNl bmQgbWFpbCB0byAiTWFqb3Jkb21vQEZyZWVCU0QuT1JHIiB3aXRoIHRoZSBm b2xsb3dpbmcgY29tbWFuZA0KICBpbiB0aGUgYm9keSBvZiB5b3VyIGVtYWls IG1lc3NhZ2U6DQogIA0KICAgICAgdW5zdWJzY3JpYmUgZnJlZWJzZC1xdWVz dGlvbnMgR3JlZyBMZWhleSA8Z3JvZ0BsZW1pcy5kZT4NCiAgDQogIEhlcmUn cyB0aGUgZ2VuZXJhbCBpbmZvcm1hdGlvbiBmb3IgdGhlIGxpc3QgeW91J3Zl DQogIHN1YnNjcmliZWQgdG8sIGluIGNhc2UgeW91IGRvbid0IGFscmVhZHkg aGF2ZSBpdDoNCiAgDQogIEZSRUVCU0QtUVVFU1RJT05TICAgICAgICAgICAg ICAgVXNlciBxdWVzdGlvbnMNCiAgVGhpcyBpcyB0aGUgbWFpbGluZyBsaXN0 IGZvciBxdWVzdGlvbnMgYWJvdXQgRnJlZUJTRC4gIFlvdSBzaG91bGQgbm90 DQogIHNlbmQgImhvdyB0byIgcXVlc3Rpb25zIHRvIHRoZSB0ZWNobmljYWwg bGlzdHMgdW5sZXNzIHlvdSBjb25zaWRlciB0aGUNCiAgcXVlc3Rpb24gdG8g YmUgcHJldHR5IHRlY2huaWNhbC4NCg0KTm9ybWFsbHksIHVuc3Vic2NyaWJp bmcgaXMgZXZlbiBzaW1wbGVyIHRoYW4gdGhlIG1lc3NhZ2Ugc3VnZ2VzdHM6 IHlvdSBkb24ndCBuZWVkIHRvIHNwZWNpZnkgeW91ciBtYWlsIElEDQp1bmxl c3MgaXQgaXMgZGlmZmVyZW50IGZyb20gdGhlIG9uZSB3aGljaCB5b3Ugc3Bl Y2lmaWVkIHdoZW4geW91IHN1YnNjcmliZWQuIA0KDQpJZiBNYWpvcmRvbW8g cmVwbGllcyBhbmQgdGVsbHMgeW91IChpbmNvcnJlY3RseSkgdGhhdCB5b3Un cmUgbm90IG9uIHRoZSBsaXN0LCB0aGlzIG1heSBtZWFuIG9uZSBvZiB0d28g dGhpbmdzOiANCg0KICAxLiAgWW91IGhhdmUgY2hhbmdlZCB5b3VyIG1haWwg SUQgc2luY2UgeW91IHN1YnNjcmliZWQuIFRoYXQncyB3aGVyZQ0KICAgICAg a2VlcGluZyB0aGUgb3JpZ2luYWwgbWVzc2FnZSBmcm9tIG1ham9yZG9tbyBj b21lcyBpbiBoYW5keS4gRm9yDQogICAgICBleGFtcGxlLCB0aGUgc2FtcGxl IG1lc3NhZ2UgYWJvdmUgc2hvd3MgbXkgbWFpbCBJRCBhcw0KICAgICAgZ3Jv Z0BsZW1pcy5kZS4gU2luY2UgdGhlbiwgSSBoYXZlIGNoYW5nZWQgaXQgdG8N CiAgICAgIGdyb2dAbGVtaXMuY29tLiBJZiBJIHdlcmUgdG8gdHJ5IHRvIHJl bW92ZSBncm9nQGxlbWlzLmNvbSBmcm9tDQogICAgICB0aGUgbGlzdCwgaXQg d291bGQgZmFpbDogSSB3b3VsZCBoYXZlIHRvIHNwZWNpZnkgdGhlIG5hbWUg d2l0aA0KICAgICAgd2hpY2ggSSBqb2luZWQuDQoNCiAgMi4gIFlvdSdyZSBz dWJzY3JpYmVkIHRvIGEgbWFpbGluZyBsaXN0IHdoaWNoIGlzIHN1YnNjcmli ZWQgdG8NCiAgICAgIEZyZWVCU0QtcXVlc3Rpb25zLiBJZiB0aGF0J3MgdGhl IGNhc2UsIHlvdSdsbCBoYXZlIHRvIGZpZ3VyZSBvdXQNCiAgICAgIHdoaWNo IG9uZSBpdCBpcyBhbmQgZ2V0IHlvdXIgbmFtZSB0YWtlbiBvZmYgdGhhdCBv bmUuIElmIHlvdSdyZQ0KICAgICAgbm90IHN1cmUgd2hpY2ggb25lIGl0IG1p Z2h0IGJlLCBjaGVjayB0aGUgaGVhZGVycyBvZiB0aGUNCiAgICAgIG1lc3Nh Z2VzIHlvdSByZWNlaXZlIGZyb20gZnJlZWJzZC1xdWVzdGlvbnM6IG1heWJl IHRoZXJlJ3MgYQ0KICAgICAgY2x1ZSB0aGVyZS4NCg0KSWYgeW91J3ZlIGRv bmUgYWxsIHRoaXMsIGFuZCB5b3Ugc3RpbGwgY2FuJ3QgZmlndXJlIG91dCB3 aGF0J3MgZ29pbmcNCm9uLCBzZW5kIGEgbWVzc2FnZSB0byBQb3N0bWFzdGVy QEZyZWVCU0Qub3JnLCBhbmQgaGUgd2lsbCBzb3J0IHRoaW5ncw0Kb3V0IGZv ciB5b3UuIERvbid0IHNlbmQgYSBtZXNzYWdlIHRvIEZyZWVCU0QtcXVlc3Rp b25zOiB0aGV5IGNhbid0DQpoZWxwIHlvdS4NCg0KSUlJOiBTaG91bGQgSSBh c2sgLXF1ZXN0aW9ucyBvciAtaGFja2Vycz8NCj09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09DQoNClR3byBtYWlsaW5nIGxpc3Rz IGhhbmRsZSBnZW5lcmFsIHF1ZXN0aW9ucyBhYm91dCBGcmVlQlNELA0KRnJl ZUJTRC1xdWVzdGlvbnMgYW5kIEZyZWVCU0QtaGFja2Vycy4gSW4gc29tZSBj YXNlcywgaXQncyBub3QgcmVhbGx5DQpjbGVhciB3aGljaCBncm91cCB5b3Ug c2hvdWxkIGFzay4gVGhlIGZvbGxvd2luZyBjcml0ZXJpYSBzaG91bGQgaGVs cA0KZm9yIDk5JSBvZiBhbGwgcXVlc3Rpb25zLCBob3dldmVyOg0KDQogICAg IElmIHRoZSBxdWVzdGlvbiBpcyBvZiBhIGdlbmVyYWwgbmF0dXJlLCBhc2sN CiAgICAgRnJlZUJTRC1xdWVzdGlvbnMuIEV4YW1wbGVzIG1pZ2h0IGJlIHF1 ZXN0aW9ucyBhYm91dCBpbnRzdGFsbGluZw0KICAgICBGcmVlQlNEIG9yIHRo ZSB1c2Ugb2YgYSBwYXJ0aWN1bGFyIFVOSVggdXRpbGl0eS4NCg0KICAgICBJ ZiB5b3UgdGhpbmsgdGhlIHF1ZXN0aW9uIHJlbGF0ZXMgdG8gYSBidWcsIGJ1 dCB5b3UncmUgbm90IHN1cmUsDQogICAgIG9yIHlvdSBkb24ndCBrbm93IGhv dyB0byBsb29rIGZvciBpdCwgc2VuZCB0aGUgbWVzc2FnZSB0bw0KICAgICBG cmVlQlNELXF1ZXN0aW9ucy4NCg0KICAgICBJZiB0aGUgcXVlc3Rpb24gcmVs YXRlcyB0byBhIGJ1ZywgYW5kIHlvdSdyZSBzdXJlIHRoYXQgaXQncyBhIGJ1 Zw0KICAgICAoZm9yIGV4YW1wbGUsIHlvdSBjYW4gcGlucG9pbnQgdGhlIHBs YWNlIGluIHRoZSBjb2RlIHdoZXJlIGl0DQogICAgIGhhcHBlbnMsIGFuZCB5 b3UgbWF5YmUgaGF2ZSBhIGZpeCksIHRoZW4gc2VuZCB0aGUgbWVzc2FnZSB0 bw0KICAgICBGcmVlQlNELWhhY2tlcnMuDQoNCiAgICAgSWYgdGhlIHF1ZXN0 aW9uIHJlbGF0ZXMgdG8gZW5oYW5jZW1lbnRzIHRvIEZyZWVCU0QsIGFuZCB5 b3UgY2FuDQogICAgIG1ha2Ugc3VnZ2VzdGlvbnMgYWJvdXQgaG93IHRvIGlt cGxlbWVudCB0aGVtLCB0aGVuIHNlbmQgdGhlDQogICAgIG1lc3NhZ2UgdG8g RnJlZUJTRC1oYWNrZXJzLg0KDQpUaGVyZSBhcmUgYWxzbyBhIG51bWJlciBv ZiBvdGhlciBzcGVjaWFsaXplZCBtYWlsaW5nIGxpc3RzLCBmb3INCmV4YW1w bGUgRnJlZUJTRC1pc3AsIHdoaWNoIGNhdGVycyB0byB0aGUgaW50ZXJlc3Rz IG9mIElTUHMgKEludGVybmV0DQpTZXJ2aWNlIFByb3ZpZGVycykgd2hvIHJ1 biBGcmVlQlNELiBJZiB5b3UgaGFwcGVuIHRvIGJlIGFuIElTUCwgdGhpcw0K ZG9lc24ndCBtZWFuIHlvdSBzaG91bGQgYXV0b21hdGljYWxseSBzZW5kIHlv dXIgcXVlc3Rpb25zIHRvDQpGcmVlQlNELWlzcC4gVGhlIGNyaXRlcmlhIGFi b3ZlIHN0aWxsIGFwcGx5LCBhbmQgaXQncyBpbiB5b3VyIGludGVyZXN0DQp0 byBzdGljayB0byB0aGVtLCBzaW5jZSB5b3UncmUgbW9yZSBsaWtlbHkgdG8g Z2V0IGdvb2QgcmVzdWx0cyB0aGF0DQp3YXkuDQoNCklWOiAgSG93IHRvIHN1 Ym1pdCBhIHF1ZXN0aW9uDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09 PQ0KDQpXaGVuIHN1Ym1pdHRpbmcgYSBxdWVzdGlvbiB0byBGcmVlQlNELXF1 ZXN0aW9ucywgY29uc2lkZXIgdGhlIGZvbGxvd2luZyBwb2ludHM6IA0KDQog IDEuICBSZW1lbWJlciB0aGF0IG5vYm9keSBnZXRzIHBhaWQgZm9yIGFuc3dl cmluZyBhIEZyZWVCU0QNCiAgICAgIHF1ZXN0aW9uLiBUaGV5IGRvIGl0IG9m IHRoZWlyIG93biBmcmVlIHdpbGwuICBZb3UgY2FuIGluZmx1ZW5jZQ0KICAg ICAgdGhpcyBmcmVlIHdpbGwgcG9zaXRpdmVseSBieSBzdWJtaXR0aW5nIGEg d2VsbC1mb3JtdWxhdGVkDQogICAgICBxdWVzdGlvbiBzdXBwbHlpbmcgYXMg bXVjaCByZWxldmFudCBpbmZvcm1hdGlvbiBhcyBwb3NzaWJsZS4gWW91DQog ICAgICBjYW4gaW5mbHVlbmNlIHRoaXMgZnJlZSB3aWxsIG5lZ2F0aXZlbHkg Ynkgc3VibWl0dGluZyBhbg0KICAgICAgaW5jb21wbGV0ZSwgaWxsZWdpYmxl LCBvciBydWRlIHF1ZXN0aW9uLiBJdCdzIHBlcmZlY3RseSBwb3NzaWJsZQ0K ICAgICAgdG8gc2VuZCBhIG1lc3NhZ2UgdG8gRnJlZUJTRC1xdWVzdGlvbnMg YW5kIG5vdCBnZXQgYW4gYW5zd2VyDQogICAgICBldmVuIGlmIHlvdSBmb2xs b3cgdGhlc2UgcnVsZXMuIEl0J3MgbXVjaCBtb3JlIHBvc3NpYmxlIHRvIG5v dA0KICAgICAgZ2V0IGFuIGFuc3dlciBpZiB5b3UgZG9uJ3QuIEluIHRoZSBy ZXN0IG9mIHRoaXMgZG9jdW1lbnQsIHdlJ2xsDQogICAgICBsb29rIGF0IGhv dyB0byBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgcXVlc3Rpb24gdG8NCiAg ICAgIEZyZWVCU0QtcXVlc3Rpb25zLg0KDQogIDIuICBOb3QgZXZlcnlib2R5 IHdobyBhbnN3ZXJzIEZyZWVCU0QgcXVlc3Rpb25zIHJlYWRzIGV2ZXJ5IG1l c3NhZ2U6DQogICAgICB0aGV5IGxvb2sgYXQgdGhlIHN1YmplY3QgbGluZSBh bmQgZGVjaWRlIHdoZXRoZXIgaXQgaW50ZXJlc3RzDQogICAgICB0aGVtLiBD bGVhcmx5LCBpdCdzIGluIHlvdXIgaW50ZXJlc3QgdG8gc3BlY2lmeSBhDQog ICAgICBzdWJqZWN0LiBgYEZyZWVCU0QgcHJvYmxlbScnIG9yIGBgSGVscCcn IGFyZW4ndCBlbm91Z2guIElmIHlvdQ0KICAgICAgcHJvdmlkZSBubyBzdWJq ZWN0IGF0IGFsbCwgbWFueSBwZW9wbGUgd29uJ3QgYm90aGVyIHJlYWRpbmcN CiAgICAgIGl0LiBJZiB5b3VyIHN1YmplY3QgaXNuJ3Qgc3BlY2lmaWMgZW5v dWdoLCB0aGUgcGVvcGxlIHdobyBjYW4NCiAgICAgIGFuc3dlciBpdCBtYXkg bm90IHJlYWQgaXQuDQoNCiAgMy4gIEZvcm1hdCB5b3VyIG1lc3NhZ2Ugc28g dGhhdCBpdCBpcyBsZWdpYmxlLCBhbmQgUExFQVNFIERPTidUDQogICAgICBT SE9VVCEhISEhLiBXZSBhcHByZWNpYXRlIHRoYXQgYSBsb3Qgb2YgcGVvcGxl IGRvbid0IHNwZWFrDQogICAgICBFbmdsaXNoIGFzIHRoZWlyIGZpcnN0IGxh bmd1YWdlLCBhbmQgd2UgdHJ5IHRvIG1ha2UgYWxsb3dhbmNlcw0KICAgICAg Zm9yIHRoYXQsIGJ1dCBpdCdzIHJlYWxseSBwYWluZnVsIHRvIHRyeSB0byBy ZWFkIGEgbWVzc2FnZQ0KICAgICAgd3JpdHRlbiBmdWxsIG9mIHR5cG9zIG9y IHdpdGhvdXQgYW55IGxpbmUgYnJlYWtzLiBBIGxvdCBvZiBiYWRseQ0KICAg ICAgZm9ybWF0dGVkIG1lc3NhZ2VzIGNvbWUgZnJvbSBiYWQgbWFpbGVycyBv ciBiYWRseSBjb25maWd1cmVkDQogICAgICBtYWlsZXJzLiBUaGUgZm9sbG93 aW5nIG1haWxlcnMgYXJlIGtub3duIHRvIHNlbmQgb3V0IGJhZGx5DQogICAg ICBmb3JtYXR0ZWQgbWVzc2FnZXMgd2l0aG91dCB5b3UgZmluZGluZyBvdXQg YWJvdXQgdGhlbToNCg0KICAgICBFdWRvcmEgDQogICAgIGV4bWggDQogICAg IE1pY3Jvc29mdCBFeGNoYW5nZSANCiAgICAgTWljcm9zb2Z0IEludGVybmV0 IE1haWwgDQogICAgIE1pY3Jvc29mdCBPdXRsb29rIA0KICAgICBOZXRzY2Fw ZSANCg0KICAgICBBcyB5b3UgY2FuIHNlZSwgdGhlIG1haWxlcnMgaW4gdGhl IE1pY3Jvc29mdCB3b3JsZCBhcmUgZnJlcXVlbnQNCiAgICAgb2ZmZW5kZXJz LiBJZiBhdCBhbGwgcG9zc2libGUsIHVzZSBhIFVOSVggbWFpbGVyLiBJZiB5 b3UgbXVzdCB1c2UNCiAgICAgYSBtYWlsZXIgdW5kZXIgTWljcm9zb2Z0IGVu dmlyb25tZW50cywgbWFrZSBzdXJlIGl0IGlzIHNldCB1cA0KICAgICBjb3Jy ZWN0bHkuIFRyeSBub3QgdG8gdXNlIE1JTUU6IGEgbG90IG9mIHBlb3BsZSB1 c2UgbWFpbGVycyB3aGljaA0KICAgICBkb24ndCBnZXQgb24gdmVyeSB3ZWxs IHdpdGggTUlNRS4NCg0KICA0LiAgTWFrZSBzdXJlIHlvdXIgdGltZSBhbmQg dGltZSB6b25lIGFyZSBzZXQgY29ycmVjdGx5LiBUaGlzIG1heQ0KICAgICAg c2VlbSBhIGxpdHRsZSBzaWxseSwgc2luY2UgeW91ciBtZXNzYWdlIHN0aWxs IGdldHMgdGhlcmUsIGJ1dA0KICAgICAgbWFueSBvZiB0aGUgcGVvcGxlIHlv dSBhcmUgdHJ5aW5nIHRvIHJlYWNoIGdldCBzZXZlcmFsIGh1bmRyZWQNCiAg ICAgIG1lc3NhZ2VzIGEgZGF5LiBUaGV5IGZyZXF1ZW50bHkgc29ydCB0aGUg aW5jb21pbmcgbWVzc2FnZXMgYnkNCiAgICAgIHN1YmplY3QgYW5kIGJ5IGRh dGUsIGFuZCBpZiB5b3VyIG1lc3NhZ2UgZG9lc24ndCBjb21lIGJlZm9yZSB0 aGUNCiAgICAgIGZpcnN0IGFuc3dlciwgdGhleSBtYXkgYXNzdW1lIHRoZXkg bWlzc2VkIGl0IGFuZCBub3QgYm90aGVyIHRvDQogICAgICBsb29rLg0KDQog IDUuICBEb24ndCBpbmNsdWRlIHVucmVsYXRlZCBxdWVzdGlvbnMgaW4gdGhl IHNhbWUgbWVzc2FnZS4gRmlyc3RseSwNCiAgICAgIGEgbG9uZyBtZXNzYWdl IHRlbmRzIHRvIHNjYXJlIHBlb3BsZSBvZmYsIGFuZCBzZWNvbmRseSwgaXQn cw0KICAgICAgbW9yZSBkaWZmaWN1bHQgdG8gZ2V0IGFsbCB0aGUgcGVvcGxl IHdobyBjYW4gYW5zd2VyIGFsbCB0aGUNCiAgICAgIHF1ZXN0aW9ucyB0byBy ZWFkIHRoZSBtZXNzYWdlLg0KDQogIDYuICBTcGVjaWZ5IGFzIG11Y2ggaW5m b3JtYXRpb24gYXMgcG9zc2libGUuIFRoaXMgaXMgYSBkaWZmaWN1bHQNCiAg ICAgIGFyZWEsIGFuZCB3ZSBuZWVkIHRvIGV4cGFuZCBvbiB3aGF0IGluZm9y bWF0aW9uIHlvdSBuZWVkIHRvDQogICAgICBzdWJtaXQsIGJ1dCBoZXJlJ3Mg YSBzdGFydDoNCg0KICAgICAgICAgSWYgeW91IGdldCBlcnJvciBtZXNzYWdl cywgZG9uJ3Qgc2F5IGBgSSBnZXQgZXJyb3INCiAgICAgICAgIG1lc3NhZ2Vz JycsIHNheSAoZm9yIGV4YW1wbGUpIGBgSSBnZXQgdGhlIGVycm9yIG1lc3Nh Z2UgJ05vDQogICAgICAgICByb3V0ZSB0byBob3N0JycnLg0KDQogICAgICAg ICBJZiB5b3VyIHN5c3RlbSBwYW5pY3MsIGRvbid0IHNheSBgYE15IHN5c3Rl bSBwYW5pY2tlZCcnLCBzYXkNCiAgICAgICAgIChmb3IgZXhhbXBsZSkgYGBt eSBzeXN0ZW0gcGFuaWNrZWQgd2l0aCB0aGUgbWVzc2FnZSAnZnJlZQ0KICAg ICAgICAgdm5vZGUgaXNuJ3QnJycuDQoNCiAgICAgICAgIElmIHlvdSBoYXZl IGRpZmZpY3VsdHkgaW5zdGFsbGluZyBGcmVlQlNELCBwbGVhc2UgdGVsbCB1 cw0KICAgICAgICAgd2hhdCBoYXJkd2FyZSB5b3UgaGF2ZS4gSW4gcGFydGlj dWxhciwgaXQncyBpbXBvcnRhbnQgdG8ga25vdw0KICAgICAgICAgdGhlIElS UXMgYW5kIEkvTyBhZGRyZXNzZXMgb2YgdGhlIGJvYXJkcyBpbnN0YWxsZWQg aW4geW91cg0KICAgICAgICAgbWFjaGluZS4NCg0KICAgICAgICAgSWYgeW91 IGhhdmUgZGlmZmljdWx0eSBnZXR0aW5nIFBQUCB0byBydW4sIGRlc2NyaWJl IHRoZQ0KICAgICAgICAgY29uZmlndXJhdGlvbi4gV2hpY2ggdmVyc2lvbiBv ZiBQUFAgZG8geW91IHVzZT8gV2hhdCBraW5kIG9mDQogICAgICAgICBhdXRo ZW50aWNhdGlvbiBkbyB5b3UgaGF2ZT8gRG8geW91IGhhdmUgYSBzdGF0aWMg b3IgZHluYW1pYw0KICAgICAgICAgSVAgYWRkcmVzcz8gV2hhdCBraW5kIG9m IG1lc3NhZ2VzIGRvIHlvdSBnZXQgaW4gdGhlIGxvZyBmaWxlPw0KDQogIDcu ICBJZiB5b3UgZG8gYWxsIHRoaXMsIGFuZCB5b3Ugc3RpbGwgZG9uJ3QgZ2V0 IGFuIGFuc3dlciwgdGhlcmUNCiAgICAgY291bGQgYmUgb3RoZXIgcmVhc29u cy4gRm9yIGV4YW1wbGUsIHRoZSBwcm9ibGVtIGlzIHNvDQogICAgIGNvbXBs aWNhdGVkIHRoYXQgbm9ib2R5IGtub3dzIHRoZSBhbnN3ZXIsIG9yIHRoZSBw ZXJzb24gd2hvIGRvZXMNCiAgICAga25vdyB0aGUgYW5zd2VyIHdhcyBvZmZs aW5lLiBJZiB5b3UgZG9uJ3QgZ2V0IGFuIGFuc3dlciBhZnRlciwNCiAgICAg c2F5LCBhIHdlZWssIGl0IG1pZ2h0IGhlbHAgdG8gcmUtc2VuZCB0aGUgbWVz c2FnZS4gSWYgeW91IGRvbid0DQogICAgIGdldCBhbiBhbnN3ZXIgdG8geW91 ciBzZWNvbmQgbWVzc2FnZSwgdGhvdWdoLCB5b3UncmUgcHJvYmFibHkgbm90 DQogICAgIGdvaW5nIHRvIGdldCBvbmUgZnJvbSB0aGlzIGZvcnVtLiAgUmVz ZW5kaW5nIHRoZSBzYW1lIG1lc3NhZ2UNCiAgICAgYWdhaW4gYW5kIGFnYWlu IHdpbGwgb25seSBtYWtlIHlvdSB1bnBvcHVsYXIuDQoNClRvIHN1bW1hcml6 ZSwgbGV0J3MgYXNzdW1lIHlvdSBrbm93IHRoZSBhbnN3ZXIgdG8gdGhlIGZv bGxvd2luZyBxdWVzdGlvbiAoeWVzLCBpdCdzIHRoZSBzYW1lIG9uZSBpbiBl YWNoIGNhc2UNCjotKS4gWW91IGNob29zZSB3aGljaCBvZiB0aGVzZSB0d28g cXVlc3Rpb25zIHlvdSB3b3VsZCBiZSBtb3JlIHByZXBhcmVkIHRvIGFuc3dl cjogDQoNCg0KTWVzc2FnZSAxOg0KU3ViamVjdDogKG5vbmUpDQoNCkkganVz dCBjYW4ndCBnZXQgaGl0cyBkYW1uIHNpbGx5IEZlcmVCU0Qgc3lzdGVtIHRv IHdvcmtkLCBhbmQgSW0gcmVhbGx5IGdvb2QgYXQgdGhpcyB0c3VmZiwgYnV0 IEkgaGF2ZSBuZXZlciBzZWVuIGFueXRoaWduIHNobyBkaWZmaWN1bHQgdG8g aW5zdGFsbCwgaXQganN0IHdvbnQgd29yayB3aGF0ZXZlciBJIHRyeSBzbyB3 aHkgZG9uJ3QgeTlvdSBndXlzIHRlbGwgbWUgd2hhdCBJIGRvaW5nIHdyb25n Lg0KDQotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCk1lc3NhZ2UgMjoN ClN1YmplY3Q6IFByb2JsZW1zIGluc3RhbGxpbmcgRnJlZUJTRA0KDQpJJ3Zl IGp1c3QgZ290IHRoZSBGcmVlQlNEIDIuMS41IENELVJPTSBmcm9tIFdhbG51 dCBDcmVlaywgYW5kIEknbQ0KaGF2aW5nIGEgbG90IG9mIGRpZmZpY3VsdHkg aW5zdGFsbGluZyBpdC4gIEkgaGF2ZSBhIDY2IE1IeiA0ODYgd2l0aCAxNg0K TUIgb2YgbWVtb3J5IGFuZCBhbiBBZGFwdGVjIDE1NDBBIFNDU0kgYm9hcmQs IGEgMS4yR0IgUXVhbnR1bSBGaXJlYmFsbA0KZGlzayBhbmQgYSBUb3NoaWJh IDM1MDFYQSBDRC1ST00gZHJpdmUuICBUaGUgaW5zdGFsbGF0aW9uIHdvcmtz IGp1c3QNCmZpbmUsIGJ1dCB3aGVuIEkgdHJ5IHRvIHJlYm9vdCB0aGUgc3lz dGVtLCBJIGdldCB0aGUgbWVzc2FnZSAiTWlzc2luZw0KT3BlcmF0aW5nIFN5 c3RlbSIuDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KDQpWOiBI b3cgdG8gYW5zd2VyIGEgcXVlc3Rpb24NCj09PT09PT09PT09PT09PT09PT09 PT09PT09PQ0KDQpCZWZvcmUgeW91IGFuc3dlciBhIHF1ZXN0aW9uIHRvIEZy ZWVCU0QtcXVlc3Rpb25zLCBjb25zaWRlcjoNCg0KMS4gIEEgbG90IG9mIHRo ZSBwb2ludHMgb24gc3VibWl0dGluZyBxdWVzdGlvbnMgYWxzbyBhcHBseSB0 bw0KICAgIGFuc3dlcmluZyBxdWVzdGlvbnMuICBSZWFkIHRoZW0uDQoNCjIu ICBIYXMgc29tZWJvZHkgYWxyZWFkeSBhbnN3ZXJlZCB0aGUgcXVlc3Rpb24/ ICBUaGUgZWFzaWVzdCB3YXkgdG8NCiAgICBjaGVjayB0aGlzIGlzIHRvIHNv cnQgeW91ciBpbmNvbWluZyBtYWlsIGJ5IHN1YmplY3Q6IHRoZW4NCiAgICAo aG9wZWZ1bGx5KSB5b3UnbGwgc2VlIHRoZSBxdWVzdGlvbiBmb2xsb3dlZCBi eSBhbnkgYW5zd2VycywgYWxsDQogICAgdG9nZXRoZXIuDQoNCiAgICBJZiBz b21lYm9keSBoYXMgYWxyZWFkeSBhbnN3ZXJlZCBpdCwgaXQgZG9lc24ndCBh dXRvbWF0aWNhbGx5IG1lYW4NCiAgICB0aGF0IHlvdSBzaG91bGRuJ3Qgc2Vu ZCBhbm90aGVyIGFuc3dlci4gIEJ1dCBpdCBtYWtlcyBzZW5zZSB0bw0KICAg IHJlYWQgYWxsIHRoZSBvdGhlciBhbnN3ZXJzIGZpcnN0Lg0KDQozLiAgRG8g eW91IGhhdmUgc29tZXRoaW5nIHRvIGNvbnRyaWJ1dGUgYmV5b25kIHdoYXQg aGFzIGFscmVhZHkgYmVlbg0KICAgIHNhaWQ/ICBJbiBnZW5lcmFsLCAiWWVh aCwgbWUgdG9vIiBhbnN3ZXJzIGRvbid0IGhlbHAgbXVjaCwNCiAgICBhbHRo b3VnaCB0aGVyZSBhcmUgZXhjZXB0aW9ucywgbGlrZSB3aGVuIHNvbWVib2R5 IGlzIGRlc2NyaWJpbmcgYQ0KICAgIHByb2JsZW0gaGUncyBoYXZpbmcsIGFu ZCBoZSBkb2Vzbid0IGtub3cgd2hldGhlciBpdCdzIGhpcyBmYXVsdCBvcg0K ICAgIHdoZXRoZXIgdGhlcmUncyBzb21ldGhpbmcgd3Jvbmcgd2l0aCB0aGUg aGFyZHdhcmUgb3Igc29mdHdhcmUuICBJZg0KICAgIHlvdSBkbyBzZW5kIGEg Im1lIHRvbyIgYW5zd2VyLCB5b3Ugc2hvdWxkIGFsc28gaW5jbHVkZSBhbnkg ZnVydGhlcg0KICAgIHJlbGV2YW50IGluZm9ybWF0aW9uLg0KDQo0LiAgQXJl IHlvdSBzdXJlIHlvdXIgYW5zd2VyIGlzIGNvcnJlY3Q/ICBJZiBub3QsIHdh aXQgYSBkYXkgb3Igc28uDQogICAgSWYgbm9ib2R5IGVsc2UgY29tZXMgdXAg d2l0aCBhIGJldHRlciBhbnN3ZXIsIHlvdSBjYW4gc3RpbGwgcmVwbHkNCiAg ICBhbmQgc2F5LCBmb3IgZXhhbXBsZSwgIkkgZG9uJ3Qga25vdyBpZiB0aGlz IGlzIGNvcnJlY3QsIGJ1dCBzaW5jZQ0KICAgIG5vYm9keSBlbHNlIGhhcyBy ZXBsaWVkLCB3aHkgZG9uJ3QgeW91IHRyeSByZXBsYWNpbmcgeW91ciBBVEFQ SQ0KICAgIENELVJPTSB3aXRoIGEgZnJvZz8iLg0KDQo1LiAgRG9uJ3QgZG8g YSBncm91cCByZXBseTsgbG90cyBvZiBwZW9wbGUgc2VuZCBtZXNzYWdlcyB3 aXRoIGh1bmRyZWRzDQogICAgb2YgQ0NzLiAgVW5sZXNzIHRoZXJlJ3MgYSBn b29kIHJlYXNvbiB0byBkbyBvdGhlcndpc2UsIGp1c3QgcmVwbHkNCiAgICB0 byB0aGUgcGVyc29uIGFuZCBjb3B5IEZyZWVCU0QtcXVlc3Rpb25zLg0KDQo2 LiAgVHJpbSB0aGUgb3JpZ2luYWwgbWVzc2FnZSB0byB0aGUgbWluaW11bSwg YW5kIHVzZSBzb21lIHRlY2huaXF1ZQ0KICAgIHRvIGlkZW50aWZ5IHdoaWNo IHRleHQgY2FtZSBmcm9tIHRoZSBvcmlnaW5hbCBtZXNzYWdlLCBhbmQgd2hp Y2gNCiAgICB0ZXh0IHlvdSBhZGQuICBJIHBlcnNvbmFsbHkgZmluZCB0aGF0 IHByZXBlbmRpbmcgIj4gIiB0byB0aGUNCiAgICBvcmlnaW5hbCBtZXNzYWdl IHdvcmtzIGJlc3QuICBMZWF2aW5nIHdoaXRlIHNwYWNlIGFmdGVyIHRoZSAi PiINCiAgICBhbmQgbGVhdmUgZW1wdHkgbGluZXMgYmV0d2VlbiB5b3VyIHRl eHQgYW5kIHRoZSBvcmlnaW5hbCB0ZXh0IGJvdGgNCiAgICBtYWtlIHRoZSBy ZXN1bHQgbW9yZSByZWFkYWJsZS4NCg0KICAgIE1vc3QgbWFpbGVycyBjaGFu Z2UgdGhlIHN1YmplY3QgbGluZSBvbiBhIHJlcGx5IGJ5IHByZXBlbmRpbmcg YQ0KICAgIHRleHQgc3VjaCBhcyAiUmU6ICIuICBJZiB5b3VyIG1haWxlciBk b2Vzbid0IGRvIGl0IGF1dG9tYXRpY2FsbHksDQogICAgeW91IHNob3VsZCBk byBpdCBtYW51YWxseS4NCg0KICAgIElmIHRoZSBzdWJtaXR0ZXIgZGlkbid0 IGFiaWRlIGJ5IGZvcm1hdCBjb252ZW50aW9ucyAobGluZXMgdG9vDQogICAg bG9uZywgaW5hcHByb3ByaWF0ZSBzdWJqZWN0IGxpbmUpLCAqcGxlYXNlKiBm aXggaXQuICBJbiB0aGUgY2FzZQ0KICAgIG9mIGFuIGluY29ycmVjdCBzdWJq ZWN0IGxpbmUgKHN1Y2ggYXMgIkhFTFAhIT8/IiksIGNoYW5nZSB0aGUNCiAg ICBzdWJqZWN0IGxpbmUgdG8gKHNheSkgIlJlOiBEaWZmaWN1bHRpZXMgd2l0 aCBzeW5jIFBQUCAod2FzOg0KICAgIEhFTFAhIT8/KSIuICBUaGF0IHdheSBv dGhlciBwZW9wbGUgdHJ5aW5nIHRvIGZvbGxvdyB0aGUgdGhyZWFkDQogICAg d2lsbCBoYXZlIGxlc3MgZGlmZmljdWx0eSBmb2xsb3dpbmcgaXQuDQoNCiAg ICBJbiBzdWNoIGNhc2VzLCBpdCdzIGFwcHJvcHJpYXRlIHRvIHNheSB3aGF0 IHlvdSBkaWQgYW5kIHdoeSB5b3UNCiAgICBkaWQgaXQsIGJ1dCB0cnkgbm90 IHRvIGJlIHJ1ZGUuICBJZiB5b3UgZmluZCB5b3UgY2FuJ3QgYW5zd2VyDQog ICAgd2l0aG91dCBiZWluZyBydWRlLCBkb24ndCBhbnN3ZXIuDQoNCiAgICBJ ZiB5b3UganVzdCB3YW50IHRvIHJlcGx5IHRvIGEgbWVzc2FnZSBiZWNhdXNl IG9mIGl0cyBiYWQgZm9ybWF0LA0KICAgIGp1c3QgcmVwbHkgdG8gdGhlIHN1 Ym1pdHRlciwgbm90IHRvIHRoZSBsaXN0LiAgWW91IGNhbiBqdXN0IHNlbmQN CiAgICBoaW0gdGhpcyBtZXNzYWdlIGluIHJlcGx5LCBpZiB5b3UgbGlrZS4N Cg== --0-1293066108-885107518=:6065-- From owner-freebsd-questions Sun Jan 18 05:40:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03818 for questions-outgoing; Sun, 18 Jan 1998 05:40:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from classic.diavlos.gr (root@classic.diavlos.gr [195.167.23.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03720 for ; Sun, 18 Jan 1998 05:39:30 -0800 (PST) (envelope-from lizard@freemail.gr) Received: from freemail.gr (lizard@classic.diavlos.gr [195.167.23.20]) by classic.diavlos.gr (8.7.5/8.7.3) with ESMTP id PAA11564 for ; Sun, 18 Jan 1998 15:30:23 -0200 Message-ID: <34C1E7DA.62CEDAA2@freemail.gr> Date: Sun, 18 Jan 1998 13:30:35 +0200 From: Filargyropoulos Stavros X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: [Fwd: Kernel Problem] Content-Type: multipart/mixed; boundary="------------105EE46F34FDE460D39AEA63" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. --------------105EE46F34FDE460D39AEA63 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit --------------105EE46F34FDE460D39AEA63 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <34C11F15.4438977B@freemail.gr> Date: Sat, 17 Jan 1998 23:13:57 +0200 From: Filargyropoulos Stavros X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Kernel Problem Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit I have FreeBSD version 2.2.5. I cant install. a) i make a boot disk. when i put it on the drive to boot and start the insatlation befor even the first menu i get the error: text=0x12a000 data=0x0 bss=0xa00 symblos=[+0x600+0x4+0x270+0x4+0x1f4] total=0x3a446c entrypoint=0x279000 Uncompressing kernel.... done. Booting kernel. Copyright........... .......... ......... (UNTIL HERE I DONT HAVE ANY PROBLEM BUT THIS IS THE ERROR MESSAGE:) Fatal trap 1: privileged instruction fault while in kernel mode instruction pointer = 0x8:0xf01beb8a stack pointer = 0x10:0xefbfff38 frame pointer = 0x10:0xefbfff50 code segment = base 0x0 , limit 0xfffff , type 0x1b = DPL 0 , pres 1 , def32 1 , gran 1 processor eflags = resume , IOPL=0 current process = 0 ( ) interrupt mask = net tty bio panic: privileged instruction fault ( AND THEN REBOOTS) MY SYSTEM Motherboard: 02/28/96 SiS 496 - 497 / A BIOS : AWARD 2AIBR22C-00 CPU: TI486DX4-S VGACARD: S3 TRIO64V+ Modem: INTERNAL noname ON COM 3 resources , irq lpt1 : 0278 com1 : 03F8 , irq 04 com2: 02F8 , irq 03 com3(modem): 03E8-03EF , irq 04 Stavros Filargyropoulos email: lizard@freemail.gr lizard@classic.diavlos.gr --------------105EE46F34FDE460D39AEA63-- From owner-freebsd-questions Sun Jan 18 05:48:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04611 for questions-outgoing; Sun, 18 Jan 1998 05:48:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04561 for ; Sun, 18 Jan 1998 05:47:40 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id UAA02587; Sat, 17 Jan 1998 20:35:44 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 20:35:43 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Programs In-Reply-To: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: >I have completed the FreeBSD 2.2.5 install from the FTP site >over the Internet. Lets just say that my current financial status >forces me to do this without the CD for now! Learn FreeBSD and it should help you get a good job. :) > >I selected the ports during installation and think I have what I >need to get some of the programs running. Anyway I have a >/usr/ports/ directory which is full of stuff. In particular I would >like to get the sunclock program running. Do I have to get >X-Windows running first. And If so, how do I do that. Run /stand/sysinstall and (c) Configure -> (D) Distributions -> (7) Custom -> pick XFree86 (and nothing else). It will take some time to D/L X Windows over the modem however. > >Please phrase your answer in the simplest terms as many >of the responses I have received to date assume I know >what to do in between the steps. I am a total greeny on >this, although I'm a CNE with Novell, UNIX is still very >new to me. > If you are totally greeny, you need to try and read documentation and man pages. See www.freebsd.org for more info. But to answer your question -- yes, you need X window to run sunclock: sunclock-1.3 Shows which portion of the Earth's surface is illuminated by the Sun. -- Yan From owner-freebsd-questions Sun Jan 18 05:57:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05642 for questions-outgoing; Sun, 18 Jan 1998 05:57:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05597 for ; Sun, 18 Jan 1998 05:56:45 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA23292; Sat, 17 Jan 1998 19:42:34 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 19:42:34 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: FreeBSD 2.2.5 on a 486 ISA System In-Reply-To: <01BD22B2.9C7861A0@dal12-17.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Frank Griffith wrote: >I am trying to install a port over the Internet and keep hosing-up >during the process. I am still at a very fundamental level with >the FreeBSD OS, and would really like to be able to get this >thing connected. I did the install from FTP over the Internet >so the darn thing should be close. > >Let me list each step I'm taking and if you can just point out what >I need to do different, I think I can make this happen! Remember, >don't assume I'm doing anything else in between these steps. >This is exactly and only what I am doing. > >1. I start my FreeBSD system and login as root. > >2. At the # prompt I typed ftp ftp.cdrom.com. > I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host > >3. I assume that I must make a ppp connection first so I type quit at the > ftp> prompt and press > >4. Back at the # prompt I type ppp. > >5. I type term. > >6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) > >7. I get a connection and login to my ISP. > >8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > >9. I then get this prompt PPP ON >. > Then type "add 0 0 HISADDR" Then switch to another terminal with ALT-F2 or ALT-F3 and login there. After that do "ftp 165.113.121.81" (165.113.121.81 is ftp.freebsd.org, but use IP address in case your DNS is not yet configured) See "man ppp" on how to automate ppp dial-up. See "man 5 resolv.conf" on how to setup your DNS resolver. -- Yan >I've experimented around from here, but can't put 2 and 2 together. ! gets >me back to the # prompt where I've tried the ftp part again, but I keep >getting the Unknow host message. > >So how do I make both things happen at once, if that's what's required? >Thanks again for your replies. I certainly am glad you're trying to help. > > From owner-freebsd-questions Sun Jan 18 06:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06070 for questions-outgoing; Sun, 18 Jan 1998 06:01:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scorpion.aracnet.com (root@scorpion.aracnet.com [205.159.88.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06044 for ; Sun, 18 Jan 1998 06:01:35 -0800 (PST) (envelope-from beattie@aracnet.com) Received: from shelob.aracnet.com (shelob.aracnet.com [205.159.88.2]) by jumping-spider.aracnet.com (8.8.5/8.8.5) with ESMTP id OAA10987 for ; Sat, 17 Jan 1998 14:48:48 -0800 Received: from localhost by shelob.aracnet.com (8.8.5) id OAA12324; Sat, 17 Jan 1998 14:48:48 -0800 Date: Sat, 17 Jan 1998 14:48:47 -0800 (PST) From: Brian Beattie To: freebsd-questions@FreeBSD.ORG Subject: Trouble with ppp -auto Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1613954472-1765004496-885077327=:11486" Sender: owner-freebsd-questions@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. ---1613954472-1765004496-885077327=:11486 Content-Type: TEXT/PLAIN; charset=US-ASCII I'm having trouble connecting to my ISP using ijj-ppp on a 2.2.5R system. When I use either ppp -auto of ppp I never get past the LCP phase. If I do use ppp and the term command to dial the connection seems to come up fine. Attached is a copy of my ppp.log with lines at the beginning of each attempt, ppp -auto before the ppp -auto attempt and Manual Dial before the other. Can any body give me a clue as to what is going on and what I can do about it? I would really like to use demand dialing. Thanx beattie beattie@aracnet.com ---1613954472-1765004496-885077327=:11486 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="ppp.log" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: cHBwIC1hdXRvDQpKYW4gMTcgMTQ6MzY6MDggY295b3RlIHBwcFs5NDFdOiBQ aGFzZTogVXNpbmcgaW50ZXJmYWNlOiB0dW4wIA0KSmFuIDE3IDE0OjM2OjMx IGNveW90ZSBwcHBbOTQyXTogTENQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAt LT4gQ2xvc2VkIA0KSmFuIDE3IDE0OjM2OjMxIGNveW90ZSBwcHBbOTQyXTog TENQOiBMY3BTZW5kQ29uZmlnUmVxIA0KSmFuIDE3IDE0OjM2OjMxIGNveW90 ZSBwcHBbOTQyXTogTENQOiAgQUNGQ09NUCANCkphbiAxNyAxNDozNjozMSBj b3lvdGUgcHBwWzk0Ml06IExDUDogIFBST1RPQ09NUCANCkphbiAxNyAxNDoz NjozMSBjb3lvdGUgcHBwWzk0Ml06IExDUDogIEFDQ01BUCBbNl0gMDAwMDAw MDAgDQpKYW4gMTcgMTQ6MzY6MzEgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBN UlUgWzRdIDE1MDAgDQpKYW4gMTcgMTQ6MzY6MzEgY295b3RlIHBwcFs5NDJd OiBMQ1A6ICBNQUdJQ05VTSBbNl0gNzJiZTk5Y2EgDQpKYW4gMTcgMTQ6MzY6 MzEgY295b3RlIHBwcFs5NDJdOiBMQ1A6IFN0YXRlIGNoYW5nZSBDbG9zZWQg LS0+IFJlcS1TZW50IA0KSmFuIDE3IDE0OjM2OjMyIGNveW90ZSBwcHBbOTQy XTogTENQOiBSZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3RhdGUg PSBSZXEtU2VudCAoNikgDQpKYW4gMTcgMTQ6MzY6MzIgY295b3RlIHBwcFs5 NDJdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjMyIGNveW90ZSBw cHBbOTQyXTogTENQOiAgUFJPVE9DT01QIA0KSmFuIDE3IDE0OjM2OjMyIGNv eW90ZSBwcHBbOTQyXTogTENQOiAgQUNDTUFQIDAwMDAwMDAwIA0KSmFuIDE3 IDE0OjM2OjMyIGNveW90ZSBwcHBbOTQyXTogTENQOiAgTVJVIDE1MDAgDQpK YW4gMTcgMTQ6MzY6MzIgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBNQUdJQ05V TSA3MmJlOTljYSANCkphbiAxNyAxNDozNjozMiBjb3lvdGUgcHBwWzk0Ml06 IExDUDogTWFnaWMgaXMgc2FtZSAoNzJiZTk5Y2EpIC0gMSB0aW1lcyANCkph biAxNyAxNDozNjozMiBjb3lvdGUgcHBwWzk0Ml06IExDUDogU2VuZENvbmZp Z05hayhSZXEtU2VudCkgDQpKYW4gMTcgMTQ6MzY6MzIgY295b3RlIHBwcFs5 NDJdOiBMQ1A6ICBNQUdJQ05VTSA3MmJlOTljYSANCkphbiAxNyAxNDozNjoz MiBjb3lvdGUgcHBwWzk0Ml06IExDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJl cXVlc3QgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIA0KSmFuIDE3IDE0OjM2 OjMyIGNveW90ZSBwcHBbOTQyXTogTENQOiAgTUFHSUNOVU0gYmVlZGE0YTUg DQpKYW4gMTcgMTQ6MzY6MzIgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBQUk9U T0NPTVAgDQpKYW4gMTcgMTQ6MzY6MzIgY295b3RlIHBwcFs5NDJdOiBMQ1A6 ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjMyIGNveW90ZSBwcHBbOTQyXTog TENQOiBTZW5kQ29uZmlnQWNrKFJlcS1TZW50KSANCkphbiAxNyAxNDozNjoz MiBjb3lvdGUgcHBwWzk0Ml06IExDUDogIE1BR0lDTlVNIGJlZWRhNGE1IA0K SmFuIDE3IDE0OjM2OjMyIGNveW90ZSBwcHBbOTQyXTogTENQOiAgUFJPVE9D T01QIA0KSmFuIDE3IDE0OjM2OjMyIGNveW90ZSBwcHBbOTQyXTogTENQOiAg QUNGQ09NUCANCkphbiAxNyAxNDozNjozMiBjb3lvdGUgcHBwWzk0Ml06IExD UDogU3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stU2VudCANCkphbiAx NyAxNDozNjozMyBjb3lvdGUgcHBwWzk0Ml06IExDUDogUmVjZWl2ZWQgQ29u ZmlndXJlIFJlcXVlc3QgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIA0KSmFu IDE3IDE0OjM2OjMzIGNveW90ZSBwcHBbOTQyXTogTENQOiAgTUFHSUNOVU0g ODZjNjJjMTYgDQpKYW4gMTcgMTQ6MzY6MzMgY295b3RlIHBwcFs5NDJdOiBM Q1A6ICBQUk9UT0NPTVAgDQpKYW4gMTcgMTQ6MzY6MzMgY295b3RlIHBwcFs5 NDJdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjMzIGNveW90ZSBw cHBbOTQyXTogTENQOiBTZW5kQ29uZmlnQWNrKEFjay1TZW50KSANCkphbiAx NyAxNDozNjozMyBjb3lvdGUgcHBwWzk0Ml06IExDUDogIE1BR0lDTlVNIDg2 YzYyYzE2IA0KSmFuIDE3IDE0OjM2OjMzIGNveW90ZSBwcHBbOTQyXTogTENQ OiAgUFJPVE9DT01QIA0KSmFuIDE3IDE0OjM2OjMzIGNveW90ZSBwcHBbOTQy XTogTENQOiAgQUNGQ09NUCANCkphbiAxNyAxNDozNjozNiBjb3lvdGUgcHBw Wzk0Ml06IExDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDIpIHN0 YXRlID0gQWNrLVNlbnQgKDgpIA0KSmFuIDE3IDE0OjM2OjM2IGNveW90ZSBw cHBbOTQyXTogTENQOiAgTUFHSUNOVU0gODZjNjJjMTYgDQpKYW4gMTcgMTQ6 MzY6MzYgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBQUk9UT0NPTVAgDQpKYW4g MTcgMTQ6MzY6MzYgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBBQ0ZDT01QIA0K SmFuIDE3IDE0OjM2OjM2IGNveW90ZSBwcHBbOTQyXTogTENQOiBTZW5kQ29u ZmlnQWNrKEFjay1TZW50KSANCkphbiAxNyAxNDozNjozNiBjb3lvdGUgcHBw Wzk0Ml06IExDUDogIE1BR0lDTlVNIDg2YzYyYzE2IA0KSmFuIDE3IDE0OjM2 OjM2IGNveW90ZSBwcHBbOTQyXTogTENQOiAgUFJPVE9DT01QIA0KSmFuIDE3 IDE0OjM2OjM2IGNveW90ZSBwcHBbOTQyXTogTENQOiAgQUNGQ09NUCANCkph biAxNyAxNDozNjozOSBjb3lvdGUgcHBwWzk0Ml06IExDUDogUmVjZWl2ZWQg Q29uZmlndXJlIFJlcXVlc3QgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIA0K SmFuIDE3IDE0OjM2OjM5IGNveW90ZSBwcHBbOTQyXTogTENQOiAgTUFHSUNO VU0gODZjNjJjMTYgDQpKYW4gMTcgMTQ6MzY6MzkgY295b3RlIHBwcFs5NDJd OiBMQ1A6ICBQUk9UT0NPTVAgDQpKYW4gMTcgMTQ6MzY6MzkgY295b3RlIHBw cFs5NDJdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjM5IGNveW90 ZSBwcHBbOTQyXTogTENQOiBTZW5kQ29uZmlnQWNrKEFjay1TZW50KSANCkph biAxNyAxNDozNjozOSBjb3lvdGUgcHBwWzk0Ml06IExDUDogIE1BR0lDTlVN IDg2YzYyYzE2IA0KSmFuIDE3IDE0OjM2OjM5IGNveW90ZSBwcHBbOTQyXTog TENQOiAgUFJPVE9DT01QIA0KSmFuIDE3IDE0OjM2OjM5IGNveW90ZSBwcHBb OTQyXTogTENQOiAgQUNGQ09NUCANCkphbiAxNyAxNDozNjo0MiBjb3lvdGUg cHBwWzk0Ml06IExDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDIp IHN0YXRlID0gQWNrLVNlbnQgKDgpIA0KSmFuIDE3IDE0OjM2OjQyIGNveW90 ZSBwcHBbOTQyXTogTENQOiAgTUFHSUNOVU0gODZjNjJjMTYgDQpKYW4gMTcg MTQ6MzY6NDIgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBQUk9UT0NPTVAgDQpK YW4gMTcgMTQ6MzY6NDIgY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBBQ0ZDT01Q IA0KSmFuIDE3IDE0OjM2OjQyIGNveW90ZSBwcHBbOTQyXTogTENQOiBTZW5k Q29uZmlnQWNrKEFjay1TZW50KSANCkphbiAxNyAxNDozNjo0MiBjb3lvdGUg cHBwWzk0Ml06IExDUDogIE1BR0lDTlVNIDg2YzYyYzE2IA0KSmFuIDE3IDE0 OjM2OjQyIGNveW90ZSBwcHBbOTQyXTogTENQOiAgUFJPVE9DT01QIA0KSmFu IDE3IDE0OjM2OjQyIGNveW90ZSBwcHBbOTQyXTogTENQOiAgQUNGQ09NUCAN CkphbiAxNyAxNDozNjo0NSBjb3lvdGUgcHBwWzk0Ml06IExDUDogUmVjZWl2 ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgp IA0KSmFuIDE3IDE0OjM2OjQ1IGNveW90ZSBwcHBbOTQyXTogTENQOiAgTUFH SUNOVU0gODZjNjJjMTYgDQpKYW4gMTcgMTQ6MzY6NDUgY295b3RlIHBwcFs5 NDJdOiBMQ1A6ICBQUk9UT0NPTVAgDQpKYW4gMTcgMTQ6MzY6NDUgY295b3Rl IHBwcFs5NDJdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjQ1IGNv eW90ZSBwcHBbOTQyXTogTENQOiBTZW5kQ29uZmlnQWNrKEFjay1TZW50KSAN CkphbiAxNyAxNDozNjo0NSBjb3lvdGUgcHBwWzk0Ml06IExDUDogIE1BR0lD TlVNIDg2YzYyYzE2IA0KSmFuIDE3IDE0OjM2OjQ1IGNveW90ZSBwcHBbOTQy XTogTENQOiAgUFJPVE9DT01QIA0KSmFuIDE3IDE0OjM2OjQ1IGNveW90ZSBw cHBbOTQyXTogTENQOiAgQUNGQ09NUCANCkphbiAxNyAxNDozNjo0OCBjb3lv dGUgcHBwWzk0Ml06IExDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3Qg KDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIA0KSmFuIDE3IDE0OjM2OjQ4IGNv eW90ZSBwcHBbOTQyXTogTENQOiAgTUFHSUNOVU0gODZjNjJjMTYgDQpKYW4g MTcgMTQ6MzY6NDggY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBQUk9UT0NPTVAg DQpKYW4gMTcgMTQ6MzY6NDggY295b3RlIHBwcFs5NDJdOiBMQ1A6ICBBQ0ZD T01QIA0KSmFuIDE3IDE0OjM2OjQ4IGNveW90ZSBwcHBbOTQyXTogTENQOiBT ZW5kQ29uZmlnQWNrKEFjay1TZW50KSANCkphbiAxNyAxNDozNjo0OCBjb3lv dGUgcHBwWzk0Ml06IExDUDogIE1BR0lDTlVNIDg2YzYyYzE2IA0KSmFuIDE3 IDE0OjM2OjQ4IGNveW90ZSBwcHBbOTQyXTogTENQOiAgUFJPVE9DT01QIA0K SmFuIDE3IDE0OjM2OjQ4IGNveW90ZSBwcHBbOTQyXTogTENQOiAgQUNGQ09N UCANCkphbiAxNyAxNDozNjo1MSBjb3lvdGUgcHBwWzk0Ml06IExDUDogUmVj ZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDIpIHN0YXRlID0gQWNrLVNlbnQg KDgpIA0KSmFuIDE3IDE0OjM2OjUxIGNveW90ZSBwcHBbOTQyXTogTENQOiAg TUFHSUNOVU0gODZjNjJjMTYgDQpKYW4gMTcgMTQ6MzY6NTEgY295b3RlIHBw cFs5NDJdOiBMQ1A6ICBQUk9UT0NPTVAgDQpKYW4gMTcgMTQ6MzY6NTEgY295 b3RlIHBwcFs5NDJdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFuIDE3IDE0OjM2OjUx IGNveW90ZSBwcHBbOTQyXTogTENQOiBTZW5kQ29uZmlnQWNrKEFjay1TZW50 KSANCkphbiAxNyAxNDozNjo1MSBjb3lvdGUgcHBwWzk0Ml06IExDUDogIE1B R0lDTlVNIDg2YzYyYzE2IA0KSmFuIDE3IDE0OjM2OjUxIGNveW90ZSBwcHBb OTQyXTogTENQOiAgUFJPVE9DT01QIA0KSmFuIDE3IDE0OjM2OjUxIGNveW90 ZSBwcHBbOTQyXTogTENQOiAgQUNGQ09NUCANCkphbiAxNyAxNDozNjo1MyBj b3lvdGUgcHBwWzk0Ml06IExDUDogU2VuZFRlcm1pbmF0ZVJlcS4gDQpKYW4g MTcgMTQ6MzY6NTMgY295b3RlIHBwcFs5NDJdOiBMQ1A6IFN0YXRlIGNoYW5n ZSBBY2stU2VudCAtLT4gQ2xvc2luZyANCkphbiAxNyAxNDozNjo1NCBjb3lv dGUgcHBwWzk0Ml06IExDUDogU3RhdGUgY2hhbmdlIENsb3NpbmcgLS0+IElu aXRpYWwgDQpNYW51YWwgRGlhbA0KSmFuIDE3IDE0OjM5OjA0IGNveW90ZSBw cHBbOTUzXTogUGhhc2U6IFVzaW5nIGludGVyZmFjZTogdHVuMCANCkphbiAx NyAxNDozOTowNCBjb3lvdGUgcHBwWzk1M106IFBoYXNlOiBQUFAgU3RhcnRl ZC4gDQpKYW4gMTcgMTQ6Mzk6MjggY295b3RlIHBwcFs5NTNdOiBMQ1A6IFN0 YXRlIGNoYW5nZSBJbml0aWFsIC0tPiBDbG9zZWQgDQpKYW4gMTcgMTQ6Mzk6 MjggY295b3RlIHBwcFs5NTNdOiBMQ1A6IExjcFNlbmRDb25maWdSZXEgDQpK YW4gMTcgMTQ6Mzk6MjggY295b3RlIHBwcFs5NTNdOiBMQ1A6ICBBQ0ZDT01Q IA0KSmFuIDE3IDE0OjM5OjI4IGNveW90ZSBwcHBbOTUzXTogTENQOiAgUFJP VE9DT01QIA0KSmFuIDE3IDE0OjM5OjI4IGNveW90ZSBwcHBbOTUzXTogTENQ OiAgQUNDTUFQIFs2XSAwMDAwMDAwMCANCkphbiAxNyAxNDozOToyOCBjb3lv dGUgcHBwWzk1M106IExDUDogIE1SVSBbNF0gMTUwMCANCkphbiAxNyAxNDoz OToyOCBjb3lvdGUgcHBwWzk1M106IExDUDogIE1BR0lDTlVNIFs2XSBkYjMy ZjE5OCANCkphbiAxNyAxNDozOToyOCBjb3lvdGUgcHBwWzk1M106IExDUDog U3RhdGUgY2hhbmdlIENsb3NlZCAtLT4gUmVxLVNlbnQgDQpKYW4gMTcgMTQ6 Mzk6MjggY295b3RlIHBwcFs5NTNdOiBMQ1A6IFJlY2VpdmVkIENvbmZpZ3Vy ZSBBY2sgKDEpIHN0YXRlID0gUmVxLVNlbnQgKDYpIA0KSmFuIDE3IDE0OjM5 OjI4IGNveW90ZSBwcHBbOTUzXTogTENQOiBTdGF0ZSBjaGFuZ2UgUmVxLVNl bnQgLS0+IEFjay1SY3ZkIA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBb OTUzXTogTENQOiBSZWNlaXZlZCBDb25maWd1cmUgUmVxdWVzdCAoMSkgc3Rh dGUgPSBBY2stUmN2ZCAoNykgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBw cFs5NTNdOiBMQ1A6ICBNQUdJQ05VTSA3N2ZhZTI2YSANCkphbiAxNyAxNDoz OTozMSBjb3lvdGUgcHBwWzk1M106IExDUDogIFBST1RPQ09NUCANCkphbiAx NyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IExDUDogIEFDRkNPTVAgDQpK YW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBMQ1A6IFNlbmRDb25m aWdBY2soQWNrLVJjdmQpIA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBb OTUzXTogTENQOiAgTUFHSUNOVU0gNzdmYWUyNmEgDQpKYW4gMTcgMTQ6Mzk6 MzEgY295b3RlIHBwcFs5NTNdOiBMQ1A6ICBQUk9UT0NPTVAgDQpKYW4gMTcg MTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBMQ1A6ICBBQ0ZDT01QIA0KSmFu IDE3IDE0OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogTENQOiBTdGF0ZSBjaGFu Z2UgQWNrLVJjdmQgLS0+IE9wZW5lZCANCkphbiAxNyAxNDozOTozMSBjb3lv dGUgcHBwWzk1M106IExDUDogTGNwTGF5ZXJVcCANCkphbiAxNyAxNDozOToz MSBjb3lvdGUgcHBwWzk1M106IElQQ1A6IFN0YXRlIGNoYW5nZSBJbml0aWFs IC0tPiBDbG9zZWQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNd OiBJUENQOiBJUENQIFVwIGV2ZW50ISEgDQpKYW4gMTcgMTQ6Mzk6MzEgY295 b3RlIHBwcFs5NTNdOiBJUENQOiBJcGNwU2VuZENvbmZpZ1JlcSANCkphbiAx NyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IExDUDogIElQQUREUiBbNl0g MTkyLjE2OC4wLjQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNd OiBMQ1A6ICBDT01QUFJPVE8gWzZdIDAwMmQwZjAwIA0KSmFuIDE3IDE0OjM5 OjMxIGNveW90ZSBwcHBbOTUzXTogSVBDUDogU3RhdGUgY2hhbmdlIENsb3Nl ZCAtLT4gUmVxLVNlbnQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5 NTNdOiBDQ1A6IFN0YXRlIGNoYW5nZSBJbml0aWFsIC0tPiBDbG9zZWQgDQpK YW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBDQ1A6IENDUCBVcCBl dmVudCEhIA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogQ0NQ OiBDY3BTZW5kQ29uZmlnUmVxIA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBw cHBbOTUzXTogQ0NQOiBTdGF0ZSBjaGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2Vu dCANCkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IElQQ1A6IFJl Y2VpdmVkIENvbmZpZ3VyZSBSZXF1ZXN0ICgxKSBzdGF0ZSA9IFJlcS1TZW50 ICg2KSANCkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IElQQ1A6 ICBJUEFERFJbNl0gIDIwOS45NS4zNC42NSANCkphbiAxNyAxNDozOTozMSBj b3lvdGUgcHBwWzk1M106IElQQ1A6ICBDT01QUFJPVE9bNl0gIDAwMmQwZjAx IA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogSVBDUDogU2Vu ZENvbmZpZ0FjayhSZXEtU2VudCkgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3Rl IHBwcFs5NTNdOiBJUENQOiAgSVBBRERSWzZdICAyMDkuOTUuMzQuNjUgDQpK YW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBJUENQOiAgQ09NUFBS T1RPWzZdICAwMDJkMGYwMSANCkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBw Wzk1M106IElQQ1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNl bnQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBJUENQOiBS ZWNlaXZlZCBDb25maWd1cmUgTmFrICgxKSBzdGF0ZSA9IEFjay1TZW50ICg4 KSANCkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IElQQ1A6ICBJ UEFERFJbNl0gIDIwOS45NS4zNC44MiANCkphbiAxNyAxNDozOTozMSBjb3lv dGUgcHBwWzk1M106IElQQ1A6ICBJUEFERFJbNl0gIGNoYW5naW5nIGFkZHJl c3M6IDE5Mi4xNjguMC40ICAtLT4gMjA5Ljk1LjM0LjgyIA0KSmFuIDE3IDE0 OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogSVBDUDogSXBjcFNlbmRDb25maWdS ZXEgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBMQ1A6ICBJ UEFERFIgWzZdIDIwOS45NS4zNC44MiANCkphbiAxNyAxNDozOTozMSBjb3lv dGUgcHBwWzk1M106IExDUDogIENPTVBQUk9UTyBbNl0gMDAyZDBmMDAgDQpK YW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBDQ1A6IFJlY2VpdmVk IENvbmZpZ3VyZSBSZXF1ZXN0ICgxKSBzdGF0ZSA9IFJlcS1TZW50ICg2KSAN CkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IENDUDogU2VuZENv bmZpZ0FjayhSZXEtU2VudCkgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBw cFs5NTNdOiBDQ1A6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAtLT4gQWNrLVNl bnQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5NTNdOiBDQ1A6IFJl Y2VpdmVkIENvbmZpZ3VyZSBSZWplY3QgKDEpIHN0YXRlID0gQWNrLVNlbnQg KDgpIA0KSmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogQ0NQOiBS ZWN2Q29uZmlnUmVqLiANCkphbiAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1 M106IENDUDogIFBSRUQxWzJdICANCkphbiAxNyAxNDozOTozMSBjb3lvdGUg cHBwWzk1M106IENDUDogQ2NwU2VuZENvbmZpZ1JlcSANCkphbiAxNyAxNDoz OTozMSBjb3lvdGUgcHBwWzk1M106IElQQ1A6IFJlY2VpdmVkIENvbmZpZ3Vy ZSBBY2sgKDIpIHN0YXRlID0gQWNrLVNlbnQgKDgpIA0KSmFuIDE3IDE0OjM5 OjMxIGNveW90ZSBwcHBbOTUzXTogSVBDUDogU3RhdGUgY2hhbmdlIEFjay1T ZW50IC0tPiBPcGVuZWQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295b3RlIHBwcFs5 NTNdOiBJUENQOiBJcGNwTGF5ZXJVcCg5KS4gDQpKYW4gMTcgMTQ6Mzk6MzEg Y295b3RlIHBwcFs5NTNdOiBJUENQOiAgbXlhZGRyID0gMjA5Ljk1LjM0Ljgy ICBoaXNhZGRyID0gMjA5Ljk1LjM0LjY1IA0KSmFuIDE3IDE0OjM5OjMxIGNv eW90ZSBwcHBbOTUzXTogTENQOiBPc0xpbmt1cDogMjA5Ljk1LjM0LjY1IA0K SmFuIDE3IDE0OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogQ0NQOiBSZWNlaXZl ZCBDb25maWd1cmUgQWNrICgyKSBzdGF0ZSA9IEFjay1TZW50ICg4KSANCkph biAxNyAxNDozOTozMSBjb3lvdGUgcHBwWzk1M106IENDUDogU3RhdGUgY2hh bmdlIEFjay1TZW50IC0tPiBPcGVuZWQgDQpKYW4gMTcgMTQ6Mzk6MzEgY295 b3RlIHBwcFs5NTNdOiBDQ1A6IENjcExheWVyVXAoOSkuIA0KSmFuIDE3IDE0 OjM5OjMxIGNveW90ZSBwcHBbOTUzXTogQ0NQOiBteXByb3RvID0gMCwgaGlz cHJvdG8gPSAwIA0KSmFuIDE3IDE0OjM5OjQwIGNveW90ZSBwcHBbOTUzXTog Q0NQOiBDY3BMYXllckRvd24uIA0KSmFuIDE3IDE0OjM5OjQwIGNveW90ZSBw cHBbOTUzXTogQ0NQOiBTdGF0ZSBjaGFuZ2UgT3BlbmVkIC0tPiBTdGFydGlu ZyANCkphbiAxNyAxNDozOTo0MCBjb3lvdGUgcHBwWzk1M106IElQQ1A6IE9z TGlua2Rvd246IDIwOS45NS4zNC42NSANCkphbiAxNyAxNDozOTo0MCBjb3lv dGUgcHBwWzk1M106IElQQ1A6IElwY3BMYXllckRvd24uIA0KSmFuIDE3IDE0 OjM5OjQwIGNveW90ZSBwcHBbOTUzXTogSVBDUDogMCBvY3RldHMgaW4sIDAg b2N0ZXRzIG91dCANCkphbiAxNyAxNDozOTo0MCBjb3lvdGUgcHBwWzk1M106 IElQQ1A6IFN0YXRlIGNoYW5nZSBPcGVuZWQgLS0+IFN0YXJ0aW5nIA0KSmFu IDE3IDE0OjM5OjQwIGNveW90ZSBwcHBbOTUzXTogTENQOiBMY3BMYXllckRv d24gDQpKYW4gMTcgMTQ6Mzk6NDAgY295b3RlIHBwcFs5NTNdOiBMQ1A6IFNl bmRUZXJtaW5hdGVSZXEuIA0KSmFuIDE3IDE0OjM5OjQwIGNveW90ZSBwcHBb OTUzXTogTENQOiBTdGF0ZSBjaGFuZ2UgT3BlbmVkIC0tPiBDbG9zaW5nIA0K ---1613954472-1765004496-885077327=:11486-- From owner-freebsd-questions Sun Jan 18 06:02:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05485 for questions-outgoing; Sun, 18 Jan 1998 05:55:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05427 for ; Sun, 18 Jan 1998 05:54:39 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA21610; Sat, 17 Jan 1998 19:33:13 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 19:33:13 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Doug White cc: Leif Neland , freebsd-questions@FreeBSD.ORG Subject: Re: ELF In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Or to load it without rebooting: $ modstat see if there is linux module running already, if not, then: $ su # modload linux_mod.o -- Yan On Sat, 17 Jan 1998, Doug White wrote: >On 17 Jan 1998, Leif Neland wrote: > >> At 15 Jan 98 22:09:12 "Jonathan M. Bresler" wrote regarding Re: ELF >> >> "M> its very easy. >> "M> >> "M> brandelf -t Linux >> >> Did that. Didn't help: "Unknown binary format" when I tried running the >> executable > >Did you make sure the linuxulator was installed in rc.conf? > >linux=YES > >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 Sun Jan 18 06:02:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06217 for questions-outgoing; Sun, 18 Jan 1998 06:02:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06160 for ; Sun, 18 Jan 1998 06:02:18 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id VAA02448 for ; Sun, 18 Jan 1998 21:36:37 +0800 (WST) Date: Sun, 18 Jan 1998 21:36:36 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: mgetty Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hiya, How can we disable completely mgetty's ability to receive faxes. The -D switch doesn't seem to work reliably. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Sun Jan 18 06:10:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07021 for questions-outgoing; Sun, 18 Jan 1998 06:10:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (hometeam@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06998 for ; Sun, 18 Jan 1998 06:10:20 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.5) with SMTP id JAA00764 for ; Sun, 18 Jan 1998 09:07:59 GMT Date: Sun, 18 Jan 1998 09:07:59 +0000 (GMT) From: Jt To: questions@FreeBSD.ORG Subject: Fatal trap 12 In-Reply-To: <199801172235.WAA00299@techpower.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I Installed a boca 8 port using the following setup Boca bb1008 8 port card 0x100 - 0x138 0xb50 flags ports sio4 - sio11 freebsd 2.2.5 irq 5 At boot time everything is fine all ports picked up. There are no conflicts other then psm0 on 12 when I try to send at commands cu -l /dev/cuaa5 -s 57600 it fatal traps 12 I thought maybe a driver problem and made world last night didn't help. Can anyone help on this?? thanks in adavnce. Tj From owner-freebsd-questions Sun Jan 18 06:17:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07775 for questions-outgoing; Sun, 18 Jan 1998 06:17:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07768 for ; Sun, 18 Jan 1998 06:17:39 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id SAA02555; Sat, 17 Jan 1998 18:01:17 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 18:01:16 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Stephen Cooper cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error compiling X app from ports collection In-Reply-To: <64B0BB03967ED111A34C00A0C93295000735DE@herculis.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Stephen Cooper wrote: >I am trying to install blt from the ports under FreeBSD 2.2.5 >I have XFree86 3.3.2 which I grabbed from the Xfree Organisation > >The compiler cannot find these two header files, its right they are not >there. Are they part of Xfree 86? > >creating src/shared/Makefile >creating man/Makefile >creating library/Makefile >creating src/bltConfig.h >===> Building for blt-2.1 >making all in ./src >cc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional >-fwritable-strings -Wall -I. -I/usr/local/include >-I__Edit_./config.BLT__ bltGraph.c >In file included from bltInt.h:28, > from bltGraph.h:29, > from bltGraph.c:41: >/usr/local/include/tk.h:32: X11/Xlib.h: No such file or directory >bltGraph.c:42: X11/Xutil.h: No such file or directory >bltGraph.c:43: X11/Xatom.h: No such file or directory # locate Xutil.h /compat/linux/usr/X11R6/include/X11/Xutil.h /usr/X11R6/share/include/X11/Xutil.h # locate Xatom.h /compat/linux/usr/X11R6/include/X11/Xatom.h /usr/X11R6/share/include/X11/Xatom.h # locate Xlib.h /compat/linux/usr/X11R6/include/X11/Xlib.h /usr/X11R6/share/include/X11/Xlib.h Also, are you sure you are using 3.3.2? The most current version on ftp.xfree86.org is 3.3.1 -- which is what you really should be using :) You can get the header files from ftp.xfree86.org, just download the file X331prog.tgz from /pub/XFree86/3.3.1/binaries/FreeBSD-2.2 directory (or whatever the FreeBSD OS version you have) and it will have Xutil.h, Xatom.h and Xlib.h in it. -- Yan >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >stephenc:/usr/ports/distfiles/pub/FreeBSD/FreeBSD-current/ports/x11/blt> > >======================================================================== >Stephen Cooper BASc >mailto:5032744@pager.mirabilis.com >Internet and Systems Security Consultant >mailto:stephen.cooper@alphawest.com.au > >If you want me urgently page me with ICQ. > >Internet and Open Systems >Alphawest Pty Ltd URL: >http://www.alphawest.com.au/ios >Tel: +61 8 94296100 > > > From owner-freebsd-questions Sun Jan 18 06:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08625 for questions-outgoing; Sun, 18 Jan 1998 06:26:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08577 for ; Sun, 18 Jan 1998 06:25:41 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id JAA22388; Sun, 18 Jan 1998 09:25:23 -0500 (EST) Message-ID: <19980118092523.50065@emu.sourcee.com> Date: Sun, 18 Jan 1998 09:25:23 -0500 From: Norman C Rice To: Bernard Cheah Cc: "'faq@freebsd.org'" Subject: Re: your mail References: <01BD23F6.4A3A65B0@user32.mynet.com.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <01BD23F6.4A3A65B0@user32.mynet.com.my>; from Bernard Cheah on Sun, Jan 18, 1998 at 09:48:53AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:48:53AM -0000, Bernard Cheah wrote: > hi, > > I keep getting this message, after i switch my server from 10Mbps hub to > new 100Mbps switch. i did recompile the kernel, but the error still there, > very confusing. What type of NIC are you using? Did it get probed correctly as 100Base-T? (dmesg) > > can anyone help me on this, thanks. > > > proxy kernel log messages: > > arplookup 212.133.121.32 failed: host is not on local network > > arplookup 212.133.121.22 failed: host is not on local network > > arplookup 212.133.121.22 failed: host is not on local network > > arplookup 212.133.121.32 failed: host is not on local network Are these addresses on your local net? What is your netmask? What is the output of `netstat -rn'? What is the output of `ifconfig -a'? > > > > > > > Mynet Communications (M) Sdn. Bhd. > ~~~~~~~~~~~~~~~~~~~~~~~~~~ > Bernard Cheah > (Webmaster / Application Programmer) > http://www.mynet.com.my > mailto:bernard@mynet.com.my > Tel:+603-795 1277 Fax:+603-795 1279 > ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 06:29:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09047 for questions-outgoing; Sun, 18 Jan 1998 06:29:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09007 for ; Sun, 18 Jan 1998 06:29:18 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id SAA08694 for ; Sat, 17 Jan 1998 18:07:29 +0200 (EET) Message-ID: <34C0D732.CC8AA82C@Shevchenko.kiev.ua> Date: Sat, 17 Jan 1998 18:07:23 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: auth problem with cvs pserver Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi. I have auth problem with cvs pserver: I install cvs pserver in inetd, but can not perform cvs login from another host (also freebsd), receiving "password incorrect". local cvs work good. Is this known problem ? -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Sun Jan 18 06:34:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09692 for questions-outgoing; Sun, 18 Jan 1998 06:34:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09681 for ; Sun, 18 Jan 1998 06:34:32 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id XAA20787; Sat, 17 Jan 1998 23:04:06 -0500 (EST) Message-ID: <19980117230406.00482@emu.sourcee.com> Date: Sat, 17 Jan 1998 23:04:06 -0500 From: Norman C Rice To: Frank Griffith Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Printer Port LPT2 References: <01BD22B2.07BEA6A0@dal12-17.ppp.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <01BD22B2.07BEA6A0@dal12-17.ppp.iadfw.net>; from Frank Griffith on Fri, Jan 16, 1998 at 07:07:36PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 07:07:36PM -0600, Frank Griffith wrote: > As a new user of UNIX and FreeBSD I am still probing my way > thru the fundamentals. > > When my system boots FreeBSD 2.2.5, the following is > displayed in the hardware setups: > > lpt0 at 0x378-0x37f irq 7 on isa > lpt0: Interrupt driven port > lpt1 at 0x378-0x37f on isa > lpt1: not probed due to I/O address conflict with lpt0 at 0x378 > > I assume that lpt0 is in actuality lpt1 and lpt1 is actually lpt2: lpt0 is LPT1 and lpt1 is LPT2 from a DOS perspective. > > And this conflict/error is harmless. Correct? You're not going to physically `harm' anything, but you're also not going to be using lpt1 (LPT2) unless you fix the address conflict. The good side to this is that you are probably going to learn about the kernel configuration file and how to rebuild the FreeBSD kernel. Take a look at ``Configuring the FreeBSD Kernel'' section of the ``FreeBSD Handbook'' at http://www.freebsd.org/handbook/handbook.html -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 06:34:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09717 for questions-outgoing; Sun, 18 Jan 1998 06:34:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09683 for ; Sun, 18 Jan 1998 06:34:37 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA20737; Sat, 17 Jan 1998 22:44:41 -0500 (EST) Message-ID: <19980117224441.18140@emu.sourcee.com> Date: Sat, 17 Jan 1998 22:44:41 -0500 From: Norman C Rice To: Frank Griffith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Programs References: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <01BD22B4.3BF34BE0@dal12-17.ppp.iadfw.net>; from Frank Griffith on Fri, Jan 16, 1998 at 07:23:19PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 07:23:19PM -0600, Frank Griffith wrote: > I have completed the FreeBSD 2.2.5 install from the FTP site > over the Internet. Lets just say that my current financial status > forces me to do this without the CD for now! > > I selected the ports during installation and think I have what I > need to get some of the programs running. Anyway I have a > /usr/ports/ directory which is full of stuff. In particular I would > like to get the sunclock program running. Do I have to get > X-Windows running first. And If so, how do I do that. Yes, you will need to set up XFree86 before you can run sunclock. You should be able to build and install it before X is set up. To build sunclock cd /usr/ports/astro/sunclock make su make install > > Please phrase your answer in the simplest terms as many > of the responses I have received to date assume I know > what to do in between the steps. I am a total greeny on > this, although I'm a CNE with Novell, UNIX is still very > new to me. To install XFree86, you can either run XF86Setup (GUI) or xf86config (text based). You will need to be root (su) to perform this task. Find your display adapter and monitor specifications because you're probably going to need them. You may even have to open up your system to determine the controller on your display adapter. :-( Be sure to enter the correct data when prompted as you can *damage* your monitor by supplying incorrect data. I am not going to attempt to describe the set-up here. Please see the ``Quick-Start Guide to XFree86 Setup'' at http://www.xfree86.org/3.3.1/QuickStart.html and the ``XFree86 Frequently Asked Questions'' at http://www.xfree86.org/FAQ/index.html for guidance. If you run into trouble, post your problem/question to this list. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 06:35:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09735 for questions-outgoing; Sun, 18 Jan 1998 06:35:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09691 for ; Sun, 18 Jan 1998 06:34:46 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id VAA20515; Sat, 17 Jan 1998 21:30:59 -0500 (EST) Message-ID: <19980117213059.01836@emu.sourcee.com> Date: Sat, 17 Jan 1998 21:30:59 -0500 From: Norman C Rice To: pizzaman@mail.on.rogers.wave.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing Free BDS with the WAVE References: <34B6CA45.477D@rogers.wave.ca> <98Jan13.194332-0500_est.325984-15743+1000@mail.on.rogers.wave.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <98Jan13.194332-0500_est.325984-15743+1000@mail.on.rogers.wave.ca>; from pizzaman@mail.on.rogers.wave.ca on Tue, Jan 13, 1998 at 07:38:28PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 13, 1998 at 07:38:28PM +0000, pizzaman@mail.on.rogers.wave.ca wrote: > Date: Mon, 12 Jan 1998 22:28:29 -0800 (PST) > From: Doug White > Reply-to: Doug White > To: Brent Johnson > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: installing Free BDS with the WAVE > > On Sat, 10 Jan 1998, Brent Johnson wrote: > > > > Okay so I decided to ditch Linux because I can't figure out how to > > > install my SMC8416 etrhernet card which is connected to the cable modem. > > > So I try FreeBDS and decided that, since it supposedly supports that > > > card, I'd try and use the internet install method and guess what??? > > > No joy. > > > > Eh? Check the boot probes; it should respond as ed0 (or de0 -- is it a > > PCI or ISA card?). If it's not found and it's an ISA card, type `-c' at > > the boot: prompt and make sure the settings match those set on the card. > > It does not find ed0 at all. It says that there is no device (or > something to that effect ). I used the install program that my card > came with to check out it's IRQ and IO addresses. Io is 240 and the > IRG is 11. The program tells me (well actually it shows me since my > computer does not talk :^) ) that it is a 8416T 10Base-T i/o base > 240 IRQ 11 node address 00-E0-29-03-21-27 (whatever that is). I had ^^^^^^^^^^^^^^^^^ That would be the MAC address of your card. > configured the kernel and put in the values that I was given but > ...as I said before Still no joy. Oh yea, it is an Isa card. When the > Guy from Rogers Wave came over to do the install he said he couldn't > get the PCI card to work since I had an older Pentium PCI model and > the plug and play didn't work the way it should.He replaced it with a > ISA 16 bit card. Of course he also claimed the system didn't work and > he would have to get someone to check it out the next day. (I was > using the internet ten minutes after he left, It worked fine). > I have reinstalled the card on two occassions under windows 95 with > noproblem. So I do know how to set the parameters in TCPIP. (I do not > mean to sound snotty when I say this, I just mnetion it so you will > get the idea that I sorta know what I am doing) > > > Before you can get anywhere, we need to find the card. Once that's > > found, then we can go on to configuring the system to talk to your > > network. > > I would love to be able to find the card. Truth to tell I don't care > which Unix clone I use as long as I can get one of them to work. I've > about had it with Linux at this point. The only reason I want a Unix > clone is to use the internet. Once I can get the family using it then > I plan on chucking Windows forever. > > > If you're having trouble, please post the output of the `dmesg' > > command and the current IRQ & port settings of your Ethernet card as > > supplied by the setup program (or in a pinch Win95). > > I can not output dmesg because I haven't got a clue what you're > talking about > > > (Preview: you'll have to install the WIDE DHCP client from the CD or > > FTP site.) > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > I do appreciate any help you can offer on this. My frustration level > is about to reach the top here. > > thanks > Brent Doug is asking you to mail him the output from the `dmesg' command; it reports the messages your system issued when it booted. Just redirect the output to a file and include the file in your reply. dmesg > foo Creates a file named ``foo'' with the messages that Doug needs to help you. Hang in there. FreeBSD users are pretty good at solving problems like these once they have enough background information. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 06:43:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10664 for questions-outgoing; Sun, 18 Jan 1998 06:43:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10607 for ; Sun, 18 Jan 1998 06:42:46 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id UAA07881; Sat, 17 Jan 1998 20:46:27 -0500 (EST) Date: Sat, 17 Jan 1998 20:46:27 -0500 (EST) From: "Stephen J. Roznowski" Message-Id: <199801180146.UAA07881@istari.home.net> To: grog@lemis.com Subject: Re: printer ejects blank page at start of job In-Reply-To: Mail from 'Greg Lehey ' dated: Sun, 18 Jan 1998 11:02:15 +1030 Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > From: Greg Lehey > On Sat, Jan 17, 1998 at 11:46:55AM -0500, Stephen J. Roznowski wrote: > > > > I'd check the archives, but they still appear to be down.... > > > > There was a discussion a while ago about the printer ejecting > > a blank page at the start of the job... What was the solution > > to this problem? > > What version of FreeBSD are you running? There was a bug in the > -CURRENT lpd a while back (about a month) which caused this to happen. Thanks, that was the problem. My lpd was from 24 December. Recompiling and reinstalling fixed the problem... -SR From owner-freebsd-questions Sun Jan 18 06:44:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10832 for questions-outgoing; Sun, 18 Jan 1998 06:44:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10603 for ; Sun, 18 Jan 1998 06:42:44 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id SAA08450; Sat, 17 Jan 1998 18:26:28 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 18:26:28 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk By default ppp has a timeout limit: ppp ON guildenstern> show timeout Idle Timer: 180 secs LQR Timer: 30 secs Retry Timer: 3 secs You need to "man ppp" to see what timeouts you want to change and how to do it. Another thing is that your ISP might be timing out on idle connections to clear their lines. -- Yan On Tue, 13 Jan 1998, Andrew Stevens wrote: >-- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- > >Greetings: > > I recently moved FreeBSD to a new computer (did a reinstall, only copied >motd and a few other files), and ever since the move, my modem has been >involuntarily disconnecting while I am on the internet. While I am on the >web or doing downloads, things work fine and I can be on for hours at a time >, but as soon as I do something which requires short, quick blips back and >forth between myself and another machine (in particular, checking my mail, >finger, ICQ), the modem disconnects. Any ideas what the problem might be? >I'm currently running FreeBSD 2.1.7 with the new, hacked version of ppp, >which was obtained from the FreeBSD site. > >Thanks in advance, > > > > >Andrew Stevens. > From owner-freebsd-questions Sun Jan 18 06:44:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10899 for questions-outgoing; Sun, 18 Jan 1998 06:44:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10878 for ; Sun, 18 Jan 1998 06:44:25 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id JAA22468; Sun, 18 Jan 1998 09:44:05 -0500 (EST) Message-ID: <19980118094405.39147@emu.sourcee.com> Date: Sun, 18 Jan 1998 09:44:05 -0500 From: Norman C Rice To: Diamler - benz research center india pvt ltd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Named not working References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Diamler - benz research center india pvt ltd on Sun, Jan 18, 1998 at 03:45:45PM +0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 03:45:45PM +0500, Diamler - benz research center india pvt ltd wrote: > Dear Sir/Madam > > I am trying to configure a FreeBSD system as our local mail and Internet > server.Our connection to the Net is through an ISP, to whom we have a > modem connection. How do I configure my name server to pass on all > requests to my ISP ? I have tried adding a "forwarders" line to > named.boot, but it still doesn't seem to be working. I have also > discovered that my inetd.conf file doesn't contain an entry for named. > Could that be a problem ? Is `named' running? If you're running a recent version of FreeBSD (2.2.2+), named is started by enabling it in /etc/rc.conf (/etc/rc.network actually starts it). named_enable="YES" # Run named, the DNS server (or NO). named_flags="-b /etc/namedb/named.boot" # Flags to named (if enabled). There may be some confusion between DNS MX records and mail transfer. Some applications (Netscape, etc.) have their own idea as to where the POP3/SMTP server(s) are located. Could you give an example of what's going awry? > Also, is there a way of changing my default DNS > to point to my ISP ? Have you tried adding your ISP's nameservers to /etc/resolv.conf? Ensure that your ISP's name servers are listed before other name servers. nameserver XXX.XXX.XXX.XXX nameserver YYY.YYY.YYY.YYY. > > Ritwik Bhattacharya > > Daimler Benz Research Centre India Pvt. Ltd. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 06:46:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11276 for questions-outgoing; Sun, 18 Jan 1998 06:46:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from liaison.net (liaison.net [209.43.234.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11232 for ; Sun, 18 Jan 1998 06:46:31 -0800 (PST) (envelope-from cgray@liaison.net) Received: from localhost (cgray@localhost) by liaison.net (8.8.7/8.8.7) with SMTP id BAA10418 for ; Sun, 18 Jan 1998 01:23:19 -0800 (PST) (envelope-from cgray@liaison.net) Date: Sun, 18 Jan 1998 01:23:19 -0800 (PST) From: "Cyrus H. Gray" To: freebsd-questions@FreeBSD.ORG Subject: Qualcomm popper vs. UW's ipop3d? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What are the differences between popper, and ipop3d? I am currently running Qualcomm's and am considering switching to the UW's ipop3d. thank you for any help Cyrus From owner-freebsd-questions Sun Jan 18 07:07:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12911 for questions-outgoing; Sun, 18 Jan 1998 07:07:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12901 for ; Sun, 18 Jan 1998 07:07:36 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA24901; Sat, 17 Jan 1998 19:51:45 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 19:51:45 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: "Kevin M. Young" cc: questions@FreeBSD.ORG Subject: Re: Help with Getting X Windows Loaded? In-Reply-To: <3.0.1.32.19980117033357.0090be20@mail.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk "man xdm" if you already have X windows installed. For xdm to start when system is rebooted add this to /etc/rc.local: sleep 2 /usr/X11R6/bin/xdm & If you can't get into X windows even by running /usr/X11R6/bin/startx then you have an X window config problem and would have to give us more info before we can help you. -- Yan On Sat, 17 Jan 1998, Kevin M. Young wrote: >I recently purchased FreeBSD 2.2.5 on CDROM. I installed the sytem today >on my personal computer which I use for school. Along with FreeBSD, I have >two other operating systems, Win 95 and Win NT. Win 95 is on the same >physical hardrive as FreeBSD (the c: drive). I have zero problems with the >boot manager and loading any of the operating systems. I am able to get to >FreeBSD just fine. Here is what I need help with now. > >I can't get into X Windows. I would like to configure FreeBSD to >automatically bring up the XWindows log on. I have tried for hours tonight >to get it configured to do this, but with no avail. I would appreciate >your assistance on how to configure FREEBSD to do this. Thank you. > >Sincerely, > >Kevin M. Young > > From owner-freebsd-questions Sun Jan 18 07:08:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13043 for questions-outgoing; Sun, 18 Jan 1998 07:08:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wilma.widomaker.com (smtp@wilma.widomaker.com [204.17.220.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA13037 for ; Sun, 18 Jan 1998 07:08:41 -0800 (PST) (envelope-from dtjones@widomaker.com) Received: from cerebus [209.96.179.66] by wilma.widomaker.com with smtp (Exim 1.62 #4) id 0xtw10-0002m7-00; Sun, 18 Jan 1998 09:47:59 -0500 Message-Id: <3.0.1.32.19980118094849.00933c80@widomaker.com> X-Sender: dtjones@widomaker.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 18 Jan 1998 09:48:49 -0500 To: freebsd-questions@FreeBSD.ORG From: David Timothy Jones Subject: Hardware Compatibility List Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What Notebook Computers can I run FreeBSD on ??? I am considering a purchase in the coming months and I would like to narrow the search to machines that will run the operating systems that I choose. I don't do 95 dtjones A man who moves mountains begins by carrying away small stones. Chinese Proverb From owner-freebsd-questions Sun Jan 18 07:28:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14759 for questions-outgoing; Sun, 18 Jan 1998 07:28:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailc.telia.com (root@mailc.telia.com [194.22.190.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14728 for ; Sun, 18 Jan 1998 07:27:57 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailc.telia.com (8.8.8/8.8.5) with ESMTP id QAA07032; Sun, 18 Jan 1998 16:17:56 +0100 (MET) Received: from partitur.se (t1o62p44.telia.com [195.198.198.44]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id QAA12937; Sun, 18 Jan 1998 16:17:47 +0100 (MET) Message-ID: <34C21D1F.999640C5@partitur.se> Date: Sun, 18 Jan 1998 16:17:51 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Michael Haro CC: freebsd-questions@FreeBSD.ORG Subject: Re: backup References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Michael Haro wrote: > > Hi, I was wondering what the best way to backup /var/mail is. > Currently I make a tar of it and save the tar on a different HD. The only > problem I have is that if you finger a user, it says they last checked > their email at the time the tar tar'ed their mailbox. > > Any idea how to fix this problem? I'd rather have finger report the > proper time. > > Thanks, > Michael Hi Michael, Try using 'dump' to a file on the second HD (or maybe 'dd'). dump 0f /hd2/file /dev/vardevice This way, you backup the entire /var; in fact, you must backup an entire file system, so unless var is it's own filesystem (it usually is), you need to backup the whole root fs... You don't have to use the device name if you have a modern system; /var is OK if it's in /etc/fstab. If you want to use gzip, try dump 0f - /var | gzip >/hd2/file.gz To restore, use 'restore': zcat /dh2/file.gz | restore if - for interactive restore. Check the man pages for more info. Also, I'm not sure what this tar option does, but *might* be able to use it: (from the tar manpage, fbsd 2.2.5:) --atime-preserve Restore the access times on files which are writ- ten to tape (note that this will change the in- ode-change time!). Good luck /Palle From owner-freebsd-questions Sun Jan 18 07:31:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15129 for questions-outgoing; Sun, 18 Jan 1998 07:31:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enterprise.tht.net (root@enterprise.tht.net [209.47.145.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA15124 for ; Sun, 18 Jan 1998 07:31:20 -0800 (PST) (envelope-from beef@beef.tht.net) Received: from beef.tht.net(really [209.47.145.99]) by enterprise.tht.net via sendmail with smtp id for ; Sun, 18 Jan 1998 10:30:37 -0500 (EST) (Smail-3.2.0.91 1997-Jan-14 #2 built 1997-Mar-7) Newsgroups: comp.unix.bsd.freebsd.misc Date: Sun, 18 Jan 1998 10:32:17 -0500 (EST) From: Lanny Baron To: support@FreeBSD.ORG Subject: PPP ONLY RUNS BY ROOT AND X Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello and thank you for reading this message. I have reformatted my h/d and downloaded 2.2.5. Upon setting up Xwindows, running startx, I have found that there is no X in /usr/X11R6/bin. Is there something I have not received that would cause this? Secondly, when attempting to run ppp as a user, I get a message something to the effect of "ppp client must be run as ID 0". I did not have that problem before and now must either login as root or su myself. Is there a work around for this? Your help is much appreciated From owner-freebsd-questions Sun Jan 18 07:34:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15474 for questions-outgoing; Sun, 18 Jan 1998 07:34:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fh101.infi.net (fh101.infi.net [208.131.160.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15452 for ; Sun, 18 Jan 1998 07:34:20 -0800 (PST) (envelope-from smokee@cdt.infi.net) Received: from computer (pa1dsp22.unv.infi.net [207.51.97.46]) by fh101.infi.net (8.8.8/8.8.8) with SMTP id XAA15769 for ; Sat, 17 Jan 1998 23:02:59 -0500 (EST) Message-ID: <34C0D5CE.3FB7@cdt.infi.net> Date: Sat, 17 Jan 1998 11:01:18 -0500 From: Frank Stover Reply-To: smokee@cdt.infi.net Organization: InfiNet X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i tried using the ftp install because the cd is $39 and i want to try it out before i spend that much money. i got the boot disk and it works but i dont know how to connect to the internet with the ppp program that is uses. can you please give me some information on how i would do this. thank you. my email is chris-s@bigfoot.com From owner-freebsd-questions Sun Jan 18 07:38:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15756 for questions-outgoing; Sun, 18 Jan 1998 07:38:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from didda.est.is (root@didda.est.is [194.144.208.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15745 for ; Sun, 18 Jan 1998 07:38:20 -0800 (PST) (envelope-from totii@est.is) Received: from est.is (totii@didda.est.is [192.168.255.1]) by didda.est.is (8.8.7/8.8.7) with ESMTP id KAA08290; Sun, 18 Jan 1998 10:52:30 GMT (envelope-from totii@est.is) Message-ID: <34C1DEED.99DEEA9C@est.is> Date: Sun, 18 Jan 1998 10:52:29 +0000 From: Thordur Ivarsson X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Dan Busarow CC: Font , questions@FreeBSD.ORG Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dan Busarow wrote: > > On Sun, 18 Jan 1998, Thordur Ivarsson wrote: > > This rule is rather nasty: If sender has not legimate A record in name > > server the rule fails and sends back error, CNAME record is not enough > > for sender. > > It may be that from time to time we bounce legitimate mail. But > I haven't received any complaints and I've had this turned on for > several months now. We also return a 451 error meaning that they > will retry on a DNS hickup. > I am not saying that it is not goot, just telling the truth, If you don't know of this 'annoyance' of dns lookup for mail, you can not answer someone with legimate mailaddress (CNAME though) that asks you why his mail bounces. I belive that everyone that use good SPAM filtering are doing good things and when all measures are taken, with resonable care and knowledge of what we are doing, the spammers are off the net. The golden rule is always: Do what ever you can, but understand why and how! -- Ţórđur Ívarsson Thordur Ivarsson Rafeindavirki Electronic technician Norđurgötu 30 Nordurgotu 30 Box 309 Box 309 602 Akureyri 602 Akureyri Ísland Iceland --------------------------------------------- FreeBSD has good features, Some others are full of unwanted features! --------------------------------------------- From owner-freebsd-questions Sun Jan 18 07:38:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15780 for questions-outgoing; Sun, 18 Jan 1998 07:38:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from didda.est.is (root@didda.est.is [194.144.208.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15754 for ; Sun, 18 Jan 1998 07:38:28 -0800 (PST) (envelope-from totii@est.is) Received: from est.is (totii@didda.est.is [192.168.255.1]) by didda.est.is (8.8.7/8.8.7) with ESMTP id AAA17209; Sun, 18 Jan 1998 00:10:07 GMT (envelope-from totii@est.is) Message-ID: <34C1485E.977C0065@est.is> Date: Sun, 18 Jan 1998 00:10:06 +0000 From: Thordur Ivarsson X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Dan Busarow CC: Font , questions@FreeBSD.ORG Subject: Re: MAIL FROM: address check commented out in /etc/mail additions? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dan Busarow wrote: > > On Thu, 15 Jan 1998, Font wrote: > > closer examination I found that a line in sendmail.cf.additions had been > > commented out: > > > > # R $* < @ $+ > $#error $: "451 Domain does not resolve" > > > > I was just curious as to whether this was intentional (what are the > > disadvantages here? can some legit mail be rejected?) or just overlooked. > This rule is rather nasty: If sender has not legimate A record in name server the rule fails and sends back error, CNAME record is not enough for sender. > Can't tell you why the line is commented out but I can say that > since adding this our spam has gone *way* down. It catches several > hundred a day. More than any of the other anti-spam checks. > > I haven't checked in some time but I did monitor the logs closely > after installing it and only found one instance where it looked > like a legitimate, but misconfigured mailer. I contacted the > customer it was addressed to and asked if he knew how to get in > touch with the apparent sender and my customer said "those guys > have been spamming me" :) > > IOW, it really seems to work well. > -- Ţórđur Ívarsson Thordur Ivarsson Rafeindavirki Electronic technician Norđurgötu 30 Nordurgotu 30 Box 309 Box 309 602 Akureyri 602 Akureyri Ísland Iceland --------------------------------------------- FreeBSD has good features, Some others are full of unwanted features! --------------------------------------------- From owner-freebsd-questions Sun Jan 18 07:42:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16227 for questions-outgoing; Sun, 18 Jan 1998 07:42:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freeside.echo-on.net (root@freeside.echo-on.net [205.206.80.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16191 for ; Sun, 18 Jan 1998 07:41:27 -0800 (PST) (envelope-from smason@echo-on.net) Received: from Shane.infomason.com (max2-38.echo-on.net [205.206.81.86]) by freeside.echo-on.net (8.8.5/8.8.5) with SMTP id KAA04152 for ; Sun, 18 Jan 1998 10:41:08 -0500 (EST) Message-ID: <34C0D012.7575@echo-on.net> Date: Sat, 17 Jan 1998 10:36:50 -0500 From: Shane Mason Reply-To: smason@echo-on.net Organization: The InfoMason X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Printing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I am looking for a printcap entry for the following printers Canon BJC4100 Epson Stylus 400,600,600 Can anyone help me? I have posted a request on the NetBSD mailing lists, but have recieved no answer. Thanks for your help ICMan From owner-freebsd-questions Sun Jan 18 07:53:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17188 for questions-outgoing; Sun, 18 Jan 1998 07:53:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17175 for ; Sun, 18 Jan 1998 07:53:39 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA22456; Sat, 17 Jan 1998 19:37:44 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 19:37:44 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Alexi Kerbel cc: freebsd-questions@FreeBSD.ORG Subject: Re: Final step of install not good. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk There is a documentation on how to make boot disk. Take a look at www.freebsd.org later, it might be down right now. You will have to D/L distribtuion on your HD from ftp.freebsd.org and then make floppies by hand. It is much easier to install over the internet however with ftp: ftp.freebsd.org/pub/FreeBSD -- Yan On Sat, 17 Jan 1998, Alexi Kerbel wrote: >Ok, i have boot.flp but when it is installing it asks for the instalation disk ( >I chose floppy install) maybe you can tell me where to get it on the FTP or send >me a install disk to: > >Alosha Kerbel >17630 27th Ave N >Plymouth MN 55447-1608 >USA > > >Reply to: Tommer@Angelfire.com > > > > >Angelfire for your free web-based e-mail. http://www.angelfire.com > From owner-freebsd-questions Sun Jan 18 07:56:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17530 for questions-outgoing; Sun, 18 Jan 1998 07:56:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17520 for ; Sun, 18 Jan 1998 07:56:23 -0800 (PST) (envelope-from panda@peace.com.my) Received: from lovebox ([202.184.153.99]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id XAA03684; Sun, 18 Jan 1998 23:42:01 +0800 (SGT) Date: Sun, 18 Jan 1998 23:42:01 +0800 (SGT) Message-Id: <3.0.32.19980118234853.00952c10@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: don@partsnow.com From: chas Subject: security and scripts ? (was Re: Tcl/Tk tutorial recommendations?) Cc: questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 02:51 PM 1/17/98 -0800, Don Wilde wrote: >Graphical Applications in Tcl & Tk, 2ed, by Eric Foster Johnson >M & T Press www.mandt.com. Covers version 8. > >Tcl has [somewhat] cleaner syntax than Perl, but I'm not sure even Sun >can push it past CPAN. I liked using the 'expect' extension for FreeBSD >housekeeping, On that note, I was recommended Expect for scripting a webpage for users to change their email passwords. Is this secure ? (bit dubious of anything that runs with privileges to change the /etc/passwd file) chas From owner-freebsd-questions Sun Jan 18 07:56:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17591 for questions-outgoing; Sun, 18 Jan 1998 07:56:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17578 for ; Sun, 18 Jan 1998 07:56:48 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id KAA22720; Sun, 18 Jan 1998 10:56:42 -0500 (EST) Message-ID: <19980118105642.62257@emu.sourcee.com> Date: Sun, 18 Jan 1998 10:56:42 -0500 From: Norman C Rice To: David Timothy Jones Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hardware Compatibility List References: <3.0.1.32.19980118094849.00933c80@widomaker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3.0.1.32.19980118094849.00933c80@widomaker.com>; from David Timothy Jones on Sun, Jan 18, 1998 at 09:48:49AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:48:49AM -0500, David Timothy Jones wrote: > What Notebook Computers can I run FreeBSD on ??? > > I am considering a purchase in the coming months and I would like to narrow > the search to machines that will run the operating systems that I choose. I > don't do 95 > > dtjones > A man who moves mountains > begins by carrying away small stones. > > Chinese Proverb Take a look at the ``PAO: FreeBSD Mobile Computing Package'' at http://www.jp.freebsd.org/PAO/ The ``Laptop Survey'' and ``Supported Cards'' sections should answer your question. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 08:14:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19047 for questions-outgoing; Sun, 18 Jan 1998 08:14:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19002 for ; Sun, 18 Jan 1998 08:13:54 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA05409; Sun, 18 Jan 1998 12:18:15 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA13180; Sun, 18 Jan 1998 12:18:14 +1030 (CST) (envelope-from grog) Message-ID: <19980118121814.26220@lemis.com> Date: Sun, 18 Jan 1998 12:18:14 +1030 From: Greg Lehey To: "Stephen J. Roznowski" Cc: questions@FreeBSD.ORG Subject: Re: printer ejects blank page at start of job References: <199801180146.UAA07881@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801180146.UAA07881@istari.home.net>; from Stephen J. Roznowski on Sat, Jan 17, 1998 at 08:46:27PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 08:46:27PM -0500, Stephen J. Roznowski wrote: >> From: Greg Lehey >> On Sat, Jan 17, 1998 at 11:46:55AM -0500, Stephen J. Roznowski wrote: >>> >>> I'd check the archives, but they still appear to be down.... >>> >>> There was a discussion a while ago about the printer ejecting >>> a blank page at the start of the job... What was the solution >>> to this problem? >> >> What version of FreeBSD are you running? There was a bug in the >> -CURRENT lpd a while back (about a month) which caused this to happen. > > Thanks, that was the problem. My lpd was from 24 December. Recompiling > and reinstalling fixed the problem... Good to hear they've fixed it :-) I've been running an older version. Greg From owner-freebsd-questions Sun Jan 18 08:14:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19102 for questions-outgoing; Sun, 18 Jan 1998 08:14:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19031 for ; Sun, 18 Jan 1998 08:14:01 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA05346; Sun, 18 Jan 1998 11:02:16 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA11505; Sun, 18 Jan 1998 11:02:15 +1030 (CST) (envelope-from grog) Message-ID: <19980118110215.41959@lemis.com> Date: Sun, 18 Jan 1998 11:02:15 +1030 From: Greg Lehey To: "Stephen J. Roznowski" Cc: questions@FreeBSD.ORG Subject: Re: printer ejects blank page at start of job References: <199801171646.LAA09800@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801171646.LAA09800@istari.home.net>; from Stephen J. Roznowski on Sat, Jan 17, 1998 at 11:46:55AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 11:46:55AM -0500, Stephen J. Roznowski wrote: > > I'd check the archives, but they still appear to be down.... > > There was a discussion a while ago about the printer ejecting > a blank page at the start of the job... What was the solution > to this problem? What version of FreeBSD are you running? There was a bug in the -CURRENT lpd a while back (about a month) which caused this to happen. Greg From owner-freebsd-questions Sun Jan 18 08:14:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19114 for questions-outgoing; Sun, 18 Jan 1998 08:14:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19077 for ; Sun, 18 Jan 1998 08:14:18 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA05310; Sun, 18 Jan 1998 10:43:00 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA11433; Sun, 18 Jan 1998 10:42:59 +1030 (CST) (envelope-from grog) Message-ID: <19980118104259.25316@lemis.com> Date: Sun, 18 Jan 1998 10:42:59 +1030 From: Greg Lehey To: Prashanth Mylvarabatla Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fvwmrc References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Prashanth Mylvarabatla on Sat, Jan 17, 1998 at 03:44:57AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 03:44:57AM -0600, Prashanth Mylvarabatla wrote: > Hi: > > I recently installed freebsd and I have the fvwm windows manager. > The display is not accurate(say the xterm dosent appear to be in a > perfect rectangular shape, same case if I open any editor),I dont > know where to configure this ?? > > 1. Do I have have to specify my monitor type in .fvwmrc ? No. You don't say what exactly is wrong, but this sounds like some kind monitor geometry problem. There are a number of possibilities. First, try to adjust your monitor. This will only work if your geometry problems are small. If you can't solve it by adjusting the monitor, there is a good chance that you are running the monitor out of spec. It still displays, but it can't maintain the geometry. If this is the case, there is also a good chance of burning out the monitor by running it like this. Modify the /etc/XF86Config file to suit your monitor. Typically, the value you need to change is the HorizSync value. Here's a typical entry: # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-45 Where do you get the correct values from? Ah, there's the rub. The correct answer *should* be "from the monitor manual". If you can find one there, use it (the important value is the upper value, 45 in this example. X doesn't go below 31.5 kHz, and all PC monitors support that). If you can't find a frequency spec, check /usr/X11R6/lib/X11/doc/Monitors, which lists every monitor except yours (or so it seems). If you still can't find anything, send me a reply with what information you *can* get about the monitor. Greg From owner-freebsd-questions Sun Jan 18 08:14:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19110 for questions-outgoing; Sun, 18 Jan 1998 08:14:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19049 for ; Sun, 18 Jan 1998 08:14:12 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA05332; Sun, 18 Jan 1998 10:55:50 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA11483; Sun, 18 Jan 1998 10:55:49 +1030 (CST) (envelope-from grog) Message-ID: <19980118105549.55824@lemis.com> Date: Sun, 18 Jan 1998 10:55:49 +1030 From: Greg Lehey To: Greg Pavelcak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ccd References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Greg Pavelcak on Sat, Jan 17, 1998 at 08:48:06AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 08:48:06AM -0500, Greg Pavelcak wrote: > I'm running short on hard disk space, and I'm thinking about getting a > new drive to add to my setup. That leads me to a few ccd questions. I > hope this isn't a repost. I've been getting my lists now for over two > days and haven't seen it show up. > > 1. Any advice on what to read on ccd. I read man ccd, man ccdconfig, > and the diskformat tutorial. They seem to be more for the person who > understands what ccd is but doesn't know how to make it happen on > FreeBSD. Yes, the CCD man pages are not the best documentation available. Unfortunately, I don't know anything better. > 2. Can you ccd IDE devices, Yes. > 3. Can you do ccdconfig at any time. That is, it seems like something > one would want to do early on, perhaps at the beginning of the > installation process, and then make file systems on ccd. I don't think you could have a CCD root file system: there's a chicken and egg problem inherent in this, since the boot doesn't understand CCD. I also strongly suspect that you wouldn't be able to start the CCD system before installation, though I could be wrong about that. If I were doing this now, I would probably install normally (if necessary), back up the non-root file systems, reboot in single-user mode, repartition and create file systems for CCD, and then restore the data. Greg From owner-freebsd-questions Sun Jan 18 08:14:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19113 for questions-outgoing; Sun, 18 Jan 1998 08:14:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18975 for ; Sun, 18 Jan 1998 08:13:39 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id OAA05539; Sun, 18 Jan 1998 14:25:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id OAA00640; Sun, 18 Jan 1998 14:25:12 +1030 (CST) (envelope-from grog) Message-ID: <19980118142512.62444@lemis.com> Date: Sun, 18 Jan 1998 14:25:12 +1030 From: Greg Lehey To: Greg Pavelcak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ccd References: <19980118105549.55824@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Greg Pavelcak on Sat, Jan 17, 1998 at 09:43:23PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 09:43:23PM -0500, Greg Pavelcak wrote: > > On 18-Jan-98 Greg Lehey wrote: >> On Sat, Jan 17, 1998 at 08:48:06AM -0500, Greg Pavelcak wrote: >>> I'm running short on hard disk space, and I'm thinking about getting >>> a >>> new drive to add to my setup. That leads me to a few ccd questions. >>> I >>> hope this isn't a repost. I've been getting my lists now for over >>> two >>> days and haven't seen it show up. >>> >>> 1. Any advice on what to read on ccd. I read man ccd, man ccdconfig, >>> and the diskformat tutorial. They seem to be more for the person who >>> understands what ccd is but doesn't know how to make it happen on >>> FreeBSD. >> >> Yes, the CCD man pages are not the best documentation available. >> Unfortunately, I don't know anything better. >> >>> 2. Can you ccd IDE devices, >> >> Yes. >> >>> 3. Can you do ccdconfig at any time. That is, it seems like >>> something >>> one would want to do early on, perhaps at the beginning of the >>> installation process, and then make file systems on ccd. >> > > >> I don't think you could have a CCD root file system: there's a chicken >> and egg problem inherent in this, since the boot doesn't understand >> CCD. I also strongly suspect that you wouldn't be able to start the >> CCD system before installation, though I could be wrong about that. >> If I were doing this now, I would probably install normally (if >> necessary), back up the non-root file systems, reboot in single-user >> mode, repartition and create file systems for CCD, and then restore >> the data.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Thanks for the reply, but I'm afraid you lost me there. Would I just do > ccdconfig and then create file systems using sysinstall. When you say > create for ccd, does that mean that the partition editor will show the > disk as a single device /dev/ccd0? OK. Let's look at how CCD works. It creates pseudo-device such as /dev/ccd0, which look like normal disk slices to the software which accesses them. To use such a device as a file system, you first need to run newfs on it just like you would on a normal disk slice. > Sorry to be a bother, but I'd appreciate any more help anyone can > provide. I would just try these things, but I don't have the matching > disk yet. Nor do I have a good backup method (I'll tar to a bunch of > zip disks) So I want to be pretty confident about what I'm doing before > I fool with file systems. First get a good backup method. Any other way you're going to end up shooting yourself in the foot. Greg From owner-freebsd-questions Sun Jan 18 08:15:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19215 for questions-outgoing; Sun, 18 Jan 1998 08:15:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19131 for ; Sun, 18 Jan 1998 08:14:42 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA05297; Sun, 18 Jan 1998 10:27:39 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA11410; Sun, 18 Jan 1998 10:27:39 +1030 (CST) (envelope-from grog) Message-ID: <19980118102738.20686@lemis.com> Date: Sun, 18 Jan 1998 10:27:38 +1030 From: Greg Lehey To: Stanley.Hopcroft@aipo.gov.au Cc: questions@FreeBSD.ORG Subject: Re: Refernces to make world. What sources ? References: <4A25658D.008032EB.00@notes.aipo.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <4A25658D.008032EB.00@notes.aipo.gov.au>; from Stanley.Hopcroft@aipo.gov.au on Fri, Jan 16, 1998 at 07:27:06AM +1000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 16, 1998 at 07:27:06AM +1000, Stanley.Hopcroft@aipo.gov.au wrote: > > I am writing to ask where I can find documents about "make world". > > In particular, which sources must I have ?. In some instances it is much > more convenient to get as few non core items as possible. Basically, the source tree /usr/src. > Have the source requirements changed in 2.2.5 ? I don't remember having to > get scontrib with older (>= 2.1.5) versions but make complained about groff > files until I got them (the scontrib files). There has been some rearrangement. The one I noticed was that the ports tree moved from /usr/src/ports to /usr/ports. Possibly groff moved from /usr/src/gnu to /usr/src/contrib, but I couldn't be sure. On the whole, I would strongly recommend getting the complete sources in /usr/src. You may save a little space by removing things you can get away without, but the time spent trying it would offset the gain. Greg From owner-freebsd-questions Sun Jan 18 08:29:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20970 for questions-outgoing; Sun, 18 Jan 1998 08:29:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.pernet.net (mail.pernet.net [205.229.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20938 for ; Sun, 18 Jan 1998 08:28:45 -0800 (PST) (envelope-from neal@pernet.net) Received: from office.pernet.net (office.pernet.net [205.229.0.33]) by mail.pernet.net (8.8.5/8.8.4) with SMTP id KAA26524; Sun, 18 Jan 1998 10:37:21 -0600 (CST) Date: Sun, 18 Jan 1998 10:28:40 -0600 (CST) From: Neal Reply-To: neal@pernet.net To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: double kernel faults In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Nope. The second fault appears to happen when the kernel tries to sync the disks. I haven't traced ALL the way back, but it looks like this, time order being top is the start of the fault: actual fault happens trap() is called sync() is called msync() is called second fault happens trap() called sync() called msync() called reboots correctly. I don't have my notes handy(I'm in Houston for the weekend, yeah!), but I've found the actual location of the panic. Someplace along the line(inside of sync()), the vfs struct is dissapearing. When the actual sysctl macro gets called, on of the arguments is a pointer to a pointer from a NULL. I'll send a stack trace when I get back local. On Sat, 17 Jan 1998, Doug White wrote: > On Fri, 16 Jan 1998, Neal Rigney wrote: > > > > > I've got a news machine that continually page faults(I'm tracking the > > problem down right now), but here's the interesting question: > > > > When it page faults, it ALWAYS(with this error) faults a second time. In > > other words, I get "page fault while in kernel mode" etc(the REAL error I > > want to look at) immediately followed by another fault that of course > > scrolls all the information from the first fault off the screen. > > > > So, should I _really_ worry about the second fault, or chaulk it up to the > > first fault making the system go nuts? > > I'd be more interested in what the second fault is so we can resolve that > so we can actually *see* the details on the first fault ;-) > > Does the `scroll lock-up arrow' scrollback work during a panic? I forgot. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > -- Neal Rigney, PERnet Communications, (409)729-4638 neal@mail.pernet.net From owner-freebsd-questions Sun Jan 18 08:39:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21685 for questions-outgoing; Sun, 18 Jan 1998 08:39:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (root@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21680 for ; Sun, 18 Jan 1998 08:39:37 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id UAA01141; Sat, 17 Jan 1998 20:27:32 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 17 Jan 1998 20:27:32 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Alejandro Galindo cc: Doug White , freebsd-questions@FreeBSD.ORG Subject: Re: pppd messages What do it mean? In-Reply-To: <1.5.4.32.19980117002937.008ad29c@exsocom.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 16 Jan 1998, Alejandro Galindo wrote: >Ok thanks, only one more question, why the modem hungup in some sessions? > There is an idle timeout: ppp ON guildenstern> show timeout Idle Timer: 180 secs LQR Timer: 30 secs Retry Timer: 3 secs "man ppp" for more info. Also, having a .signature of 4 lines or less would be great. :) -- Yan > >Saludos >Alejandro > > >At 14:46 16/01/98 -0800, you wrote: >>On Fri, 16 Jan 1998, Alejandro Galindo wrote: >> >>> Ok, but, what happend with the route tables of my network? if i kill >>> the routed who manipulate the routes? >> >>You do, using static routes. >> >>Do you have a dynamic routing environment? Is this machine running as a >>router? Do you have more than one gateway? If the answer to any of these >>questions is `yes' then you probably need to configure routed to be nicer >>about recognizing the ppp session. I'm no very experienced with routed in >>this regard, so you'll have to check the man page. >> >>Doug White | University of Oregon >>Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >>http://gladstone.uoregon.edu/~dwhite | Computer Science Major >> >> >> >> > > ---------------------------------------------------------------------------- >| , , | >| /( )` | >| \ \___ / | | >| /- _ `-/ ' | >| (/\/ \ \ /\ | >| ExSoCom Dgo. MEXICO / / | ` \ | >| O O ) / | | >| `-^--'`< ' | >| (_.) _ ) / | >| Alejandro Galindo Chairez `.___/` / | >| Tel: (18) 179177 `-----' / | >| Fax: (18) 179177 <----. __ / __ \ | >| <----|====O)))==) \) /==== | >| e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | >| | | | >| http://www.exsocom.com.mx \ / /\| >| ______( (_ / \______/ | >| ,' ,-----' | | >| a FreeBSD user `--{__________) | > ---------------------------------------------------------------------------- > > From owner-freebsd-questions Sun Jan 18 08:50:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22287 for questions-outgoing; Sun, 18 Jan 1998 08:50:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22280 for ; Sun, 18 Jan 1998 08:50:37 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id KAA14698; Sun, 18 Jan 1998 10:55:41 GMT Date: Sun, 18 Jan 1998 10:55:41 +0000 (GMT) From: Alejandro Galindo Chairez AGALINDO To: Leonardo Madrigal cc: freebsd-questions@FreeBSD.ORG Subject: Re: HI. In-Reply-To: <34BE7B4F.643E6248@acnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes, use the samba package Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- On Thu, 15 Jan 1998, Leonardo Madrigal wrote: > Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara Mexico, > we have several FreeBsd servers, all 2.2.5-Release version, > i have a problem, we have here an internal network primary, win95 > computers, we have a shared printer on a win95 computer, the question > is: that we would like to print from FreeBSd on that hp printer on > win95, how can i do that.? > > Thanks for your time, and see you > > From owner-freebsd-questions Sun Jan 18 09:07:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23045 for questions-outgoing; Sun, 18 Jan 1998 09:07:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23038 for ; Sun, 18 Jan 1998 09:07:16 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id MAA23053; Sun, 18 Jan 1998 12:07:08 -0500 (EST) Message-ID: <19980118120708.37299@emu.sourcee.com> Date: Sun, 18 Jan 1998 12:07:08 -0500 From: Norman C Rice To: "Randy A. Katz" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SENDMAIL rejecting connections References: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3.0.5.32.19980115142633.02e1c7b0@ccsales.com>; from Randy A. Katz on Thu, Jan 15, 1998 at 02:26:33PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 15, 1998 at 02:26:33PM -0800, Randy A. Katz wrote: > Hello, > > Sorry if this question has been posed before but I'm in a small bind. > Sendmail is saying rejecting connections on ports 25: load average (it must > be too high). This is on a high load server. Is there any way of increasing > the value or telling sendmail that it shouldn't turn off. > > HELP!!! > > Thanx, > Randy Katz Hello Randy, What version of sendmail is your system running? sendmail -d0.1 < /dev/null If your system is running V8.7 or newer, set `RefuseLA' to a higher value in /etc/sendmail.cf and HUP sendmail. I believe it defaults to 12. # load average at which we refuse connections O RefuseLA=12 If your system is running an older version of sendmail, set `X' to a higher value in /etc/sendmail.cf and HUP sendmail. # load average at which we refuse connections OX12 If you want to disable the load average checking (not that I am recommending it), try #define LA_TYPE LA_ZERO in the appropriate section (BSD 4.4) of /usr/src/usr.sbin/sendmail/src/conf.h, then build and install the new version. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 09:13:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23497 for questions-outgoing; Sun, 18 Jan 1998 09:13:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scv.net (scv.net [207.213.56.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23490 for ; Sun, 18 Jan 1998 09:13:00 -0800 (PST) (envelope-from wally@scv.net) Received: from scv.scv.net (ppp117.scv.net [207.213.56.117]) by scv.net (8.6.12/8.6.12) with SMTP id JAA02438 for ; Sun, 18 Jan 1998 09:10:17 -0800 Message-Id: <3.0.1.32.19980118090718.00b1f1e8@scv.net> X-Sender: wally@scv.net X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sun, 18 Jan 1998 09:07:18 -0800 To: freebsd-questions@FreeBSD.ORG From: Wally Waliany Subject: No Route To Host Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Recently I have been having problems with one of my FreeBSD servers(2.1.0) where the DNS server is not working as the web browsers respond with server not found message. When this has happened(every 2 hrs or so) I try to do traceroute to any site and I get the No Route to host message. The other FreeBSD box does not have this problem, that is I can traceroute to any sites. I have to reload my router to fix this situation on my server and I have to do this every 2 hours. I had the same problem at Thanksgiving for a week and it went away. What can I do to fix this problem. This server was working for almost a year before I had this problem at Thanksgiving. Thanks Wally From owner-freebsd-questions Sun Jan 18 09:16:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23679 for questions-outgoing; Sun, 18 Jan 1998 09:16:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1052.jumpnet.com [207.8.67.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23664 for ; Sun, 18 Jan 1998 09:15:50 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id LAA02749; Sun, 18 Jan 1998 11:15:42 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Support References: <01BD232A.C4C6BF80@dal17-21.ppp.iadfw.net> From: Dave Marquardt Date: 18 Jan 1998 11:15:09 -0600 In-Reply-To: Frank Griffith's message of "Sat, 17 Jan 1998 09:31:47 -0600" Message-ID: <85wwfxn1pe.fsf@localhost.zilker.net> Lines: 37 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Frank Griffith writes: > Let me list each step I'm taking and if you can just point out what > I need to do different, I think I can make this happen! Remember, > don't assume I'm doing anything else in between these steps. > This is exactly and only what I am doing. > > 1. I start my FreeBSD system and login as root. > > 2. At the # prompt I typed ftp ftp.cdrom.com. (as instructed by one of you) > I get this line echoed on the display - ftp: ftp.cdrom.com: Unknown host > > 3. I assume that I must make a ppp connection first so I type quit at the > ftp> prompt and press > > 4. Back at the # prompt I type ppp. > > 5. I type term. > > 6. I type atdtxxxxxx-xxxx (x = the phone number to my ISP) > > 7. I get a connection and login to my ISP. > > 8. I see this line: > PPP session from (206.66.11.193) to 206.66.11ppp ON > Packet Mode > > 9. I then get this prompt PPP ON >. > > I've experimented around from here, but can't put 2 and 2 together. ! gets > me back to the # prompt where I've tried the ftp part again, but I keep > getting the Unknow host message. You need to set up the resolver, i.e. the file /etc/resolv.conf, so your system knows what nameservers to ask for the IP address of ftp.cdrom.com. Your ISP probably gave you some information about DNS or name servers when you signed up. -Dave From owner-freebsd-questions Sun Jan 18 09:18:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24007 for questions-outgoing; Sun, 18 Jan 1998 09:18:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23999 for ; Sun, 18 Jan 1998 09:18:47 -0800 (PST) (envelope-from jculet@slip.net) Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with esmtp (Exim 1.73 #2) id 0xtlsw-0001Nh-00; Sat, 17 Jan 1998 19:58:59 -0800 Message-ID: <34C17E46.D590FE1C@slip.net> Date: Sat, 17 Jan 1998 20:00:07 -0800 From: Jerome Culet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Qeustion Subject: [Fwd: sys symlink] Content-Type: multipart/mixed; boundary="------------C6D71967EFA86F9E00FD3F34" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. --------------C6D71967EFA86F9E00FD3F34 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------C6D71967EFA86F9E00FD3F34 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline >From jculet Sat Jan 17 16:10:54 1998 Received: from mole.slip.net [207.171.193.16] by ferret.slip.net with smtp (Exim 1.73 #8) id 0xtiKC-0000et-00; Sat, 17 Jan 1998 16:10:52 -0800 Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with esmtp (Exim 1.73 #2) id 0xtiJg-0001JL-00; Sat, 17 Jan 1998 16:10:20 -0800 Sender: root Message-ID: <34C148A9.F7562FF9@slip.net> Date: Sat, 17 Jan 1998 16:11:23 -0800 From: Jerome Culet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Qeustion Subject: sys symlink Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I noticed that the sys link in the / directory is broken. wher should this link go and can I /should I repair it? Thanks, Jerry --------------C6D71967EFA86F9E00FD3F34-- From owner-freebsd-questions Sun Jan 18 09:18:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24016 for questions-outgoing; Sun, 18 Jan 1998 09:18:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23996 for ; Sun, 18 Jan 1998 09:18:45 -0800 (PST) (envelope-from jculet@slip.net) Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with smtp (Exim 1.73 #2) id 0xtnrz-00051o-00; Sat, 17 Jan 1998 22:06:07 -0800 Message-Id: <3.0.3.32.19980117220829.0092b9a0@pop.slip.net> X-Sender: jculet@pop.slip.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 17 Jan 1998 22:08:29 -0800 To: questions@FreeBSD.ORG From: Jerome Culet JD Subject: Kernel Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Can anyone tell me how I can recompile my kernel on freebsd 2.2.5 for SYSV style IPC/Messages enabled? ie options SYSVSHM options SYSVSEM options SYSVMS Thanks, Jerry From owner-freebsd-questions Sun Jan 18 09:19:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24050 for questions-outgoing; Sun, 18 Jan 1998 09:19:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23992 for ; Sun, 18 Jan 1998 09:18:44 -0800 (PST) (envelope-from jculet@slip.net) Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with esmtp (Exim 1.73 #2) id 0xtiJg-0001JL-00; Sat, 17 Jan 1998 16:10:20 -0800 Message-ID: <34C148A9.F7562FF9@slip.net> Date: Sat, 17 Jan 1998 16:11:23 -0800 From: Jerome Culet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Qeustion Subject: sys symlink Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I noticed that the sys link in the / directory is broken. wher should this link go and can I /should I repair it? Thanks, Jerry From owner-freebsd-questions Sun Jan 18 09:20:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24236 for questions-outgoing; Sun, 18 Jan 1998 09:20:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23994 for ; Sun, 18 Jan 1998 09:18:44 -0800 (PST) (envelope-from jculet@slip.net) Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with smtp (Exim 1.73 #2) id 0xtntv-00054w-00; Sat, 17 Jan 1998 22:08:08 -0800 Message-Id: <3.0.3.32.19980117221031.0093de10@pop.slip.net> X-Sender: jculet@pop.slip.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 17 Jan 1998 22:10:31 -0800 To: questions@FreeBSD.ORG From: Jerome Culet JD Subject: sys link Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have noticed that the "sys" link in the "/" directory is broken. Can I fix it? Do I need to fixIt? Thanks, Jerry From owner-freebsd-questions Sun Jan 18 09:20:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24218 for questions-outgoing; Sun, 18 Jan 1998 09:20:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA24002 for ; Sun, 18 Jan 1998 09:18:47 -0800 (PST) (envelope-from jculet@slip.net) Received: from jculet.ip.slip.net [207.171.241.46] by mole.slip.net with esmtp (Exim 1.73 #2) id 0xtlsK-0001MX-00; Sat, 17 Jan 1998 19:58:21 -0800 Message-ID: <34C17E1E.84039905@slip.net> Date: Sat, 17 Jan 1998 19:59:27 -0800 From: Jerome Culet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Qeustion Subject: Doom Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I need somme help configuring the kernel for DOOM support, something about "options SRVCUS terminal capabilities? Thanks , Jerry From owner-freebsd-questions Sun Jan 18 09:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25406 for questions-outgoing; Sun, 18 Jan 1998 09:31:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25402 for ; Sun, 18 Jan 1998 09:31:26 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id LAA24594 for ; Sun, 18 Jan 1998 11:30:02 -0600 (CST) Date: Sun, 18 Jan 1998 11:30:01 -0600 (CST) From: "Jesse D. Walters" To: freebsd-questions@FreeBSD.ORG Subject: XMKMF Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk When trying to compile xpm-3. w/ make install it comes up with an error that says it couldn't find xmkmf. Is this an X windows system file, I noticed it is in /usr/ports/x11/files/FWF ...BTW I don't think I have x installed yet either. Thanks ---------------------------------------------------------------------------------- Jesse Walters http://users.mwci.net/~jwalt Tech Support/Customer Service Rep. jwalt@mwci.net Midwest Communications Inc. 241 Main St. Dubuque, Ia 52002 ---------------------------------------------------------------------------------- Save the whales...collect the whole set. Lottery: A tax on people who are bad at math. Always remember you are unique, just like everybody else. From owner-freebsd-questions Sun Jan 18 10:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00978 for questions-outgoing; Sun, 18 Jan 1998 10:40:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25803; Sun, 18 Jan 1998 09:36:21 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id MAA09555; Sun, 18 Jan 1998 12:36:17 -0500 (EST) Date: Sun, 18 Jan 1998 12:36:17 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have no control over this message, I get a few copies a day... Please don't stone me! Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Wed, 14 Jan 1998, spork wrote: > And as a followup to my own question, this is what fixed the "vref where > vget..." problem: > > We have three web machines, all running the same kernel, lkms, and > binaries. One of them paniced shortly after boot. The machines are > identical, except for the one that paniced, which has 128M instead of 98M. > I had mistakenly done the "installworld" with -DNOLKM, which skipped > updating the Linux lkm. For some reason, two of the machines had no > problem with the outdated lkm, and one did. Doing a "make install" in > /usr/src/lkm/linux fixed it up. > > So the lesson learned is "always update your lkms". I win a pointy hat. > > Thanks, > > Charles Sprickman > spork@super-g.com > ---- > "I'm not a prophet or a stone-age man > Just a mortal with potential of a superman > I'm living on" -DB > > On Mon, 12 Jan 1998, spork wrote: > > > I did, and I am :) Never heard anything back though... > > > > Thanks anyhow, > > > > Charles > > > > > > > > > A kernel made from sources supped today (and one from last week) are both > > > > giving the same panic shortly after a bunch of webservers start: > > > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > > should be subscribed to. > > > > > > 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 Sun Jan 18 10:40:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26746 for questions-outgoing; Sun, 18 Jan 1998 09:47:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25803; Sun, 18 Jan 1998 09:36:21 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id MAA09555; Sun, 18 Jan 1998 12:36:17 -0500 (EST) Date: Sun, 18 Jan 1998 12:36:17 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have no control over this message, I get a few copies a day... Please don't stone me! Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Wed, 14 Jan 1998, spork wrote: > And as a followup to my own question, this is what fixed the "vref where > vget..." problem: > > We have three web machines, all running the same kernel, lkms, and > binaries. One of them paniced shortly after boot. The machines are > identical, except for the one that paniced, which has 128M instead of 98M. > I had mistakenly done the "installworld" with -DNOLKM, which skipped > updating the Linux lkm. For some reason, two of the machines had no > problem with the outdated lkm, and one did. Doing a "make install" in > /usr/src/lkm/linux fixed it up. > > So the lesson learned is "always update your lkms". I win a pointy hat. > > Thanks, > > Charles Sprickman > spork@super-g.com > ---- > "I'm not a prophet or a stone-age man > Just a mortal with potential of a superman > I'm living on" -DB > > On Mon, 12 Jan 1998, spork wrote: > > > I did, and I am :) Never heard anything back though... > > > > Thanks anyhow, > > > > Charles > > > > > > > > > A kernel made from sources supped today (and one from last week) are both > > > > giving the same panic shortly after a bunch of webservers start: > > > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > > should be subscribed to. > > > > > > 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 Sun Jan 18 10:45:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01328 for questions-outgoing; Sun, 18 Jan 1998 10:45:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem09-Prairie.Lakes.com [204.220.36.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01319 for ; Sun, 18 Jan 1998 10:45:49 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id MAA00430 for ; Sat, 18 Jan 1997 12:45:46 GMT (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970118124542.006da684@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 18 Jan 1997 12:45:42 -0500 To: freebsd-questions@FreeBSD.ORG From: Child Subject: inodes Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all I keep getting / failed to create no free inodes or some\ething like that on / this started hen i tired to extract ports.tgz to /home i have 14meg left on / but no inodes how can i fix this? From owner-freebsd-questions Sun Jan 18 10:46:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01463 for questions-outgoing; Sun, 18 Jan 1998 10:46:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cobblers.csc.ncsu.edu (cobblers.csc.ncsu.edu [152.1.75.165]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01453 for ; Sun, 18 Jan 1998 10:46:35 -0800 (PST) (envelope-from fwang2@cobblers.csc.ncsu.edu) Received: from localhost (fwang2@localhost) by cobblers.csc.ncsu.edu (8.8.7/8.8.7) with SMTP id NAA01801 for ; Sun, 18 Jan 1998 13:45:20 -0500 (EST) (envelope-from fwang2@cobblers.csc.ncsu.edu) Date: Sun, 18 Jan 1998 13:45:20 -0500 (EST) From: Feiyi Wang To: FreeBSD Questions Subject: set path in X enviroment Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi, there I am running XDM as front end, when I login, it seems the .bash_profile in my home directory didn't not get executed. There is some enviroment information has been set, where are they come from? Where should I set up my PATH ? /oliver From owner-freebsd-questions Sun Jan 18 10:47:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01576 for questions-outgoing; Sun, 18 Jan 1998 10:47:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01534; Sun, 18 Jan 1998 10:47:06 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801181847.KAA01534@hub.freebsd.org> Subject: Re: ELF In-Reply-To: <8b2_9801171757@swimsuit.swimsuit.roskildebc.dk> from Leif Neland at "Jan 17, 98 04:56:18 am" To: leifn@image.dk (Leif Neland) Date: Sun, 18 Jan 1998 10:47:05 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Leif Neland wrote: > At 15 Jan 98 22:09:12 "Jonathan M. Bresler" wrote regarding Re: ELF > > "M> its very easy. > "M> > "M> brandelf -t Linux > > Did that. Didn't help: "Unknown binary format" when I tried running the > executable > > and your kernel has "options COMPAT_LINUX" ?? jmb From owner-freebsd-questions Sun Jan 18 11:05:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04187 for questions-outgoing; Sun, 18 Jan 1998 11:05:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.carib-link.net (ns1.carib-link.net [196.3.135.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04080 for ; Sun, 18 Jan 1998 11:03:24 -0800 (PST) (envelope-from rdbasdeo@carib-link.net) Received: from reisha (pm7-197.carib-link.net [196.29.65.197]) by ns1.carib-link.net (8.8.5/8.8.5) with SMTP id OAA10325 for ; Sun, 18 Jan 1998 14:02:29 -0400 Message-ID: <000b01bd241a$21d070a0$c5411dc4@reisha> From: "Reisha & Darrell Basdeo" To: "Freebsd" Subject: Configuring/Setting up Sound Card Date: Sun, 18 Jan 1998 14:05:20 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BD241A.1C9AD260" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BD241A.1C9AD260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a Creative Sound Blaster 16 Plug and Play card installed on = my PC but I don't know which, if any, device driver(s) to install. Could you provide instructions on configuring the card on Freebsd = Release 2.2.5 as well as any software drivers required. E-Mail : rdbasdeo@carib-link.net or dbasdeo@neal-and-massy.com or rdbasdeo@mailexcite.com =20 Thanks in advance, Regards ~~~~ rdb ------=_NextPart_000_0006_01BD241A.1C9AD260 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I have a Creative = Sound=20 Blaster 16 Plug and Play card installed on my PC but I = don't=20 know which, if any, device driver(s) to install.
Could you provide = instructions on=20 configuring the card on Freebsd Release 2.2.5 as well as any = software=20 drivers required.
E-Mail=20 :     rdbasdeo@carib-link.net
  =20 or          dbasdeo@neal-and-massy.com=
  =20 or          rdbasdeo@mailexcite.com =           =20
Thanks in advance,
 
Regards
 
~~~~
rdb
------=_NextPart_000_0006_01BD241A.1C9AD260-- From owner-freebsd-questions Sun Jan 18 11:08:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04354 for questions-outgoing; Sun, 18 Jan 1998 11:08:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from newton.ccs.tuns.ca (root@newton.ccs.Tuns.Ca [134.190.1.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04328 for ; Sun, 18 Jan 1998 11:07:59 -0800 (PST) (envelope-from hey@tuns.ca) Received: from boat (cmvdr1.na.Tuns.Ca [134.190.5.41]) by newton.ccs.tuns.ca (8.8.8/8.8.8) with SMTP id PAA26257 for ; Sun, 18 Jan 1998 15:08:43 -0400 (AST) Message-Id: <3.0.1.32.19980118140809.0095add0@newton.ccs.tuns.ca> X-Sender: hey@newton.ccs.tuns.ca (Unverified) X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sun, 18 Jan 1998 14:08:09 +0000 To: questions@FreeBSD.ORG From: Yingjun He Subject: Keyboard Locked Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I am running FreeBSD2.15. When I use X-window for a while(a few days), my keyboard is locked. I can open a new xterm or other x-applications using mouse but I cannot type anything. I lost my keyboard function. All I can do is to exit X-window and restart it. This is really anoying because my processes are killed. Can you tell me how can I fix this problem? Also how can I set limit in this version of FreeBSD. I tried /etc/login.conf, it seems not working. Thanks, ______________________________________________ | Dr. Ian (Yingjun) He | _ | Centre for Marine Vessel Design & Research | _ / )| Dalhousie University, DelTech College |( \ / / | Halifax, Nova Scotia, Canada B3J 2X4 | \ \ _( (_ | Phone: (902)420-7975 | _) )_ (((\ \>|_/-) Fax : (902)423-9734 (-\_| Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07137 for questions-outgoing; Sun, 18 Jan 1998 11:45:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem09-Prairie.Lakes.com [204.220.36.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07113 for ; Sun, 18 Jan 1998 11:45:21 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id MAA00254 for ; Sat, 18 Jan 1997 12:22:01 GMT (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970118122157.00ce4fe0@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 18 Jan 1997 12:21:57 -0500 To: freebsd-questions@FreeBSD.ORG From: Child Subject: inodes Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all I keep getting / failed to create no free inodes or some\ething like that on / this started hen i tired to extract ports.tgz to /home i have 14meg left on / but no inodes how can i fix this? From owner-freebsd-questions Sun Jan 18 11:47:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07313 for questions-outgoing; Sun, 18 Jan 1998 11:47:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07289 for ; Sun, 18 Jan 1998 11:47:00 -0800 (PST) (envelope-from gmericle@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id KAA10346 for ; Sun, 18 Jan 1998 10:25:06 -0500 (EST) Received: from littlewing (gmericle.campus.vt.edu [198.82.67.39]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id KAA04140 for ; Sun, 18 Jan 1998 10:23:13 -0500 (EST) From: "Grant Mericle" To: Subject: win95 and winnt???? Date: Sun, 18 Jan 1998 10:23:02 -0500 Message-ID: <01bd2424$f7dc6280$274352c6@littlewing> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD23FB.0F065A80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD23FB.0F065A80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Right now, I am dual-booting with 95 and NT. Can I install FreeBSD on = another partition without having to reload 95 and NT? If I can, then is = there anything I need to setup to allow me to boot to any of the three = OS's? Thanks,=20 Grant ------=_NextPart_000_0004_01BD23FB.0F065A80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Right now, I am dual-booting with 95 and NT.  = Can I=20 install FreeBSD on another partition without having to reload 95 and = NT? =20 If I can, then is there anything I need to setup to allow me to boot to = any of=20 the three OS's?
 
Thanks,
       =20 Grant
------=_NextPart_000_0004_01BD23FB.0F065A80-- From owner-freebsd-questions Sun Jan 18 11:47:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07399 for questions-outgoing; Sun, 18 Jan 1998 11:47:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07367 for ; Sun, 18 Jan 1998 11:47:35 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id OAA19409; Sun, 18 Jan 1998 14:47:27 -0500 (EST) Date: Sun, 18 Jan 1998 14:47:27 -0500 (EST) From: "Vladislav S. Davidzon" To: freebsd-questions@freebsd.orgq, questions@FreeBSD.ORG Subject: RE: Passing parameters Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Good afternoon. I have just successufly installed my first FreeBSD machine. However, there is one problem. This particular machine is a weird one. I used to run Linux on it, and it required the option "append reboot=bios" to be passed to the kernel in Linux in order for it to reboot with a shutdown -r now. How do I do this in FreeBSD? Is there a different parameter that I should pass to the kernel? Currently this machine will not reboot without me physically powercycling it. -vsd _____________________________________________________________ Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us Technology Assistant Farmington Community Library Phone: 248.553.0300 Fax: 248.553.3228 32737 West 12 Mile Road Farmington Hills, MI 48334 _____________________________________________________________ From owner-freebsd-questions Sun Jan 18 11:48:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07558 for questions-outgoing; Sun, 18 Jan 1998 11:48:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07531 for ; Sun, 18 Jan 1998 11:48:31 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id OAA19473 for ; Sun, 18 Jan 1998 14:48:28 -0500 (EST) Date: Sun, 18 Jan 1998 14:48:28 -0500 (EST) From: "Vladislav S. Davidzon" To: freebsd-questions@FreeBSD.ORG Subject: RE: Passing parameters Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Good afternoon. I have just successufly installed my first FreeBSD machine. However, there is one problem. This particular machine is a weird one. I used to run Linux on it, and it required the option "append reboot=bios" to be passed to the kernel in Linux in order for it to reboot with a shutdown -r now. How do I do this in FreeBSD? Is there a different parameter that I should pass to the kernel? Currently this machine will not reboot without me physically powercycling it. Thanks -vsd _____________________________________________________________ Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us Technology Assistant Farmington Community Library Phone: 248.553.0300 Fax: 248.553.3228 32737 West 12 Mile Road Farmington Hills, MI 48334 _____________________________________________________________ From owner-freebsd-questions Sun Jan 18 11:52:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07946 for questions-outgoing; Sun, 18 Jan 1998 11:52:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07888 for ; Sun, 18 Jan 1998 11:51:56 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id TAA29453 for freebsd-questions@freefall.cdrom.com; Sun, 18 Jan 1998 19:23:54 GMT (envelope-from kuku) Date: Sun, 18 Jan 1998 19:23:54 GMT From: Christoph Kukulies Message-Id: <199801181923.TAA29453@gilberto.physik.RWTH-Aachen.DE> To: freebsd-questions@freefall.FreeBSD.org Subject: still problems with linux peer dialing in freebsd pppd Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm pulling my (sparse) hairs about this problem now for a while to no avail. Maybe someone can give me a hint: I'm trying to dialup from a linux box (to help some students here getting their linux boxes configured to dial into my FreeBSD pppd server). Linux (a 2.0.0 system) is using pppd 2.2.0 for establishing the connection: Here's the lof on the linux side: Jan 18 18:37:45 pclinux chat[7379]: Password: -- got it Jan 18 18:37:45 pclinux chat[7379]: send (??????) Jan 18 18:37:45 pclinux pppd[7371]: Serial connection established. Jan 18 18:37:46 pclinux pppd[7371]: Using interface ppp0 Jan 18 18:37:46 pclinux pppd[7371]: Connect: ppp0 <--> /dev/modem Jan 18 18:37:46 pclinux pppd[7371]: sent [LCP ConfReq id=0x1 ] Jan 18 18:38:13 pclinux last message repeated 9 times Jan 18 18:38:16 pclinux pppd[7371]: LCP: timeout sending Config-Requests Jan 18 18:38:16 pclinux pppd[7371]: Connection terminated. On the FreeBSD side (server) I'm running 2.2.5 and pppd. Dialing in from another FreeBSD peer or a Win95 box works fine. It seems that the login into the ppp account works but the connection terminates immediately. I'm also seeing not the slightest sign of a /var/log/pppd.log activity. It looks like the LCP requests from the linux box aren't honored from the FreeBSD pppd. FreeBSD server side: /etc/ppp/options: crtscts # Hardware flow control auth login mru 1524 xxx.xxx.zzz.yyy:xxx.xxx.zzz.yy # ip's of local and remote hosts netmask 255.255.255.0 domain blah.bla.bla dns1 xxx.zzz.xxx.zzz dns2 rrr.sss.uuu.zzz passive # wait for LCP modem # modem line proxyarp # use ARP proxy routing -chap +pap -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Sun Jan 18 12:07:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08920 for questions-outgoing; Sun, 18 Jan 1998 12:07:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from s1-bngr.agate.net (service.agate.net [199.191.1.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08906 for ; Sun, 18 Jan 1998 12:07:10 -0800 (PST) (envelope-from diphth@service.agate.net) Received: from Default (diphth.sdi.agate.net [204.117.14.37]) by s1-bngr.agate.net (1.00) with SMTP id PAA08983 for ; Sun, 18 Jan 1998 15:07:04 -0500 (EST) Message-Id: <199801182007.PAA08983@s1-bngr.agate.net> X-Sender: diphth@mail.agate.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 18 Jan 1998 15:06:23 -0500 To: freebsd-questions@FreeBSD.ORG From: diphth Subject: howto unsub~ Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I forget, how do I unsubscribe from this mailing list? thanks. From owner-freebsd-questions Sun Jan 18 12:17:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09504 for questions-outgoing; Sun, 18 Jan 1998 12:17:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from superior.mooseriver.com (dynamic29.pm06.sf3d.best.com [209.24.235.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09490 for ; Sun, 18 Jan 1998 12:17:19 -0800 (PST) (envelope-from jgrosch@superior.mooseriver.com) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.8/8.8.5) id MAA00477; Sun, 18 Jan 1998 12:17:13 -0800 (PST) Message-ID: <19980118121713.46727@mooseriver.com> Date: Sun, 18 Jan 1998 12:17:13 -0800 From: Josef Grosch To: diphth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: howto unsub~ Reply-To: jgrosch@superior.mooseriver.com References: <199801182007.PAA08983@s1-bngr.agate.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199801182007.PAA08983@s1-bngr.agate.net>; from diphth on Sun, Jan 18, 1998 at 03:06:23PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 03:06:23PM -0500, diphth wrote: > I forget, how do I unsubscribe from this mailing list? > > thanks. > > Send email to majordomo@freebsd.org. In the body of the message type following: help which lists end This will give you a complete description on how to unsubscribe to the mailing list. You will also get a complete list of all the mailing lists handled by majordomo and a list of the mailing lists you subscribe to. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.5 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Sun Jan 18 12:23:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10015 for questions-outgoing; Sun, 18 Jan 1998 12:23:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from r2d2.microtec.net (r2d2.microtec.net [204.50.80.57]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA09977 for ; Sun, 18 Jan 1998 12:23:17 -0800 (PST) (envelope-from saulnier@microtec.net) Received: (qmail 29529 invoked by uid 201); 18 Jan 1998 15:23:10 -0500 Received: from as51-19-ppp7.mtl.microtec.net (HELO microtec.net) (205.236.249.163) by r2d2.microtec.net with SMTP; 18 Jan 1998 15:23:10 -0500 Message-ID: <34C16891.5E18C313@microtec.net> Date: Sun, 18 Jan 1998 03:27:29 +0100 From: Saulnier Yvon X-Mailer: Mozilla 4.03 [fr] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: bonjour cher ami !!! Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk J'aimerais bien savoir si vous pourriez m'envoyer la liste de quelque site FTP ( Warez ) game de préférence , je vous remerci de votre collaboration cher ami ! et au plaisir de se reparler .. Bye Bye !!! Yvon From owner-freebsd-questions Sun Jan 18 12:34:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10638 for questions-outgoing; Sun, 18 Jan 1998 12:34:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@ghana-176.ppp.hooked.net [206.169.228.176]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10632 for ; Sun, 18 Jan 1998 12:34:51 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id MAA12324; Sun, 18 Jan 1998 12:36:15 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sun, 18 Jan 1998 12:36:09 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: console stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, Doug White wrote: > On Tue, 13 Jan 1998, M Shariful Anam wrote: [...] > > | > Also, when I telnet to another unix box, the emulation does not seem to be > > | > ok.. even with 'vt100'... for example.. when I try 'mc' (midnight > > | > > | Depends on what you're using. syscons doesn't emulate vt100 very well; > > | try using screen. > > > > screen on local(FreeBSD) box and then telnet to the remote(Linux) box? > > Yup. Or bring over the cons25 information to the Linux box, compile it > into terminfo format, and point the remote at it. The mail archives may > have the procedure, I've seen it described before. Or you can try setting your TERM variable to scoansi. It should do essentialy the same thing as cons25. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex From owner-freebsd-questions Sun Jan 18 12:48:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11447 for questions-outgoing; Sun, 18 Jan 1998 12:48:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11439 for ; Sun, 18 Jan 1998 12:48:25 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA09863; Sun, 18 Jan 1998 20:43:41 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182043.UAA09863@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Andrew Stevens cc: "freebsd-questions@freebsd.org" Subject: Re: PPP Problems In-reply-to: Your message of "Fri, 16 Jan 1998 17:52:28 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 20:43:41 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- > > Brian and Doug: > > Thanks very much for your replies. I tried disabling lqr and installing > the new version of ppp, and have now run into a different problem. I > believe that this was the problem all along, as some of the other minor > abnormalities I was seeing seem to confirm a device problem. Here it is: > > I load ppp, and type term to enter terminal mode. The following messages > come up on the screen: > > ppp[177]: tun0: Error: OpenModem failed: /dev/cuaa1: Device not configured > Failed to open modem. > > Doing a MAKEDEV didn't clear things up, either. > > Any thoughts? What does "dmesg | fgrep sio" say ? Looks like your UART is having problems ? Maybe an IRQ conflict or something ? > Thanks, > > > > Andrew Stevens. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 12:49:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11504 for questions-outgoing; Sun, 18 Jan 1998 12:49:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11455 for ; Sun, 18 Jan 1998 12:48:43 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA09781; Sun, 18 Jan 1998 20:28:49 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182028.UAA09781@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: jservice@oht.hydro.on.ca cc: questions@FreeBSD.ORG Subject: Re: user ppp (v1.6 1997/12/13 02:37:33) stalled In-reply-to: Your message of "Wed, 14 Jan 1998 12:35:06 PST." <19980114203506.25040.rocketmail@send1a.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 20:28:49 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I have two PC's one of which calls the other every hour via > cron. Using rsync and ssh, a set of log files are > synchronized / transferred between the two machines. The > ppp version I am using on both machines is: > > PPP Version 1.6 - $Date: 1997/12/13 02:37:33 $ > > I discovered the Deflate problem with lost packets earlier > (Dec. 26) and disabled it; however, ppp still occasionally > stalls. I have attached an extract of the log file (with IP > addresses and phone number changed) showing a "correct" call > at 01:45 and a "stalled" call at 02:45. I connected to the > local ppp at about 08:42 using pppctl and manually closed > the connection. > > Would a reasonable work-around include adding a line at the > end of my callout script to connect via pppctl and close the > connection? Should I upgrade my PPP to solve this problem? If you get the latest, the deflate problem is fixed. Regarding the "magic is the same" problem, if you "set openmode passive" on the dialer side, the problem will go away. Check http://www.FreeBSD.org/FAQ/userppp.html for details of the problem. > --Jim > > == > James (Jim) R.R. Service Internet: jservice@oht.hydro.on.ca > Ontario Hydro Technologies jservice@yahoo.com > 800 Kipling Ave. - Room KB223 FAX: (416) 207-6954 > Toronto, Ontario, CANADA M8Z 5S4 -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 12:49:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11548 for questions-outgoing; Sun, 18 Jan 1998 12:49:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11494 for ; Sun, 18 Jan 1998 12:49:03 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA09851; Sun, 18 Jan 1998 20:41:47 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182041.UAA09851@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Somers cc: William Wong , freebsd-questions@FreeBSD.ORG Subject: Re: PPP 1/11/98 In-reply-to: Your message of "Tue, 13 Jan 1998 23:34:12 GMT." <199801132334.XAA10513@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 20:41:47 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > [.....] > > BTW, I have to manually set the vjcomp because ppp can't figure out > > what's happening at the terminal server end. When the vjcomp settings > > don't match, the symptoms are that the linkup appears to be fine but > > the machine doesn't get any responses to requests that it sends out. > > I'm working on making the number of slots and slot compression > `tunable' now. Done. Check the "set vj" command in the latest ppp. > > -- > > William T. Wong > > Phone: (909) 880-7281 > > email: wwong@wiley.csusb.edu > > > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > From owner-freebsd-questions Sun Jan 18 12:49:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11554 for questions-outgoing; Sun, 18 Jan 1998 12:49:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11502 for ; Sun, 18 Jan 1998 12:49:10 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA09798; Sun, 18 Jan 1998 20:31:26 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182031.UAA09798@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Ruslan Shevchenko cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp managing, In-reply-to: Your message of "Wed, 14 Jan 1998 22:53:33 +0200." <34BD25CC.EEA3C0D7@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 20:31:26 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > In last version ppp, with > allow users > I must say all users, which allowed to run ppp. > > Without this anybody can't run ppp -direct. > > How I can disable this future and allow all (or, better group) to run > ppp ? You can allow everyone in with "allow users *". Or even better, if you set up a specific profile for incoming connections, add the following two lines: allow users * allow mode direct Either way, only people in group `network' can execute ppp - so you can control it at that level if you wish. > Thanks. > > -- > > @= > //RSSH mailto://Ruslan@Shevchenko.Kiev.UA -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 12:50:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11752 for questions-outgoing; Sun, 18 Jan 1998 12:50:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11615 for ; Sun, 18 Jan 1998 12:49:50 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id UAA09709; Sun, 18 Jan 1998 20:05:31 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182005.UAA09709@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Victor Sudakov cc: dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG Subject: Re: iijppp + slirp In-reply-to: Your message of "Sat, 17 Jan 1998 13:02:54 +0700." <199801170602.NAA26847@vas.tsu.tomsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 20:05:31 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Doug White wrote: > > On Thu, 15 Jan 1998, Victor Sudakov wrote: > > > > > Could you please help me make iijppp work with SLiRP on the server side? > > > > How is SLiRP called? You aren't running it in your dialup script.. > > It is started automatically after logging in into the server. I think, the > login shell is set to slirp. > > > > > > I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the > > > default route is not changed. The /var/log/ppp.log grows though :-) It works > > > fine with the non-slirp provider BTW (the other entry called mpeks). > > > > Did you look in the ppp.log to find out just why it won't connect? You > > can post the relevant section(s) if you want us to decode it. Post a > > sample attempted connect to phantom. > > Sorry for the very long log. > > ======= cut here ========= [.....] > Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: Magic is same (6a212a75) - 1 times > Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: SendConfigNak(Req-Sent) > Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x6a212a75 [.....] > ======= cut here ========= > > I would appreciate any input. There's a bit in the FAQ (http://www.freebsd.org/FAQ/userppp.html). Remove the "set openmode active". If the peer never bothers to say anything, drop me a line. It's possible that there are some really brain-dead ISPs out there that can't switch off ECHO on the line quick enough to avoid confusing their ppp implementation with the resulting flurry of REQ/NAKs for the magic number, and *also* can't initiate LCP negotiations.... Once someone gives me an excuse, I'll introduce a configurable delay :-) > -- > Victor Sudakov > mailto:vas@obluo.tomsk.su > http://www.obluo.tomsk.su/~vas > PGP public key: finger vas@obluo.tomsk.su -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 12:56:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12396 for questions-outgoing; Sun, 18 Jan 1998 12:56:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12267 for ; Sun, 18 Jan 1998 12:54:53 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from Brent ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <330145-17895>; Sun, 18 Jan 1998 15:54:29 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Sun, 18 Jan 1998 15:55:38 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Packages CC: FreeBSD Questions References: <98Jan16.085432-0500_est.327814-6757+169@mail.on.rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan18.155429-0500_est.330145-17895+287@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Okay I got Freebsd installed. I did it the hard way and downloaded the whole kit and kabottle from ftp.cdrom.com. Two hours later I had 200 mbs worth of download material. I checked the distrubition twice and made sure I had everything. Well it loaded and boots quite nicely. I left out the net part until I can find out how to properly configure it. One questions though. How do I install the packages from a Dos partition? I installed the ports and then went on to packages. I selected all the packages I wanted. When it started to install it gave me the message that it could not find them. My question is , how do I access the dos partition from within Free and then manually install the packages? any help is, natch, appreciated Brent From owner-freebsd-questions Sun Jan 18 13:01:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12917 for questions-outgoing; Sun, 18 Jan 1998 13:01:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12886 for ; Sun, 18 Jan 1998 13:01:10 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id VAA02834; Sun, 18 Jan 1998 21:00:50 GMT Date: Sun, 18 Jan 1998 13:00:50 -0800 (PST) From: Dan Busarow To: Zula cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Named Problems. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Zula wrote: > named is starting at bootup.. but if I try to reload it... it does not > restart. in the /var/log/messages file I get this error. > > distance namedb[87]: reloading nameserver > distance namedb[87]: fcntl(dfd, F_DUPFD, 20): Too many open files -exiting > last message repeated 15 times > distance namedb[87]: socket(SOCK_DGRAM): Too many open -exiting > -------- > I am just running httpd and sendmail nothing strange. on a P100 32m You must be starting named before you ifconfig all of your virtual hosts. That's why it works at startup. Later when you reload it it will try to listen on every interface you have, meaning all your virtuals too. Not sure if you can deal with this in 4.9.x but in 8.1.x there is an option options { listen-on 123.123.123.123; . . } that will fix this. You'll need to convert your named.boot file to the new named.conf format but a utility is included that does a good job of this. You're going to need to switch to 8.1.x sooner or later so this is probably a good reason to do it. Compiles out of the box on 2.2.x FBSD. 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 Sun Jan 18 13:27:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14458 for questions-outgoing; Sun, 18 Jan 1998 13:27:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sierra1.sinosa.com (sierra1.sinosa.com [208.217.14.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14447 for ; Sun, 18 Jan 1998 13:27:39 -0800 (PST) (envelope-from webb@max-net.com) Received: from default (s21.sierra-pm3-3.sinosa.com [208.217.14.217]) by sierra1.sinosa.com (8.8.5/8.7.3) with ESMTP id NAA16308 for ; Sun, 18 Jan 1998 13:42:12 -0800 Message-ID: <34C272DE.8E758C16@max-net.com> Date: Sun, 18 Jan 1998 14:23:42 -0700 From: Brad Webb X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: cAN yEW hELP m3??? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i tried to mount my harddrive but my pubes are caught on some transistors =( From owner-freebsd-questions Sun Jan 18 13:29:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14595 for questions-outgoing; Sun, 18 Jan 1998 13:29:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14578 for ; Sun, 18 Jan 1998 13:29:01 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id VAA13484; Sun, 18 Jan 1998 21:02:46 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182102.VAA13484@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Beattie cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trouble with ppp -auto In-reply-to: Your message of "Sat, 17 Jan 1998 14:48:47 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 21:02:46 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I'm having trouble connecting to my ISP using ijj-ppp on a 2.2.5R system. > When I use either ppp -auto of ppp I never get past the LCP > phase. If I do use ppp and the term command to dial the connection seems > to come up fine. > > Attached is a copy of my ppp.log with lines at the beginning of each > attempt, ppp -auto before the ppp -auto attempt and Manual Dial before the > other. > > Can any body give me a clue as to what is going on and what I can do about > it? I would really like to use demand dialing. "set openmode passive". See http://www.FreeBSD.org/FAQ/userppp.html. > Thanx > beattie > beattie@aracnet.com -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 13:30:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14756 for questions-outgoing; Sun, 18 Jan 1998 13:30:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14572 for ; Sun, 18 Jan 1998 13:28:55 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id VAA13970; Sun, 18 Jan 1998 21:09:01 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182109.VAA13970@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Child cc: freebsd-questions@FreeBSD.ORG Subject: Re: inodes In-reply-to: Your message of "Sat, 18 Jan 1997 12:45:42 EST." <3.0.3.32.19970118124542.006da684@sommer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 21:09:01 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hi all > I keep getting / failed to create no free inodes > > or some\ething like that on / > > this started hen i tired to extract ports.tgz to /home > i have 14meg left on / but no inodes > how can i fix this? You'll need to re-``newfs'' the partition. I don't know of any other ways. BTW, welcome to 1998 ;-) (or did it take sendmail a year to post your message?) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 13:59:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17408 for questions-outgoing; Sun, 18 Jan 1998 13:59:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17403 for ; Sun, 18 Jan 1998 13:59:25 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id BAA11949; Sun, 18 Jan 1998 01:01:10 +0200 (EET) Message-ID: <34C1382D.14DE1D4A@Shevchenko.kiev.ua> Date: Sun, 18 Jan 1998 01:01:05 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Brian Somers CC: freebsd-questions@FreeBSD.ORG Subject: Re: ppp managing, References: <199801182031.UAA09798@awfulhak.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Brian Somers wrote: > ? In last version ppp, with > ? allow users > ? I must say all users, which allowed to run ppp. > ? > ? Without this anybody can't run ppp -direct. > ? > ? How I can disable this future and allow all (or, better group) to run > ? ppp ? > > You can allow everyone in with "allow users *". Or even better, if > you set up a specific profile for incoming connections, add the > following two lines: > > allow users * > allow mode direct > > Either way, only people in group `network' can execute ppp - so you > can control it at that level if you wish. > Thanks a lot, you are withard . Is allow * exists in yesterday-cvsuped 2.2-STABLE ? > ? Thanks. > ? > ? -- > ? > ? @= > ? //RSSH mailto://Ruslan@Shevchenko.Kiev.UA > > -- > Brian ?brian@Awfulhak.org?, ?brian@FreeBSD.org?, ?brian@OpenBSD.org? > ?http://www.Awfulhak.org? > Don't _EVER_ lose your sense of humour.... -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Sun Jan 18 14:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18394 for questions-outgoing; Sun, 18 Jan 1998 14:10:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgate22 (mailgate22-hme0.a001.sprintmail.com [205.137.196.54]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA18336 for ; Sun, 18 Jan 1998 14:09:24 -0800 (PST) (envelope-from andreleclaire@sprintmail.com) Received: by mailgate22 (SMI-8.6/SMI-SVR4) id MAA08010; Sun, 18 Jan 1998 12:49:03 -0800 Received: from sdn-ts-010txfwo8p11.dialsprint.net(206.133.157.174) by mailfep4-hme1 via smap (KC5.24) id Q_10.1.1.10/Q_16741_1_34c26ab6; Sun Jan 18 12:48:54 1998 Date: Sun, 18 Jan 1998 15:48:52 -0500 (EST) From: Andre LeClaire X-Sender: andreleclaire@chinquapin Reply-To: Andre LeClaire To: questions@FreeBSD.ORG Subject: Can't run X as user Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If the mailing list archive search were available, I could probably figure this one out on my own. But since it's not, I need some help ... I recently installed 3.0-971225-SNAP, and cannot run X as a user - I get "ld.so failed: Can't find shared library "libXmu.so.6.0"". It runs just fine as root, however. I can see that libXmu.so.6.0 *is* indeed there in /usr/X11R6/lib, and it shows up in the output of ldconfig -r. Is there some configuration step I've missed or what?? Andre From owner-freebsd-questions Sun Jan 18 14:18:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19158 for questions-outgoing; Sun, 18 Jan 1998 14:18:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19123 for ; Sun, 18 Jan 1998 14:18:19 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: from localhost (bsd@localhost) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id GAA02127 for ; Mon, 19 Jan 1998 06:44:19 +1000 (EST) Date: Mon, 19 Jan 1998 06:44:17 +1000 (EST) From: bsd To: freebsd-questions@FreeBSD.ORG Subject: how to install popper? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all, I discovered with help a thing called popper & wish to install it. I have eneabled popper in inetd.conf. I did a make install from ports but after code compilation it dropped out with an error stating I needed to create a user "pop" in passwd file said error(1) OK So there must be an unwritten "thou shalt create user "pop" rule but what passwd if any should I use. What should its home dir be, shell and group ?? Thanks Keith Spencer Townsville Australia From owner-freebsd-questions Sun Jan 18 14:24:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19772 for questions-outgoing; Sun, 18 Jan 1998 14:24:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19722 for ; Sun, 18 Jan 1998 14:24:18 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id OAA16195 for ; Sun, 18 Jan 1998 14:08:25 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Date: Sun, 18 Jan 1998 14:08:25 -0800 (PST) From: David Babler Reply-To: David Babler To: freebsd-questions@FreeBSD.ORG Subject: dump/ft problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am running 2.2-STABLE and have recently run into an odd problem with dumping to a floppy tape drive. If I dump a small filesystem, say / (takes 1 tape), 'dump 0uf - / | ft "dump of /"' works exactly as expected. If, however, I try to dump a different filesystem (/usr, see fstab below) it locks up in a really nasty way. The only outward indication I get is a syslog message saying: ft0: unexpected interrupt; st0 = $20 pcn = 19 Dump stops at DUMP: estimated 406072 tape blocks DUMP: dumping (Pass III) [directories] And is not responsive to any signal, I have to kill the session from another pseudo terminal. At this point, there are 5 dump processes shown in ps and the 1 ft process, which at this point is unkillable leaving /dev/ft0 permanently unavailable. The only way to clear this up is to reboot (not a fun process since reboot doesn't and routed won't start properly 9 out of 10 tries, but that's another story). What the heck has broken, since I used to be able to do dumps (and still can on other filesystems)? (And yes, I know I need to get a real tape drive) By the way, whatever happened to lft, which was far nicer than ft? -Dave ---- /etc/fstab /dev/wd0a / ufs rw 1 1 /dev/wd0s2e /usr ufs rw 1 1 From owner-freebsd-questions Sun Jan 18 14:31:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20534 for questions-outgoing; Sun, 18 Jan 1998 14:31:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20485 for ; Sun, 18 Jan 1998 14:31:25 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id OAA08430; Sun, 18 Jan 1998 14:31:15 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 18 Jan 1998 14:31:15 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Dave Costello cc: freebsd-questions@FreeBSD.ORG Subject: Re: inetd error In-Reply-To: <199801152228.PAA25943@seagull.rtd.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Take a look at http://www.geek-girl.com/bugtraq/1998_1/0095.html you might be under DoS attack? -- Yan On Thu, 15 Jan 1998, Dave Costello wrote: >I am running into a strange (to me at least) error on one of our >boxen. The system is running FreeBSD 2.2.5 -Release off and we >have installed cached and tcpwrappers, the error that I am seeing >occurs when you first telnet into the box and it reads : > >inetd in realloc():warning :junk pointer, too low to make sense > >Has anyone seen this error before, and if so does anyone know what >causes it or how to fix it ? Any help would be appreciated at this >point :-) > >Thanks > >Dave >-- >Dave Costello >RTD Systems and Networking >"If you can't fix it, bang on it" > From owner-freebsd-questions Sun Jan 18 14:32:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20723 for questions-outgoing; Sun, 18 Jan 1998 14:32:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.atl.bellsouth.net (mail.atl.bellsouth.net [205.152.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20697 for ; Sun, 18 Jan 1998 14:32:36 -0800 (PST) (envelope-from kindred@bellsouth.net) Received: from default (host-207-53-6-219.atl.bellsouth.net [207.53.6.219]) by mail.atl.bellsouth.net (8.8.5/8.8.5) with SMTP id RAA13344 for ; Sun, 18 Jan 1998 17:35:16 -0500 (EST) Message-ID: <34C282A5.EE5@bellsouth.net> Date: Sun, 18 Jan 1998 17:31:01 -0500 From: Jamey and Crystal Owens Organization: CCMSI X-Mailer: Mozilla 2.02E-BSNET (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD and a lost user =-p Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I am completely new to FreeBSD/Unix/Linux pretty much any OS other than dos. I am trying to install FreeBSD but seem a bit confused as to which files I need to download to my dos partition exactly. Also, I would like to use ftp or nfs or ppp but in the box where you are asked to enter your domain name and such I cannot figure out what to put where. Also, will I have to have a current connection when I do that? I do not believe I am able to.. Thank you for any help. Jamey Owens From owner-freebsd-questions Sun Jan 18 14:40:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21463 for questions-outgoing; Sun, 18 Jan 1998 14:40:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21428 for ; Sun, 18 Jan 1998 14:40:18 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by tower.ti.com (8.8.8) with ESMTP id XAA03641 for ; Sat, 17 Jan 1998 23:08:20 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id XAA03368 for ; Sat, 17 Jan 1998 23:08:20 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id XAA16572 for ; Sat, 17 Jan 1998 23:08:18 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id XAA03523 for ; Sat, 17 Jan 1998 23:08:18 -0600 (CST) Date: Sat, 17 Jan 1998 23:08:18 -0600 (CST) Message-Id: <199801180508.XAA03523@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a SIIG BIZ 28.8 internal modem on com3 irq5 and my system runs 2.2.5-R the problem i am having is sometimes when i get disconnected from my provider the system dont redial, or it does and dont connect a few times and never tries anymore. I remember seeing a "set retry 10" or something like that somewhere but dont remember where to put it. I was thinking in the ppp.conf under the default section but i am not sure. my ppp.conf & ppp.linkup files are untouched other than my username and password changes. what do i need to put in and where do i need to put it? thanks Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Sun Jan 18 14:47:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21925 for questions-outgoing; Sun, 18 Jan 1998 14:47:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21913 for ; Sun, 18 Jan 1998 14:47:10 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id OAA10645; Sun, 18 Jan 1998 14:46:59 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 18 Jan 1998 14:46:59 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Feiyi Wang cc: FreeBSD Questions Subject: Re: set path in X enviroment In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Are you talking about xterm? If so, then start it with -ls: -ls This option indicates that the shell that is started in the xterm window will be a login shell (i.e., the first character of argv[0] will be a dash, indicating to the shell that it should read the user's .login or .profile). What exactly do you have in your .bash_profile that XDM is not executing? -- yan On Sun, 18 Jan 1998, Feiyi Wang wrote: > >hi, there > >I am running XDM as front end, when I login, it seems the .bash_profile in >my home directory didn't not get executed. There is some enviroment >information has been set, where are they come from? Where should I set up >my PATH ? > >/oliver > > > From owner-freebsd-questions Sun Jan 18 14:51:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22415 for questions-outgoing; Sun, 18 Jan 1998 14:51:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22351 for ; Sun, 18 Jan 1998 14:50:22 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id OAA11110; Sun, 18 Jan 1998 14:50:11 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 18 Jan 1998 14:50:11 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Jerome Culet JD cc: questions@FreeBSD.ORG Subject: Re: sys link In-Reply-To: <3.0.3.32.19980117221031.0093de10@pop.slip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Broken how? It should link to /usr/src/sys and if you don't have /usr/src/sys it of course will be "broken". You don't really need to fix it, but you should install kernel source in /usr/src/sys and compile a custom kernel anyway. :) -- Yan On Sat, 17 Jan 1998, Jerome Culet JD wrote: >Hi, > >I have noticed that the "sys" link in the "/" directory is broken. > >Can I fix it? Do I need to fixIt? >Thanks, Jerry > From owner-freebsd-questions Sun Jan 18 14:57:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23000 for questions-outgoing; Sun, 18 Jan 1998 14:57:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22873 for ; Sun, 18 Jan 1998 14:55:55 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06536; Mon, 19 Jan 1998 09:25:45 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13169; Mon, 19 Jan 1998 09:25:44 +1030 (CST) (envelope-from grog) Message-ID: <19980119092544.64077@lemis.com> Date: Mon, 19 Jan 1998 09:25:44 +1030 From: Greg Lehey To: Jerome Culet Cc: Qeustion Subject: Re: [Fwd: sys symlink] References: <34C17E46.D590FE1C@slip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C17E46.D590FE1C@slip.net>; from Jerome Culet on Sat, Jan 17, 1998 at 08:00:07PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 08:00:07PM -0800, Jerome Culet wrote: > > I noticed that the sys link in the / directory is broken. wher should > this link go and can I /should I repair it? It should point to /usr/src/sys. First, check whether it does: # ls -l /sys lrwxrwxrwx 1 root wheel 11 Dec 20 01:03 /sys -> usr/src/sys If it points anywhere else, do this: # rm /sys # ln -s /usr/src/sys /sys If you don't have the directory /usr/src/sys, that's another problem. You then need to install the sources. Greg From owner-freebsd-questions Sun Jan 18 14:59:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23204 for questions-outgoing; Sun, 18 Jan 1998 14:59:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sand.global.net.uk (root@sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23049 for ; Sun, 18 Jan 1998 14:57:46 -0800 (PST) (envelope-from markov@globalnet.co.uk) Received: from default (client8441.globalnet.co.uk [194.126.84.65]) by sand.global.net.uk (8.8.6/8.8.6) with ESMTP id PAA19659 for ; Sun, 18 Jan 1998 15:23:36 GMT Message-ID: <34C21CD7.EFAF2459@globalnet.co.uk> Date: Sun, 18 Jan 1998 15:16:39 +0000 From: Mark Ovens X-Mailer: Mozilla 4.0 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: UFS on extended partitions X-Priority: 3 (Normal) Content-Type: multipart/alternative; boundary="------------7A5BE56DA027EBE3B9D71059" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk --------------7A5BE56DA027EBE3B9D71059 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I've just up-graded to 2.2.5 from 2.1.0 and need to take advantage of the new support for extended partitions but can anyone tell me if it is possible to install a UFS filesystem on an extended partition?. I need to create some more disk space for FreeBSD but, as I run multiple OS's, I've already reached the four partition limit (3 primary and 1 extended) so can't create another primary. I've tried 'newfs' (with '-N') but it doesn't seem to like it. Alternatively, is it possible to extend the size of the existing FreeBSD partition (a la Partition Magic)?. Any ideas anyone? Thanks Mark Ovens --------------7A5BE56DA027EBE3B9D71059 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,
    I've just up-graded to 2.2.5 from 2.1.0 and need to take advantage of the new support for extended partitions but can anyone tell me if it is possible to install a UFS filesystem on an extended partition?.

    I need to create some more disk space for FreeBSD but, as I run multiple OS's, I've already reached the four partition limit (3 primary and 1 extended) so can't create another primary. I've tried 'newfs' (with '-N') but it doesn't seem to like it.

    Alternatively, is it possible to extend the size of the existing FreeBSD partition (a la Partition Magic)?. Any ideas anyone?

Thanks

Mark Ovens

<markov@globalnet.co.uk> --------------7A5BE56DA027EBE3B9D71059-- From owner-freebsd-questions Sun Jan 18 15:09:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24007 for questions-outgoing; Sun, 18 Jan 1998 15:09:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23991 for ; Sun, 18 Jan 1998 15:08:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06566; Mon, 19 Jan 1998 09:38:18 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13252; Mon, 19 Jan 1998 09:38:17 +1030 (CST) (envelope-from grog) Message-ID: <19980119093817.30897@lemis.com> Date: Mon, 19 Jan 1998 09:38:17 +1030 From: Greg Lehey To: "Jesse D. Walters" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XMKMF References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Jesse D. Walters on Sun, Jan 18, 1998 at 11:30:01AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 11:30:01AM -0600, Jesse D. Walters wrote: > When trying to compile xpm-3. w/ make install it comes up with an > error that says it couldn't find xmkmf. Is this an X windows system > file, Yes. > I noticed it is in /usr/ports/x11/files/FWF ...BTW I don't think I > have x installed yet either. In order to install X applications, you first need to have X installed. Greg From owner-freebsd-questions Sun Jan 18 15:23:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25238 for questions-outgoing; Sun, 18 Jan 1998 15:23:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25230 for ; Sun, 18 Jan 1998 15:23:35 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06584; Mon, 19 Jan 1998 09:53:29 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13312; Mon, 19 Jan 1998 09:53:28 +1030 (CST) (envelope-from grog) Message-ID: <19980119095328.49518@lemis.com> Date: Mon, 19 Jan 1998 09:53:28 +1030 From: Greg Lehey To: "Vladislav S. Davidzon" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passing parameters References: <19980119094651.28071@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Vladislav S. Davidzon on Sun, Jan 18, 1998 at 06:20:09PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 06:20:09PM -0500, Vladislav S. Davidzon wrote: > On Mon, 19 Jan 1998, Greg Lehey wrote: >> Hmm. The FreeBSD boot is different from the Linux boot, and I would >> have said "you don't need that", but since you have difficulty >> rebooting, that doesn't sound like the correct answer. >> >> Does your system have a reset button? If so, are you saying that it >> doesn't work? How far do you get with the reboot before it hangs? >> >> There is a kernel option BROKEN_KEYBOARD_RESET, but before you go to >> the trouble of building a new kernel, it would be good to know whether >> it is likely to help. > > The reset button does the job, but for a terminal server thats not a very > good option. I have to be able to reboot it remotely. > > I can recompile the kernel, I've compiled this one, so it shouldn't be > much of a problem. How do I set that "broken keyboard reset" option? I > did not see it when I configured the kernel. It should be in the LINT configuration file. See below for what to add. > The reboot says that the keyboard reboot failed, trying to do a cpu > shutdown and then it dies. That's the one. Put this anywhere in your kernel configuration file: --- snip --- # BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to # reset the CPU for reboot. This is needed on some systems with broken # keyboard controllers. options BROKEN_KEYBOARD_RESET --- snip --- That should solve the problem. Greg From owner-freebsd-questions Sun Jan 18 15:36:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26149 for questions-outgoing; Sun, 18 Jan 1998 15:36:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26141 for ; Sun, 18 Jan 1998 15:36:10 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id SAA06164; Sun, 18 Jan 1998 18:20:09 -0500 (EST) Date: Sun, 18 Jan 1998 18:20:09 -0500 (EST) From: "Vladislav S. Davidzon" To: Greg Lehey cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passing parameters In-Reply-To: <19980119094651.28071@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The reset button does the job, but for a terminal server thats not a very good option. I have to be able to reboot it remotely. I can recompile the kernel, I've compiled this one, so it shouldn't be much of a problem. How do I set that "broken keyboard reset" option? I did not see it when I configured the kernel. The reboot says that the keyboard reboot failed, trying to do a cpu shutdown and then it dies. Thanks VSD On Mon, 19 Jan 1998, Greg Lehey wrote: > Hmm. The FreeBSD boot is different from the Linux boot, and I would > have said "you don't need that", but since you have difficulty > rebooting, that doesn't sound like the correct answer. > > Does your system have a reset button? If so, are you saying that it > doesn't work? How far do you get with the reboot before it hangs? > > There is a kernel option BROKEN_KEYBOARD_RESET, but before you go to > the trouble of building a new kernel, it would be good to know whether > it is likely to help. > > Greg > > From owner-freebsd-questions Sun Jan 18 15:40:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26548 for questions-outgoing; Sun, 18 Jan 1998 15:40:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26376 for ; Sun, 18 Jan 1998 15:38:49 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id SAA07592 for ; Sun, 18 Jan 1998 18:38:47 -0500 (EST) Date: Sun, 18 Jan 1998 18:38:46 -0500 (EST) From: "Vladislav S. Davidzon" To: freebsd-questions@FreeBSD.ORG Subject: RE: Comtrol Rocketport Drivers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i386/isa/rp.c standard rp device-driver Is there something wrong with the above? The RocketPort from Comtrol drivers say "add i386/isa/rp.c to files.i386" After looking at other files in there I put the above in. I assume rp is just some name, so I just called it rp. Any mistakes there? -vsd _____________________________________________________________ Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us Technology Assistant Farmington Community Library Phone: 248.553.0300 Fax: 248.553.3228 32737 West 12 Mile Road Farmington Hills, MI 48334 _____________________________________________________________ From owner-freebsd-questions Sun Jan 18 15:46:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26911 for questions-outgoing; Sun, 18 Jan 1998 15:46:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26903 for ; Sun, 18 Jan 1998 15:46:23 -0800 (PST) (envelope-from bsd@smmcroute.smmc.qld.edu.au) Received: from localhost (bsd@localhost) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id IAA00260 for ; Mon, 19 Jan 1998 08:12:34 +1000 (EST) Date: Mon, 19 Jan 1998 08:12:31 +1000 (EST) From: bsd To: freebsd-questions@FreeBSD.ORG Subject: no root class...login.conf?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I saw a message a while ago which said how to fix inetd saying there was no root class. I thought it said something about login.conf & where to get it... any help here Thanks in advance Keith Spencer Townsville Australia From owner-freebsd-questions Sun Jan 18 15:52:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27392 for questions-outgoing; Sun, 18 Jan 1998 15:52:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailroom.iamerica.net (mailroom.iamerica.net [207.101.121.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27379 for ; Sun, 18 Jan 1998 15:52:12 -0800 (PST) (envelope-from cgibson@iamerica.net) Received: from chuck.iamerica.net (iao-ppp0119.iamerica.net [207.101.39.28]) by mailroom.iamerica.net (8.8.7/8.8.7) with SMTP id RAA19899 for ; Sun, 18 Jan 1998 17:52:01 -0600 (CST) Message-ID: <013501bd246c$352f4480$0100a8c0@chuck.iamerica.net> From: "Chuck Gibson" To: Subject: etherexpress pro Date: Sun, 18 Jan 1998 17:52:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is there a boot/kernel configuration setting for my EtherExpress PRO/10+ PCI LAN card? Thank You Chuck From owner-freebsd-questions Sun Jan 18 15:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27636 for questions-outgoing; Sun, 18 Jan 1998 15:54:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27609 for ; Sun, 18 Jan 1998 15:54:03 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal29-14.ppp.iadfw.net (dal29-14.ppp.iadfw.net [204.178.75.144]) by idfw.com (8.8.5) id QAA15537; Sun, 18 Jan 1998 16:53:50 -0700 (MST) Received: by dal29-14.ppp.iadfw.net with Microsoft Mail id <01BD243A.29FEA7E0@dal29-14.ppp.iadfw.net>; Sun, 18 Jan 1998 17:54:46 -0600 Message-ID: <01BD243A.29FEA7E0@dal29-14.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Pingless! Date: Sun, 18 Jan 1998 17:47:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I just completed the networking section of your tutorial. I am running FreeBSD 2.2.5 on a 486-66 computer with the following hardware: Generic Hayes Compatible Modem on COM2, IRQ3 NE2000 Compatible NIC on IRQ10, I/O 300 I can ping localhost and ping curly, on the FreeBSD unit as the tutorial describes. But I should mention here that this tutorial describes making changes to /etc/sysconfig ... NOT! This was my problem for the first few hours. I found out it was rc.conf which needs to be changed in lieu of sysconf. You might want to correct this in you tutorial. My FreeBSD box is connected via BNC cable to three other machines. A Novell 4.1 server and two Windows 95 machines. I can login to the Novell server with the Windows 95 machines and can ping them. But I can't ping them from the FreeBSD machine, nor visa versa. I have been back through the tutorial, section 3.1 through section 5.1 several times. I found a few typos, but all looks according to the tutorial. Still I can't see the FreeBSD machines with the Windows95 machines. Can anyone help? From owner-freebsd-questions Sun Jan 18 16:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29043 for questions-outgoing; Sun, 18 Jan 1998 16:13:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29021 for ; Sun, 18 Jan 1998 16:13:35 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06577; Mon, 19 Jan 1998 09:46:52 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13286; Mon, 19 Jan 1998 09:46:52 +1030 (CST) (envelope-from grog) Message-ID: <19980119094651.28071@lemis.com> Date: Mon, 19 Jan 1998 09:46:51 +1030 From: Greg Lehey To: "Vladislav S. Davidzon" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passing parameters References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Vladislav S. Davidzon on Sun, Jan 18, 1998 at 02:48:28PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 02:48:28PM -0500, Vladislav S. Davidzon wrote: > Good afternoon. > > I have just successufly installed my first FreeBSD machine. > However, there is one problem. This particular machine > is a weird one. I used to run Linux on it, and it required > the option "append reboot=bios" to be passed to the kernel > in Linux in order for it to reboot with a shutdown -r now. > > How do I do this in FreeBSD? Is there a different parameter > that I should pass to the kernel? > > Currently this machine will not reboot without me physically > powercycling it. Hmm. The FreeBSD boot is different from the Linux boot, and I would have said "you don't need that", but since you have difficulty rebooting, that doesn't sound like the correct answer. Does your system have a reset button? If so, are you saying that it doesn't work? How far do you get with the reboot before it hangs? There is a kernel option BROKEN_KEYBOARD_RESET, but before you go to the trouble of building a new kernel, it would be good to know whether it is likely to help. Greg From owner-freebsd-questions Sun Jan 18 16:30:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00718 for questions-outgoing; Sun, 18 Jan 1998 16:30:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kakapo.pinnacle.co.nz (pinsoft.internet.co.nz [202.37.141.181] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00615 for ; Sun, 18 Jan 1998 16:30:07 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id NAA12083 for ; Mon, 19 Jan 1998 13:30:15 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id NAA09636 for ; Mon, 19 Jan 1998 13:30:03 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Mon, 19 Jan 1998 13:30:03 +1300 (NZDT) From: Jonathan Chen To: freebsd-questions@FreeBSD.ORG Subject: su to root problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I've got a problem su'ing to root: kakapo-~,1:27pm> uname -a FreeBSD kakapo.pinnacle.co.nz 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Fri Dec 5 12:54:57 NZDT 1997 root@kakapo.pinnacle.co.nz:/usr/src/sys/compile/KAKAPO i386 kakapo-~,1:27pm> id uid=1000(jonc) gid=0(wheel) groups=0(wheel) kakapo-~,1:27pm> su su: you are not in the correct group to su root. So, what group should I be in so that I can su to root? -- Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III From owner-freebsd-questions Sun Jan 18 16:31:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00758 for questions-outgoing; Sun, 18 Jan 1998 16:31:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (root@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00724 for ; Sun, 18 Jan 1998 16:30:39 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.7/8.8.5) with SMTP id TAA00748; Sun, 18 Jan 1998 19:05:56 GMT Date: Sun, 18 Jan 1998 19:05:56 +0000 (GMT) From: Jt To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Pingless! In-Reply-To: <01BD243A.29FEA7E0@dal29-14.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 1 are these daisy chain? 2 is the freebsd the gateway for all machinces? 3 you have terminators at the end of each run? some cards have built in terminators. hometeam@techpower.net --We cannot all be masters, nor all masters Cannot be truly follow'd-- -----BEGIN PGP MESSAGE----- Version: 2.6.2 owEBqwBU/4kAlQMFADRCxNWhsddKSTR+6QEBelED/jzeC3btZfqSdIfrNoCgwUJJ iNQ33UQoMyJ2ygkfl72xP5J79yml/F4P73GnNaDVbaMOmOG2NNAi5ElE73wRh54U 17kH+n5XnYeqekV8T2TG2Q6ex3UotXPyZ1vvrCrSxapOz6a4hh0GQeA55rcwLy2W ROHwxfvaVsrX5iVOkRoerBFiC21lc3NhZ2UudHh0AAAAAA== =jCvF -----END PGP MESSAGE----- On Sun, 18 Jan 1998, Frank Griffith wrote: > I just completed the networking section of your tutorial. I am running > FreeBSD 2.2.5 on a 486-66 computer with the following hardware: > > Generic Hayes Compatible Modem on COM2, IRQ3 > NE2000 Compatible NIC on IRQ10, I/O 300 > > I can ping localhost and ping curly, on the FreeBSD unit as the > tutorial describes. But I should mention here that this tutorial > describes making changes to /etc/sysconfig ... NOT! This was > my problem for the first few hours. I found out it was rc.conf > which needs to be changed in lieu of sysconf. You might want > to correct this in you tutorial. > > My FreeBSD box is connected via BNC cable to three other machines. > A Novell 4.1 server and two Windows 95 machines. I can login to the > Novell server with the Windows 95 machines and can ping them. But > I can't ping them from the FreeBSD machine, nor visa versa. > > I have been back through the tutorial, section 3.1 through section 5.1 > several times. I found a few typos, but all looks according to the tutorial. > Still I can't see the FreeBSD machines with the Windows95 machines. > Can anyone help? > From owner-freebsd-questions Sun Jan 18 16:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00762 for questions-outgoing; Sun, 18 Jan 1998 16:31:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00733 for ; Sun, 18 Jan 1998 16:30:48 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id VAA14413; Sun, 18 Jan 1998 21:32:01 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182132.VAA14413@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Ruslan Shevchenko cc: Brian Somers , freebsd-questions@FreeBSD.ORG Subject: Re: ppp managing, In-reply-to: Your message of "Sun, 18 Jan 1998 01:01:05 +0200." <34C1382D.14DE1D4A@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 21:32:00 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > Thanks a lot, you are withard . > Is allow * exists in yesterday-cvsuped 2.2-STABLE ? 'fraid not. It's just in -current at the moment. 2.2-stable is pretty much the same as 2.2.5-release. > > ? Thanks. > > ? > > ? -- > > ? > > ? @= > > ? //RSSH mailto://Ruslan@Shevchenko.Kiev.UA > > > > -- > > Brian ?brian@Awfulhak.org?, ?brian@FreeBSD.org?, ?brian@OpenBSD.org? > > ?http://www.Awfulhak.org? > > Don't _EVER_ lose your sense of humour.... > > > > -- > > @= > //RSSH mailto://Ruslan@Shevchenko.Kiev.UA > > > From owner-freebsd-questions Sun Jan 18 16:32:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01043 for questions-outgoing; Sun, 18 Jan 1998 16:32:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00975 for ; Sun, 18 Jan 1998 16:32:17 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id VAA13764; Sun, 18 Jan 1998 21:06:18 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801182106.VAA13764@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Lanny Baron cc: support@FreeBSD.ORG Subject: Re: PPP ONLY RUNS BY ROOT AND X In-reply-to: Your message of "Sun, 18 Jan 1998 10:32:17 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 21:06:18 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > Secondly, when attempting to run ppp as a user, I get a message something > to the effect of "ppp client must be run as ID 0". I did not have that > problem before and now must either login as root or su myself. Is there a > work around for this? Get the latest ppp from -current or http://www.FreeBSD.org/~brian. Nobody seemed to like the uid 0 idea :-I The latest ppp allows you to "allow users *" in your default section if you want the previous behaviour. > Your help is much appreciated > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Jan 18 16:35:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01240 for questions-outgoing; Sun, 18 Jan 1998 16:35:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.netroplex.com (ns2.netroplex.com [206.171.95.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01141 for ; Sun, 18 Jan 1998 16:33:37 -0800 (PST) (envelope-from thabib@netroplex.com) From: thabib@netroplex.com Received: from netroplex.com (max008-30.netroplex.com [207.212.27.30]) by ns2.netroplex.com (8.8.8/8.8.8) with ESMTP id QAA11884 for ; Sun, 18 Jan 1998 16:30:58 -0800 (PST) Message-ID: <34C29F5C.B2013614@netroplex.com> Date: Sun, 18 Jan 1998 16:33:32 -0800 X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: isdn4bsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Where can i find the isdn4bsd package? Is it similiar to the isdn4linux package? I ask this question becuase I want to port a isdn4linux driver to freebsd. Thanks, Tony Habib From owner-freebsd-questions Sun Jan 18 16:35:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01339 for questions-outgoing; Sun, 18 Jan 1998 16:35:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01221 for ; Sun, 18 Jan 1998 16:34:44 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA06670; Mon, 19 Jan 1998 11:04:26 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA00343; Mon, 19 Jan 1998 11:04:26 +1030 (CST) (envelope-from grog) Message-ID: <19980119110425.00483@lemis.com> Date: Mon, 19 Jan 1998 11:04:25 +1030 From: Greg Lehey To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: su to root problem References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Jonathan Chen on Mon, Jan 19, 1998 at 01:30:03PM +1300 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 01:30:03PM +1300, Jonathan Chen wrote: > Hi, > > I've got a problem su'ing to root: > > kakapo-~,1:27pm> uname -a > FreeBSD kakapo.pinnacle.co.nz 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: > Fri Dec 5 12:54:57 NZDT 1997 > root@kakapo.pinnacle.co.nz:/usr/src/sys/compile/KAKAPO i386 > kakapo-~,1:27pm> id > uid=1000(jonc) gid=0(wheel) groups=0(wheel) > kakapo-~,1:27pm> su > su: you are not in the correct group to su root. > > So, what group should I be in so that I can su to root? wheel. Change /etc/group: wheel:*:0:root,jonc Greg From owner-freebsd-questions Sun Jan 18 16:42:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01868 for questions-outgoing; Sun, 18 Jan 1998 16:42:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-0026.jumpnet.com [207.8.61.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01676 for ; Sun, 18 Jan 1998 16:39:55 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id SAA06302; Sun, 18 Jan 1998 18:39:16 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Can't run X as user References: From: Dave Marquardt Date: 18 Jan 1998 18:38:45 -0600 In-Reply-To: Andre LeClaire's message of "Sun, 18 Jan 1998 15:48:52 -0500 (EST)" Message-ID: <85soqlmh62.fsf@localhost.zilker.net> Lines: 14 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Andre LeClaire writes: > If the mailing list archive search were available, I could probably > figure this one out on my own. But since it's not, I need some help ... > I recently installed 3.0-971225-SNAP, and cannot run X as a user - I get > "ld.so failed: Can't find shared library "libXmu.so.6.0"". It runs just > fine as root, however. I can see that libXmu.so.6.0 *is* indeed there in > /usr/X11R6/lib, and it shows up in the output of ldconfig -r. Is there > some configuration step I've missed or what?? And what are the permissions of /usr/X11R6/lib/libXmu.so.6.0? I suspect your regular user can't read either the library or perhaps all of /usr/X11R6/lib. -Dave From owner-freebsd-questions Sun Jan 18 16:51:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02819 for questions-outgoing; Sun, 18 Jan 1998 16:51:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from linux1.usls.edu (francis@irc.usls.edu [202.47.133.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02798 for ; Sun, 18 Jan 1998 16:50:27 -0800 (PST) (envelope-from francis@usls.edu) Received: from localhost (francis@localhost) by linux1.usls.edu (8.8.7/8.7.3) with SMTP id IAA02767; Mon, 19 Jan 1998 08:48:12 +0800 Date: Mon, 19 Jan 1998 08:48:12 +0800 (PST) From: "Francis A. Vidal" To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: URGENT: error code 1 from pkg_add(1) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Doug White wrote: > error code 1 = operation not permitted (must be root) > > Try installing the package using pkg_add from the command line, instead of > using sysinstall. thanks doug :) i already found out what was wrong. i upgraded the tar package to 1.12 and it has pkg_add uses an option than 1.12 doesn't support. what i did was to rename the new tar and copied the old tar back to the system and it worked! thanks for the help! --- u s l s N E T university of st. la salle, bacolod city, philippines . . . . . . . PGP key at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp francis vidal tel. nos. (6334).435.2324 / 433.3526 From owner-freebsd-questions Sun Jan 18 17:22:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06238 for questions-outgoing; Sun, 18 Jan 1998 17:22:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06163 for ; Sun, 18 Jan 1998 17:21:21 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id RAA23240; Sun, 18 Jan 1998 17:20:56 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id RAA25884; Sun, 18 Jan 1998 17:20:55 -0800 (PST) Message-Id: <3.0.3.32.19980118172050.007b4b10@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 18 Jan 1998 17:20:50 +0000 To: Feiyi Wang From: Jason Wells Subject: Re: set path in X enviroment Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 13:45 1/18/98 -0500, Feiyi Wang wrote: > >hi, there > >I am running XDM as front end, when I login, it seems the .bash_profile in >my home directory didn't not get executed. There is some enviroment >information has been set, where are they come from? Where should I set up >my PATH ? > >/oliver You can do the following. cp ~/.bash_profile ~/.bashrc The .bashrc file is read by bash under these circumstances. This way your environments within an Xterm will be identical to your environment in character mode. This will include your $PATH. Read 'man bash' for more information. Later, Jason Wells From owner-freebsd-questions Sun Jan 18 17:55:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09213 for questions-outgoing; Sun, 18 Jan 1998 17:55:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09209 for ; Sun, 18 Jan 1998 17:55:14 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id WAA21094 for ; Sat, 17 Jan 1998 22:58:15 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id WAA01988 for ; Sat, 17 Jan 1998 22:58:13 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id WAA16081 for ; Sat, 17 Jan 1998 22:58:11 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id WAA03234 for ; Sat, 17 Jan 1998 22:58:11 -0600 (CST) Date: Sat, 17 Jan 1998 22:58:11 -0600 (CST) Message-Id: <199801180458.WAA03234@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I keep getting messages in my root mailbox about preposperous programs or something, what does it mean? preposperous is not in our dictionary? vagner@ti.com Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Sun Jan 18 18:01:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09683 for questions-outgoing; Sun, 18 Jan 1998 18:01:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA09664 for ; Sun, 18 Jan 1998 18:01:03 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA06754; Mon, 19 Jan 1998 12:30:50 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA00759; Mon, 19 Jan 1998 12:30:50 +1030 (CST) (envelope-from grog) Message-ID: <19980119123049.48082@lemis.com> Date: Mon, 19 Jan 1998 12:30:49 +1030 From: Greg Lehey To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: your mail References: <199801180458.WAA03234@epcot.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801180458.WAA03234@epcot.spdc.ti.com>; from George Vagner on Sat, Jan 17, 1998 at 10:58:11PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 17, 1998 at 10:58:11PM -0600, George Vagner wrote: > I keep getting messages in my root mailbox about preposperous programs or > something, what does it mean? I don't know. I've never seen *quite* that message. > preposperous is not in our dictionary? Nor in mine. I think you should report the error message more accurately. You're also more likely to get a response if you include a Subject: line. Greg From owner-freebsd-questions Sun Jan 18 18:25:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11672 for questions-outgoing; Sun, 18 Jan 1998 18:25:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Bayou.UH.EDU (root@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11657 for ; Sun, 18 Jan 1998 18:25:02 -0800 (PST) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.8/8.8.8) with SMTP id TAA02647 for ; Sun, 18 Jan 1998 19:35:57 -0600 (CST) Date: Sun, 18 Jan 1998 19:35:57 -0600 (CST) From: Jonathan Fosburgh To: questions@FreeBSD.ORG Subject: pkg_add not working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Something has caused my pkg_add command to cease working (it was working as recently as the 15th or 16th) Now, when I just type pkg_add it returns nothing, but if I give it an incorrect name, it says it either cannot find the file or it is not a package, and if I give it a real package name, it simply exits as it did when I didn't supply any arguments. It continues to do this even though I have since upgraded my system (to the 1/1/98 SNAP of 2.2) as well as upgrading pkg_add from source. Does anyone know how I might be able to fix this? Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics http://www.geocities.com/vienna/1498 FreeBSD: Turning PCs into Workstations http://www.freebsd.org ******************************************************************************* We shall not cease from exploration, And the end of our exploring shall be to arrive Where we started from, and know the place for the first time. --T.S. Eliot, The Four Quartets ******************************************************************************* From owner-freebsd-questions Sun Jan 18 18:34:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12262 for questions-outgoing; Sun, 18 Jan 1998 18:34:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gstring.xamor.com (www.xamor.com [206.250.193.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12176 for ; Sun, 18 Jan 1998 18:32:55 -0800 (PST) (envelope-from matthew@wolfepub.com) Received: from dimension (grxa6-ppp1.triton.net [209.172.4.1]) by gstring.xamor.com (8.8.5/8.8.5) with SMTP id VAA22564 for ; Sun, 18 Jan 1998 21:41:19 -0500 (EST) Message-Id: <3.0.1.32.19980118212901.006a7da8@wolfepub.com> X-Sender: matthew@wolfepub.com (Unverified) X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 18 Jan 1998 21:29:01 -0500 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: NCurses and cons25 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, I am trying to use NCurses-4.1 under FreeBSD 2.2.5 running on a 486. The package compiled fine, but when I try to run *any* of the test programs that come with the package, I get to following error: Error opening terminal: cons25 I have had very little luck finding much information on using or configuring curses or ncurses. Also, I can't seem to find any information on how to set a terminal type. Is there anything special about cons25 that makes it a better choice for the console than say some VTxxx terminal type? I'm writing several programs in which I need full screen, color, cursor, and key control. The programs will always be run from a console in 80X25. Last, if this is getting posted to a list, how can I get on it? Thank you, Matthew Hagerty wpub1@net-link.net From owner-freebsd-questions Sun Jan 18 18:42:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12844 for questions-outgoing; Sun, 18 Jan 1998 18:42:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12831 for ; Sun, 18 Jan 1998 18:42:15 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA06790; Mon, 19 Jan 1998 13:12:01 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA00959; Mon, 19 Jan 1998 13:12:01 +1030 (CST) (envelope-from grog) Message-ID: <19980119131201.34993@lemis.com> Date: Mon, 19 Jan 1998 13:12:01 +1030 From: Greg Lehey To: Matthew Hagerty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NCurses and cons25 References: <3.0.1.32.19980118212901.006a7da8@wolfepub.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.1.32.19980118212901.006a7da8@wolfepub.com>; from Matthew Hagerty on Sun, Jan 18, 1998 at 09:29:01PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:29:01PM -0500, Matthew Hagerty wrote: > Greetings, > > I am trying to use NCurses-4.1 under FreeBSD 2.2.5 running on a > 486. Does this buy you anything? I thought our implementation was based on ncurses. > The package compiled fine, but when I try to run *any* of the test programs > that come with the package, I get to following error: > > Error opening terminal: cons25 > > I have had very little luck finding much information on using or > configuring curses or ncurses. Also, I can't seem to find any information > on how to set a terminal type. Depending on your shell, do: (Bourne shell and friends) $ TERM=cons25; export TERM (C shell and friends, I think) % setenv TERM=cons25 > Is there anything special about cons25 that makes it a better choice > for the console than say some VTxxx terminal type? Yes. It describes the terminal you're using :-) > I'm writing several programs in which I need full screen, color, > cursor, and key control. The programs will always be run from a > console in 80X25. OK. cons25 can do colour. Just grab the definition from /usr/share/misc/termcap and put it in the termcap file you're using. > Last, if this is getting posted to a list, how can I get on it? Send mail to majordomo@FreeBSD.org with the following text in the body. You can ignore the subject line. subscribe FreeBSD-questions Greg From owner-freebsd-questions Sun Jan 18 18:53:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13916 for questions-outgoing; Sun, 18 Jan 1998 18:53:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gstring.xamor.com (www.xamor.com [206.250.193.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13878 for ; Sun, 18 Jan 1998 18:53:21 -0800 (PST) (envelope-from matthew@wolfepub.com) Received: from dimension (grxa6-ppp1.triton.net [209.172.4.1]) by gstring.xamor.com (8.8.5/8.8.5) with SMTP id WAA22703 for ; Sun, 18 Jan 1998 22:01:54 -0500 (EST) Message-Id: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> X-Sender: matthew@wolfepub.com (Unverified) X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 18 Jan 1998 21:49:36 -0500 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: FreeBSD on BSD/OS (BSDI) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) binaries. The list of features indicates the FreeBSD can run Linux, BSDI, and SCO binaries. I have gone through compiling a custom kernel and did not see any options for adding BSDI or SCO compatibility. Thanks, Matthew Hagerty wpub1@net-link.net From owner-freebsd-questions Sun Jan 18 18:57:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14235 for questions-outgoing; Sun, 18 Jan 1998 18:57:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14197 for ; Sun, 18 Jan 1998 18:57:00 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id VAA00487; Sun, 18 Jan 1998 21:56:25 -0500 (EST) Message-ID: <19980118215624.57801@emu.sourcee.com> Date: Sun, 18 Jan 1998 21:56:24 -0500 From: Norman C Rice To: Greg Lehey Cc: Matthew Hagerty , freebsd-questions@FreeBSD.ORG Subject: Re: NCurses and cons25 References: <3.0.1.32.19980118212901.006a7da8@wolfepub.com> <19980119131201.34993@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980119131201.34993@lemis.com>; from Greg Lehey on Mon, Jan 19, 1998 at 01:12:01PM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 01:12:01PM +1030, Greg Lehey wrote: > On Sun, Jan 18, 1998 at 09:29:01PM -0500, Matthew Hagerty wrote: > > Greetings, > > > > I am trying to use NCurses-4.1 under FreeBSD 2.2.5 running on a > > 486. > > Does this buy you anything? I thought our implementation was based on > ncurses. > > > The package compiled fine, but when I try to run *any* of the test programs > > that come with the package, I get to following error: > > > > Error opening terminal: cons25 > > > > I have had very little luck finding much information on using or > > configuring curses or ncurses. Also, I can't seem to find any information > > on how to set a terminal type. > > Depending on your shell, do: > > (Bourne shell and friends) > > $ TERM=cons25; export TERM > > (C shell and friends, I think) > > % setenv TERM=cons25 ^ I believe that should be % setenv TERM cons25 > > > Is there anything special about cons25 that makes it a better choice > > for the console than say some VTxxx terminal type? > > Yes. It describes the terminal you're using :-) > > > I'm writing several programs in which I need full screen, color, > > cursor, and key control. The programs will always be run from a > > console in 80X25. > > OK. cons25 can do colour. Just grab the definition from > /usr/share/misc/termcap and put it in the termcap file you're using. > > > Last, if this is getting posted to a list, how can I get on it? > > Send mail to majordomo@FreeBSD.org with the following text in the > body. You can ignore the subject line. > > subscribe FreeBSD-questions > > Greg -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 19:01:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14631 for questions-outgoing; Sun, 18 Jan 1998 19:01:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14432 for ; Sun, 18 Jan 1998 18:59:41 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id VAA00505; Sun, 18 Jan 1998 21:59:20 -0500 (EST) Message-ID: <19980118215919.33160@emu.sourcee.com> Date: Sun, 18 Jan 1998 21:59:19 -0500 From: Norman C Rice To: Matthew Hagerty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on BSD/OS (BSDI) References: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3.0.1.32.19980118214936.006a7da8@wolfepub.com>; from Matthew Hagerty on Sun, Jan 18, 1998 at 09:49:36PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:49:36PM -0500, Matthew Hagerty wrote: > I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) > binaries. The list of features indicates the FreeBSD can run Linux, BSDI, > and SCO binaries. I have gone through compiling a custom kernel and did > not see any options for adding BSDI or SCO compatibility. > > Thanks, > Matthew Hagerty > wpub1@net-link.net Enable Ibcs2 emulation in /etc/rc.conf. ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 19:06:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15021 for questions-outgoing; Sun, 18 Jan 1998 19:06:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14978 for ; Sun, 18 Jan 1998 19:05:33 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA06808; Mon, 19 Jan 1998 13:34:20 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA01355; Mon, 19 Jan 1998 13:34:19 +1030 (CST) (envelope-from grog) Message-ID: <19980119133419.51132@lemis.com> Date: Mon, 19 Jan 1998 13:34:19 +1030 From: Greg Lehey To: Norman C Rice Cc: Matthew Hagerty , freebsd-questions@FreeBSD.ORG Subject: Re: NCurses and cons25 References: <3.0.1.32.19980118212901.006a7da8@wolfepub.com> <19980119131201.34993@lemis.com> <19980118215624.57801@emu.sourcee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19980118215624.57801@emu.sourcee.com>; from Norman C Rice on Sun, Jan 18, 1998 at 09:56:24PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:56:24PM -0500, Norman C Rice wrote: > On Mon, Jan 19, 1998 at 01:12:01PM +1030, Greg Lehey wrote: >> On Sun, Jan 18, 1998 at 09:29:01PM -0500, Matthew Hagerty wrote: >>> I have had very little luck finding much information on using or >>> configuring curses or ncurses. Also, I can't seem to find any information >>> on how to set a terminal type. >> >> Depending on your shell, do: >> >> (Bourne shell and friends) >> >> $ TERM=cons25; export TERM >> >> (C shell and friends, I think) >> >> % setenv TERM=cons25 > ^ > I believe that should be > > % setenv TERM cons25 Thanks. Guess who doesn't use the C shell. Greg From owner-freebsd-questions Sun Jan 18 19:08:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15154 for questions-outgoing; Sun, 18 Jan 1998 19:08:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15058 for ; Sun, 18 Jan 1998 19:06:45 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA06815; Mon, 19 Jan 1998 13:36:37 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA01371; Mon, 19 Jan 1998 13:36:36 +1030 (CST) (envelope-from grog) Message-ID: <19980119133636.29357@lemis.com> Date: Mon, 19 Jan 1998 13:36:36 +1030 From: Greg Lehey To: Matthew Hagerty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on BSD/OS (BSDI) References: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.1.32.19980118214936.006a7da8@wolfepub.com>; from Matthew Hagerty on Sun, Jan 18, 1998 at 09:49:36PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 09:49:36PM -0500, Matthew Hagerty wrote: > I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) > binaries. First, you must somehow get them on your system. Then you must ensure that they're executable. Then you run them. FreeBSD has native support for BSD/OS binaries, as long as they're not ELF. ELF is coming, but it's not here yet. > The list of features indicates the FreeBSD can run Linux, BSDI, and > SCO binaries. I have gone through compiling a custom kernel and did > not see any options for adding BSDI or SCO compatibility. Take a look at /etc/rc.conf for SCO and Linux. There are parameters you set. For Linux you also need kernel support; I assume you've found that and think that it's needed for the others as well. It isn't. Greg From owner-freebsd-questions Sun Jan 18 19:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15903 for questions-outgoing; Sun, 18 Jan 1998 19:15:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15879 for ; Sun, 18 Jan 1998 19:14:50 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id VAA11390; Sun, 18 Jan 1998 21:14:43 -0600 (CST) Message-ID: <19980118211442.02075@emsphone.com> Date: Sun, 18 Jan 1998 21:14:42 -0600 From: Dan Nelson To: Matthew Hagerty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NCurses and cons25 References: <3.0.1.32.19980118212901.006a7da8@wolfepub.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <3.0.1.32.19980118212901.006a7da8@wolfepub.com>; from "Matthew Hagerty" on Sun Jan 18 21:29:01 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 18), Matthew Hagerty said: > Greetings, > > I am trying to use NCurses-4.1 under FreeBSD 2.2.5 running on a 486. > The package compiled fine, but when I try to run *any* of the test programs > that come with the package, I get to following error: > > Error opening terminal: cons25 Probably due to ncurses defaulting to using terminfo, where FreeBSD uses termcap. My configure line for ncurses-4.1 (patched to current version) is: ./configure --prefix=/usr/local/ --enable-termcap --enable-getcap \ --enable-hashmap --disable-overwrite --enable-scroll-hints \ --with-shared --with-profile ,which enables termcap parsing, disables terminfo creation, enables shlib and profile library creation, and enables some scrolling optimization code. -Dan Nelson From owner-freebsd-questions Sun Jan 18 19:42:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17702 for questions-outgoing; Sun, 18 Jan 1998 19:42:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from webfarm1.whistle.com (webfarm1.whistle.com [207.76.204.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17551 for ; Sun, 18 Jan 1998 19:40:20 -0800 (PST) (envelope-from julian@whistle.com) Received: (from smap@localhost) by webfarm1.whistle.com (8.8.5/8.8.5) id TAA24680 for ; Sun, 18 Jan 1998 19:40:18 -0800 (PST) X-Authentication-Warning: webfarm1.whistle.com: smap set sender to using -f Received: from alpo.whistle.com(alpo.isp.whistle.com 207.76.204.38) by webfarm1.whistle.com via smap (V2.0) id xma024678; Sun, 18 Jan 98 19:40:09 -0800 Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id TAA27905; Sun, 18 Jan 1998 19:23:00 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd027903; Sun Jan 18 19:22:56 1998 Message-ID: <34C2C64D.52BFA1D7@whistle.com> Date: Sun, 18 Jan 1998 19:19:41 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Norman C Rice CC: Matthew Hagerty , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on BSD/OS (BSDI) References: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> <19980118215919.33160@emu.sourcee.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Norman C Rice wrote: > > On Sun, Jan 18, 1998 at 09:49:36PM -0500, Matthew Hagerty wrote: > > I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) > > binaries. The list of features indicates the FreeBSD can run Linux, BSDI, > > and SCO binaries. I have gone through compiling a custom kernel and did > > not see any options for adding BSDI or SCO compatibility. > > > > Thanks, > > Matthew Hagerty > > wpub1@net-link.net no that's for SCO BSDI emulation is our native mode really.. no options needed > > Enable Ibcs2 emulation in /etc/rc.conf. > > ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). > > -- > Regards, > Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 19:47:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18063 for questions-outgoing; Sun, 18 Jan 1998 19:47:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18052 for ; Sun, 18 Jan 1998 19:46:48 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA00874; Sun, 18 Jan 1998 22:45:37 -0500 (EST) Message-ID: <19980118224536.05198@emu.sourcee.com> Date: Sun, 18 Jan 1998 22:45:37 -0500 From: Norman C Rice To: Julian Elischer Cc: Matthew Hagerty , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on BSD/OS (BSDI) References: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> <19980118215919.33160@emu.sourcee.com> <34C2C64D.52BFA1D7@whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C2C64D.52BFA1D7@whistle.com>; from Julian Elischer on Sun, Jan 18, 1998 at 07:19:41PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 07:19:41PM -0800, Julian Elischer wrote: > Norman C Rice wrote: > > > > On Sun, Jan 18, 1998 at 09:49:36PM -0500, Matthew Hagerty wrote: > > > I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) > > > binaries. The list of features indicates the FreeBSD can run Linux, BSDI, > > > and SCO binaries. I have gone through compiling a custom kernel and did > > > not see any options for adding BSDI or SCO compatibility. ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ > > > > > > Thanks, > > > Matthew Hagerty > > > wpub1@net-link.net > > no that's for SCO > BSDI emulation is our native mode really.. > no options needed > > > > > Enable Ibcs2 emulation in /etc/rc.conf. > > > > ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). > > > > -- > > Regards, > > Norman C. Rice, Jr. Thanks Julian. I realized my mistake after I read my post. I guess I had better stop speed reading all these questions. :-( Sorry for the incorrect information. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Sun Jan 18 19:49:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18370 for questions-outgoing; Sun, 18 Jan 1998 19:49:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18298 for ; Sun, 18 Jan 1998 19:49:22 -0800 (PST) (envelope-from bsd@smmc.qld.edu.au) Received: from staff2.smmc.qld.edu.au (staff2.smmc.qld.edu.au [203.56.180.49]) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id MAA00749 for ; Mon, 19 Jan 1998 12:15:32 +1000 (EST) Message-Id: <199801190215.MAA00749@smmcroute.smmc.qld.edu.au> Comments: Authenticated sender is From: "keith Spencer" To: freebsd-questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 13:58:58 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: cap_mkdb segmentation fault!! X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi folks, can you help me fix a small hassle I have. I am trying to database compile the login file "/etc/login.conf" and... /usr/bin/cap_mkdb /etc/login.conf stops and says segmentation fault core dumped???? any clues thanks Keith spencer Townsville Australia Keith Spencer BSD newbie & IT coordinator @ St Margaret Marys College in Townsville Australia From owner-freebsd-questions Sun Jan 18 19:49:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18371 for questions-outgoing; Sun, 18 Jan 1998 19:49:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18312 for ; Sun, 18 Jan 1998 19:49:27 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id TAA06654; Sun, 18 Jan 1998 19:49:13 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 18 Jan 1998 19:49:13 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: James DenverLee Black cc: freebsd-questions@FreeBSD.ORG Subject: Re: does anyone know where I can download a good browser ? In-Reply-To: <34BE3D6B.AB1507B0@neumedia.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ftp25.netscape.com/pub/communicator/4.04/development/english/unix/freebsd -- Yan On Thu, 15 Jan 1998, James DenverLee Black wrote: >Hello, > >I recently setup freebsd and I have Xwindows configured and everything >is running smoothly escept for the fact that I cannot find a good >browser to use. I have tried searching for a Netscape browser, but I >have been unsuccesful. Can anyone tell me where I could download >netscape or any other reasonable browser ? > >At one point I thought Netscape had a version of communicator for >FreeBSD. However, I can't seem to find it if they still have it > >Thanks alot >Lee > > From owner-freebsd-questions Sun Jan 18 19:51:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18616 for questions-outgoing; Sun, 18 Jan 1998 19:51:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dragon.awen.com (dragon.awen.com [207.33.155.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18550 for ; Sun, 18 Jan 1998 19:50:45 -0800 (PST) (envelope-from mburgett@dragon.awen.com) Received: (from mburgett@localhost) by dragon.awen.com (8.8.8/8.8.7) id TAA26828; Sun, 18 Jan 1998 19:50:37 -0800 (PST) Message-Id: <199801190350.TAA26828@dragon.awen.com> From: "Mike Burgett" To: "freebsd-questions@freebsd.org" Date: Sun, 18 Jan 98 19:50:37 -0800 Reply-To: "Mike Burgett" X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: setting up bootpd... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm trying to get a sun machine to net boot an openbsd miniroot (there's no OS on the machine currently, and no floppy...) and not having much success. I've set up /etc/bootptab as follows: .default:\ :td=/tftpboot:\ :hd=/tftpboot:bf=CF219B0B:\ :ds=dragon:\ :sm=255.255.255.0:\ :gw=Icmnsens.awen.com:\ :hn:to=-28800: capon:ha=08002004AEFB:tc=.default: and have tftpd and bootps uncommented in my inetd.conf, and kill -HUP'd the inetd, and see the bootps socket open. I've renamed the miniroot.fs file to CF219B0B, and put it in /tftpboot and set everyone to read permission... The sun comes up, seems to rarp ok, but gets a receive failure when it tries to boot the file. Any suggestions?? Thanks, --Mike From owner-freebsd-questions Sun Jan 18 20:25:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21204 for questions-outgoing; Sun, 18 Jan 1998 20:25:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21150 for ; Sun, 18 Jan 1998 20:23:50 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: from speedy.pcscons.net (oak-port510.jps.net [209.142.30.23]) by dry.jps.net (8.8.5/8.8.5) with SMTP id UAA00848; Sun, 18 Jan 1998 20:23:21 -0800 (PST) Message-Id: <3.0.3.32.19980118195109.00700f44@mail.jps.net> X-Sender: ludwigp@mail.jps.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 18 Jan 1998 19:51:09 -0800 To: Adrian Filipi-Martin , Wei Weng From: Ludwig Pummer Subject: Re: VIRUS Cc: Jason Wik , freebsd-questions@FreeBSD.ORG In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I saw an article in a computer magazine (one of: Microtimes, Computer Currents, PC Magazine, PC/Computing) which said that the first Linux virus had been written. The article also said that Norton made a free (!) Linux antivirus program to combat this virus. At 02:55 PM 1/17/98 -0500, Adrian T. Filipi-Martin wrote: > > I really doubt there is a virus on their system; there just aren't >any unix viri out there. I have only heard of a very few proof of concept >unix viri. In all likelihood, you have a trojan or some other security >problem. And that's how you should apprach this; as a security problem. >If files are being modified on the system, someone has gained privlidges >beyond what they ought to have. > > BTW, there is a virus checker from McAfee that runs native under >FreeBSD, but it is meant for checking MS-DOS/Windoze files for viruses. A >lot of people use unix file servers because NT servers suck. This make is >eash to check all files on the server wihtout moving themover the network >to a DOS box to check for viruses. > > Adrian >-- >adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and >System Administrator --->>>| I could only have one OS for my computer, >Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... >http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ > > >On Sat, 17 Jan 1998, Wei Weng wrote: > >> well... >> If u have the root access, a rm -rf is a deadly virus. >> There are lots of ways to trick root, no need to make a virus. >> If u realy want to find one, mcafee claims they have made an antivirus >> program for linux. You can try to run it on your freebsd box. >> >> Wei Weng wweng@stevens-tech.edu >> http://attila.stevens-tech.edu/~wweng >> -------------------------------------------------------------------------- >> Darkness beyond twilight, crimson beyond blood that flows ... buried in >> the flow of time ... in the great name, I pledge myself to darkness, all >> the fools who stand in our way shall be destroyed ... by the power you and >> I possess, DRAGON SLAVE! >> -------------------------------------------------------------------------- >> main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf >> (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, >> 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} >> --------------------------------------------------------------------------- >> >> On Sat, 17 Jan 1998, Jason Wik wrote: >> >> > I Have a question one of our clients uses freeBSD and claims to have a >> > virus. Is there an antiviral program that can be used on FreeBSD for >> > FreeBSD. I am aware of the limitations of a virus in a unix O/S. But it >> > wouldn't suprise me. Hope you can help me out. >> > >> > Thanks, >> > Jason --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Sun Jan 18 20:38:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22138 for questions-outgoing; Sun, 18 Jan 1998 20:38:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (dal50-18.ppp.iadfw.net [206.66.1.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22094 for ; Sun, 18 Jan 1998 20:37:44 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from kf7nn@localhost) by bud.kf7nn.net (8.8.7/8.8.7) id CAA00332 for questions@freebsd.org; Sun, 18 Jan 1998 02:42:52 -0600 (CST) (envelope-from kf7nn) From: Laszlo Vagner Message-Id: <199801180842.CAA00332@bud.kf7nn.net> Subject: strange message To: questions@FreeBSD.ORG Date: Sun, 18 Jan 1998 02:42:51 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i am getting a message when i run ppp -alias -ddial pmdemand the message says : "tcp: cant open socket 3000 no password in ppp.secret." but it dials and logs in fine? i do have a password in ppp.secret though? any ideas? heres another i am not getting any logging in /var/log/ppp.log i made shure that !ppp *.* /var/log/ppp.log was in /etc/syslog.conf as the man page says but it was already there so i didnt have to touch it. any clues? vagner@ti.com From owner-freebsd-questions Sun Jan 18 20:39:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22269 for questions-outgoing; Sun, 18 Jan 1998 20:39:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (dal50-18.ppp.iadfw.net [206.66.1.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22098 for ; Sun, 18 Jan 1998 20:37:47 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from root@localhost) by bud.kf7nn.net (8.8.7/8.8.7) id FAA06985 for freebsd-questions@freebsd.org; Sat, 17 Jan 1998 05:17:37 -0600 (CST) (envelope-from kf7nn) From: Laszlo Vagner Message-Id: <199801171117.FAA06985@bud.kf7nn.net> Subject: arrow keys To: freebsd-questions@FreeBSD.ORG Date: Sat, 17 Jan 1998 05:17:36 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk From owner-freebsd-questions Sun Jan 18 21:20:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25400 for questions-outgoing; Sun, 18 Jan 1998 21:20:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25243 for ; Sun, 18 Jan 1998 21:19:39 -0800 (PST) (envelope-from bkramer@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id AAA12341 for ; Mon, 19 Jan 1998 00:21:09 -0500 (EST) Received: from bkramer.campus.vt.edu.vt.edu (bkramer.campus.vt.edu [198.82.91.188]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id AAA15741 for ; Mon, 19 Jan 1998 00:19:12 -0500 (EST) Message-Id: <3.0.1.32.19980119001340.007ac5c0@mail.vt.edu> X-Sender: bkramer@mail.vt.edu X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 19 Jan 1998 00:13:40 -0500 To: questions@FreeBSD.ORG From: Brian Kramer Subject: HELP! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello! I just purchases FreeBSD 2.2.5 and I'm having very many problems trying to install it on my machine. I have resorted to the Hardware.txt file many times, and tried everything it suggests, but nothing I do seems to work. The problem is that every time the hardware probe runs, my system seems to freeze up (blank screen with cursor on the bottom left). I have tried everything the help file says...I do have a 3com Ethernet card 3c509 and Did what the help file said. I have done everything I can to try to get this probe not to freeze, but it does regardless what I do. Am I missing something? Is something defective with my CD? Help! Brian Kramer Virginia Tech From owner-freebsd-questions Sun Jan 18 22:17:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29374 for questions-outgoing; Sun, 18 Jan 1998 22:17:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aenima.unixgeeks.net (obanta@aenima.unixgeeks.net [207.140.121.237]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29364 for ; Sun, 18 Jan 1998 22:17:42 -0800 (PST) (envelope-from obanta@aenima.unixgeeks.net) Received: (from obanta@localhost) by aenima.unixgeeks.net (8.8.8/8.8.7) id AAA08777 for questions@freebsd.org; Mon, 19 Jan 1998 00:16:45 -0600 (CST) (envelope-from obanta) From: Oliver Banta Message-Id: <199801190616.AAA08777@aenima.unixgeeks.net> Subject: make depend in /usr/src To: questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 00:16:44 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm just curious if `make depend` in /usr/src is supposed to be broken? I've ran it everytime I've made world since installing 2.2.1 and it has always worked until recently. From the makefile, it appears make world does the necessary dependencies, but I thought I would check to be sure. The error I get is: > ===> usr.bin/ncal > rm -f .depend > mkdep -f .depend -a ncal.c > ncal.c:32: calendar.h: No such file or directory > mkdep: compile failed > *** Error code 1 calendar.h exists on my system at the following locations: > /usr/src/lib/libcalendar/calendar.h > /usr/src/usr.bin/calendar/calendar.h (They are not identical). I can give diff output on request... P.S. I rm'ed the entire /usr/src tree yesterday and cvsup'ed for 4 hours over my slow modem connection to make sure it wasn't my source tree that was hosed. I get the exact same error. Thanks, -- Oliver Banta | Computer Engineering Major at UNL - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - "Software is like sex, it's better when it's free" - Linus Torvalds From owner-freebsd-questions Sun Jan 18 22:36:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00707 for questions-outgoing; Sun, 18 Jan 1998 22:36:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from yokogawa.soft.net (ybi-email-serv.yokogawa.soft.net [164.164.153.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA00693 for ; Sun, 18 Jan 1998 22:36:02 -0800 (PST) (envelope-from s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net) From: s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net Received: by yokogawa.soft.net(Lotus SMTP MTA v1.06 (346.8 3-18-1997)) id E5256591.0024E313 ; Mon, 19 Jan 1998 12:12:54 +300600 X-Lotus-FromDomain: YBI-STP To: freebsd-questions@FreeBSD.ORG Message-ID: Date: Mon, 19 Jan 1998 12:12:44 +300600 Subject: Dual homed host Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've installed FreeBSD 2.2.5 on my Compaq Deskpro by anonymous FTP using an NE2000 card. I want to set up a firewall using a dual homed host. My second card is a DEC 21041 (Tulip). Since the kernel seems to support both cards, I just modified rc.conf to get the second card up as follows: #network_interfaces="ed0 lo0" # List of network interfaces (lo0 is loopback). network_interfaces="de0 ed0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_de0="inet 172.30.1.83 netmask 255.255.0.0" ifconfig_ed0="inet 164.164.153.7 netmask 255.255.0.0" ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. 164.164.*.* is a network connected to the internet and 172.30.*.* is a private network. Both cards now work, but if I ping 164.164.153.7 from another machine on the 172.30 .*.* network, it replies ! (The other machine is a Windows NT workstation with the TCP/IP gateway set to 172.30.1.83) This should not happen since IP forwarding is supposed to be off by default. I verified that IP forwarding is off by using the sysctl utility - the value of net.inet.ip.forwarding is 0. What do I do to prevent this happening ? I'm attaching the following : 1) The output of dmesg (See attached file: dmesg) 2) The output of ifconfig -a -u (See attached file: ifconfig) 3) The output of netstat -r (See attached file: netstat) 4) rc.conf (See attached file: rc.conf) I'd really appreciate any help. Thank you. (uuencoded file dmesg follows) begin 644 dmesg M0V]P>7)I9VAT("AC*2`Q.3DR+3$Y.3<@1G)E94)31"!);F,N#0I#;W!Y2!O9B!#86QI9F]R;FEA+B`@06QL(')I M9VATB`U.#8M8VQA#4R8R`@4W1E<'!I;F<],3(-"B`@1F5A M='5R97,],'@Q8F8\1E!5+%9-12Q$12Q04T4L5%-#+$U34BQ-0T4L0U@X/@T* M71E2`](#$T-#,T,S`T("@Q-#`Y-DL@8GET97,I#0I0#(X,"TP>#(Y9B!I M#-F9B!I M#,W9B!I#-F-R!I71E&9F9F8P,#`P(&)R;V%D M8V%S="`Q-C0N,38T+C(U-2XR-34-"@EE=&AE&9F ),#`P,#`P(`T* ` end (uuencoded file netstat follows) begin 644 netstat M4F]U=&EN9R!T86)L97,-"@T*26YT97)N970Z#0I$97-T:6YA=&EO;B`@("`@ M("`@1V%T97=A>2`@("`@("`@("`@($9L86=S("`@("!2969S("`@("!5("`@("!50R`@("`@("`@("`P("`@("`@("`P(`T* ` end (uuencoded file rc.conf follows) begin 644 rc.conf M(R$O8FEN+W-H#0HC#0H-"B,@5&AI'`@)`T*#0HC(R,C(R,C M(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C M(R,C(R,C(R,C(PT*(R,C($EM<&]R=&%N="!I;FET:6%L($)O;W0M=&EM92!O M<'1I;VYS("`C(R,C(R,C(R,C(R,C(R,C(R,C(R,-"B,C(R,C(R,C(R,C(R,C M(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C M(R,C#0H-"G-W87!F:6QE/2).3R()"2,@4V5T('1O(&YA;64@;V8@2!A M9&1R97-S+@T*<&-C87)D7VEF8V]N9FEG/2).3R()(R!3<&5C:6%L:7IE9"!P M8V-A0T*=&-P7V5X=&5N7-L;V<@9&%E;6]N("AO7-L;V=D M7V9L86=S/2(B"0DC($9L86=S('1O('-Y2YD;VUA:6X@+6P@3TB3D\B"2,@4')O=FED92!.1E,@;VYL>2!O M;B!S96-U'1E;F1?96YA8FQE/2).3R()"2,@4G5N('1H92!8+3$P('!O=V5R M(&-O;G1R;VQL97(@9&%E;6]N+@T*>'1E;F1?9FQA9W,](B()"0DC($9L86=S M('1O('AT96YD("AI9B!E;F%B;&5D*2X-"@T*(R,C($YE='=O&YT<&0@3F5T M=V]R:R!4:6UE(%!R;W1O8V]L("AO&YT<&0@*&EF(&5N86)L960I+@T*=&EC:V%D:E]E;F%B M;&4](DY/(@D)(R!2=6X@=&EC:V%D:B`H;W(@3D\I+@T*=&EC:V%D:E]F;&%G M7!S971?96YA8FQE/2). M3R()"2,@4G5N('EP&9R9%]E;F%B;&4](DY/(@D) M(R!2=6X@&9R9"!A="!B;V]T('1I;64@*&]R($Y/*2X-"FYI&9R9"`H:68@96YA M8FQE9"DN#0IN:7-?>7!P87-S=V1D7V5N86)L93TB3D\B"2,@4G5N(')P8RYY M<'!A7!P87-S=V1D M7V9L86=S/2(B"0DC($9L86=S('1O(')P8RYY<'!A2`H;W(@3D\I+@T*7)A=&4](DY/(@D)(R!K97EB;V%R9"!R871E('1O.B!S;&]W+"!N;W)M M86PL(&9A6)E;&P](DY/(@D)(R!B96QL('1O(&1U M6-H86YG93TB3D\B"0DC(&9U;F-T:6]N(&ME>7,@9&5F875L="!V86QU97,@ M*&]R($Y/*2X-"F-U7!E('MN;W)M86Q\ M8FQI;FM\9&5S=')U8W1I=F5]("AO7-C;VYS+V9O;G1S+RH@*&]R($Y/*2X-"F)L86YK=&EM93TB M3D\B"0DC(&)L86YK('1I;64@*&EN('-E8V]N9',I(&]R(").3R(@=&\@='5R M;B!I="!O9F8N#0IS879E7!E('-E="DN M#0IM;W5S961?9FQA9W,](B()"2,@06YY(&%D9&ET:6]N86P@9FQA9W,@=&\@ M;6]U Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01906 for questions-outgoing; Sun, 18 Jan 1998 22:54:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netmug.org (perl@netmug.org [207.88.43.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01901 for ; Sun, 18 Jan 1998 22:54:06 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with SMTP id WAA03142 for ; Sun, 18 Jan 1998 22:53:45 -0800 (PST) Date: Sun, 18 Jan 1998 22:53:45 -0800 (PST) From: Michael Haro To: freebsd-questions@FreeBSD.ORG Subject: How to fix this..? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I recently changed the class of a user from the standard one to a class I created called other. I edited /etc/login.conf and added the new class and did a cap_mkdb Cron gives me this error... Jan 18 22:45:00 netmug CRON[2669]: login_getclass: unknown class 'other' How can I stop this from happening? Thanks, Michael From owner-freebsd-questions Sun Jan 18 23:57:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05233 for questions-outgoing; Sun, 18 Jan 1998 23:57:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05223 for ; Sun, 18 Jan 1998 23:57:46 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id JAA07065; Mon, 19 Jan 1998 09:46:48 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma007062; Mon, 19 Jan 98 09:46:27 +0200 Message-ID: <34C30739.546B@barcode.co.il> Date: Mon, 19 Jan 1998 09:56:41 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Grant Mericle CC: freebsd-questions@FreeBSD.ORG Subject: Re: win95 and winnt???? References: <01bd2424$f7dc6280$274352c6@littlewing> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Grant Mericle wrote: > > Right now, I am dual-booting with 95 and NT. Can I install FreeBSD on > another partition without having to reload 95 and NT? If I can, then > is there anything I need to setup to allow me to boot to any of the > three OS's? > > Thanks, > Grant Yes. All you need is some unpartitioned space on your hard disk to install FreeBSD in. If you use the NT boot loader then you can also add FreeBSD to its menu after you install it. Read the installation docs and the FAQ. There's a FAQ about using the NT loader to boot FreeBSD. Nadav From owner-freebsd-questions Mon Jan 19 00:25:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06766 for questions-outgoing; Mon, 19 Jan 1998 00:25:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06757 for ; Mon, 19 Jan 1998 00:25:25 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id IAA14010 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 08:05:07 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03438; 19 Jan 98 08:05:15 +0100 From: leifn@image.dk (Leif Neland) Date: 19 Jan 98 07:16:22 +0100 Subject: can console be set to page-mode? (scroll off) Message-ID: <91a_9801190805@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Golded for linux write a statusline with the time changing every second. Even when the last char is a space, the screen scrolls every second, leaving statuslines on the whole screen. Is this scrolling possible to disable? This only happens on fullscreen (character mode), not in Xterm. But on the other hand, in xterm, colours are not used, and arrowkeys look like esc to the program. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Mon Jan 19 00:25:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06773 for questions-outgoing; Mon, 19 Jan 1998 00:25:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06759 for ; Mon, 19 Jan 1998 00:25:27 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id GAA10975 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 06:57:01 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03216; 19 Jan 98 01:11:56 +0100 From: leifn@image.dk (Leif Neland) Date: 18 Jan 98 21:38:00 +0100 Subject: Re: HI. Message-ID: References: Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 17 Jan 98 22:13:10 Doug White wrote regarding Re: HI. >> Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara >> i have a problem, we have here an internal network primary, win95 >> computers, we have a shared printer on a win95 computer, the question >> is: that we would like to print from FreeBSd on that hp printer on >> win95, how can i do that.? DW> Sure, install Samba from the ports tree. DW> DW> You may find it easier to attach the HP to the FreeBSD server DW> and then serve the printer to the Win95 clients with Samba. Apperently, rhumba (sp?) is supposed to work the other way, i.e. mount win-disks to freebsd as nfs. I think it also allows for printing. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Mon Jan 19 00:27:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07011 for questions-outgoing; Mon, 19 Jan 1998 00:27:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from risvm1.risoe.dk (risvm1.risoe.dk [130.226.48.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07004 for ; Mon, 19 Jan 1998 00:27:42 -0800 (PST) (envelope-from yngve@post7.tele.dk) Received: from risrms1.risoe.dk by risoe.dk (PMDF V5.1-9 #20542) with ESMTP id <01ISK17TG5WUA4QRM1@risoe.dk> for freebsd-questions@FreeBSD.ORG; Mon, 19 Jan 1998 09:27:35 +0100 Received: from RISRMS1/SpoolDir by risrms1.risoe.dk (Mercury 1.32); Mon, 19 Jan 1998 09:27:35 +0100 Received: from SpoolDir by RISRMS1 (Mercury 1.32); Mon, 19 Jan 1998 09:27:17 +0100 Received: from post7.tele.dk (130.226.52.152) by risrms1.risoe.dk (Mercury 1.32) with ESMTP; Mon, 19 Jan 1998 09:27:08 +0100 Date: Mon, 19 Jan 1998 09:27:06 +0100 From: Yngve Lund Nielsen Subject: Getting FreeBSD To: freebsd-questions@FreeBSD.ORG Message-id: <34C30E59.38CEEA52@post7.tele.dk> MIME-version: 1.0 X-Mailer: Mozilla 4.04 [en] (Win95; I) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, How can I get a copy of FreeBSD, it's free, no payments, right?? Can I get it on CD?? -- =----------------oOo-----------------= Med Venlig Hilsen/Best Regards Datamekaniker/Datamechanic Yngve Lund Nielsen Denmark +'"^"'+-._.-+'"^"'+-._.-+'"^"'+-._.-+ E-Mail: yngve@post7.tele.dk Http://home7.inet.tele.dk/yngve IRC (DalNet): AndyBell +-._.-+'"^"'+-._.-+'"^"'+-._.-+'"^"'+ From owner-freebsd-questions Mon Jan 19 00:29:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07179 for questions-outgoing; Mon, 19 Jan 1998 00:29:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA07173 for ; Mon, 19 Jan 1998 00:29:40 -0800 (PST) (envelope-from marcus@ocala.cs.miami.edu) Received: from jaguar.ir.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) for id DAA29331; Mon, 19 Jan 1998 03:29:41 -0500 Date: Mon, 19 Jan 1998 03:29:41 -0500 (EST) From: "Joe \"Marcus\" Clarke" X-Sender: marcus@jaguar.ir.miami.edu To: FreeBSD User Questions List Subject: XF86 refresh rate Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm using XF86 3.3.1, and I'd like to know how to increase the refresh rate to something like 75Hz. I've been through the config file and xvidtune with no luck. The 60Hz is killing my eyes. Thanks. Joe Clarke From owner-freebsd-questions Mon Jan 19 00:33:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07518 for questions-outgoing; Mon, 19 Jan 1998 00:33:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from public.hldqptt.net.cn ([202.97.233.111]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA07511 for ; Mon, 19 Jan 1998 00:33:09 -0800 (PST) (envelope-from sjf@public.hldqptt.net.cn) Received: from www (www.hldqptt.net.cn [202.97.233.100]) by public.hldqptt.net.cn (8.6.11/8.6.11) with ESMTP id QAA06604 for ; Mon, 19 Jan 1998 16:33:50 +0800 Message-Id: <199801190833.QAA06604@public.hldqptt.net.cn> From: "sjf" To: Subject: From RRChina Date: Mon, 19 Jan 1998 16:32:54 -0000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=HZ-GB-2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Mr. or Mrs., In brief: I noticed when installing FreeBSD, the PCMCIA card service software is started AFTER hardware detection. How can the install program detect the PCMCIA card? I can not manage to use NE2000 compatible PCMCIA ethernet card to install FreeBSD USING FTP METHOD. Thanks Sun Jianfeng From owner-freebsd-questions Mon Jan 19 00:48:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08615 for questions-outgoing; Mon, 19 Jan 1998 00:48:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fox.uni-trier.de (blank@fox.uni-trier.de [136.199.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08607 for ; Mon, 19 Jan 1998 00:48:24 -0800 (PST) (envelope-from blank@fox.uni-trier.de) Received: (from blank@localhost) by fox.uni-trier.de (8.8.8/8.8.8) id JAA11733; Mon, 19 Jan 1998 09:48:44 +0100 Message-ID: <19980119094844.57751@sliphost37.uni-trier.de> Date: Mon, 19 Jan 1998 09:48:44 +0100 From: Sascha Blank To: freebsd-questions@FreeBSD.ORG Subject: Status of the FreeBSD mailing lists Reply-To: Sascha Blank Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e X-Operating-System: FreeBSD 2.2-RELENG X-PGP-Fingerpint: 26 FD 71 B5 48 12 42 91 10 1C 4F 74 70 48 6F 89 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, since the disk failure on mail.freebsd.org last week some mailing lists that I have subscribed to seem to have run dry. This holds especially true for the cvs-all and the ctm-* lists where I haven't received one single message for almost five days. According to a message in freebsd-hackers the cvs-all delivery should have started again about three days ago. (And yes, majordomo says I am still subscribed to all my lists). Is anybody having the same problems or can tell me whether I am the only one to have these problems? -- Sascha Blank | "I prefer to work behind the scenes. The Student and System Administrator | reward is nearly as great, and the risk at the University of Trier, Germany | is far far less" - Ambassador Mollari in mailto:blank@fox.uni-trier.de | in Babylon 5, "The coming of shadows" From owner-freebsd-questions Mon Jan 19 00:56:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09182 for questions-outgoing; Mon, 19 Jan 1998 00:56:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09176 for ; Mon, 19 Jan 1998 00:56:33 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id KAA07275; Mon, 19 Jan 1998 10:39:49 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma007273; Mon, 19 Jan 98 10:39:27 +0200 Message-ID: <34C313A6.70BF@barcode.co.il> Date: Mon, 19 Jan 1998 10:49:42 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Yngve Lund Nielsen CC: freebsd-questions@FreeBSD.ORG Subject: Re: Getting FreeBSD References: <34C30E59.38CEEA52@post7.tele.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yngve Lund Nielsen wrote: > > Hi, > > How can I get a copy of FreeBSD, it's free, no payments, right?? Can I > get it on CD?? You can down load it from the Internet (see the web site for details on how to do it). If you want a CD you'll have to pay (roughly $40) for it. See http://www.cdrom.com > > -- > > =----------------oOo-----------------= > > Med Venlig Hilsen/Best Regards > Datamekaniker/Datamechanic > Yngve Lund Nielsen > > Denmark > +'"^"'+-._.-+'"^"'+-._.-+'"^"'+-._.-+ > > E-Mail: yngve@post7.tele.dk > Http://home7.inet.tele.dk/yngve > IRC (DalNet): AndyBell > > +-._.-+'"^"'+-._.-+'"^"'+-._.-+'"^"'+ Nadav From owner-freebsd-questions Mon Jan 19 01:21:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10649 for questions-outgoing; Mon, 19 Jan 1998 01:21:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA10630; Mon, 19 Jan 1998 01:21:15 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id JAA16273; Mon, 19 Jan 1998 09:16:18 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.7/8.8.7) id JAA08421; Mon, 19 Jan 1998 09:21:56 GMT Message-ID: <19980119092156.26496@iii.co.uk> Date: Mon, 19 Jan 1998 09:21:56 +0000 To: questions@FreeBSD.ORG, doc@FreeBSD.ORG Subject: [Update] Upgrading using the source code Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e Organization: interactive investor Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [I believe this is applicable to both -questions and -doc] Upgrading using the source code or How to make the world your own. I've just finished and uploaded a new version of my tutorial/HOWTO explaining how to upgrade a FreeBSD installation after downloading the source code. Changes with this new version include: * Examples are no longer specific to FreeBSD 2.1.7. Instead, different sections cover different versions of FreeBSD from 2.0 to -current. * Wrote and include a script (dircmp.pl) to compare the files in two directories. Similar to (but with a more limited scope than) Matthew Thyer's 'etcud' script. * Updated "Building on an NFS server, installing on a client" section to cover the 'buildworld' and 'installworld' targets on 2.2.5 and above. * Added a new FAQ, "How can I speed up making the world?" based on comments and suggestions from the mailing lists. * Noted the 'optional-ness' of building in single user mode. * Fixed numerous small typos and general tidying up. The tutorial is (currently) available from http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html The version on the FreeBSD site should be updated shortly. -- --+==[ Nik Clayton is Just Another Perl Hacker at Interactive Investor ]==+-- . . . and relax From owner-freebsd-questions Mon Jan 19 01:47:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12252 for questions-outgoing; Mon, 19 Jan 1998 01:47:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA12237 for ; Mon, 19 Jan 1998 01:47:09 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.212] by smtp.sby.globalinfo.net (SMTPD32-3.03) id A2FA79014A; Mon, 19 Jan 1998 16:55:06 +0700 From: "Alik Yuswanto" To: Subject: FreeBSD router Date: Mon, 19 Jan 1998 16:45:32 +0700 Message-ID: <01bd24be$fc47ec00$d4a9cda7@Ws3-sby.Ywcn-sby> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Recently, I've been set up a FreeBSD router with the configuration shown below: ----------------------------------------- 167.205.169.0/28 I | 167.205.169.1/28 ----------- | RO | | | ----------- | 167.205.169.215/28 | ---------------------------------------------- 167.205.169.208/28 With those configurations, from the router, I could ping all the hosts in the segment / network 167.205.169.0. And I could ping too all the hosts in the segment / network 167.205.169.208. My problem is, I could not ping the host on segment 167.205.169.0 from the hosts on the other segment ( 167.205.169.208 ) and vice versa. Maybe two NICs in the pc router are still not forward the IP packet. Fyi, I use static routing here. Could you help how to setup IP forwarding in FreeBSD ? Any help will be appreciated. Thanks Alik From owner-freebsd-questions Mon Jan 19 01:56:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12818 for questions-outgoing; Mon, 19 Jan 1998 01:56:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ubox.microline.org (microline.org [207.173.132.199]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12807 for ; Mon, 19 Jan 1998 01:56:40 -0800 (PST) (envelope-from sproctor@ubox.microline.org) Received: from localhost (sproctor@localhost) by ubox.microline.org (8.8.8/8.8.5) with SMTP id CAA00321 for ; Mon, 19 Jan 1998 02:01:38 GMT Date: Mon, 19 Jan 1998 02:01:36 +0000 (GMT) From: Steve Proctor To: freebsd-questions@FreeBSD.ORG Subject: Cursor Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Just insalled FreeBSD. Using a Mono monitor with a Hercules adapter. The text looks fine, highlighting, bold, etc looks fine also! Only problem is I don't have a cursor! I have tried all the different options in the rc.conf file for cursor type and still get no cursor at all! Anyone have any suggestions? Thanks, Steve Proctor sproctor@microline.org From owner-freebsd-questions Mon Jan 19 02:16:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13932 for questions-outgoing; Mon, 19 Jan 1998 02:16:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13927 for ; Mon, 19 Jan 1998 02:16:16 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id CAA12662; Mon, 19 Jan 1998 02:16:10 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Mon, 19 Jan 1998 02:16:10 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Alik Yuswanto cc: questions@FreeBSD.ORG Subject: Re: FreeBSD router In-Reply-To: <01bd24be$fc47ec00$d4a9cda7@Ws3-sby.Ywcn-sby> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Edit your /etc/rc.conf (if you are on 2.2.5) or /etc/sysconfig to gateway_enable="YES" or as root type "sysctl -w net.inet.ip.forwarding=1" I think that should do it. -- Yan On Mon, 19 Jan 1998, Alik Yuswanto wrote: >Hello, > >Recently, I've been set up a FreeBSD router with the configuration shown >below: > >----------------------------------------- 167.205.169.0/28 > I > | 167.205.169.1/28 > ----------- > | RO | > | | > ----------- > | 167.205.169.215/28 > | >---------------------------------------------- 167.205.169.208/28 > >With those configurations, from the router, I could ping all the hosts in >the segment / network 167.205.169.0. And I could ping too all the hosts in >the segment / network 167.205.169.208. >My problem is, I could not ping the host on segment 167.205.169.0 from the >hosts on the other segment ( 167.205.169.208 ) and vice versa. Maybe two >NICs in the pc router are still not forward the IP packet. Fyi, I use >static routing here. >Could you help how to setup IP forwarding in FreeBSD ? > >Any help will be appreciated. Thanks > >Alik > > > From owner-freebsd-questions Mon Jan 19 03:22:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17747 for questions-outgoing; Mon, 19 Jan 1998 03:22:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jim.htsa.hva.nl (jim.htsa.hva.nl [145.92.12.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17743 for ; Mon, 19 Jan 1998 03:22:27 -0800 (PST) (envelope-from robinh@jim.htsa.hva.nl) Received: from localhost (robinh@localhost) by jim.htsa.hva.nl (8.8.5/8.8.5) with SMTP id MAA06718; Mon, 19 Jan 1998 12:33:02 +0100 (CET) Date: Mon, 19 Jan 1998 12:33:01 +0100 (CET) From: Robin Huiser To: FreeBSD Question List cc: robinh@htsa.hva.nl Subject: MIDI Programming under FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there! I would like to write some MIDI utils for FreeBSD, but... where can I find some information how to use the midi-devices under FreeBSD? Thanks! Robin Huiser Student Computer Science From owner-freebsd-questions Mon Jan 19 03:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18510 for questions-outgoing; Mon, 19 Jan 1998 03:39:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA18484 for ; Mon, 19 Jan 1998 03:39:00 -0800 (PST) (envelope-from pdinesh@opentech.stpn.soft.net) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with SMTP id RAA13863 for ; Mon, 19 Jan 1998 17:12:12 +0530 Message-ID: <34C3CE2B.2AF0@opentech.stpn.soft.net> Date: Mon, 19 Jan 1998 17:05:31 -0500 From: Dinesh Pal Reply-To: pdinesh@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: NIS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello all, Where can get information on YP/NIS (freebsd 2.1.0).Like what is, how to, and what files are involved etc etc. Pal From owner-freebsd-questions Mon Jan 19 03:59:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19858 for questions-outgoing; Mon, 19 Jan 1998 03:59:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA19837 for ; Mon, 19 Jan 1998 03:59:20 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.212] by smtp.sby.globalinfo.net (SMTPD32-3.03) id A1F11FD700F4; Mon, 19 Jan 1998 19:07:13 +0700 From: "Alik Yuswanto" To: "Jan Koum" Cc: Subject: Re: FreeBSD router Date: Mon, 19 Jan 1998 18:57:52 +0700 Message-ID: <01bd24d1$78e0b8c0$d4a9cda7@Ws3-sby.Ywcn-sby> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Thanks for your reply. Would this configuration work if the third NIC is added? If I would like my pc router runs static routes, what should I do with the line static_routes in file rc.conf? Alik -----Original Message----- From: Jan Koum To: Alik Yuswanto Cc: questions@FreeBSD.ORG Date: Tuesday, January 20, 1998 12:26 AM Subject: Re: FreeBSD router > > Edit your /etc/rc.conf (if you are on 2.2.5) or /etc/sysconfig to >gateway_enable="YES" >or as root type "sysctl -w net.inet.ip.forwarding=1" > I think that should do it. > >-- Yan > >On Mon, 19 Jan 1998, Alik Yuswanto wrote: > >>Hello, >> >>Recently, I've been set up a FreeBSD router with the configuration shown >>below: >> >>----------------------------------------- 167.205.169.0/28 >> I >> | 167.205.169.1/28 >> ----------- >> | RO | >> | | >> ----------- >> | 167.205.169.215/28 >> | >>---------------------------------------------- 167.205.169.208/28 >> >>With those configurations, from the router, I could ping all the hosts in >>the segment / network 167.205.169.0. And I could ping too all the hosts in >>the segment / network 167.205.169.208. >>My problem is, I could not ping the host on segment 167.205.169.0 from the >>hosts on the other segment ( 167.205.169.208 ) and vice versa. Maybe two >>NICs in the pc router are still not forward the IP packet. Fyi, I use >>static routing here. >>Could you help how to setup IP forwarding in FreeBSD ? >> >>Any help will be appreciated. Thanks >> >>Alik >> >> >> > > From owner-freebsd-questions Mon Jan 19 04:24:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21515 for questions-outgoing; Mon, 19 Jan 1998 04:24:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21511 for ; Mon, 19 Jan 1998 04:24:51 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-38.cetlink.net [209.54.58.38]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id HAA02927 for ; Mon, 19 Jan 1998 07:24:51 -0500 (EST) From: jak@cetlink.net (John Kelly) To: questions@FreeBSD.ORG Subject: What's a pseudo terminal? Date: Mon, 19 Jan 1998 13:25:34 GMT Message-ID: <34c353b6.473453@mail.cetlink.net> References: In-Reply-To: X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA21512 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998 20:39:35 -0800 (PST), Doug White wrote: >./MAKEDEV pty1 >./MAKEDEV pty2 >... >./MAKEDEV pty7 > >Nonintuitve but suddenly you have 255 pty's :-) ./MAKEDEV says pty* is a set of 32 master and slave pseudo terminals. What is the use and/or purpose of a pseudo terminal? John From owner-freebsd-questions Mon Jan 19 04:33:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22320 for questions-outgoing; Mon, 19 Jan 1998 04:33:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from newton.ccs.tuns.ca (root@newton.ccs.Tuns.Ca [134.190.1.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22311 for ; Mon, 19 Jan 1998 04:33:39 -0800 (PST) (envelope-from hey@tuns.ca) Received: from boat (cmvdr1.na.Tuns.Ca [134.190.5.41]) by newton.ccs.tuns.ca (8.8.8/8.8.8) with SMTP id IAA12099 for ; Mon, 19 Jan 1998 08:34:51 -0400 (AST) Message-Id: <3.0.1.32.19980119073322.0095b440@newton.ccs.tuns.ca> X-Sender: hey@newton.ccs.tuns.ca X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 19 Jan 1998 07:33:22 +0000 To: questions@FreeBSD.ORG From: Yingjun He Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Anyone has Netscape 128-bits encryption version for FreeBSD? ______________________________________________ | Dr. Ian (Yingjun) He | _ | Centre for Marine Vessel Design & Research | _ / )| Dalhousie University, DelTech College |( \ / / | Halifax, Nova Scotia, Canada B3J 2X4 | \ \ _( (_ | Phone: (902)420-7975 | _) )_ (((\ \>|_/-) Fax : (902)423-9734 (-\_| Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23300 for questions-outgoing; Mon, 19 Jan 1998 04:49:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23294 for ; Mon, 19 Jan 1998 04:49:28 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal01-08.ppp.iadfw.net (dal01-08.ppp.iadfw.net [206.66.11.10]) by idfw.com (8.8.5) id FAA26685; Mon, 19 Jan 1998 05:49:26 -0700 (MST) Received: by dal01-08.ppp.iadfw.net with Microsoft Mail id <01BD24A6.7FB9DC60@dal01-08.ppp.iadfw.net>; Mon, 19 Jan 1998 06:50:16 -0600 Message-ID: <01BD24A6.7FB9DC60@dal01-08.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: ed1: device timeout, Can't Ping my Win95 workstations Date: Mon, 19 Jan 1998 06:50:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am running FreeBSD 2.2.5 on the following: 486-66 system, with 32 Meg RAM 325 Meg Western Digital Caviar HD generic hayes compatible modem on COM2, IRQ3 NE2000 compatible ethernet NIC on IRQ10, I/O300 serial mouse on COM1, IRQ4 Stealth VLB 2 Meg video card (its a couple of years old, not a new one) In the same room, I have a Novell NetWare 4.1 server with two Win95 workstations connected to it with BNC cable. The terminators for this cable are in place and working. These systems are running flawlessly at the moment and communicating (files and printers) with each other well. I want to connect the FreeBSD machine to this network and see it with the Windows 95 machines. I don't care it the FreeBSD unit and the Novell unit see each other at this time, that will come later. So, I unhook the BNC cable from one of the Windows 95 unit, being carefull so I don't disconnect the terminator and ruin the cable connection. I then hook this cable up to the FreeBSD machine. Remember the terminator is still in place and the cable is still active. The remaining Win95 workstation and the NW4.1 server are still talking to each other at this point. In other words the terminators and cables are working. So I think we can rule them out. I have gone through the tutorial sections 3-5 several times and corrected any typos I may have made along the way, but still can't see the FreeBSD unit with the Win95 workstation. The FreeBSD unit can ping itself by using its name and localhost. The Win95 can ping itself. But not each other. Whenever I halt the system I see the message ed1: device timeout. The last line of my dmesg also says ed1: device timeout. When I type "iconfig -a" I get the following output ed1: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 bradcast 192.168.0.255 ether 00:40:33:25:da:11 lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 When I boot the FreeBSD unit, I see the followinf message after the hardware setups: swapon . . . . . Doing initial network setup: hostname ifconfig: interface ppp0 does not exist lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ed1: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 bradcast 192.168.0.255 ether 00:40:33:25:da:11 Writing to routing socket: Network is unreachable add net default: gateway 0.0.0.0: Network is unreachable Additional routing options: IP gateway=YESed1: device timeout . recording kernel -c changes additional deamons: syslogdJan 19 06:39:36 curly /kernel: ed1: device timeout . Can anyone tell what to try next? From owner-freebsd-questions Mon Jan 19 04:50:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23415 for questions-outgoing; Mon, 19 Jan 1998 04:50:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23389 for ; Mon, 19 Jan 1998 04:50:19 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.19]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA137; Mon, 19 Jan 1998 07:48:34 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id HAA06960; Mon, 19 Jan 1998 07:49:48 -0500 (EST) (envelope-from root) Message-ID: <19980119074947.38576@scsn.net> Date: Mon, 19 Jan 1998 07:49:47 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Sascha Blank Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Status of the FreeBSD mailing lists Reply-To: dmaddox@scsn.net References: <19980119094844.57751@sliphost37.uni-trier.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980119094844.57751@sliphost37.uni-trier.de>; from Sascha Blank on Mon, Jan 19, 1998 at 09:48:44AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 09:48:44AM +0100, Sascha Blank wrote: > Hello, > > since the disk failure on mail.freebsd.org last week some mailing lists > that I have subscribed to seem to have run dry. This holds especially > true for the cvs-all and the ctm-* lists where I haven't received one > single message for almost five days. According to a message in > freebsd-hackers the cvs-all delivery should have started again about > three days ago. (And yes, majordomo says I am still subscribed to all > my lists). > > Is anybody having the same problems or can tell me whether I am the > only one to have these problems? You're not the only one :-( I don't subscribe to the ctm-* lists, but cvs-* has been dead since the disk crash. From owner-freebsd-questions Mon Jan 19 05:09:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24708 for questions-outgoing; Mon, 19 Jan 1998 05:09:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA24658 for ; Mon, 19 Jan 1998 05:09:18 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.125] by iglou.com with smtp (8.7.3/8.6.12) id 0xuGwl-0005oO-00; Mon, 19 Jan 1998 08:09:00 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 19 Jan 1998 08:07:37 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Doug White Subject: Re: Secure Newsreader Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk No wacky forms, just username and password. KNews didn't like it when I tried to read the news. I get a "Failed to read active file!" error. I'm using pine for now, until I can get knews or something similar working! Patrick On 17-Jan-98 Doug White wrote: >On Thu, 15 Jan 1998, Patrick Gardella wrote: > >> Since I can't look anything up in the archives, I thought I would ask it >here. >> >> I need a newsreader to access a protected news feed. I was using knews >until >> the server started requiring username and passwords. > >I remember knews dinging me for a username and password when I accessed a >authenticated server here at the UO. > >Are they using some wacky form of authentication? (Kerberos?) > >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 Jan 19 05:23:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25945 for questions-outgoing; Mon, 19 Jan 1998 05:23:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25933; Mon, 19 Jan 1998 05:23:39 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801191323.FAA25933@hub.freebsd.org> Subject: Re: Status of the FreeBSD mailing lists In-Reply-To: <19980119094844.57751@sliphost37.uni-trier.de> from Sascha Blank at "Jan 19, 98 09:48:44 am" To: blank@fox.uni-trier.de Date: Mon, 19 Jan 1998 05:23:38 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Sascha Blank wrote: > Hello, > > since the disk failure on mail.freebsd.org last week some mailing lists > that I have subscribed to seem to have run dry. This holds especially > true for the cvs-all and the ctm-* lists where I haven't received one > single message for almost five days. According to a message in > freebsd-hackers the cvs-all delivery should have started again about > three days ago. (And yes, majordomo says I am still subscribed to all > my lists). > i hvae corrected a configuration error in these lists. expect mail to start flowing to them shortly. jmb From owner-freebsd-questions Mon Jan 19 05:46:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27724 for questions-outgoing; Mon, 19 Jan 1998 05:46:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from herculis.alphawest.com.au (herculis.alphawest.com.au [203.14.124.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27702 for ; Mon, 19 Jan 1998 05:45:49 -0800 (PST) (envelope-from stephen.cooper@alphawest.com.au) Received: by herculis.alphawest.com.au with Internet Mail Service (5.0.1458.49) id ; Mon, 19 Jan 1998 21:43:47 +0800 Message-ID: <64B0BB03967ED111A34C00A0C93295000A4F09@herculis.alphawest.com.au> From: Stephen Cooper To: Arthur Alacar Cc: freebsd-questions Subject: RE: FreeBSD FireWall Date: Mon, 19 Jan 1998 21:43:46 +0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk a proxy server? squid is your best choice for http, TIS provide proxies for many other protocols such as telnet, rlogin and smtp. The http proxy in TIS is a bit lame. I use TIS all the time for its smap/smapd programs - which I have modified for anti-spamming On Sunday, January 18, 1998 3:35 PM, Arthur Alacar [SMTP:art@pili.adn.edu.ph] wrote: > > > fwtk of TIS will do! > > > .a.r.t. > > > On Fri, 16 Jan 1998 ernesto@tinored.cu wrote: > > > Please, can you tell me where can I find a Proxy Server for FreeBSD version 2.1? > > > > I would appreciate you send me any ftp site where I can download this. > > > > Many thanks in advance. > > > > > > MAIL FROM: > > RCPT TO: > > DATA > > Received: from tinored by gateway.jcce.org.cu with smtp > > (Smail3.1.29.1 #1) id m0xtNza-00009IC; Fri, 16 Jan 98 21:28 CST > > Received: by tinored (Smail3.1.28.1 #24) > > id m0xtNe7-0002FDC; Fri, 16 Jan 98 21:06 EST > > Message-Id: > > From: co2bd@jcce.org.cu (Delfin Suares Jimenez. Radioaficionado.) > > Subject: > > To: w3mail@gmd.de > > Date: Fri, 16 Jan 1998 21:06:02 -0500 (EST) > > X-Mailer: CARIBE [version 3.0] > > Content-Type: text > > Content-Length: 710 > > > > get http://206.63.61.15/forum/locator/current.html > > get http://206.63.61.15/forum/locator/postmessage.html > > get http://206.63.61.15/forum/locator/forum/ > > get http://206.63.61.15/forum/locator/faq.html > > get http://206.63.61.15/forum/locator/archives/ > > get http://206.63.61.15/forum/locator/messages/9612216415.html > > get http://206.63.61.15/forum/locator/messages/9612216418.html > > get http://206.63.61.15/forum/locator/messages/9612216416.html > > get http://206.63.61.15/forum/locator/messages/9612216408.html > > get http://206.63.61.15/forum/locator/messages/9612216385.html > > > > -- > > CO2BD > > DELFIN SUAREZ JIMENEZ > > Radioaficionado > > > From owner-freebsd-questions Mon Jan 19 06:01:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28925 for questions-outgoing; Mon, 19 Jan 1998 06:01:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28919 for ; Mon, 19 Jan 1998 06:01:03 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA16407 for questions@freebsd.org; Mon, 19 Jan 1998 07:59:10 -0600 (CST) From: "Paul T. Root" Message-Id: <199801191359.HAA16407@horton.iaces.com> Subject: Hard disk going bad? To: questions@FreeBSD.ORG (Questions FreeBSD) Date: Mon, 19 Jan 1998 07:59:09 -0600 (CST) X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, From my daily output, I got these messages. I have a 2940UW and sd1 is a SEAGATE ST19171W. sd0 is a SEAGATE ST32550W. There is nothing else on the SCSI bus. I'm running 2.2.5-Release. Is this disk going out? Paul. samiam kernel log messages: > sd1(ahc0:1:0): SCB 0x1 - timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 > SEQADDR = 0x4 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0xa > sd1(ahc0:1:0): Queueing an Abort SCB > sd1(ahc0:1:0): Abort Message Sent > sd1(ahc0:1:0): SCB 0x1 - timed out in message out phase, SCSISIGI == 0xa4 > SEQADDR = 0x99 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0x2 > sd1(ahc0:1:0): no longer in timeout > ahc0: Issued Channel A Bus Reset. 2 SCBs aborted > Sending SDTR!! > sd0(ahc0:0:0): UNIT ATTENTION asc:29,0 > sd0(ahc0:0:0): Power on, reset, or bus device reset occurred field replaceable unit: 1 > , retries:3 ----- End of forwarded message from Super User ----- -- Quantum Physics: The Dreams that Stuff is made of. From owner-freebsd-questions Mon Jan 19 06:05:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29296 for questions-outgoing; Mon, 19 Jan 1998 06:05:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from candy.micro-net.net (candy.micro-net.net [207.182.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29192 for ; Mon, 19 Jan 1998 06:04:37 -0800 (PST) (envelope-from salama@micro-net.com) Received: from micro-net.com (ip156.syracuse.ny.pub-ip.psi.net [38.10.211.156]) by candy.micro-net.net with ESMTP id JAA02534 for ; Mon, 19 Jan 1998 09:04:30 -0500 (EST) Message-ID: <34C35D50.2572811C@micro-net.com> Date: Mon, 19 Jan 1998 09:04:01 -0500 From: Assem Salama X-Mailer: Mozilla 4.02 [en]C-DIAL (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I set up a PPP server and everything works fine. The problem is Windows95 doesn't seem to cooperate with my PPP link. In the Dial-UP networking, if I specify that it is to bring up the terminal screen after dialing and I enter the username and password manually, it works. When I don't do that and enter the username and password in the text fields at the connect screen, it doesn't work (when I run 'watch' on my UNIX, it shows garbled characters). Any help would be appreciated. Thanks, Assem Salama From owner-freebsd-questions Mon Jan 19 06:11:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29821 for questions-outgoing; Mon, 19 Jan 1998 06:11:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29814 for ; Mon, 19 Jan 1998 06:11:50 -0800 (PST) (envelope-from nat@mylanders.com) Received: from localhost (nat@localhost) by mylanders.com (8.8.5/8.8.5) with SMTP id IAA23453; Mon, 19 Jan 1998 08:20:26 -0600 (CST) Date: Mon, 19 Jan 1998 08:20:26 -0600 (CST) From: John Frader To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog.conf problem.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes I did. And for some reason it still doesn't work. It works fine on another machine. I can't figure it out. I don't have to have it this way but I wan't telnetd and similiar messages all in a seperate file. On Sat, 17 Jan 1998, Doug White wrote: > On Sat, 17 Jan 1998, John Frader wrote: > > > Hello, > > > > I have the following in my syslog.conf file. The problem is that the > > daemon info is being logged to maillog. I don't know what is going wrong. > > Is it because of the way I have it set up or maybe something else? Anyway > > I can check? > > > > mail.* /var/log/maillog > > daemon.info /var/log/daemon.log > > Did you use tabs to delimit the fields? syslogd is very particular about > using tabs. > > 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 Jan 19 06:13:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29971 for questions-outgoing; Mon, 19 Jan 1998 06:13:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29957 for ; Mon, 19 Jan 1998 06:13:12 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.19]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA144; Mon, 19 Jan 1998 09:11:28 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id JAA07271; Mon, 19 Jan 1998 09:12:41 -0500 (EST) (envelope-from root) Message-ID: <19980119091240.61043@scsn.net> Date: Mon, 19 Jan 1998 09:12:40 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Assem Salama Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP Reply-To: dmaddox@scsn.net References: <34C35D50.2572811C@micro-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C35D50.2572811C@micro-net.com>; from Assem Salama on Mon, Jan 19, 1998 at 09:04:01AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 09:04:01AM -0500, Assem Salama wrote: > I set up a PPP server and everything works fine. The problem is > Windows95 doesn't seem to cooperate with my PPP link. In the Dial-UP > networking, if I specify that it is to bring up the terminal screen > after dialing and I enter the username and password manually, it works. > When I don't do that and enter the username and password in the text > fields at the connect screen, it doesn't work (when I run 'watch' on my > UNIX, it shows garbled characters). > Any help would be appreciated. Win95 will use PAP by default... You need to set up your FBSD PPP server to use PAP for authorization. From owner-freebsd-questions Mon Jan 19 06:14:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00194 for questions-outgoing; Mon, 19 Jan 1998 06:14:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jim.htsa.hva.nl (jim.htsa.hva.nl [145.92.12.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00175 for ; Mon, 19 Jan 1998 06:14:20 -0800 (PST) (envelope-from robinh@jim.htsa.hva.nl) Received: from localhost (robinh@localhost) by jim.htsa.hva.nl (8.8.5/8.8.5) with SMTP id PAA06937; Mon, 19 Jan 1998 15:24:47 +0100 (CET) Date: Mon, 19 Jan 1998 15:24:47 +0100 (CET) From: Robin Huiser To: FreeBSD Question List cc: robinh@htsa.hva.nl Subject: Samba question... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there! Can I mount a Winbox disk-service on a directory? (like /usr/mnt)? I know there is a ftp-like program called smbclient, but it is very inconvient for end-users. Thanks in advance, Robin Huiser _ ______________________________________________ _ / )| Robin Huiser |( \ / / | Student Computer Science Major | \ \ _( (_ | Phone: (020)-6981123 | _) )_ (((\ \>|_/-) Fax : (020)06981123 (-\_| Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02261 for questions-outgoing; Mon, 19 Jan 1998 06:40:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from soncek.uni-mb.si (soncek.uni-mb.si [164.8.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA02032 for ; Mon, 19 Jan 1998 06:38:51 -0800 (PST) (envelope-from vrtin@uni-mb.si) Received: from unicorn.uni-mb.si by soncek.uni-mb.si with SMTP using DNS (PP) id <23941-0@soncek.uni-mb.si>; Mon, 19 Jan 1998 15:38:44 +0100 Received: (from david@localhost) by unicorn.uni-mb.si (8.8.8/8.8.8/19970814) id PAA21914 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 15:38:42 +0100 (CET) From: David Vrtin Message-Id: <199801191438.PAA21914@unicorn.uni-mb.si> Subject: dump: end-of-media indication? (dat, crash) To: freebsd-questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 15:38:42 +0100 (CET) Reply-To: vrtin@uni-mb.si X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello >From "man dump": -a ``auto-size''. Bypass all tape length considerations, and enforce writing until an end-of-media indication is returned. This fits best for most modern tape drives. Use of this option is particu- larly recommended when appending to an existing tape, or using a tape drive with hardware compression (where you can never be sure about the compression ratio). I have Sony DDS DG90M (90m/295feet) data carttridge and: (ncr0:6:0): "ARCHIVE Python 28388-XXX 5.45" type 1 removable SCSI 2 st0(ncr0:6:0): Sequential-Access st0(ncr0:6:0): 6.7 MB/s (150 ns, offset 8) density code 0x13, drive empty Do I have "modern tape driver" or not? :-) # mt rewind # printenv TAPE /dev/tape # ls -la /dev/tape lrwxrwxrwx 1 root wheel 5 Apr 15 1997 /dev/tape -> nrst0 # dump -0au /u [...] DUMP: 63.53% done, finished in 0:37 DUMP: 68.49% done, finished in 0:32 DUMP: 74.53% done, finished in 0:25 DUMP: 79.67% done, finished in 0:20 DUMP: 82.92% done, finished in 0:17 DUMP: write error 1773020 blocks into volume 1 DUMP: Do you want to restart?: ("yes" or "no") no DUMP: "Yes" or "No"? DUMP: Do you want to restart?: ("yes" or "no") no DUMP: The ENTIRE dump is aborted. On console: ncr0: SCSI phase error fixup: CCB already dequeued (0xf0940400) ncr0: timeout ccb=f0940800 (skip) ncr0: timeout ccb=f0940400 (skip) ncr0: timeout ccb=f0940000 (skip) Box freezes, hand reset.... :( I have 2.2.5-STABLE from 11. jan. 1998. Thanks for any help, David -- David Vrtin (system manager) # tel: +386 62 220-7129 University of Maribor, Faculty of EE and CS # fax: +386 62 211-178 Smetanova 17, SI-2000 Maribor, Slovenia # www.uni-mb.si/~david/ From owner-freebsd-questions Mon Jan 19 07:03:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04005 for questions-outgoing; Mon, 19 Jan 1998 07:03:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03994 for ; Mon, 19 Jan 1998 07:03:37 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id TAA13135; Sun, 18 Jan 1998 19:01:40 +0200 (EET) Message-ID: <34C2356E.73A2939E@Shevchenko.kiev.ua> Date: Sun, 18 Jan 1998 19:01:35 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Leif Neland CC: freebsd-questions@FreeBSD.ORG Subject: Re: HI. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Leif Neland wrote: > At 17 Jan 98 22:13:10 Doug White wrote regarding Re: HI. > > ?? Hi, im Leonardo Madrigal , root of Ashton Comm , in Guadalajara > > ?? i have a problem, we have here an internal network primary, win95 > ?? computers, we have a shared printer on a win95 computer, the question > ?? is: that we would like to print from FreeBSd on that hp printer on > ?? win95, how can i do that.? > > DW? Sure, install Samba from the ports tree. > DW? > DW? You may find it easier to attach the HP to the FreeBSD server > DW? and then serve the printer to the Win95 clients with Samba. > > Apperently, rhumba (sp?) is supposed to work the other way, i.e. mount > win-disks to freebsd as nfs. I think it also allows for printing. > > Leif Neland > leifn@image.dk > about samba. 1. connect to samba printer 2. see share> 3. write printmode (to made it graphics) 4. write print ?name of file> Of course, you can write expect script to do this throught printing system. > --- > |Fidonet: Leif Neland 2:234/49 > |Internet: leifn@image.dk -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 19 07:07:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04392 for questions-outgoing; Mon, 19 Jan 1998 07:07:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04377 for ; Mon, 19 Jan 1998 07:07:17 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id TAA13145; Sun, 18 Jan 1998 19:05:29 +0200 (EET) Message-ID: <34C23656.78304011@Shevchenko.kiev.ua> Date: Sun, 18 Jan 1998 19:05:28 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Jerome Culet CC: Qeustion Subject: Re: sys symlink References: <34C148A9.F7562FF9@slip.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Jerome Culet wrote: > Hi, > > I noticed that the sys link in the / directory is broken. wher should > this link go and can I /should I repair it? > Thanks, Jerry to /usr/src/sys may be you have no source kernel distribution. -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 19 07:10:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04726 for questions-outgoing; Mon, 19 Jan 1998 07:10:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04708 for ; Mon, 19 Jan 1998 07:10:33 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id QAA03436 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 16:07:06 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03449; 19 Jan 98 16:02:09 +0100 From: leifn@image.dk (Leif Neland) Date: 19 Jan 98 15:49:15 +0100 Subject: doc-(less-than)-all Message-ID: <926_9801191602@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I saw here some time ago, that "doc-all" is the tag to cvsup for docs. But is there a tag for english-only docs? I don't understand japanese, russian or korean... Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Mon Jan 19 07:10:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04751 for questions-outgoing; Mon, 19 Jan 1998 07:10:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04715 for ; Mon, 19 Jan 1998 07:10:39 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id QAA03437 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 16:07:08 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03450; 19 Jan 98 16:02:09 +0100 From: leifn@image.dk (Leif Neland) Date: 19 Jan 98 15:48:38 +0100 Subject: Samba question... Message-ID: <927_9801191602@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sřger job To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 19 Jan 98 15:24:47 Robin Huiser wrote regarding Samba question... RH> Can I mount a Winbox disk-service on a directory? (like RH> /usr/mnt)? I know there is a ftp-like program called smbclient, RH> but it is very inconvient for end-users. Try rhumba in the ports. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Mon Jan 19 07:16:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05194 for questions-outgoing; Mon, 19 Jan 1998 07:16:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from copper.singnet.com.sg (copper.singnet.com.sg [165.21.7.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05189 for ; Mon, 19 Jan 1998 07:16:12 -0800 (PST) (envelope-from shuman@annexgrp.org) Received: from thing.annexgrp.org (root@thing.annexgrp.org [203.127.137.83]) by copper.singnet.com.sg (8.8.7/8.8.7) with ESMTP id XAA09133 for ; Mon, 19 Jan 1998 23:15:54 +0800 (SGT) Received: from localhost (shuman@localhost) by thing.annexgrp.org (8.8.7/8.8.7) with SMTP id TAA04126 for ; Mon, 19 Jan 1998 19:24:57 +0600 Date: Mon, 19 Jan 1998 19:24:56 +0600 (BGT) From: M Shariful Anam To: freebsd-questions@FreeBSD.ORG Subject: booting off the HD/boot manager Message-ID: Organization: Annex Group (Bangladesh) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have installed FreeBSD 2.2.5 in the 2nd partition of my 3rd HD(2nd master). I installed the boot manager, but it does not do anything when booting from HD (1st master). Do I have to install the boot manager on the 1st master? If yes, how? Currently I am using the setup floppy to boot and enter "2:wd(2,a)kernel" at the initial prompt to mount the system from HD. I came up with this parameter after trying a few combinations. Can anyone explain the parameters a bit more elaborately than that one screen help? Thanks. --- M Shariful Anam Annex Group, Bangladesh We hack to learn! From owner-freebsd-questions Mon Jan 19 07:47:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07367 for questions-outgoing; Mon, 19 Jan 1998 07:47:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07356 for ; Mon, 19 Jan 1998 07:47:25 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id TAA13210; Sun, 18 Jan 1998 19:45:16 +0200 (EET) Message-ID: <34C23FA6.B082A41D@Shevchenko.kiev.ua> Date: Sun, 18 Jan 1998 19:45:11 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Robin Huiser CC: FreeBSD Question List , robinh@htsa.hva.nl Subject: Rumba answer [Re: Samba question...] References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Robin Huiser wrote: > Hi there! > > Can I mount a Winbox disk-service on a directory? (like /usr/mnt)? > I know there is a ftp-like program called smbclient, but it is very > inconvient for end-users. > > Thanks in advance, > /usr/ports/net/rumba (wrapper from smb to nfs) > Robin Huiser > > _ ______________________________________________ _ > / )| Robin Huiser |( \ > / / | Student Computer Science Major | \ \ > _( (_ | Phone: (020)-6981123 | _) )_ > (((\ \?|_/-) Fax : (020)06981123 (-\_|?/ /))) > (\\\\ \_/ /________________________________________\ \_/ ////) > \ / Email: robinh@htsa.hva.nl \ / > \ _/ WWW : http://www.htsa.hva.nl/~robinh \_ / > ////// ========================================== \\\\\\ -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 19 08:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08986 for questions-outgoing; Mon, 19 Jan 1998 08:07:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08977 for ; Mon, 19 Jan 1998 08:07:42 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id LAA02990; Mon, 19 Jan 1998 11:06:46 -0500 (EST) Message-ID: <19980119110646.19564@emu.sourcee.com> Date: Mon, 19 Jan 1998 11:06:46 -0500 From: Norman C Rice To: John Frader Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog.conf problem.. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from John Frader on Mon, Jan 19, 1998 at 08:20:26AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 08:20:26AM -0600, John Frader wrote: > Yes I did. And for some reason it still doesn't work. It works fine > on another machine. I can't figure it out. I don't have to have it this > way but I wan't telnetd and similiar messages all in a seperate file. > > On Sat, 17 Jan 1998, Doug White wrote: > > > On Sat, 17 Jan 1998, John Frader wrote: > > > > > Hello, > > > > > > I have the following in my syslog.conf file. The problem is that the > > > daemon info is being logged to maillog. I don't know what is going wrong. > > > Is it because of the way I have it set up or maybe something else? Anyway > > > I can check? > > > > > > mail.* /var/log/maillog > > > daemon.info /var/log/daemon.log > > > > Did you use tabs to delimit the fields? syslogd is very particular about > > using tabs. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > Did you HUP syslogd after making changes to your syslog.conf file? If you did, perhaps posting the entire /etc/syslog.conf file will let us see if there's a problem with it. You might want to attach it to the email as well so the tabs don't get converted to spaces. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Mon Jan 19 08:28:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12218 for questions-outgoing; Mon, 19 Jan 1998 08:28:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mhv.net (root@spice.mhv.net [199.0.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12189 for ; Mon, 19 Jan 1998 08:28:22 -0800 (PST) (envelope-from mgraffam@mhv.net) From: mgraffam@mhv.net Received: from localhost (qripto@port119.mhv.net [206.229.41.47]) by mhv.net (8.8.5/8.7.3) with SMTP id LAA08134 for ; Mon, 19 Jan 1998 11:28:14 -0500 Date: Mon, 19 Jan 1998 11:21:58 -0500 (EST) X-Sender: qripto@localhost To: freebsd-questions@FreeBSD.ORG Subject: Re: Keyboard LEDs In-Reply-To: <199801152344.SAA13025@gte.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Thu, 15 Jan 1998, Benjamin Lewis wrote: > So, I can get the Scroll Lock LED to blink, but only if I'm sitting there > pressing the Caps Lock key repeatedly. Obviously, this does not really help > me see whether I have messages from across the room :) Yeah, I have the same thing, and I have a Microsoft Natural keyboard. So I dont think it is necessarily the hardware. A solution? I once saw a program (sorry, I cant remember the name) that blinked the leds on/off in patterns, this program worked fine and didnt need hardware prompting. I'd assume that more than one such program exists.. at any rate, running such a program when an incoming message is detected should be trivial. Michael J. Graffam (mgraffam@mhv.net) http://www.mhv.net/~mgraffam -- Philosophy, Religion, Computers, Crypto, etc "..subordination of one sex to the other is wrong in itself, and now one of the chief hindrances to human improvement.." John Stuart Mill "The Subjection of Women" -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQCVAwUBNMN9uAKEiLNUxnAfAQHXAAQArewm8EzVh0Z1T+9Gkloz8OQB3dEEMnPI nlG5v1NU/N53g1RGitMFQ92Ki8hCNBL4K8XhbapxVssZp8yR6DdIY5C3FHYfZb77 wbnGGm3RRtB+Rrk4DI/661GmjXSQRWo3n5ltEezoTRiVdpqURFNudzG8+QvaP1nY 5KN1qbS4e/g= =etxD -----END PGP SIGNATURE----- From owner-freebsd-questions Mon Jan 19 08:38:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13368 for questions-outgoing; Mon, 19 Jan 1998 08:38:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13364 for ; Mon, 19 Jan 1998 08:38:40 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id IAA00110; Mon, 19 Jan 1998 08:36:26 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma000100; Mon, 19 Jan 98 08:36:16 -0800 Message-ID: <34C3813B.DF11EB65@partsnow.com> Date: Mon, 19 Jan 1998 08:37:15 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: chas CC: questions@FreeBSD.ORG Subject: Re: security and scripts ? (was Re: Tcl/Tk tutorial recommendations?) References: <3.0.32.19980118234853.00952c10@peace.com.my> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On that note, I was recommended Expect for scripting a webpage for > users to change their email passwords. Is this secure ? (bit dubious > of anything that runs with privileges to change the /etc/passwd file) > > chas and rightly so... It isn't :) Expect merely allows you to do things you can already do with a keyboard. Then again, in the Real World, nothing is ever secure except six feet of concrete :) Use with disgression, and make sure the expect script itself is protected from reading, permission 100, etc., and is in a non-reachable directory. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Mon Jan 19 08:47:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14338 for questions-outgoing; Mon, 19 Jan 1998 08:47:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.pernet.net (mail.pernet.net [205.229.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14319 for ; Mon, 19 Jan 1998 08:46:59 -0800 (PST) (envelope-from neal@pernet.net) Received: from dilbert.pernet.net (dilbert.pernet.net [205.229.0.46]) by mail.pernet.net (8.8.5/8.8.4) with SMTP id KAA22647 for ; Mon, 19 Jan 1998 10:56:24 -0600 (CST) Message-ID: <01d501bd24f9$ddd19b00$2e00e5cd@dilbert.pernet.net> From: "Neal Rigney" To: Subject: stack trace Date: Mon, 19 Jan 1998 10:47:01 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is my instinct correct that frames 9-16 of this kernel stack are user proccesses that were running at death? #8 0xf017db33 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 1207504, tf_esi = 0, tf_ebp = -272641888, tf_isp = -272629788, tf_ebx = 24347481, tf_edx = 104, tf_ecx = -272642038, tf_eax = 5, tf_trapno = 12, tf_err = 7, tf_eip = 269482113, tf_cs = 31, tf_eflags = 659, tf_esp = -272642264, tf_ss = 39}) at ../../i386/i386/trap.c:914 #9 0x100ff881 in ?? () #10 0x5142 in ?? () #11 0xd6eb in ?? () #12 0xf723 in ?? () #13 0xfdcb in ?? () #14 0x9f0b in ?? () #15 0xccfa in ?? () #16 0x1095 in ?? () -- Neal Rigney, PERnet Communications, (409)729-4638 neal@mail.pernet.net "I've seen better bandwidth between two gorillas with flash cards!" From owner-freebsd-questions Mon Jan 19 08:58:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15248 for questions-outgoing; Mon, 19 Jan 1998 08:58:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA15227 for ; Mon, 19 Jan 1998 08:58:10 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.125] by iglou.com with smtp (8.7.3/8.6.12) id 0xuKWN-0006NR-00; Mon, 19 Jan 1998 11:58:00 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 19 Jan 1998 11:53:14 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@FreeBSD.ORG Subject: Excite for Web Servers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I need some help setting up EWS 1.1 on my FreeBSD 2.2.5 machine running Apache 1.2.4. It's not technically a "FreeBSD" question, so I'd like to discuss it privately. Whenever I run it to index a site, I get a "No such file or directory". The verbose log shows: Building document index... Indexing(Doc) /www/omni/call.htm... Indexed(Doc) /www/omni/call.htm Building index... Then nothing! Any suggestions? Thanks! Patrick Gardella From owner-freebsd-questions Mon Jan 19 10:22:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01088 for questions-outgoing; Mon, 19 Jan 1998 10:22:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [206.196.133.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01070 for ; Mon, 19 Jan 1998 10:22:07 -0800 (PST) (envelope-from onewnan@uswest.com) Received: from egate2.mnet.uswest.com (egate-ne1.mnet.uswest.com [151.117.138.135]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id KAA28052 for ; Mon, 19 Jan 1998 10:44:24 -0700 (MST) Received: from centhub.mnet.uswest.com (centhub.mnet.uswest.com [151.119.130.7]) by egate2.mnet.uswest.com (8.7.1/8.7.1) with SMTP id LAA18939 for ; Mon, 19 Jan 1998 11:44:21 -0600 (CST) Received: from notes.mnet.uswest.com (newman.uswc.uswest.com [151.119.114.143]) by centhub.mnet.uswest.com (8.6.11/8.6.11) with SMTP id KAA23279 for ; Mon, 19 Jan 1998 10:46:27 -0700 Received: by notes.mnet.uswest.com(Lotus SMTP MTA v1.1 (385.6 5-6-1997)) id 87256591.0061C6D6 ; Mon, 19 Jan 1998 10:47:58 -0700 X-Lotus-FromDomain: USWEST From: "Owen Newnan" To: questions@FreeBSD.ORG Message-ID: <87256591.005A19C2.00@notes.mnet.uswest.com> Date: Mon, 19 Jan 1998 10:36:44 -0700 Subject: Re: Re: Can't get drives to boot on Adaptec AHA-1520 Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > For fun, you might try > 3:sd(0,a)/kernel Yup, that's how I get the streaming error messages. > Your BIOS needs to support booting from these devices. Normally, the PC > BIOS enumerates two boot devices. In your case, it's hitting the first > two IDE disks in the system. > If your BIOS does enumerate more than two boot devices, you'll need to > modify the boot block code to search those devices. The Adaptec must > present the removables as bootable devices for that to work; I know that > Zip (and Jaz) drives don't show up to my NCR as bootable devices, but my > Seagate hard drive does. An interesting wrinkle--controller boots fixed drives but not removable ones? Well anyhow, looks like I need to validate that my config can enumerate three drives under ANY OS--especially these particular drives. Any suggestions anyone how I could test this out under MSDOS, for example? Anyhow, it does seem to me the ability to boot off a removable drive would be a very desirable alternative to partitioning or dedicated hard drives for certain purposes. For example, I've got a co-worker that is thinking of installing FreeBSD on a system that she uses for home office running Win95. I'd like to to be able to steer her toward a removable drive solution rather than partitioning. Does anyone out there have boot of removables working for ANY removable drive, even IDE on the second enumerated drive (e.g., Jaz, SyJet, SparQ)? If so what drive and controllercombination? Such info might be useful to include on the hardware compatibility list. I'm getting swamped with questions@FreeBSD.ORG mail so I plan to unsubscribe in a day or so. Anyone that responds to this, I'd appreciate your copying directly to me. Cheers! From owner-freebsd-questions Mon Jan 19 10:26:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01730 for questions-outgoing; Mon, 19 Jan 1998 10:26:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.pernet.net (mail.pernet.net [205.229.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01717 for ; Mon, 19 Jan 1998 10:26:40 -0800 (PST) (envelope-from neal@pernet.net) Received: from dilbert.pernet.net (dilbert.pernet.net [205.229.0.46]) by mail.pernet.net (8.8.5/8.8.4) with SMTP id LAA23579 for ; Mon, 19 Jan 1998 11:42:17 -0600 (CST) Message-ID: <021201bd2500$4561b1a0$2e00e5cd@dilbert.pernet.net> From: "Neal Rigney" To: Subject: Filesystem question related to media and ccd Date: Mon, 19 Jan 1998 11:32:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is it possible to have a media error that would cause ccd to crash? Here's the setup: 10 2G Seagates, all dedicated to ccd, with no partition tables as such, running 2.2.5-Stable I recently had a panic with a "bid_dir". Previously I've had panics with things like "recursive inod", etc. Is it possible that a media problem would cause these errors? No errors are recorded in dmesg. If Doug White is reading this: this is related to the double fault I posted about earlier. I'd reply directly to you, but I've lost your address. A little voice in my head is telling me this is going to go to freebsd-bugs... -- Neal Rigney, PERnet Communications, (409)729-4638 neal@mail.pernet.net "I've seen better bandwidth between two gorillas with flash cards!" From owner-freebsd-questions Mon Jan 19 10:28:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01932 for questions-outgoing; Mon, 19 Jan 1998 10:28:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem15-Prairie.Lakes.com [204.220.36.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01833; Mon, 19 Jan 1998 10:27:28 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id RAA15226; Mon, 19 Jan 1998 17:44:17 GMT (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970119114441.00d11cac@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 19 Jan 1997 11:44:41 -0500 To: questions@FreeBSD.ORG From: Child Subject: DCC In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear all I am using a freebsd box (2.2.5-REL) as a gateway/router between 4 win95/NT systems with the freebsd box connecting via user mode ppp to my ISP using -alias to provide win95/nt systems with internet since they are 192.168.0 subnet EVERYTHING works FINE but Windows MIRC DCC CHAT/SEND it seems freebsd isnt passing sockets connectly i have tied using natd -s -m with no luck any suggestions? HELP please/ JS From owner-freebsd-questions Mon Jan 19 10:48:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04865 for questions-outgoing; Mon, 19 Jan 1998 10:48:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04700 for ; Mon, 19 Jan 1998 10:47:49 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA07945; Mon, 19 Jan 1998 18:47:50 GMT Date: Mon, 19 Jan 1998 10:47:50 -0800 (PST) From: Dan Busarow To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 16 Jan 1998, Leif Neland wrote: > I don't think so. But you _will_ get lots of mail. Containing the lines ehlo > your.domain, etrn @your.domain, quit. Oops, you're right. Here's what works */15 * * * * (echo etrn @domain.name;sleep 5;echo quit) | telnet mail.isp smtp And you'll probably want to redirect stdout to /dev/null 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 Jan 19 10:53:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05568 for questions-outgoing; Mon, 19 Jan 1998 10:53:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from acme.lex.databeam.com (acme.lex.databeam.com [192.101.205.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05505 for ; Mon, 19 Jan 1998 10:52:57 -0800 (PST) (envelope-from wmorgan@DataBeam.com) Received: from wmorgan (wmorgan.is.lex.databeam.com [192.101.203.169]) by acme.lex.databeam.com (8.7.5/8.7.5) with ESMTP id NAA28996 for ; Mon, 19 Jan 1998 13:52:13 -0500 (EST) Message-Id: <199801191852.NAA28996@acme.lex.databeam.com> From: "Wes Morgan" To: Subject: HP C1711A optical drive? Date: Mon, 19 Jan 1998 13:46:09 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've come into an HP optical drive, model C1711A. This drive is (at least) 7 years old, and I can- not seem to find pointers to any info whatsoever. Is this drive (or a successor with backwards com- patibility) supported by FreeBSD? I hate to see it go to waste. Replies to me; I'll summarize back to the list. --Wes From owner-freebsd-questions Mon Jan 19 11:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06995 for questions-outgoing; Mon, 19 Jan 1998 11:07:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06972 for ; Mon, 19 Jan 1998 11:07:33 -0800 (PST) (envelope-from wpub1@net-link.net) Received: from ricecake (grxa6-ppp32.triton.net [209.172.4.32]) by serv01.net-link.net (8.8.8/8.6.9) with SMTP id OAA32687 for ; Mon, 19 Jan 1998 14:02:46 -0500 Message-Id: <3.0.3.32.19980119140622.006ced64@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 19 Jan 1998 14:06:22 -0500 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: Re: FreeBSD on BSD/OS (BSDI) In-Reply-To: <34C2C64D.52BFA1D7@whistle.com> References: <3.0.1.32.19980118214936.006a7da8@wolfepub.com> <19980118215919.33160@emu.sourcee.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 07:19 PM 1/18/98 -0800, Julian Elischer wrote: >Norman C Rice wrote: >> >> On Sun, Jan 18, 1998 at 09:49:36PM -0500, Matthew Hagerty wrote: >> > I was wondering how I can get my FreeBSD 2.2.5 box to run BSD/OS (BSDI) >> > binaries. The list of features indicates the FreeBSD can run Linux, BSDI, >> > and SCO binaries. I have gone through compiling a custom kernel and did >> > not see any options for adding BSDI or SCO compatibility. >> > >> > Thanks, >> > Matthew Hagerty >> > wpub1@net-link.net > >no that's for SCO >BSDI emulation is our native mode really.. >no options needed > >> >> Enable Ibcs2 emulation in /etc/rc.conf. >> >> ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). >> >> -- >> Regards, >> Norman C. Rice, Jr. > > If BSDI emulation is the native mode for FreeBSD, then my problem seems to not be executing the binary, but with the semaphore system. When I first ran the program (a database) it failed with something similar to: invalid parameter in some function error 22: no SYSVSEM So I compiled a custom kernel with: options SYSVSHM options SYSVSEM options SYSVMSG Now the program executes, but when I try a query it core dumps with what appears to be more semaphore errors. I'm not in front of the FreeBSD box or I would include the exact error. I did notice that the LINT kernel had many more options that looked semaphore related. How can I know which extra options I need? Is it possible to emulate the complete BSDI and/or SYSV semaphore and messaging? Being that this is a database application I'm assuming this is where the problems are since it needs to do locking, sharing, etc. The database is for a BSDI-3.0 system, but since I don't have a license to run my BSD/OS on more than one machine (but I do for the database), I would like to try to get it going on FreeBSD (which I like more than BSDI anyway). Thanks, Matthew ---------------- Matthew Hagerty wpub1@net-link.net From owner-freebsd-questions Mon Jan 19 11:23:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08062 for questions-outgoing; Mon, 19 Jan 1998 11:23:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08047 for ; Mon, 19 Jan 1998 11:23:05 -0800 (PST) (envelope-from ljo@Mercury.mcs.net) Received: from Mercury.mcs.net (ljo@Mercury.mcs.net [192.160.127.80]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id NAA09229; Mon, 19 Jan 1998 13:23:04 -0600 (CST) Received: (from ljo@localhost) by Mercury.mcs.net (8.8.7/8.8.2) id NAA08989; Mon, 19 Jan 1998 13:23:04 -0600 (CST) From: Lars Jonas Olsson Message-Id: <199801191923.NAA08989@Mercury.mcs.net> Subject: Proxies for AOL and CVSup? To: questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 13:23:03 -0600 (CST) Cc: ljo@mcs.net X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a FreeBSD server that connects a LAN to the internet. The server does not do packet forwarding, but has squid and DeleGate proxies and runs sendmail and xntpd. This overall works very well. How do I setup a proxy for AOL (Americ Online)? A senior person in the company is not happy that he cannot use the TCP/IP based AOL on the LAN... I'd like to keep the current proxy setup, so need some help. Personally I also would like to be able to use cvsup to upgrade other freebsd machines on the LAN. How do I setup a proxy for this? Also, what is a better NNTP proxy? It seems DeleGate doesn't cache anything. I want something a little more efficient that doesn't recquire any care or much disk space. Jonas Olsson From owner-freebsd-questions Mon Jan 19 11:34:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09041 for questions-outgoing; Mon, 19 Jan 1998 11:34:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from exchange.ttl.pactel.com (exchange.ttl.pactel.com [206.170.18.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09024 for ; Mon, 19 Jan 1998 11:34:39 -0800 (PST) (envelope-from dbsmall@ttl.pactel.com) From: dbsmall@ttl.pactel.com Received: by exchange.ttl.pactel.com with Internet Mail Service (5.0.1458.49) id ; Mon, 19 Jan 1998 10:50:08 -0800 Message-ID: <35EF0B8572DACF11B5BA080009CB86B840E8A2@exchange.ttl.pactel.com> To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 2.2.2 Install, ATAPI CDROM, EIDE HD Date: Mon, 19 Jan 1998 10:50:06 -0800 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm making progress installing FreeBSD. I've found that, even when using the atapi floppy installation method, I can't install from my Toshiba ATAPI CDROM...it locks up (after it identifies my cdrom as wd1, which is incorrect, anyway) If I using the install/reconfiguration utility, I can remove wd1 from the available storage devices, and the install goes a little further (going to the menu-driven utility). But then it can't find the CDROM. I tried telling the kernel config that my CDROM has the same parameters (I/O, IRQ, etc.) as wd1, and removing wd1. It still can't see my CDROM drive. Perhaps my drive is not supported. (If that's the case, I'll have to install from an existing partition, I guess...) How can I find out if my drive is supported (and if FreeBSD 2.2.2 now supports EIDE drives beyond sector 1024) -David --------------------------------------- David B. Small Telesis Technologies Laboratory http://www.ttl.pactel.com/~dbsmall From owner-freebsd-questions Mon Jan 19 11:54:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11116 for questions-outgoing; Mon, 19 Jan 1998 11:54:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.pernet.net (mail.pernet.net [205.229.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11096 for ; Mon, 19 Jan 1998 11:54:09 -0800 (PST) (envelope-from neal@pernet.net) Received: from dilbert.pernet.net (dilbert.pernet.net [205.229.0.46]) by mail.pernet.net (8.8.5/8.8.4) with SMTP id NAA26272; Mon, 19 Jan 1998 13:37:09 -0600 (CST) Message-ID: <002001bd2510$4f5de560$2e00e5cd@dilbert.pernet.net> From: "Neal Rigney" To: "Neal Rigney" , Subject: Re: Filesystem question related to media and ccd Date: Mon, 19 Jan 1998 13:27:40 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Let me clear some things up: The drives are "dangerously dedicated", and the error is "bad_dir" not "bid_dir". Woops! -- Neal Rigney, PERnet Communications, (409)729-4638 neal@mail.pernet.net "I've seen better bandwidth between two gorillas with flash cards!" From owner-freebsd-questions Mon Jan 19 12:01:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11742 for questions-outgoing; Mon, 19 Jan 1998 12:01:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail001.mediacity.com (mail001.mediacity.com [205.216.172.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA11713 for ; Mon, 19 Jan 1998 12:01:07 -0800 (PST) (envelope-from nicole@mediacity.com) Received: (qmail 5049 invoked from network); 19 Jan 1998 19:59:42 -0000 Received: from geekgirl.mediacity.com (HELO geekgirl) (208.138.36.25) by mail001.mediacity.com with SMTP; 19 Jan 1998 19:59:42 -0000 Date: Mon, 19 Jan 1998 11:54:55 -0800 From: Nicole Harrington Subject: Re: weird login problem To: Doug White , Nicole Harrington Cc: questions@FreeBSD.ORG X-Mailer: Z-Mail Pro 6.2 (Win32 - 021297) Evaluation Copy, NetManage Inc.[ZM62_16E] X-Face: Dy;P!H@)Go.{^Epw&,}@q4ReQ3iOqFrASM63QjFsK/'XnOO67}+{szQ|oo]]`]/.r,g5lx; w+F^YYL4j Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Fri, 16 Jan 1998, Nicole Harrington wrote: > > > Hi All > > I have a very odd problem that I hope someone can shed some light on. I have > > a brand new install of 2.2.5 that still seems to display the "login_getclass: > > unknown class '0'" error. I have /etc/login.conf and /etc/login/access with > > rw r r permissions. I have even tried making the DB version as suggested in > > login.conf to no avail. > > Check your password database and make sure no one has a login class of 0. Hi Doug Thanks for the response. I have looked over it and no one that I could find has anything listed in their class field. It seems to happen on most all users. I have managed to get rid of the messages by creating a class 0 with the same settings as the subscriber. But I hate work-arounds. Perhaps I will take out the class 0 and watch more carefully who gets the messages. Nicole > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > ---------------End of Original Message----------------- Nicole Harrington |\ __ /| (`\ http://www.mediacity.com nicole@mediacity.com | o_o |__ ) ) Phone: 415-237-1464 nicole@iadmin.net // \\ Pager: 415-301-2482 Systems Administrator ----------------------(((---(((--------------------------------- ******* * * What do you mean Spelling Errors? * * My Modem is Error Correcting! * -- Isn't it a bit unnerving that doctors call what they do practice -- Why isn't there mouse-flavored cat food? -- Microsoft: What bug would you like today? ------------------------------------------------------------------- From owner-freebsd-questions Mon Jan 19 12:07:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12351 for questions-outgoing; Mon, 19 Jan 1998 12:07:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12332 for ; Mon, 19 Jan 1998 12:07:23 -0800 (PST) (envelope-from wpub1@net-link.net) Received: from ricecake (grxa6-ppp32.triton.net [209.172.4.32]) by serv01.net-link.net (8.8.8/8.6.9) with SMTP id PAA09781; Mon, 19 Jan 1998 15:07:05 -0500 Message-Id: <3.0.3.32.19980119151041.00719294@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 19 Jan 1998 15:10:41 -0500 To: dbsmall@ttl.pactel.com From: Matthew Hagerty Subject: Re: FreeBSD 2.2.2 Install, ATAPI CDROM, EIDE HD Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <35EF0B8572DACF11B5BA080009CB86B840E8A2@exchange.ttl.pactel .com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 10:50 AM 1/19/98 -0800, you wrote: >I'm making progress installing FreeBSD. > >I've found that, even when using the atapi floppy installation method, I >can't install from my Toshiba ATAPI CDROM...it locks up (after it >identifies my cdrom as wd1, which is incorrect, anyway) > >If I using the install/reconfiguration utility, I can remove wd1 from >the available storage devices, and the install goes a little further >(going to the menu-driven utility). > >But then it can't find the CDROM. > >I tried telling the kernel config that my CDROM has the same parameters >(I/O, IRQ, etc.) as wd1, and removing wd1. It still can't see my CDROM >drive. > >Perhaps my drive is not supported. (If that's the case, I'll have to >install from an existing partition, I guess...) > >How can I find out if my drive is supported >(and if FreeBSD 2.2.2 now supports EIDE drives beyond sector 1024) > >-David > >--------------------------------------- >David B. Small >Telesis Technologies Laboratory >http://www.ttl.pactel.com/~dbsmall > > > David, Why are you installing 2.2.2? You should install the latest 2.2.5 if possible. Also, it looks like you CDROM is the slave device on your second IDE controller (WD1). When I installed 2.2.2, it could not find my CDROM on the secondary controller. When I moved it to the primary controller FreeBSD found it. Put you CDROM on the primary controller as the slave. I keep my CDROMs on the primary controller and have had no problems with *many* types of drives. Matthew From owner-freebsd-questions Mon Jan 19 12:13:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12970 for questions-outgoing; Mon, 19 Jan 1998 12:13:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12943 for ; Mon, 19 Jan 1998 12:13:31 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct75.citytel.net [204.244.99.28]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id MAA29192; Mon, 19 Jan 1998 12:12:30 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id KAA12710; Mon, 19 Jan 1998 10:25:55 -0800 (PST) Date: Mon, 19 Jan 1998 10:25:54 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Doug White cc: freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Doug White wrote: > FreeBSD will either use the media type specified in the program's setup, > the card's automatic determination, or appopriate ifconfig link / media > flags used. In other words: don't worry about it :) So just change the cabling, reboot and all should be fine. That I gotta see. :^) > If your cards all have UTP ports and you can send directly to your ISP > through the DSL link, then do you really need the router? Just buy a > cheap hub ($100 or so), plug the pairgain into the incoming port and the > other machines into the other ports. > Thats pretty much the setup I was thinking of. It would be easiest and cheapest to build here at home. > Since this is a router (after all), you can buy an Ethernet card to > plug the PairGain into; that can have a UTP port. Then route onto your > BNC network. Naw, easier to buy a cheapo hub and some UTP wire and just convert everything over. Though the BNC on my old Sun 3/60 might be a bit of a different story. But I'll cross that bridge (no pun intended) when I need to. ;) From owner-freebsd-questions Mon Jan 19 12:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14530 for questions-outgoing; Mon, 19 Jan 1998 12:29:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.sfc.keio.ac.jp (mail.sfc.keio.ac.jp [133.27.4.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14505 for ; Mon, 19 Jan 1998 12:28:46 -0800 (PST) (envelope-from t93621sn@sfc.keio.ac.jp) Received: from sfc.keio.ac.jp (kirc-dhcp3.kirc.wide.ad.jp [203.178.141.220]) by mail.sfc.keio.ac.jp (8.8.8+2.7Wbeta7/3.6Wbeta7-SFC) with ESMTP id FAA15918; Tue, 20 Jan 1998 05:28:06 +0900 (JST) Message-ID: <34C3B6DD.811D7DFB@sfc.keio.ac.jp> Date: Tue, 20 Jan 1998 05:26:05 +0900 From: Seiji Nishimura X-Mailer: Mozilla 4.03 [ja] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, t93621sn@sfc.keio.ac.jp Subject: Problems with my network connection. Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have just installed my FreeBSD for the second time on my PC. I would like to ask two questions. My machine that I`m using is connected directly to my research lab using the ethernet. The problem that I have here is that the network is extremely slow than the first time when I installed FreeBSD. For example when "rlogin" to a host in same network area, the message that I get or the command that I input is very slow. And also when I FTP as well. The second problem that I have is that I`m using the Japanese "Wnn", and the problem is, it takes awhile to convert English to Japanese. I been installing FreeBSD for a few times after these problems occured but my problems wouldn`t seem to solve. Is there a solution to these problems? I would appreciate for a solution. Thank You Sincerely, Keio University Tokyo, Seiji Nishimura t93621sn@sfc.keio.ac.jp From owner-freebsd-questions Mon Jan 19 12:43:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15803 for questions-outgoing; Mon, 19 Jan 1998 12:43:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.wanadoo.fr (smtp-1.wanadoo.fr [193.252.19.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15782 for ; Mon, 19 Jan 1998 12:43:12 -0800 (PST) (envelope-from coderlink@frontier.fr) From: coderlink@frontier.fr Received: from mail.wanadoo.fr ([195.5.204.21]) by smtp.wanadoo.fr (8.7.5/[France Telecom Interactive]) with SMTP id VAA27325 ; Mon, 19 Jan 1998 21:41:24 +0100 (MET) Message-Id: <199801192041.VAA27325@smtp.wanadoo.fr> Date: Mon, 19 Jan 1998 21:47:39 Subject: CoderLink web site open ! To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk First of all, you will never receive anymore mail from me !!! Dear sir, I send you an email, an also to some other people, because you had made a website about programming or something similar. I want to invit you to visit my site for adding your site in my database : http://www.frontier-online.com/coderlink CoderLink is a "search engine", like "yahoo", only containing URL from web code page. Thanks for your time and thanks for you help. Best regards, CoderLink Webmaster http://www.frontier-online.com/coderlink Note : All news ideas and news sections are welcome. From owner-freebsd-questions Mon Jan 19 12:52:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16417 for questions-outgoing; Mon, 19 Jan 1998 12:52:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16347 for ; Mon, 19 Jan 1998 12:51:24 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id SAA19648; Mon, 19 Jan 1998 18:53:24 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801191853.SAA19648@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Laszlo Vagner cc: questions@FreeBSD.ORG Subject: Re: strange message In-reply-to: Your message of "Sun, 18 Jan 1998 02:42:51 CST." <199801180842.CAA00332@bud.kf7nn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Jan 1998 18:53:24 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > i am getting a message when i run ppp -alias -ddial pmdemand > the message says : > > "tcp: cant open socket 3000 no password in ppp.secret." > > but it dials and logs in fine? > > i do have a password in ppp.secret though? > > any ideas? Does `hostname' output the same name as the one in ppp.secret ? Also, if you get the latest ppp, you can specify this password on the `set server' line (which now must be there). > heres another i am not getting any logging in /var/log/ppp.log > > i made shure that > > !ppp > *.* /var/log/ppp.log > > > was in /etc/syslog.conf as the man page says but it was already there so i > didnt have to touch it. > > any clues? Perhaps /var/log/ppp.log doesn't already exist. You need to create a zero length file if it doesn't. This should be done by newsyslog(8). Also, make sure that *only* tabs are used in syslog.conf. Syslogd is quite particular about this. > vagner@ti.com -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Jan 19 12:55:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16835 for questions-outgoing; Mon, 19 Jan 1998 12:55:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from opium.zeitnet.com (opium.zeitnet.com [204.95.77.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16810 for ; Mon, 19 Jan 1998 12:55:46 -0800 (PST) (envelope-from cgong@ctron.com) Received: from CHRISG-PC by opium.zeitnet.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id DGTSXK3V; Mon, 19 Jan 1998 12:51:32 -0800 Message-ID: <34C3BD21.2EEC@ctron.com> Date: Mon, 19 Jan 1998 12:52:49 -0800 From: Chris Gong Reply-To: cgong@ctron.com Organization: CSI-Zeitnet X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: login_getclass Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Every time I login to my freebsd 2.2.2 system as root, it gives the following message: login_getclass: unknow class 'root' What does it mean, and how do I get rid of it? Thanks in advance, Chris From owner-freebsd-questions Mon Jan 19 12:59:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17243 for questions-outgoing; Mon, 19 Jan 1998 12:59:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailbox.iwaynet.net (root@mailbox.iwaynet.net [198.30.29.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17094 for ; Mon, 19 Jan 1998 12:57:44 -0800 (PST) (envelope-from tterhark@ssicom.com) Received: from trent.iwaynet.net (port219.iwaynet.net [206.244.42.219]) by mailbox.iwaynet.net (8.8.5/8.8.8) with SMTP id PAA15221 for ; Mon, 19 Jan 1998 15:24:58 -0500 Message-ID: <000c01bd2519$eed52c80$3401a8c0@trent.iwaynet.net> From: "Trent Terhark" To: Subject: Chipset Date: Mon, 19 Jan 1998 15:36:22 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BD24EF.FEE44B80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BD24EF.FEE44B80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does FreeBSD support many diff. chipsets? I need a laptop where the = chipset will be supported by FreeBSD..... The HP Omnibook 5700 has the = TI PCI 1131 chipset...... Is this PCMCIA Chipset supported by freebsd. ------=_NextPart_000_0009_01BD24EF.FEE44B80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Does FreeBSD support many diff. = chipsets? =20 I need a laptop where the chipset will be supported by = FreeBSD..... =20 The  HP Omnibook 5700 has the TI PCI 1131 chipset...... Is this = PCMCIA=20 Chipset supported by freebsd.
------=_NextPart_000_0009_01BD24EF.FEE44B80-- From owner-freebsd-questions Mon Jan 19 13:09:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18052 for questions-outgoing; Mon, 19 Jan 1998 13:09:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from io.uwinnipeg.ca (io.uwinnipeg.ca [142.132.1.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18040 for ; Mon, 19 Jan 1998 13:08:34 -0800 (PST) (envelope-from rurrea@uwinnipeg.ca) Received: from uwinnipeg.ca (poiesys.uwinnipeg.ca [142.132.2.47]) by io.uwinnipeg.ca (8.8.8/8.8.8) with ESMTP id PAA02669 for ; Mon, 19 Jan 1998 15:12:20 -0600 (CST) Message-ID: <34C3C0EE.886E3A98@uwinnipeg.ca> Date: Mon, 19 Jan 1998 15:09:03 -0600 From: Roberto Urrea Organization: The University of WInnipeg X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CVS how much disk space is required Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I would like te set up a CVS machine on Intel platform ( 2.2.5 stable ) . I just wondering how much disk space I need I would like sugestion thanks Rober Urrea Tehcnical Support Services University of Winnipeg CANADA From owner-freebsd-questions Mon Jan 19 13:22:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19212 for questions-outgoing; Mon, 19 Jan 1998 13:22:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA19191 for ; Mon, 19 Jan 1998 13:22:32 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD24F7.5F3C95D0@keywest.ird.rl.af.mil>; Mon, 19 Jan 1998 16:29:10 -0500 Message-ID: From: "Goeringer, Michael" To: "'Trent Terhark'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Chipset Date: Mon, 19 Jan 1998 16:29:09 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Take a look at www.jp.freebsd.org/PAO Michael G. ---------- From: Trent Terhark[SMTP:tterhark@ssicom.com] Sent: Monday, January 19, 1998 3:36 PM To: freebsd-questions@FreeBSD.ORG Subject: Chipset Does FreeBSD support many diff. chipsets? I need a laptop where the chipset will be supported by FreeBSD..... The HP Omnibook 5700 has the TI PCI 1131 chipset...... Is this PCMCIA Chipset supported by freebsd. <> From owner-freebsd-questions Mon Jan 19 13:33:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20243 for questions-outgoing; Mon, 19 Jan 1998 13:33:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nature.berkeley.edu (nature.Berkeley.EDU [128.32.251.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20217 for ; Mon, 19 Jan 1998 13:33:26 -0800 (PST) (envelope-from cgrimes@nature.berkeley.edu) Received: from default (ip250.berkeley.ca.pub-ip.psi.net [38.28.29.250]) by nature.berkeley.edu (8.8.8/8.8.8) with SMTP id NAA11203 for ; Mon, 19 Jan 1998 13:33:18 -0800 (PST) Message-Id: <3.0.32.19980119133630.006bc394@nature.berkeley.edu> X-Sender: cgrimes@nature.berkeley.edu X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 19 Jan 1998 13:36:32 -0800 To: freebsd-questions@FreeBSD.ORG From: Chuck Grimes Subject: PPP problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've got a PPP problem (FreeBSD 2.2.2). I can start the PPP utility and then end up with a dead blank. After about two minutes, the connection is broken by the ISP (their timeout 180). If I switch to my Win95 drive and login to the ISP, everything works fine. In the ppp.conf, I followed the tutorial example substituting my login name and password in the right places--so that part of the script works. After a short time first I get "Dial Ok!", and then after the script is just about finished I get, "Login Ok!" After that, the ISP will not accept the typed in commands: ftp, telnet, or http. I get "what ?" as an answer. I also tried telnet xxx.xxx.xxx.xx with specific numerical entries. I called the tech support at earthlink (the isp) and they mumbled something about configuring the "resolv.conf" file in /etc/resolv.conf -- thinking that FBSD was linex. These are the entries they suggested: nameserver 206.85.92.2 nameserver 206.85.92.60 nameserver 206.85.92.79 However. When, with PPP running I type, 'show xxx' (I forget the particular command) I get: myaddr: 38.28.29.229 hisaddr: 38.1.1.1 Oslink: 38.1.1.1 So. Negotiating my address and the ISP addresses seems to work. I also did "show syslog" and found the authentication was okay. But I need to somehow send the ISP a name resolve server address so I can telnet, ftp, and http to work. Somehow, the dial up program in Win95 manages this. How to I do the same thing in FBSD? Chuck Grimes, a unix newbie From owner-freebsd-questions Mon Jan 19 13:44:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20940 for questions-outgoing; Mon, 19 Jan 1998 13:44:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.microsoft.com (mail1.microsoft.com [131.107.3.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20908 for ; Mon, 19 Jan 1998 13:43:50 -0800 (PST) (envelope-from a-bwehr@microsoft.com) Received: by INET-01-IMC with Internet Mail Service (5.5.1960.3) id ; Mon, 19 Jan 1998 13:40:01 -0800 Message-ID: <2F2DC5CE035DD1118C8E00805FFE354C516618@red-msg-56.dns.microsoft.com> From: "Brian Wehrle (Volt Computer)" To: "'questions@freebsd.org'" Subject: problem with your web page. Date: Mon, 19 Jan 1998 13:39:58 -0800 X-Mailer: Internet Mail Service (5.5.1960.3) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I dig freebsd and you fellas are doing onee hell of a job, so keep it up..! One problem I noticed " After you have formatted the floppies, you will need to copy the files onto them. The distribution files are split into chunks conveniently sized so that 5 of them will fit on a conventional 1.44MB floppy. Go through all your floppies, packing as many files as will fit on each one, until you have got all the distributions you want packed up in this fashion. Each distribution should go into a subdirectory on the floppy, e.g.: a:\bin\bin.aa, a:\bin\bin.ab, and so on. " >From Floppy install docs on web page, you forgot to state that bin.inf needs to reside in this dir too (for the first disk! the on disk docs state this, so this must just have been an accidental ommission. Thanks Brian Wehrle From owner-freebsd-questions Mon Jan 19 13:48:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21202 for questions-outgoing; Mon, 19 Jan 1998 13:48:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from milo.nas.nasa.gov (milo.nas.nasa.gov [129.99.32.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21113 for ; Mon, 19 Jan 1998 13:46:35 -0800 (PST) (envelope-from heistand@milo.nas.nasa.gov) Received: (from heistand@localhost) by milo.nas.nasa.gov (8.8.7/NAS8.8.7) id NAA03825 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 13:43:48 -0800 (PST) From: "Steve W. Heistand" Message-Id: <199801192143.NAA03825@milo.nas.nasa.gov> Subject: ipfw Q To: freebsd-questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 13:43:48 -0800 (PST) X-Mailer: ELM [version 2.4 PL25 PGP3 *ALPHA*] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Has anyone seend this/ know a fix for it?: %ipfw list (or any other ipfw command) ipfw: getsockopt(IP_FW_GET): Invalid argument -- |-------------------------------------------------------------------------| | Steve Heistand Email: heistand@nas.nasa.gov | | Parallel/Vector System Consultant Phone: (650) 604-1272 | | MS 258-6, Moffett Field, CA, 94035-1000 Fax: (650) 604-4377 | | Numerical Aerospace Simulation Facility | | "A polar bear is a rectangular bear after a coordinate transformation." | |-------------------------------------------------------------------------| From owner-freebsd-questions Mon Jan 19 13:58:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22138 for questions-outgoing; Mon, 19 Jan 1998 13:58:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22113 for ; Mon, 19 Jan 1998 13:57:47 -0800 (PST) (envelope-from dara@salk.edu) Received: from exner (exner.salk.edu [198.202.70.107]) by helmholtz.salk.edu (8.7.5/8.7.3) with ESMTP id NAA16260 for ; Mon, 19 Jan 1998 13:03:34 -0800 (PST) Message-ID: <34C3BEFF.1FBE6704@salk.edu> Date: Mon, 19 Jan 1998 13:00:47 -0800 From: Dara Ghahremani X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: NFS error reference X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I am receiving NFS errors but don't know what they are referring to (i.e. nfs send error 55 for server). Could someone please guide me to a reference which describes these error numbers? Thanks, Dara From owner-freebsd-questions Mon Jan 19 13:59:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22258 for questions-outgoing; Mon, 19 Jan 1998 13:59:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA22208 for ; Mon, 19 Jan 1998 13:58:59 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980119215833.8012.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.218] by send1a; Mon, 19 Jan 1998 13:58:33 PST Date: Mon, 19 Jan 1998 13:58:33 -0800 (PST) From: Rudy Gireyev Subject: Re: FreeBSD and a lost user =-p To: Jamey and Crystal Owens , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Jamey and Crystal Owens wrote: > > Hello, > > I am completely new to FreeBSD/Unix/Linux pretty much any OS > other than dos. I am trying to install FreeBSD but seem a bit confused > as to which files I need to download to my dos partition exactly. The required directories in order to get the minimal install are: /bin /floppies /tools Recommended: /manpages /doc > Also, I would like to use ftp or nfs or ppp but in the box where you are > asked to enter your domain name and such I cannot figure out what to put > where. NFS protocol allows you to use drives from another computer. You need to use ppp to connect to your ISP and then use FTP as the install method. This is not a trivial task and you'll need to study the handbook and FAQ and do some trial and error before you succeed. Or do what I did download the stuff and install from a DOS partition. > Also, will I have to have a current connection when I do that? Yes. > I do not believe I am able to.. Thank you for any help. If you have an ISP connection then you are able to. > Jamey Owens > Rudy _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Mon Jan 19 14:03:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22665 for questions-outgoing; Mon, 19 Jan 1998 14:03:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22644 for ; Mon, 19 Jan 1998 14:02:48 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id QAA11544; Mon, 19 Jan 1998 16:02:36 -0600 (CST) Message-ID: <19980119160236.03624@emsphone.com> Date: Mon, 19 Jan 1998 16:02:36 -0600 From: Dan Nelson To: "Steve W. Heistand" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw Q References: <199801192143.NAA03825@milo.nas.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <199801192143.NAA03825@milo.nas.nasa.gov>; from "Steve W. Heistand" on Mon Jan 19 13:43:48 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 19), Steve W. Heistand said: > Has anyone seend this/ know a fix for it?: > %ipfw list (or any other ipfw command) > ipfw: getsockopt(IP_FW_GET): Invalid argument You don't have ipfw in your kernel. either add "options IPFIREWALL" to your kernel config file and recompile, or load the ipfw LKM via "modload /lkm/ipfw_mod.o". I suggest recompiling your kernel, to guarantee IPFW is installed every time your boot your machine. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Mon Jan 19 14:33:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28205 for questions-outgoing; Mon, 19 Jan 1998 14:33:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28194 for ; Mon, 19 Jan 1998 14:33:19 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA24792; Mon, 19 Jan 1998 22:18:21 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801192218.WAA24792@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Assem Salama cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP In-reply-to: Your message of "Mon, 19 Jan 1998 09:04:01 EST." <34C35D50.2572811C@micro-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Jan 1998 22:18:21 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I set up a PPP server and everything works fine. The problem is > Windows95 doesn't seem to cooperate with my PPP link. In the Dial-UP > networking, if I specify that it is to bring up the terminal screen > after dialing and I enter the username and password manually, it works. > When I don't do that and enter the username and password in the text > fields at the connect screen, it doesn't work (when I run 'watch' on my > UNIX, it shows garbled characters). > Any help would be appreciated. You need to use PAP or CHAP on the FreeBSD end if you want those fields on the Win95 box to mean anything. This is different from login(1) style authentication where you need to either get the terminal after dialing or to install the plus pack and create yourself a dial script. > Thanks, > Assem Salama > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Jan 19 14:43:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29295 for questions-outgoing; Mon, 19 Jan 1998 14:43:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.pitllc.com (ns1.pitllc.com [209.12.230.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA29279 for ; Mon, 19 Jan 1998 14:43:04 -0800 (PST) (envelope-from melvin.brown@ns1.pitllc.com) Received: from melvin.pitllc.com (melvin.pitllc.com [209.12.230.65]) by ns1.pitllc.com (SMI-8.6/mail.byaddr) id QAA03999; Mon, 19 Jan 1998 16:42:19 -0600 Message-ID: <0a7601bd252c$22d33e20$41e60cd1@melvin.pitllc.com> From: "Melvin Brown" To: Subject: Converting Solaris PASSWD & SHADOW Files Date: Mon, 19 Jan 1998 16:46:46 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0A73_01BD24F9.D452E160" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0A73_01BD24F9.D452E160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is there any program that will convert the /etc/passwd & /etc/shadow = file on a Solaris Box, for use in a FreeBSD Box(/etc/passwd & = /etc/master.passwd)? ------=_NextPart_000_0A73_01BD24F9.D452E160 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is there any program that will = convert the=20 /etc/passwd & /etc/shadow file on a Solaris Box, for use in a = FreeBSD=20 Box(/etc/passwd & /etc/master.passwd)?
------=_NextPart_000_0A73_01BD24F9.D452E160-- From owner-freebsd-questions Mon Jan 19 14:59:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00591 for questions-outgoing; Mon, 19 Jan 1998 14:59:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iex.net (mail.iex.net [192.156.196.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00571 for ; Mon, 19 Jan 1998 14:59:15 -0800 (PST) (envelope-from burger@iex.net) Received: from port58.cos1.iex.net (port58.cos1.iex.net [192.156.196.158]) by mail.iex.net (8.8.5/8.7.5) with SMTP id PAA09753; Mon, 19 Jan 1998 15:56:32 -0700 (MST) Message-ID: <34C37808.70BD@iex.net> Date: Mon, 19 Jan 1998 15:58:00 +0000 From: "Keith L. Hamburger" Reply-To: burger@iex.net X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mediavision scsi driver for FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I need a FreeBSD scsi driver for a MediaVision scsi card Mark Hamburger (markburger@juno.com or burger@usa.net) From owner-freebsd-questions Mon Jan 19 15:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00672 for questions-outgoing; Mon, 19 Jan 1998 15:00:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from PeeCee.tbe.com ([192.88.94.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00580 for ; Mon, 19 Jan 1998 14:59:22 -0800 (PST) (envelope-from dkelly@PeeCee.tbe.com) Received: (from dkelly@localhost) by PeeCee.tbe.com (8.8.7/8.8.7) id QAA02762 for questions@freebsd.org; Mon, 19 Jan 1998 16:58:35 -0600 (CST) (envelope-from dkelly) Date: Mon, 19 Jan 1998 16:58:35 -0600 (CST) From: David Kelly Message-Id: <199801192258.QAA02762@PeeCee.tbe.com> To: questions@FreeBSD.ORG Subject: sgml and .dtd files Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an .sgml and its companion .dtd file. Having installed most everything from /usr/ports which mentions sgml I have still not figured out how to generate a pretty postscript or plain text file. Its not "linuxdoc" sgml. Could somebody get me pointed in the right direction? -- David Kelly N4HHE, dkelly@nebula.tbe.com ======================================================================== Q: How many bureaucrats does it take to screw in a light bulb? A: Two. One to assure everyone that everything possible is being done while the other screws the bulb into the water faucet. From owner-freebsd-questions Mon Jan 19 15:13:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02014 for questions-outgoing; Mon, 19 Jan 1998 15:13:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01910 for ; Mon, 19 Jan 1998 15:12:15 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA26348; Mon, 19 Jan 1998 23:08:22 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801192308.XAA26348@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Chuck Grimes cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP problem In-reply-to: Your message of "Mon, 19 Jan 1998 13:36:32 PST." <3.0.32.19980119133630.006bc394@nature.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Jan 1998 23:08:21 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > I've got a PPP problem (FreeBSD 2.2.2). I can start the PPP utility and > then end up with a dead blank. After about two minutes, the connection is > broken by the ISP (their timeout 180). If I switch to my Win95 drive and > login to the ISP, everything works fine. > > In the ppp.conf, I followed the tutorial example substituting my login name > and password in the right places--so that part of the script works. After a > short time first I get "Dial Ok!", and then after the script is just about > finished I get, "Login Ok!" After that, the ISP will not accept the typed > in commands: ftp, telnet, or http. I get "what ?" as an answer. I also > tried telnet xxx.xxx.xxx.xx with specific numerical entries. [.....] Are you trying to type these commands at the ppp prompt ? The ppp prompt is for controlling ppp. You need to switch to another terminal if you want to run ftp, telnet etc. The bit about /etc/resolv.conf is correct. > Chuck Grimes, > > a unix newbie -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Jan 19 15:16:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02254 for questions-outgoing; Mon, 19 Jan 1998 15:16:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02184 for ; Mon, 19 Jan 1998 15:15:37 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA07914; Tue, 20 Jan 1998 09:45:24 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA06395; Tue, 20 Jan 1998 09:45:23 +1030 (CST) (envelope-from grog) Message-ID: <19980120094523.42131@lemis.com> Date: Tue, 20 Jan 1998 09:45:23 +1030 From: Greg Lehey To: "Paul T. Root" Cc: Questions FreeBSD Subject: Re: Hard disk going bad? References: <199801191359.HAA16407@horton.iaces.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801191359.HAA16407@horton.iaces.com>; from Paul T. Root on Mon, Jan 19, 1998 at 07:59:09AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 07:59:09AM -0600, Paul T. Root wrote: > Hi, > From my daily output, I got these messages. I have a 2940UW and > sd1 is a SEAGATE ST19171W. sd0 is a SEAGATE ST32550W. There is nothing > else on the SCSI bus. I'm running 2.2.5-Release. > > Is this disk going out? Quite possibly. Have you changed anything recently? Greg > samiam kernel log messages: >> sd1(ahc0:1:0): SCB 0x1 - timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 >> SEQADDR = 0x4 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0xa >> sd1(ahc0:1:0): Queueing an Abort SCB >> sd1(ahc0:1:0): Abort Message Sent >> sd1(ahc0:1:0): SCB 0x1 - timed out in message out phase, SCSISIGI == 0xa4 >> SEQADDR = 0x99 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0x2 >> sd1(ahc0:1:0): no longer in timeout >> ahc0: Issued Channel A Bus Reset. 2 SCBs aborted >> Sending SDTR!! >> sd0(ahc0:0:0): UNIT ATTENTION asc:29,0 >> sd0(ahc0:0:0): Power on, reset, or bus device reset occurred field replaceable unit: 1 >> , retries:3 From owner-freebsd-questions Mon Jan 19 15:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02495 for questions-outgoing; Mon, 19 Jan 1998 15:18:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eventhorizon.netdirect.net (eventhorizon.netdirect.net [204.120.164.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02427 for ; Mon, 19 Jan 1998 15:17:55 -0800 (PST) (envelope-from root@eventhorizon.netdirect.net) Received: from localhost (root@localhost) by eventhorizon.netdirect.net (8.8.7/8.8.8) with SMTP id RAA00783 for ; Mon, 19 Jan 1998 17:17:47 -0600 (CST) Date: Mon, 19 Jan 1998 17:17:47 -0600 (CST) From: Charlie ROOT To: freebsd-questions@FreeBSD.ORG Subject: Kernel Compilation Error... Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1782125782-885251867=:755" Sender: owner-freebsd-questions@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-1782125782-885251867=:755 Content-Type: TEXT/PLAIN; charset=US-ASCII I recently used cvsup to upgrade my source tree from 2.2.5-CURRENT to 2.2.5-STABLE. On compilation, the kernel compiles fine, and when I reach the end of the compile I get the following errors: loading kernel procfs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment nfs_bio.o: Undefined symbol `___cmpdi2' referenced from text segment nfs_subs.o: Undefined symbol `___cmpdi2' referenced from text segment ffs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment *** Error code 1 Stop. Ive tried it with cc and gcc, bmake and gmake, and can not figure out whats wrong. Could anybody help me with this? -ben vaughn - bvaughn@netdirect.net --0-1782125782-885251867=:755 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=NETDIRECT Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: My configuration file Iw0KIyBHRU5FUklDIC0tIEdlbmVyaWMgbWFjaGluZSB3aXRoIFdEL0FIeC9O Q1IvQlR4IGZhbWlseSBkaXNrcw0KIw0KIyBGb3IgbW9yZSBpbmZvcm1hdGlv biByZWFkIHRoZSBoYW5kYm9vayBwYXJ0IFN5c3RlbSBBZG1pbmlzdHJhdGlv biAtPiANCiMgQ29uZmlndXJpbmcgdGhlIEZyZWVCU0QgS2VybmVsIC0+IFRo ZSBDb25maWd1cmF0aW9uIEZpbGUuIA0KIyBUaGUgaGFuZGJvb2sgaXMgYXZh aWxhYmxlIGluIC91c3Ivc2hhcmUvZG9jL2hhbmRib29rIG9yIG9ubGluZSBh cw0KIyBsYXRlc3QgdmVyc2lvbiBmcm9tIHRoZSBGcmVlQlNEIFdvcmxkIFdp ZGUgV2ViIHNlcnZlciANCiMgPFVSTDpodHRwOi8vd3d3LkZyZWVCU0QuT1JH Lz4NCiMNCiMgQW4gZXhoYXVzdGl2ZSBsaXN0IG9mIG9wdGlvbnMgYW5kIG1v cmUgZGV0YWlsZWQgZXhwbGFuYXRpb25zIG9mIHRoZSANCiMgZGV2aWNlIGxp bmVzIGlzIHByZXNlbnQgaW4gdGhlIC4vTElOVCBjb25maWd1cmF0aW9uIGZp bGUuIElmIHlvdSBhcmUgDQojIGluIGRvdWJ0IGFzIHRvIHRoZSBwdXJwb3Nl IG9yIG5lY2Vzc2l0eSBvZiBhIGxpbmUsIGNoZWNrIGZpcnN0IGluIExJTlQu DQojDQojCSRJZDogR0VORVJJQyx2IDEuNzcuMi4xNSAxOTk4LzAxLzE2IDIy OjI4OjM4IHBzdCBFeHAgJA0KDQptYWNoaW5lCQkiaTM4NiINCmNwdQkJIkk2 ODZfQ1BVIg0KaWRlbnQJCU5FVERJUkVDVA0KbWF4dXNlcnMJMjUwDQoNCm9w dGlvbnMJCUlORVQJCQkjSW50ZXJORVR3b3JraW5nDQpvcHRpb25zCQlGRlMJ CQkjQmVya2VsZXkgRmFzdCBGaWxlc3lzdGVtDQpvcHRpb25zCQlORlMJCQkj TmV0d29yayBGaWxlc3lzdGVtDQpvcHRpb25zCQkiQ0Q5NjYwIgkJI0lTTyA5 NjYwIEZpbGVzeXN0ZW0NCm9wdGlvbnMJCVBST0NGUwkJCSNQcm9jZXNzIGZp bGVzeXN0ZW0NCm9wdGlvbnMJCSJDT01QQVRfNDMiCQkjQ29tcGF0aWJsZSB3 aXRoIEJTRCA0LjMgW0tFRVAgVEhJUyFdDQpvcHRpb25zCQlCT1VOQ0VfQlVG RkVSUwkJI2luY2x1ZGUgc3VwcG9ydCBmb3IgRE1BIGJvdW5jZSBidWZmZXJz DQpvcHRpb25zCQlVQ09OU09MRQkJI0FsbG93IHVzZXJzIHRvIGdyYWIgdGhl IGNvbnNvbGUNCm9wdGlvbnMJCUZBSUxTQUZFCQkjQmUgY29uc2VydmF0aXZl DQpvcHRpb25zCQlVU0VSQ09ORklHCQkjYm9vdCAtYyBlZGl0b3INCm9wdGlv bnMJCVZJU1VBTF9VU0VSQ09ORklHCSN2aXN1YWwgYm9vdCAtYyBlZGl0b3IN Cg0KY29uZmlnCQlrZXJuZWwJcm9vdCBvbiB3ZDANCg0KY29udHJvbGxlcglp c2EwDQpjb250cm9sbGVyCWVpc2EwDQpjb250cm9sbGVyCXBjaTANCg0KY29u dHJvbGxlcglmZGMwCWF0IGlzYT8gcG9ydCAiSU9fRkQxIiBiaW8gaXJxIDYg ZHJxIDIgdmVjdG9yIGZkaW50cg0KZGlzawkJZmQwCWF0IGZkYzAgZHJpdmUg MA0KZGlzawkJZmQxCWF0IGZkYzAgZHJpdmUgMQ0KDQpvcHRpb25zCQkiQ01E NjQwIgkjIHdvcmsgYXJvdW5kIENNRDY0MCBjaGlwIGRlZmljaWVuY3kNCmNv bnRyb2xsZXIJd2RjMAlhdCBpc2E/IHBvcnQgIklPX1dEMSIgYmlvIGlycSAx NCB2ZWN0b3Igd2RpbnRyDQpkaXNrCQl3ZDAJYXQgd2RjMCBkcml2ZSAwDQpk aXNrCQl3ZDEJYXQgd2RjMCBkcml2ZSAxDQoNCmNvbnRyb2xsZXIJd2RjMQlh dCBpc2E/IHBvcnQgIklPX1dEMiIgYmlvIGlycSAxNSB2ZWN0b3Igd2RpbnRy DQpkaXNrCQl3ZDIJYXQgd2RjMSBkcml2ZSAwDQpkaXNrCQl3ZDMJYXQgd2Rj MSBkcml2ZSAxDQoNCm9wdGlvbnMJCUFUQVBJCQkjRW5hYmxlIEFUQVBJIHN1 cHBvcnQgZm9yIElERSBidXMNCm9wdGlvbnMJCUFUQVBJX1NUQVRJQwkjRG9u J3QgZG8gaXQgYXMgYW4gTEtNDQpkZXZpY2UJCXdjZDAJCSNJREUgQ0QtUk9N DQojZGV2aWNlCQl3ZmQwCQkjSURFIGZsb3BweSAoTFMtMTIwKQ0KDQojIEEg c2luZ2xlIGVudHJ5IGZvciBhbnkgb2YgdGhlc2UgY29udHJvbGxlcnMgKG5j ciwgYWhiLCBhaGMsIGFtZCkgaXMNCiMgc3VmZmljaWVudCBmb3IgYW55IG51 bWJlciBvZiBpbnN0YWxsZWQgZGV2aWNlcy4NCg0KIyBzeXNjb25zIGlzIHRo ZSBkZWZhdWx0IGNvbnNvbGUgZHJpdmVyLCByZXNlbWJsaW5nIGFuIFNDTyBj b25zb2xlDQpkZXZpY2UJCXNjMAlhdCBpc2E/IHBvcnQgIklPX0tCRCIgdHR5 IGlycSAxIHZlY3RvciBzY2ludHINCiMgRW5hYmxlIHRoaXMgYW5kIFBDVlRf RlJFRUJTRCBmb3IgcGN2dCB2dDIyMCBjb21wYXRpYmxlIGNvbnNvbGUgZHJp dmVyDQojZGV2aWNlCQl2dDAJYXQgaXNhPyBwb3J0ICJJT19LQkQiIHR0eSBp cnEgMSB2ZWN0b3IgcGNyaW50DQojb3B0aW9ucwkJWFNFUlZFUgkJCSMgc3Vw cG9ydCBmb3IgWCBzZXJ2ZXINCiNvcHRpb25zCQlGQVRfQ1VSU09SCQkjIHN0 YXJ0IHdpdGggYmxvY2sgY3Vyc29yDQojIElmIHlvdSBoYXZlIGEgVGhpbmtQ QUQsIHVuY29tbWVudCB0aGlzIGFsb25nIHdpdGggdGhlIHJlc3Qgb2YgdGhl IFBDVlQgbGluZXMNCiNvcHRpb25zCQlQQ1ZUX1NDQU5TRVQ9MgkJIyBJQk0g a2V5Ym9hcmRzIGFyZSBub24tc3RkDQoNCiMgTWFuZGF0b3J5LCBkb24ndCBy ZW1vdmUNCmRldmljZQkJbnB4MAlhdCBpc2E/IHBvcnQgIklPX05QWCIgZmxh Z3MgMHgxIGlycSAxMyB2ZWN0b3IgbnB4aW50cg0KDQpkZXZpY2UJCXNpbzAJ YXQgaXNhPyBwb3J0ICJJT19DT00xIiB0dHkgaXJxIDQgdmVjdG9yIHNpb2lu dHINCmRldmljZQkJc2lvMQlhdCBpc2E/IHBvcnQgIklPX0NPTTIiIHR0eSBp cnEgMyB2ZWN0b3Igc2lvaW50cg0KDQpkZXZpY2UJCWxwdDAJYXQgaXNhPyBw b3J0PyB0dHkgaXJxIDcgdmVjdG9yIGxwdGludHINCg0KZGV2aWNlCQlwc20w CWF0IGlzYT8gcG9ydCAiSU9fS0JEIiBjb25mbGljdHMgdHR5IGlycSAxMiB2 ZWN0b3IgcHNtaW50cg0KDQojIE9yZGVyIGlzIGltcG9ydGFudCBoZXJlIGR1 ZSB0byBpbnRydXNpdmUgcHJvYmVzLCBkbyAqbm90KiBhbHBoYWJldGl6ZQ0K IyB0aGlzIGxpc3Qgb2YgbmV0d29yayBpbnRlcmZhY2VzIHVudGlsIHRoZSBw cm9iZXMgaGF2ZSBiZWVuIGZpeGVkLg0KIyBSaWdodCBub3cgaXQgYXBwZWFy cyB0aGF0IHRoZSBpZTAgbXVzdCBiZSBwcm9iZWQgYmVmb3JlIGVwMC4gU2Vl DQojIHJldmlzaW9uIDEuMjAgb2YgdGhpcyBmaWxlLg0KZGV2aWNlIHZ4MA0K DQpwc2V1ZG8tZGV2aWNlCWxvb3ANCnBzZXVkby1kZXZpY2UJZXRoZXINCnBz ZXVkby1kZXZpY2UJbG9nDQpwc2V1ZG8tZGV2aWNlCXNsCTENCnBzZXVkby1k ZXZpY2UJcHBwCTENCnBzZXVkby1kZXZpY2UJdm4JMQ0KcHNldWRvLWRldmlj ZQlicGZpbHRlcgk0DQpwc2V1ZG8tZGV2aWNlCXR1bgkxDQpwc2V1ZG8tZGV2 aWNlCXB0eQkyNTANCnBzZXVkby1kZXZpY2UJZ3ppcAkJIyBFeGVjIGd6aXBw ZWQgYS5vdXQncw0KDQojIEtUUkFDRSBlbmFibGVzIHRoZSBzeXN0ZW0tY2Fs bCB0cmFjaW5nIGZhY2lsaXR5IGt0cmFjZSgyKS4NCiMgVGhpcyBhZGRzIDQg S0IgYmxvYXQgdG8geW91ciBrZXJuZWwsIGFuZCBzbGlnaHRseSBpbmNyZWFz ZXMNCiMgdGhlIGNvc3RzIG9mIGVhY2ggc3lzY2FsbC4NCm9wdGlvbnMJCUtU UkFDRQkJI2tlcm5lbCB0cmFjaW5nDQoNCiMgVGhpcyBwcm92aWRlcyBzdXBw b3J0IGZvciBTeXN0ZW0gViBzaGFyZWQgbWVtb3J5Lg0KIw0Kb3B0aW9ucyAg ICAgICAgIFNZU1ZTSE0NCm9wdGlvbnMJCUlQRklSRVdBTEwNCm9wdGlvbnMJ CUlQRklSRVdBTExfVkVSQk9TRQ0Kb3B0aW9ucwkJIklQRklSRVdBTExfVkVS Qk9TRV9MSU1JVD0xMDAiDQpvcHRpb25zCQlJUEZJUkVXQUxMX0RFRkFVTFRf VE9fQUNDRVBUDQo= --0-1782125782-885251867=:755-- From owner-freebsd-questions Mon Jan 19 15:25:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03168 for questions-outgoing; Mon, 19 Jan 1998 15:25:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from logon.log.on.ca (root@log.on.ca [205.207.183.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03154 for ; Mon, 19 Jan 1998 15:25:01 -0800 (PST) (envelope-from andrew@log.on.ca) Received: from [205.207.183.71](ppp0030.log.on.ca[205.207.183.71]) (958 bytes) by logon.log.on.ca via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Mon, 19 Jan 1998 18:24:33 -0500 (EST) (Smail-3.2.0.101 1997-Dec-17 #2 built 1997-Dec-18) Message-Id: To: "freebsd-questions@freebsd.org" Subject: Re: PPP problem Date: Mon, 19 Jan 98 18:22:01 -0500 From: Andrew Stevens X-Mailer: E-Mail Connection v2.5.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- Greetings: Doing a dmesg | fgrep sio1 reports: sio1 not found at 0x2f8 Hardware problem? I haven't done any configuration lately, so it seems FreeBSD's stopped detecting this port on its own...I did, however install the new version of PPP right before this occured, but I don't see how that could've done anything to my COM port. I've been using my modem on this port for about a month before this occured. Thanks again to all who have replied to my postings. Your advice is greatly appreciated. Regards, Andrew Stevens. From owner-freebsd-questions Mon Jan 19 15:27:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03441 for questions-outgoing; Mon, 19 Jan 1998 15:27:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03410 for ; Mon, 19 Jan 1998 15:27:27 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA07936; Tue, 20 Jan 1998 09:57:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA06468; Tue, 20 Jan 1998 09:57:13 +1030 (CST) (envelope-from grog) Message-ID: <19980120095712.58596@lemis.com> Date: Tue, 20 Jan 1998 09:57:12 +1030 From: Greg Lehey To: Patrick Gardella Cc: questions@FreeBSD.ORG Subject: Re: Excite for Web Servers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Patrick Gardella on Mon, Jan 19, 1998 at 11:53:14AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 11:53:14AM -0500, Patrick Gardella wrote: > I need some help setting up EWS 1.1 on my FreeBSD 2.2.5 machine running Apache > 1.2.4. Sorry, I don't know anything about this product, but I just noticed a CERT advisory about it this morning. You might like to check CERT* Vendor-Initiated Bulletin VB-98.01, available from http://www.cert.org. Greg From owner-freebsd-questions Mon Jan 19 15:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04804 for questions-outgoing; Mon, 19 Jan 1998 15:46:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04716 for ; Mon, 19 Jan 1998 15:44:51 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA07932; Tue, 20 Jan 1998 09:55:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA06454; Tue, 20 Jan 1998 09:55:14 +1030 (CST) (envelope-from grog) Message-ID: <19980120095513.01356@lemis.com> Date: Tue, 20 Jan 1998 09:55:13 +1030 From: Greg Lehey To: Neal Rigney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stack trace References: <01d501bd24f9$ddd19b00$2e00e5cd@dilbert.pernet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01d501bd24f9$ddd19b00$2e00e5cd@dilbert.pernet.net>; from Neal Rigney on Mon, Jan 19, 1998 at 10:47:01AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 10:47:01AM -0600, Neal Rigney wrote: > Is my instinct correct that frames 9-16 of this kernel stack are user > proccesses that were running at death? > > #8 0xf017db33 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 1207504, > tf_esi = 0, tf_ebp = -272641888, tf_isp = -272629788, tf_ebx = > 24347481, > tf_edx = 104, tf_ecx = -272642038, tf_eax = 5, tf_trapno = 12, > tf_err = 7, tf_eip = 269482113, tf_cs = 31, tf_eflags = 659, > tf_esp = -272642264, tf_ss = 39}) at ../../i386/i386/trap.c:914 > #9 0x100ff881 in ?? () > #10 0x5142 in ?? () > #11 0xd6eb in ?? () > #12 0xf723 in ?? () > #13 0xfdcb in ?? () > #14 0x9f0b in ?? () > #15 0xccfa in ?? () > #16 0x1095 in ?? () Almost. It's a stack trace into the process that was running. If you can figure out which it was, and it was compiled with symbols, you should be able to load its symbol table and trace back into it. Greg From owner-freebsd-questions Mon Jan 19 16:01:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05969 for questions-outgoing; Mon, 19 Jan 1998 16:01:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA05882; Mon, 19 Jan 1998 16:00:32 -0800 (PST) (envelope-from quik@terkel.mit.edu) Received: from TERKEL.MIT.EDU by MIT.EDU with SMTP id AA12152; Mon, 19 Jan 98 19:00:31 EST Received: from localhost by terkel.mit.edu (8.8.7/4.7) id AAA05021; Tue, 20 Jan 1998 00:00:27 GMT Date: Mon, 19 Jan 1998 19:00:25 -0500 (EST) From: quiksilver To: freebsd-questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: zip drive Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk atapi zip drive isn't mounting correctly probably a problem on my part uart# mount /dev/wfd0 /zip /dev/wfd0 on /zip: Incorrect super block. uart# mount /dev/wfd0 /zip msdos: /dev/wfd0: Invalid argument I'm using 3.0-CURRENT From owner-freebsd-questions Mon Jan 19 16:18:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08255 for questions-outgoing; Mon, 19 Jan 1998 16:18:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from deimos.nc.com (deimos.nc.com [207.88.167.190]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08021 for ; Mon, 19 Jan 1998 16:16:14 -0800 (PST) (envelope-from HKYU@nc.com) Received: (from oracle@localhost) by deimos.nc.com (8.8.4/8.8.4) id QAA12227 for freebsd-questions@freebsd.org; Mon, 19 Jan 1998 16:13:13 -0800 (PST) Message-Id: <199801200013.QAA12227@deimos.nc.com> Date: 19 Jan 98 15:12:13 -0800 From: "Henry K Yu" To: freebsd-questions@FreeBSD.ORG Subject: "panic: bounce memory out of range" MIME-Version: 1.0 X-Mailer: Oracle InterOffice (version 4.1.1.1.10) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id QAA08022 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear FreeBSD, I am trying to install FreeBSD 2.2.5 on a Intel P200, 64 MB box. The FreeBSD kernel complains "panic: bounce memory out of range". I attempted to search the www.freebsd.org site to no result. I attempted to specify 'boot:' options: 'MAXMEM=65535' or 'options MAXMEM=65535' Please point me in the right direction as to whom to ask the right question. Regards, Henry K Yu, w:+1.650.631.4637, Network Computer, Inc. From owner-freebsd-questions Mon Jan 19 17:02:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11314 for questions-outgoing; Mon, 19 Jan 1998 17:02:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11306 for ; Mon, 19 Jan 1998 17:02:06 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id TAA23233; Mon, 19 Jan 1998 19:01:37 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id TAA08379; Mon, 19 Jan 1998 19:01:33 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id TAA29939; Mon, 19 Jan 1998 19:01:32 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id TAA05203; Mon, 19 Jan 1998 19:01:32 -0600 (CST) Date: Mon, 19 Jan 1998 19:01:32 -0600 (CST) Message-Id: <199801200101.TAA05203@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Brian Somers From: George Vagner Subject: Re: strange message Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 06:53 PM 1/19/98 +0000, you wrote: >> i am getting a message when i run ppp -alias -ddial pmdemand >> the message says : >> >> "tcp: cant open socket 3000 no password in ppp.secret." >> >> but it dials and logs in fine? >> >> i do have a password in ppp.secret though? >> >> any ideas? > >Does `hostname' output the same name as the one in ppp.secret ? >Also, if you get the latest ppp, you can specify this password on the >`set server' line (which now must be there). > I will check this and reply. >> heres another i am not getting any logging in /var/log/ppp.log >> >> i made shure that >> >> !ppp >> *.* /var/log/ppp.log >> >> >> was in /etc/syslog.conf as the man page says but it was already there so i >> didnt have to touch it. >> >> any clues? > >Perhaps /var/log/ppp.log doesn't already exist. You need to create a >zero length file if it doesn't. This should be done by newsyslog(8). Aha! the zero lenth file is there but i did notice messages in my mailbox that say: newsyslog: preposterous process number: 0 the subject line is : cron /usr/sbin/newsyslog > >Also, make sure that *only* tabs are used in syslog.conf. Syslogd is >quite particular about this. yes tabs are only used. > >> vagner@ti.com > >-- >Brian , , > >Don't _EVER_ lose your sense of humour.... > > > > Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Mon Jan 19 17:12:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11969 for questions-outgoing; Mon, 19 Jan 1998 17:12:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11894 for ; Mon, 19 Jan 1998 17:12:00 -0800 (PST) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id VAA22864 for ; Mon, 19 Jan 1998 21:10:17 -0400 (AST) Date: Mon, 19 Jan 1998 21:10:17 -0400 (AST) From: Antonio Bemfica To: freebsd-questions@FreeBSD.ORG Subject: Slices & Partitions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What would be the advantage (if any) of dividing a drive into different slices and then each slice in different partitions in oposition to having one single slice (with all the partitions)? I understand the need for it if there is a second operating system, but is there any point in having multiple slices if all I'm running is FreeBSD? Will it be easier to recover from a crash, for example? In an attempt to answer my onw question (this is another question in disguise), would it make sense to have a spare root system on a second slice (is it possible?), just in case you ever have problems with your main root partition (or is a fixit floppy just as effective?). Thanks for your help Antonio -- | Antonio Bemfica, Dalhousie University - this message has no cash value | void where not permitted - valid while supplies last - taxes are extra | not valid in combination with any other offer - sorry, no rain-checks From owner-freebsd-questions Mon Jan 19 17:46:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14435 for questions-outgoing; Mon, 19 Jan 1998 17:46:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f151.hotmail.com [207.82.251.30]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA14385 for ; Mon, 19 Jan 1998 17:45:35 -0800 (PST) (envelope-from jjd14@hotmail.com) Received: (qmail 27918 invoked by uid 0); 20 Jan 1998 01:44:59 -0000 Message-ID: <19980120014459.27917.qmail@hotmail.com> Received: from 166.72.127.180 by www.hotmail.com with HTTP; Mon, 19 Jan 1998 17:44:58 PST X-Originating-IP: [166.72.127.180] From: "Jin-Jin Deng" To: questions@FreeBSD.ORG Subject: Installing from MS-DOS partition Content-Type: text/plain Date: Mon, 19 Jan 1998 17:44:58 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I downloaded the /bin and /manpages directories for FreeBSD into d:\Freebsd . (I followed the example on the webpage "Before installing from a MS-DOS partition" except without the CD.) Now, during the FreeBSD installation process when I choose Novice and later in the setup, it prompts for a method of installation (like FTP, MS-DOS partition, Tape Drive, etc.) I choose MS-DOS partition, but it says something like "primary DOS partition not found..." I remember indicating my DOS partitions in the partitioning portion as a type 6 partition (type 165 is FreeBSD??). I know; it's kinda hard to explain the installation process very well, but do you understand what's wrong?? ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Mon Jan 19 17:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15057 for questions-outgoing; Mon, 19 Jan 1998 17:53:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from internet5.police.tas.gov.au ([192.190.61.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA14902 for ; Mon, 19 Jan 1998 17:51:28 -0800 (PST) (envelope-from andrew@police.tas.gov.au) Received: from pc61.ntccc.tas.gov.au (pc61.ntccc.tas.gov.au [147.109.162.61]) by internet5.police.tas.gov.au (8.6.11/8.6.6) with SMTP id MAA13372 for ; Tue, 20 Jan 1998 12:49:03 +1100 Received: by pc61.ntccc.tas.gov.au with Microsoft Mail id <01BD25A1.AA9FBE80@pc61.ntccc.tas.gov.au>; Tue, 20 Jan 1998 12:48:11 +1100 Message-ID: <01BD25A1.AA9FBE80@pc61.ntccc.tas.gov.au> From: Andrew Johns To: "'questions@FreeBSD.ORG'" Subject: RAID Controllers Date: Tue, 20 Jan 1998 12:48:09 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAA14957 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have looked on the FreeBSD Site but I may have missed it but I am trying to find out whether FreeBSD supports Adaptec AAA-133 3 channel RAID adaptors? Andrew Johns From owner-freebsd-questions Mon Jan 19 17:58:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15562 for questions-outgoing; Mon, 19 Jan 1998 17:58:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem09-Prairie.Lakes.com [204.220.36.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15551 for ; Mon, 19 Jan 1998 17:58:38 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id BAA24429 for ; Tue, 20 Jan 1998 01:58:19 GMT (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19970119195853.00befa24@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 19 Jan 1997 19:58:53 -0500 To: questions@FreeBSD.ORG From: Child Subject: error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear all I am trying to install rumba to mount a win95 drive i am getting this error sommer:/usr/local/sbin>ata`./rumba //rin/c /data -n Kernel: smb_receive_raw: Invalid packet 0x83 Kernel: smb_receive: receive error: -5 Kernel: smb_proc_connect: Failed to send SESSION REQUEST. error connecting to server: [5] Input/output error any sugestions? From owner-freebsd-questions Mon Jan 19 18:03:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15987 for questions-outgoing; Mon, 19 Jan 1998 18:03:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15951 for ; Mon, 19 Jan 1998 18:03:03 -0800 (PST) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id IAA23327; Tue, 20 Jan 1998 08:36:57 +0700 (TSK) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id BAA10209; Tue, 20 Jan 1998 01:55:55 +0700 (KRS) From: Victor Sudakov Message-Id: <199801191855.BAA10209@vas.tsu.tomsk.su> Subject: Re: iijppp + slirp In-Reply-To: <199801182005.UAA09709@awfulhak.org> from "Brian Somers" at "Jan 18, 98 08:05:31 pm" To: brian@Awfulhak.org (Brian Somers) Date: Tue, 20 Jan 1998 01:55:54 +0700 (KRS) Cc: dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Brian Somers wrote: > > Doug White wrote: > > > On Thu, 15 Jan 1998, Victor Sudakov wrote: > > > > > > > Could you please help me make iijppp work with SLiRP on the server side? > > > > > > How is SLiRP called? You aren't running it in your dialup script.. > > > > It is started automatically after logging in into the server. I think, the > > login shell is set to slirp. > > > > > > > > > I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the > > > > default route is not changed. The /var/log/ppp.log grows though :-) It works > > > > fine with the non-slirp provider BTW (the other entry called mpeks). > > > > > > Did you look in the ppp.log to find out just why it won't connect? You > > > can post the relevant section(s) if you want us to decode it. Post a > > > sample attempted connect to phantom. > > > > Sorry for the very long log. > > > > ======= cut here ========= > [.....] > > Jan 15 01:47:02 vas ppp[6649]: tun0: LCP: Magic is same (6a212a75) - 1 times > > Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: SendConfigNak(Req-Sent) > > Jan 15 01:47:03 vas ppp[6649]: tun0: LCP: MAGICNUM[6] 0x6a212a75 > [.....] > > ======= cut here ========= > > > > I would appreciate any input. > > There's a bit in the FAQ (http://www.freebsd.org/FAQ/userppp.html). > Remove the "set openmode active". If the peer never bothers to say > anything, drop me a line. It's possible that there are some really > brain-dead ISPs out there that can't switch off ECHO on the line > quick enough to avoid confusing their ppp implementation with the > resulting flurry of REQ/NAKs for the magic number, and *also* can't > initiate LCP negotiations.... Once someone gives me an excuse, I'll > introduce a configurable delay :-) > Well, when I remove "set openmode active", just nothing happens. I suppose this is because SLiRP never bothers to say anything but this: ========= cut =========== phantom: {1} slirp Slirp v1.0c (RELEASE) Copyright (c) 1995,1996 Danny Gasparovski and others. All rights reserved. This program is copyrighted, free software. Please read the file COPYRIGHT that came with the Slirp package for the terms and conditions of the copyright. Reading config file: /usr/home/vas/.slirprc Setting baudrate to 38400 IP address of Slirp host: 195.9.35.51 IP address of your DNS(s): 195.9.35.1 Your address is 10.0.2.15 (or anything else you want) Type five zeroes (0) to exit. [talking PPP, 38400 baud] SLiRP Ready ... ========= cut =========== ... after which it just stops and waits for something. I never see those {{{{ characters which indicate a ppp session. So iijppp never detects packet mode :-((( The log in this situation looks like this: ========= cut =========== Jan 20 01:43:22 vas ppp[9636]: tun0: Connect: phantom.obluo.tomsk.su!login: Jan 20 01:43:22 vas ppp[9636]: tun0: Chat: sending: XXXXXX^M Jan 20 01:43:22 vas ppp[9636]: tun0: Chat: Expecting word: Jan 20 01:43:22 vas ppp[9636]: tun0: Chat: Wait for (5): word: --> word: Jan 20 01:43:22 vas ppp[9636]: tun0: Connect: XXXXXX^M Jan 20 01:43:23 vas ppp[9636]: tun0: Connect: Password: Jan 20 01:43:23 vas ppp[9636]: tun0: Chat: sending: XXXXXX^M Jan 20 01:43:22 vas ppp[9636]: tun0: Connect: XXXXXXXX^M Jan 20 01:43:23 vas ppp[9636]: tun0: Connect: Password: Jan 20 01:43:23 vas ppp[9636]: tun0: Chat: sending: XXXXXXX^M Jan 20 01:43:23 vas ppp[9636]: tun0: LCP: State change Initial --> Closed Jan 20 01:43:23 vas ppp[9636]: tun0: LCP: State change Closed --> Stopped [here I became impatient after looking at 'tail -f ppp.log for three minutes] Jan 20 01:46:32 vas ppp[9636]: tun0: Phase: Connected to client from 127.0.0.1:4 100 Jan 20 01:46:34 vas ppp[9636]: tun0: Phase: Client connection closed. Jan 20 01:46:36 vas ppp[9636]: tun0: Phase: Connected to client from 127.0.0.1:4 356 Jan 20 01:46:40 vas ppp[9636]: tun0: Phase: NewPhase: Terminate Jan 20 01:46:40 vas ppp[9636]: tun0: LCP: State change Stopped --> Closed Jan 20 01:46:40 vas ppp[9636]: tun0: Chat: Dial attempt 1 of 4 Jan 20 01:46:40 vas ppp[9636]: tun0: Chat: Expecting Jan 20 01:46:40 vas ppp[9636]: tun0: Chat: sending: ATZ^M Jan 20 01:46:40 vas ppp[9636]: tun0: Chat: Expecting OK-AT-OK Jan 20 01:46:40 vas ppp[9636]: tun0: Chat: Wait for (5): OK --> OK Jan 20 01:46:45 vas ppp[9636]: tun0: Chat: Can't get (5). Jan 20 01:46:45 vas ppp[9636]: tun0: Chat: sending: AT^M Jan 20 01:46:45 vas ppp[9636]: tun0: Chat: Wait for (5): OK --> OK Jan 20 01:46:55 vas ppp[9636]: tun0: Chat: Can't get (5). Jan 20 01:46:56 vas ppp[9636]: tun0: Phase: Modem: Connect time: 240 secs: 843 o ctets in, 0 octets out Jan 20 01:46:56 vas ppp[9636]: tun0: Phase: total 3 bytes/sec Jan 20 01:46:56 vas ppp[9636]: tun0: Phase: Enter pause (3) for redialing. Jan 20 01:46:56 vas ppp[9636]: tun0: Phase: Client connection closed. Jan 20 01:46:56 vas ppp[9636]: tun0: Phase: PPP Terminated (normal). (END) ========= cut =========== Needless to say, win95 works. Shit. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Mon Jan 19 18:12:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16460 for questions-outgoing; Mon, 19 Jan 1998 18:12:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16446 for ; Mon, 19 Jan 1998 18:12:25 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980120021200.16736.rocketmail@send1a.yahoomail.com> Received: from [156.153.255.234] by send1a; Mon, 19 Jan 1998 18:12:00 PST Date: Mon, 19 Jan 1998 18:12:00 -0800 (PST) From: Rudy Gireyev Subject: Re: Slices & Partitions To: Antonio Bemfica , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Antonio Bemfica wrote: > > What would be the advantage (if any) of dividing a drive into different > slices and then each slice in different partitions in oposition to having > one single slice (with all the partitions)? I understand the need for it > if there is a second operating system, but is there any point in having > multiple slices if all I'm running is FreeBSD? Will it be easier to > recover from a crash, for example? Yes that would be one reason, that way only one file system gets corrupted. The other reason is flexibility, you can pick which file system you want to have on a given slice/partition. > > In an attempt to answer my onw question (this is another question in > disguise), would it make sense to have a spare root system on a second > slice (is it possible?), Yes and No. > just in case you ever have problems with your > main root partition (or is a fixit floppy just as effective?). Instead of keeping another root partition, or any other partition for that matter, what you should do is simply back up and existing one. You do not have to have a tape drive in order to back up your data, simply tar all the stuff you want saved and then compress it (or gzip it or whatever) and move the zipped tarball somewhere to a separate slice of course :-) > > Thanks for your help > > Antonio > -- > | Antonio Bemfica, Dalhousie University - this message has no cash value > | void where not permitted - valid while supplies last - taxes are extra > | not valid in combination with any other offer - sorry, no rain-checks > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Mon Jan 19 18:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16633 for questions-outgoing; Mon, 19 Jan 1998 18:14:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16615 for ; Mon, 19 Jan 1998 18:14:23 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980120021359.5071.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.218] by send1b; Mon, 19 Jan 1998 18:13:59 PST Date: Mon, 19 Jan 1998 18:13:59 -0800 (PST) From: Rudy Gireyev Subject: Re: Installing from MS-DOS partition To: Jin-Jin Deng , questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---Jin-Jin Deng wrote: > > I downloaded the /bin and /manpages directories for FreeBSD into > d:\Freebsd . (I followed the example on the webpage "Before installing ^^^ DOS directory must be on the C drive, not D. Move it to C:\FREEBSD and watch the magic (or something like that) > from a MS-DOS partition" except without the CD.) Now, during the FreeBSD > installation process when I choose Novice and later in the setup, it > prompts for a method of installation (like FTP, MS-DOS partition, Tape > Drive, etc.) I choose MS-DOS partition, but it says something like > "primary DOS partition not found..." I remember indicating my DOS > partitions in the partitioning portion as a type 6 partition (type 165 > is FreeBSD??). I know; it's kinda hard to explain the installation > process very well, but do you understand what's wrong?? > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Mon Jan 19 18:29:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17454 for questions-outgoing; Mon, 19 Jan 1998 18:29:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17445 for ; Mon, 19 Jan 1998 18:29:07 -0800 (PST) (envelope-from bsd@smmc.qld.edu.au) Received: from staff2.smmc.qld.edu.au (staff2.smmc.qld.edu.au [203.56.180.49]) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id KAA02099 for ; Tue, 20 Jan 1998 10:54:54 +1000 (EST) Message-Id: <199801200054.KAA02099@smmcroute.smmc.qld.edu.au> Comments: Authenticated sender is From: "keith Spencer" To: freebsd-questions@FreeBSD.ORG Date: Tue, 20 Jan 1998 12:38:29 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: any help with mpd-multi ppp X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi all Has anyone installed the ports/net/mpd multi ppp daemon? I wish to have 2 modems between us & our ISP...they are willing to run mpd too. Is it easy to install as is iijppp ? Thanks Keith Spencer Keith Spencer BSD newbie & IT coordinator @ St Margaret Marys College in Townsville Australia From owner-freebsd-questions Mon Jan 19 18:54:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19491 for questions-outgoing; Mon, 19 Jan 1998 18:54:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smarty.telcel.net.ve (mail.t-net.net.ve [206.48.41.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19400 for ; Mon, 19 Jan 1998 18:53:29 -0800 (PST) (envelope-from rinunez@telcel.net.ve) Received: from telcel.telcel.net.ve ([206.49.128.195]) by smarty.telcel.net.ve (Post.Office MTA v3.1 release 0154 ID# 557-42303U60000L60000S0) with ESMTP id AAA7741 for ; Mon, 19 Jan 1998 22:47:55 -0400 From: "=?ISO-8859-1?Q?Ricardo_Manuel_N=FA=F1ez_Chirino?=" To: "FreeBSD Questions" Subject: HMC Video Card Date: Mon, 19 Jan 1998 22:51:56 -0400 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: <19980120024753.AAA7741@telcel.telcel.net.ve> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have a computer with an ISA bus video card. It is compatible with VGA 16 colors. The company name of the SVGA chip is "HMC". On the other side of the card says "Future Tech". Does anybody know if that card is compatible with other well known standard video card? Thank you very much, Ricardo Nunez From owner-freebsd-questions Mon Jan 19 18:58:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19862 for questions-outgoing; Mon, 19 Jan 1998 18:58:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA19834 for ; Mon, 19 Jan 1998 18:57:53 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980120025720.28403.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.234] by send1b; Mon, 19 Jan 1998 18:57:20 PST Date: Mon, 19 Jan 1998 18:57:20 -0800 (PST) From: Rudy Gireyev Subject: Re: From RRChina To: sjf Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Sun I moving this to -questions, since I haven't yet used the PAO. Rudy. ---sjf wrote: > > Mr. Rudy, > > Thank you for your help. One more question please: > > I download boot-pao.flp and try to install. The install > program can detect my Ethernet card now. But > it say Ethernet card is not supported although it know > the card name as "KINGMAX EN10-T2T". By reading > PAO-FAQ, I know I need to modify /etc/pccard.conf and > add the following infomation: > > card "KINGMAX" "EN10-T2T" > config default "ed0" any 0x10 > ether 0xff0 00:00:e8 > ***Note: My Ethernet card is NE2000 compatible PCMCIA card > > But the problem is I do not how to edit pccard.conf before I > install FreeBSD and mount the floppy. Is there anyway to modify > this file in period of installation? > > Sun Jianfeng > > ---------- > > ˇ˘źţČË: Rudy Gireyev > > ĘŐźţČË: sjf > > Ö÷Ěâ: Re: From RRChina > > ČŐĆÚ: 1998Äę1ÔÂ20ČŐ 6:00 > > > > You need the PAO package to get the PCMCIA stuff to work, see: > > http://www.jp.freebsd.org/PAO > > > > Rudy > > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Mon Jan 19 19:09:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21267 for questions-outgoing; Mon, 19 Jan 1998 19:09:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-0172.jumpnet.com [207.8.61.172]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21134 for ; Mon, 19 Jan 1998 19:07:29 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id VAA10240; Mon, 19 Jan 1998 21:07:20 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: What's a pseudo terminal? References: <34c353b6.473453@mail.cetlink.net> From: Dave Marquardt Date: 19 Jan 1998 21:06:47 -0600 In-Reply-To: jak@cetlink.net's message of "Mon, 19 Jan 1998 13:25:34 GMT" Message-ID: <85hg6zvo6w.fsf@localhost.zilker.net> Lines: 9 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk jak@cetlink.net (John Kelly) writes: > What is the use and/or purpose of a pseudo terminal? Pseudo-terminals are paired devices, one of which presents a terminal interface, and the other is controlled by a program. Examples of programs that use ptys are telnetd, rlogind, and script. See pty(4) for more information. -Dave From owner-freebsd-questions Mon Jan 19 19:23:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22928 for questions-outgoing; Mon, 19 Jan 1998 19:23:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph (pili.adn.edu.ph [165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22903 for ; Mon, 19 Jan 1998 19:22:52 -0800 (PST) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id LAA13494 for ; Tue, 20 Jan 1998 11:25:26 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Tue, 20 Jan 1998 11:25:25 +0800 (PHT) From: Arthur Alacar cc: questions@FreeBSD.ORG Subject: smbclient printing. In-Reply-To: <19971210233439.8292.rocketmail@send1b.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk GOOD DAY! I did able to print a TEXTFILE on a remote machine running win95, using smbclient. How about then graphics document? Say, i wanna print a starwriter document on a remote printer (running win5)? i understand that staroffice uses ghostscript for this matter, do i have to install ghostscript on the printer server(remote printer), for it to be able to understand data being sent by my system? thank yoU! .a.r.t. From owner-freebsd-questions Mon Jan 19 19:50:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26566 for questions-outgoing; Mon, 19 Jan 1998 19:50:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.webscape.net (webscape.net [203.168.0.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26504 for ; Mon, 19 Jan 1998 19:50:18 -0800 (PST) (envelope-from ariel@mailhost.webscape.net) Received: (from uucp@localhost) by gatekeeper.webscape.net (8.8.5/8.8.5) id LAA10577 for ; Tue, 20 Jan 1998 11:44:30 +0800 (PHT) Received: from mailhost.webscape.net(192.168.88.11) by gatekeeper.webscape.net via smap (V1.3) id sma010566; Tue Jan 20 11:44:10 1998 Received: from webscape.net ([192.168.88.212]) by mailhost.webscape.net (8.8.3/8.8.3) with ESMTP id MAA00396 for ; Tue, 20 Jan 1998 12:16:16 +0800 (PST) Message-ID: <34C42023.457B46F2@webscape.net> Date: Tue, 20 Jan 1998 11:55:16 +0800 From: Ariel Ilumin X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: adding seagate hard disk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Sir, I am having problems adding a seagate hard disk on my freebsd 2.1 system. I am booting from an ide drive and want to add the seagate st51080n scsi drive. Can you send me instructions on how to add this drive using the /stand/sysinstall and the disklabel facility. Thank you and more power. From owner-freebsd-questions Mon Jan 19 20:03:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27742 for questions-outgoing; Mon, 19 Jan 1998 20:03:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA27705; Mon, 19 Jan 1998 20:03:12 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id OAA01167; Tue, 20 Jan 1998 14:25:58 +1030 (CST) Message-Id: <199801200355.OAA01167@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: quiksilver cc: freebsd-questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: zip drive In-reply-to: Your message of "Mon, 19 Jan 1998 19:00:25 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 14:25:57 +1030 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > atapi zip drive isn't mounting correctly > probably a problem on my part > > uart# mount /dev/wfd0 /zip > /dev/wfd0 on /zip: Incorrect super block. > > uart# mount /dev/wfd0 /zip > msdos: /dev/wfd0: Invalid argument > > I'm using 3.0-CURRENT Hmm, no guarantees that the ATAPI Zip will work as-is, as the probe is all wrong. However, you should bear in mind that Zip drives are partitioned like hard disks, and normally with the MSDOS partition in the third slice. Try: mount -t msdos /dev/wdf0s4 /zip or nuke the disk and put a BSD filesystem on it: disklabel -rwD wfd0 auto newfs /dev/wfd0c mount /dev/wfd0c /zip There are also outstanding reports that large transfers to/from the drive cause system lockups; I haven't been in a position to test that yet. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-questions Mon Jan 19 20:10:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28381 for questions-outgoing; Mon, 19 Jan 1998 20:10:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28367 for ; Mon, 19 Jan 1998 20:10:10 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id VAA10259 for ; Mon, 19 Jan 1998 21:26:10 -0500 (EST) Date: Mon, 19 Jan 1998 21:26:09 -0500 (EST) From: "Vladislav S. Davidzon" To: freebsd-questions@FreeBSD.ORG Subject: RE: Disabling login Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a server which has 8 dumb black and white terminals attached to it via a Rocketport card. I need these terminals to automatically telnet to an ip when the server is turned on. My question is, how do I disable the login prompt from showing up, and replace it with a script to rlogin / telnet to another system? I want to have an expect script run instead of the login prompt which would automatically rlogin into another unix box. Thanks Vladislav From owner-freebsd-questions Mon Jan 19 21:13:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02975 for questions-outgoing; Mon, 19 Jan 1998 21:13:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02652 for ; Mon, 19 Jan 1998 21:07:50 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id JAA15631; Mon, 19 Jan 1998 09:04:32 +0200 (EET) Message-ID: <34C2FAFE.313302CE@Shevchenko.kiev.ua> Date: Mon, 19 Jan 1998 09:04:31 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Arthur Alacar CC: questions@FreeBSD.ORG Subject: Re: smbclient printing. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Arthur Alacar wrote: > GOOD DAY! > > I did able to print a TEXTFILE on a remote machine running win95, using > smbclient. How about then graphics document? Say, i wanna print a > ^^^^^^^^^ command printmode graphics in smbclient.(or printmode without parameters) > starwriter document on a remote printer (running win5)? > > i understand that staroffice uses ghostscript for this matter, do i have > to install ghostscript on the printer server(remote printer), for it to be > able to understand data being sent by my system? > You must send to samba printer row data.it can be Postscript, if you printer understand it, or pcl (pstopcl include in gs) Of course, transforming to such format must perform on your side. > thank yoU! > > .a.r.t. -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 19 21:21:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03624 for questions-outgoing; Mon, 19 Jan 1998 21:21:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vs1.virtualisys.com ([207.137.172.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03611 for ; Mon, 19 Jan 1998 21:21:35 -0800 (PST) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (pool35.hiper.net [207.137.172.35]) by vs1.virtualisys.com (8.8.8/8.8.8) with SMTP id QAA20320 for ; Mon, 19 Jan 1998 16:15:17 -0800 (PST) Message-Id: <3.0.5.32.19980119161626.03e83150@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 19 Jan 1998 16:16:26 -0800 To: freebsd-questions@FreeBSD.ORG From: "Randy A. Katz" Subject: Time Zone In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm embarrased... How does one set their time zone properly in FreeBSD 2.2.5??? Thanx, Randy Katz From owner-freebsd-questions Mon Jan 19 21:29:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04049 for questions-outgoing; Mon, 19 Jan 1998 21:29:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04037 for ; Mon, 19 Jan 1998 21:29:33 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (tnt2-204.HiWAAY.net [208.147.148.204]) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id XAA21709; Mon, 19 Jan 1998 23:29:21 -0600 (CST) Message-ID: <34C43657.102F11D5@hiwaay.net> Date: Mon, 19 Jan 1998 23:29:59 -0600 From: Steve Price X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: "Randy A. Katz" CC: freebsd-questions@FreeBSD.ORG Subject: Re: Time Zone References: <3.0.5.32.19980119161626.03e83150@ccsales.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Randy A. Katz wrote: > > I'm embarrased... > > How does one set their time zone properly in FreeBSD 2.2.5??? man 8 tzsetup Steve > Thanx, > Randy Katz From owner-freebsd-questions Mon Jan 19 21:36:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04474 for questions-outgoing; Mon, 19 Jan 1998 21:36:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nature.berkeley.edu (nature.Berkeley.EDU [128.32.251.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04469 for ; Mon, 19 Jan 1998 21:36:01 -0800 (PST) (envelope-from cgrimes@nature.berkeley.edu) Received: from default ([38.28.43.167]) by nature.berkeley.edu (8.8.8/8.8.8) with SMTP id VAA04218; Mon, 19 Jan 1998 21:34:32 -0800 (PST) Message-Id: <3.0.32.19980119213528.006b176c@nature.berkeley.edu> X-Sender: cgrimes@nature.berkeley.edu X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 19 Jan 1998 21:37:46 -0800 To: Brian Somers From: Chuck Grimes Subject: Re: PPP problem (again) Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 11:08 PM 1/19/98 +0000, you wrote: > >Are you trying to type these commands at the ppp prompt ? The ppp >prompt is for controlling ppp. You need to switch to another >terminal if you want to run ftp, telnet etc. > >The bit about /etc/resolv.conf is correct. > >-- >Brian , , > -------------------------------------------------------------------------- Brian, Thanks for the suggestion. I didn't realize I needed to switch terminals (dumb). But, now another problem rears its ugly head. I need to somehow do a network interface configuration. In the original install menus, I skipped through the network conf's because this is a single box. So now I need to go back. I ran the /stand/sysinstall off the cdrom disk 1 and selected 'networking'. The menu asks for host name, domain name, gateway, name server. My machine is called 'cag' (original huh, short for chuck a. grimes). Obviously these are arbitrary titles. But somewhere in these selections I have to fit the real information: local: 0.0.0.0 I assume these defaults are taken care of remote: 0.0.0.0 with the ppp.conf script as myaddr, hisaddr--yes? no? but then somewhere I need to put, domain: earthlink.net DNS: 206.85.92.2 206.85.92.79 206.85.92.60 The tech at earthlink expected there would be a resolv.conf file in /etc. No such file (probably because I didn't do a network conf--right?). So now what? My only thought is to edit the rc.conf and look under network entries. I am a little worried about screwing around in this file. Any specific suggestions would be deeply appreciated. Sorry to need such hand holding, but us unix newbies are rilly dumb. Chuck Grimes From owner-freebsd-questions Mon Jan 19 21:44:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04983 for questions-outgoing; Mon, 19 Jan 1998 21:44:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from s1-bngr.agate.net (service.agate.net [199.191.1.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04979 for ; Mon, 19 Jan 1998 21:44:52 -0800 (PST) (envelope-from diphth@service.agate.net) Received: from Default (diphth.sdi.agate.net [204.117.14.37]) by s1-bngr.agate.net (1.00) with SMTP id AAA09991 for ; Tue, 20 Jan 1998 00:44:41 -0500 (EST) Message-Id: <199801200544.AAA09991@s1-bngr.agate.net> X-Sender: diphth@mail.agate.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 20 Jan 1998 00:44:01 -0500 To: questions@FreeBSD.ORG From: diphth Subject: ??? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Where are good places (on the WWW) to find pre_set personal computers, with the freebsd OS. I am looking for a used system (lower end pentium or possibly a 80486). thankyou, diphth From owner-freebsd-questions Mon Jan 19 22:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06729 for questions-outgoing; Mon, 19 Jan 1998 22:18:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.itep.ru (ns.itep.ru [193.124.224.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06572 for ; Mon, 19 Jan 1998 22:13:56 -0800 (PST) (envelope-from Fedor.Gubarev@itep.ru) Received: from raven.itep.ru (raven.itep.ru [193.124.227.26]) by ns.itep.ru (8.8.5-MVC-ITEP-100697/8.8.5) with ESMTP id JAA25761 for ; Tue, 20 Jan 1998 09:07:55 +0300 (GMT+0300) Received: from localhost (gubarev@localhost) by raven.itep.ru (8.8.7/8.8.7) with SMTP id JAA01498 for ; Tue, 20 Jan 1998 09:23:05 +0300 (MSK) (envelope-from Fedor.Gubarev@itep.ru) X-Authentication-Warning: raven.itep.ru: gubarev owned process doing -bs Date: Tue, 20 Jan 1998 09:23:05 +0300 (MSK) From: Fedor Gubarev X-Sender: gubarev@raven.itep.ru To: freebsd-questions@FreeBSD.ORG Subject: mount_umap and system crash. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have a problem with mount_umap command -- every time it results in crash of the system (2.2.5 release)... I don't know what's this - it really looks like a bug. Symptoms: 1) Trying to include support of NULLFS and UMAPFS in the kernel configuration file, I get the following: Options: options NULLFS options UMAPFS options SAFETY work fine, but with "options NULLFS_DIAGNOSTIC" or "options UMAPFS_DIAGNOSTIC" compilation of the kernel fails (although config reports no problems). 2) The usage of mount_umap reported in "man 8 mount_umap" is different from the actual usage of this command. Compare: # man 8 mount_umap mount_umap [-o options] target mount-point uid-mapfile gid-mapfile #mount_umap usage: mount_umap [-o options] -u usermap -g groupmap target_fs mount_point 3) A simplest way to crash the system using mount_umap is: with uid-mapfile and gid-mapfile consisting of a single line "0" do: # mount_umap -u uid-mapfile -g gid-mapfile /var /mnt With this command everything is OK untill you try: # umount /mnt Immediate system crash follows with some kernel message. 4) Another way to crash: suppose you may mount NFS file system: #mount -t nfs SomeHost:/somefs /home/somefs Now with uid-mapfile, gid-mapfile as in 3) do: # mount_umap -u uid-mapfile -g gid-mapfile /home/somefs /mnt Immediate crash follows after the command like: #ls -l /mnt ------------------ Please, help, since I don't understand what is going wrong. For everybody who are interested in I may give complete kernel output in the case 3)-4) or any other needed details (but this means one more crash....) Thanks for your attention, Gubarev Fedor. Fedor.Gubarev@itep.ru From owner-freebsd-questions Mon Jan 19 22:27:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07454 for questions-outgoing; Mon, 19 Jan 1998 22:27:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from glitnir.cfar.umd.edu (root@glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07448 for ; Mon, 19 Jan 1998 22:27:20 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from cfar.umd.edu (arensb@localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.8.5/8.8.4) with ESMTP id BAA01330; Tue, 20 Jan 1998 01:15:00 -0500 (EST) Message-Id: <199801200615.BAA01330@glitnir.cfar.umd.edu> To: jak@cetlink.net (John Kelly) cc: questions@FreeBSD.ORG Subject: Re: What's a pseudo terminal? In-reply-to: Your message of "Mon, 19 Jan 1998 13:25:34 GMT." <34c353b6.473453@mail.cetlink.net> Date: Tue, 20 Jan 1998 01:15:00 -0500 From: Andrew Arensburger Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998 13:25:34 GMT, John Kelly wrote: > What is the use and/or purpose of a pseudo terminal? [Historical rant mode=ON] Way back when, in the mists of time, computers were big clunky boxes the size of several cabinets. Networks were an interesting theoretical notion that might one day become feasible. You logged in through a terminal, which was plugged in to a serial port on the back of the computer. At some point, people decided that it would be really keen if you could _pretend_ that a certain process was connected to a plain serial-line terminal, even when it wasn't. For instance, when you open an xterm window, it's convenient to pretend that you just hooked up a new terminal to a serial port. That's where pseudo-terminals come in. They're not terminals, but they act like them. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland AIDS is killing our Vampire population. From owner-freebsd-questions Mon Jan 19 22:30:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07661 for questions-outgoing; Mon, 19 Jan 1998 22:30:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07610 for ; Mon, 19 Jan 1998 22:29:50 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id KAA15700; Mon, 19 Jan 1998 10:19:39 +0200 (EET) Message-ID: <34C30C97.E561D0FD@Shevchenko.kiev.ua> Date: Mon, 19 Jan 1998 10:19:37 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Dave Costello CC: freebsd-questions@FreeBSD.ORG Subject: Re: inetd error References: <199801152228.PAA25943@seagull.rtd.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dave Costello wrote: > I am running into a strange (to me at least) error on one of our > boxen. The system is running FreeBSD 2.2.5 -Release off and we > have installed cached and tcpwrappers, the error that I am seeing > occurs when you first telnet into the box and it reads : > > inetd in realloc():warning :junk pointer, too low to make sense > > Has anyone seen this error before, and if so does anyone know what > causes it or how to fix it ? Any help would be appreciated at this > point :-) > I was have the same message, fix unknown and I have no any idea :(In current-stable (during one month) all ok. > Thanks > > Dave > -- > Dave Costello > RTD Systems and Networking > "If you can't fix it, bang on it" -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Mon Jan 19 22:44:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08655 for questions-outgoing; Mon, 19 Jan 1998 22:44:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08650 for ; Mon, 19 Jan 1998 22:44:19 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id BAA29761; Tue, 20 Jan 1998 01:46:46 -0500 (EST) Message-ID: <19980120014645.49932@vmunix.com> Date: Tue, 20 Jan 1998 01:46:45 -0500 From: Mark Mayo To: questions@FreeBSD.ORG Subject: oops, removed a scsi disk and now I'm toast.. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Stupid question of the day.. I removed a SCSI drive that was sitting in the middle of my SCSI chain. The important fact is that is was before my FreeBSD disk, so now what used to be sd2 is sd1.. argghh. Of course, FreeBSD won't boot cause fstab says everything should be on /dev/sd2s1x . I just need to get it up so I can compile a new kernel which expects its root to be on sd1. How do I fix this?? Most time when I boot and manually tell the boot prompt to use 1:(sd1,a)/kernel it just pukes with a panic after the hardware detect. Other time I get to the point where I can hit return and get 'sh'. sd1a is now mounted up as root_device blah blah / according to df. I mounted up /dev/sd1s1h on /usr, and went to vi the /etc/fstab, but alas, root_device is read-only. Ugh. Trying to mount it again gives me a device busy error, and trying to mount -u -o rw / uses fstab and tries to do sd2 again.. I'm stuck. What do I do next? :-) TIA, -Mark -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-freebsd-questions Mon Jan 19 22:46:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08908 for questions-outgoing; Mon, 19 Jan 1998 22:46:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08904 for ; Mon, 19 Jan 1998 22:46:30 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id WAA17944; Mon, 19 Jan 1998 22:49:35 -0800 (PST) Message-Id: <199801200649.WAA17944@implode.root.com> To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: ed1: device timeout, Can't Ping my Win95 workstations In-reply-to: Your message of "Mon, 19 Jan 1998 06:50:03 CST." <01BD24A6.7FB9DC60@dal01-08.ppp.iadfw.net> From: David Greenman Reply-To: dg@root.com Date: Mon, 19 Jan 1998 22:49:35 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >I am running FreeBSD 2.2.5 on the following: > > 486-66 system, with 32 Meg RAM > 325 Meg Western Digital Caviar HD > generic hayes compatible modem on COM2, IRQ3 > NE2000 compatible ethernet NIC on IRQ10, I/O300 > serial mouse on COM1, IRQ4 > Stealth VLB 2 Meg video card (its a couple of years old, not a new one) The kernel isn't configured for the correct IRQ. Boot the system with -c and change the irq of ed1 to 10. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Mon Jan 19 22:55:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09453 for questions-outgoing; Mon, 19 Jan 1998 22:55:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.numachi.com (numachi.numachi.com [198.175.254.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA09449 for ; Mon, 19 Jan 1998 22:55:05 -0800 (PST) (envelope-from reichert@numachi.numachi.COM) Received: (qmail 5691 invoked by uid 1001); 20 Jan 1998 06:55:03 -0000 Message-ID: <19980120015503.36830@numachi.com> Date: Tue, 20 Jan 1998 01:55:03 -0500 From: Brian Reichert To: freebsd-questions@FreeBSD.ORG Subject: PPP and IP forwarding Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Howdy- I'm running 2.2.2-R, and userland ppp. Here's the question: are there any obtuse, obscure reasons why my FreeBSD box would _stop_ forwarding IP packets? I have 'gateway_enable="YES"' in my rc.conf file, which does enable IP forwarding in my kernel: # sysctl net.inet.ip.forwarding net.inet.ip.forwarding: 1 I do have 'add 0 0 HISADDR' in my ppp.conf file, which does successfully add a default route: # netstat -rn | grep default default 205.161.0.7 UGSc 3 1 tun0 But, despite all of this, my other machines can't get out, and I can't ping in to them. The silly thing is, I _had_ this working back in November, but then, a month ago, it rotted, and now, I can't seem to get it to work. Obviously, I somehow affected this magically, rather than the hardware/software rotting, but, for the life of me, I can't guess how I could have such a thing, nor how I would detect the point of failure... So - a reprise of my question: despite my (seemingly) correct setup, what _else_ could be in the way? I'm *this* close to building the bpf device, to try to see if packets are even getting to the ppp process.... -- Brian Reichert reichert@numachi.com 37 Crystal Ave. #303 Derry NH 03038-1713 USA Intel architecture: the left-hand path From owner-freebsd-questions Mon Jan 19 23:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10155 for questions-outgoing; Mon, 19 Jan 1998 23:10:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kaiwan009.kaiwan.com (0@kaiwan009.kaiwan.com [198.178.203.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10143 for ; Mon, 19 Jan 1998 23:10:02 -0800 (PST) (envelope-from frank@exit.com) Received: from exit.com (uucp@localhost) by kaiwan.kaiwan.com (8.8.8/8.8.8) with UUCP id VAA05470 for questions@freebsd.org; Mon, 19 Jan 1998 21:18:28 -0800 (PST) Received: (from frank@localhost) by exit.com (8.8.7/8.7.3) id VAA09628 for questions@freebsd.org; Mon, 19 Jan 1998 21:09:06 -0800 (PST) From: Frank Mayhar Message-Id: <199801200509.VAA09628@exit.com> Subject: Memory leak in memfs? To: questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 21:09:05 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I note my mount_mfs has several times seemed to grow without bound, viz: 1521 root 10 0 98780K 2016K mfsidl 0:17 0.00% 0.00% mount_mfs But the /tmp that it mounts is using less than a meg: [202]~ >df /tmp Filesystem 1024-blocks Used Avail Capacity Mounted on mfs:1521 95359 890 86841 1% /tmp This is after an uptime of around 5 1/2 days. Is there a leak in mount_mfs? Or am I doing something wrong? -- Frank Mayhar frank@exit.com From owner-freebsd-questions Mon Jan 19 23:18:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10530 for questions-outgoing; Mon, 19 Jan 1998 23:18:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10517 for ; Mon, 19 Jan 1998 23:17:57 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id CAA29998; Tue, 20 Jan 1998 02:20:26 -0500 (EST) Message-ID: <19980120022025.04727@vmunix.com> Date: Tue, 20 Jan 1998 02:20:25 -0500 From: Mark Mayo To: questions@FreeBSD.ORG Subject: drive problem solved.. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Never mind my last post. I got back in business by realizing that I could mount up /dev/sd1s1a as well as /dev/sd1a (which was up as "root_device"). mount -f /dev/sd1s1a /mnt brought up the root partition and then I could edit the fstab and rc.conf files to boot the system up nice. Just for good measure I recompiled a kernel wit the root device on sd1, as it should be. Happy! cya, -Mark -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-freebsd-questions Mon Jan 19 23:19:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10664 for questions-outgoing; Mon, 19 Jan 1998 23:19:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA10657 for ; Mon, 19 Jan 1998 23:19:32 -0800 (PST) (envelope-from marcus@ocala.cs.miami.edu) Received: from jaguar.ir.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id CAA09993; Tue, 20 Jan 1998 02:19:31 -0500 Date: Tue, 20 Jan 1998 02:19:31 -0500 (EST) From: "Joe \"Marcus\" Clarke" X-Sender: marcus@jaguar.ir.miami.edu To: Mark Mayo cc: questions@FreeBSD.ORG Subject: Re: oops, removed a scsi disk and now I'm toast.. In-Reply-To: <19980120014645.49932@vmunix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Get the fixit and boot floppies from FreeBSD (or the boot floppy, and a FreeBSD live filesystem CD). Then boot up, and start a fixit session. You can then edit fstab to reflect the change in drive position. I just recently went through this with IDE drives. Joe Clarke On Tue, 20 Jan 1998, Mark Mayo wrote: > Stupid question of the day.. I removed a SCSI drive that was sitting > in the middle of my SCSI chain. The important fact is that is was > before my FreeBSD disk, so now what used to be sd2 is sd1.. argghh. > > Of course, FreeBSD won't boot cause fstab says everything should > be on /dev/sd2s1x . I just need to get it up so I can compile a > new kernel which expects its root to be on sd1. > > How do I fix this?? Most time when I boot and manually tell the > boot prompt to use 1:(sd1,a)/kernel it just pukes with a panic > after the hardware detect. Other time I get to the point where > I can hit return and get 'sh'. sd1a is now mounted up as > > root_device blah blah / > > according to df. I mounted up /dev/sd1s1h on /usr, and went to > vi the /etc/fstab, but alas, root_device is read-only. Ugh. Trying > to mount it again gives me a device busy error, and trying to > mount -u -o rw / uses fstab and tries to do sd2 again.. > > I'm stuck. What do I do next? :-) > > TIA, > -Mark > > -- > ------------------------------------------------------------------------ > Mark Mayo mark@vmunix.com > RingZero Comp. http://www.vmunix.com/mark > > finger mark@vmunix.com for my PGP key and GCS code > ------------------------------------------------------------------------ > Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to > an an 8 bit operating system originally coded for a 4 bit microprocessor, > written by a 2 bit company that can't stand 1 bit of competition. -UGU > From owner-freebsd-questions Mon Jan 19 23:27:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11429 for questions-outgoing; Mon, 19 Jan 1998 23:27:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.myson.com.tw (myson.com.tw [203.70.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11397 for ; Mon, 19 Jan 1998 23:27:39 -0800 (PST) (envelope-from daniel@myson.com.tw) Received: from lin_km (lin_km [172.16.2.6]) by mail.myson.com.tw (8.8.5/8.8.6) with SMTP id OAA08816 for ; Tue, 20 Jan 1998 14:39:49 GMT Date: Tue, 20 Jan 1998 14:32:59 +0800 (CST) From: "Daniel C. Konnoff" X-Sender: daniel@lin_km To: questions@FreeBSD.ORG Subject: HP Shure Store 6020i Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello: I have an hp6020i cdrom working on a 2.2.5 system. When mounting cd's using: mount_cd9660 /dev/worm0 /cdrom this works properly only the first time! Subsequent mount attempts fail with the "device not configured" message. The system needs to be rebooted to clear this problem. CD writing is functioning properly. There is no information in the log files about the failed mount attempts. Anyone experience this in the past? Thanks to those who answered my previous questions. Daniel C. Konnoff Myson Technologies 20111 Stevens Creek Blvd. #138 Cupertino, Ca. 95014 daniel@mysonusa.com.tw Tele: 408/252-8788 Fax: 408/252-8789 From owner-freebsd-questions Mon Jan 19 23:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11609 for questions-outgoing; Mon, 19 Jan 1998 23:29:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11597 for ; Mon, 19 Jan 1998 23:29:24 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id HAA29219; Tue, 20 Jan 1998 07:18:41 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801200718.HAA29219@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: George Vagner cc: Brian Somers , questions@FreeBSD.ORG Subject: Re: strange message In-reply-to: Your message of "Mon, 19 Jan 1998 19:01:32 CST." <199801200101.TAA05203@epcot.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 07:18:40 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > >Perhaps /var/log/ppp.log doesn't already exist. You need to create a > >zero length file if it doesn't. This should be done by newsyslog(8). > > Aha! the zero lenth file is there but i did notice messages in my mailbox > that say: > > newsyslog: preposterous process number: 0 > > the subject line is : > > cron /usr/sbin/newsyslog Maybe a # killall syslogd # syslogd is in order. Sounds like syslogd's pid file is dodgy. > >Also, make sure that *only* tabs are used in syslog.conf. Syslogd is > >quite particular about this. > > yes tabs are only used. > > > > >> vagner@ti.com > > > >-- > >Brian , , > > > >Don't _EVER_ lose your sense of humour.... > > > > > > > > > Laszlo Vagner > Texas Instruments > Email:vagner@NOSPAM.ti.com > Pg. 598-5217 > Wk. 995-4297 > From owner-freebsd-questions Mon Jan 19 23:43:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12550 for questions-outgoing; Mon, 19 Jan 1998 23:43:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from green.irrelevant.com (rodonnell.cwcmultimedia.co.uk [195.44.34.215]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12524 for ; Mon, 19 Jan 1998 23:43:38 -0800 (PST) (envelope-from robert@jellybaby.ml.org) Received: from green ([192.168.0.4]) by green.irrelevant.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-0U10L2S100) with SMTP id AAA257 for ; Tue, 20 Jan 1998 07:44:20 +0000 Message-Id: <3.0.3.32.19980120074418.00c65460@localhost> X-Sender: robert@localhost X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Tue, 20 Jan 1998 07:44:18 +0000 To: questions@FreeBSD.ORG From: Rob Subject: bsdi compatibility & post.office Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there. I'm fairly new to FreeBSD, like it's only been on here for two days, but I've been playing about with unix variants for a while now. I am presently running a NT4 server which I want rid of, so am moving all it's functionality to an old 486 running FreeBSD 2.2.5. So far, everything is going great, apart from one small problem. The mail suite I am using under NT is post.office (www.software.com) and while they don't have a FreeBSD version, they do have a BSDi version which I have had one or two minor problems running.. After locating a library it needed (/shlib/libc_s.2.1.0) and installing it, it worked perfectly, up to the point of actually using it. Three of the modules it loads at runtime report an error: Dispatch:Notification:Local Module (Mailbox-Deliver) Failed the verify environment test. Everythign else works - I can talk to it's web interface; it accepts smtp mail and lets me fetch it via pop3, so it must be nearly right.. but, among other things, it won't let me delete the default users it created because the above mentioned module fails. Anybody got any ideas? I've searched the mailing archives, and the web generally, but havn't come up with anything that might explain what might be happening. Thanks, Rob O'Donnell. PS: I've subbed to this list, but not had an ack back yet, so a cc: of any replies would be appreciated, just in case. From owner-freebsd-questions Mon Jan 19 23:58:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13578 for questions-outgoing; Mon, 19 Jan 1998 23:58:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13569 for ; Mon, 19 Jan 1998 23:58:51 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id CAA00223; Tue, 20 Jan 1998 02:36:31 -0500 (EST) Message-ID: <19980120023631.62262@vmunix.com> Date: Tue, 20 Jan 1998 02:36:31 -0500 From: Mark Mayo To: "Joe \"Marcus\" Clarke" Cc: questions@FreeBSD.ORG Subject: Re: oops, removed a scsi disk and now I'm toast.. References: <19980120014645.49932@vmunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: ; from Joe "Marcus" Clarke on Tue, Jan 20, 1998 at 02:19:31AM -0500 X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 02:19:31AM -0500, Joe "Marcus" Clarke wrote: > Get the fixit and boot floppies from FreeBSD (or the boot floppy, and a > FreeBSD live filesystem CD). Then boot up, and start a fixit session. > You can then edit fstab to reflect the change in drive position. I just > recently went through this with IDE drives. Good idea. Never thought of that one. As it turns out, I was able to "force mount" the /dev/sd1s1a instead of /dev/sd1a and edit fstab in that fassion (as described in a mail I just sent). This might have been dangerous or something though, so I think I'll tryout the fixit floppy just to see how it works :-) Thanks, -Mark > > Joe Clarke > > On Tue, 20 Jan 1998, Mark Mayo wrote: > > > Stupid question of the day.. I removed a SCSI drive that was sitting > > in the middle of my SCSI chain. The important fact is that is was > > before my FreeBSD disk, so now what used to be sd2 is sd1.. argghh. > > > > Of course, FreeBSD won't boot cause fstab says everything should > > be on /dev/sd2s1x . I just need to get it up so I can compile a > > new kernel which expects its root to be on sd1. > > > > How do I fix this?? Most time when I boot and manually tell the > > boot prompt to use 1:(sd1,a)/kernel it just pukes with a panic > > after the hardware detect. Other time I get to the point where > > I can hit return and get 'sh'. sd1a is now mounted up as > > > > root_device blah blah / > > > > according to df. I mounted up /dev/sd1s1h on /usr, and went to > > vi the /etc/fstab, but alas, root_device is read-only. Ugh. Trying > > to mount it again gives me a device busy error, and trying to > > mount -u -o rw / uses fstab and tries to do sd2 again.. > > > > I'm stuck. What do I do next? :-) > > > > TIA, > > -Mark > > > > -- > > ------------------------------------------------------------------------ > > Mark Mayo mark@vmunix.com > > RingZero Comp. http://www.vmunix.com/mark > > > > finger mark@vmunix.com for my PGP key and GCS code > > ------------------------------------------------------------------------ > > Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to > > an an 8 bit operating system originally coded for a 4 bit microprocessor, > > written by a 2 bit company that can't stand 1 bit of competition. -UGU > > -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-freebsd-questions Tue Jan 20 00:05:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14031 for questions-outgoing; Tue, 20 Jan 1998 00:05:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gw.city.yar.ru (cityhall-r.yars.free.net [193.233.48.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14025 for ; Tue, 20 Jan 1998 00:05:20 -0800 (PST) (envelope-from gw.city.yar.ru!rma) Received: from city1 by gw.city.yar.ru with SMTP id LAA06050; (8.8.4/vak/1.9) Tue, 20 Jan 1998 11:08:00 +0300 (MSK) Message-ID: <001101bd257a$3390b000$1231e9c1@city1.city.yar.ru> From: "Mihail Af. Rybnikov" To: Subject: Smart Array Controller of Compaq server Date: Tue, 20 Jan 1998 11:05:41 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi ! Are FreeBSD support Smart Array Controller of Compaq Proliant server ? Bye. rma@gw.city.yar.ru From owner-freebsd-questions Tue Jan 20 00:20:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14953 for questions-outgoing; Tue, 20 Jan 1998 00:20:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14949 for ; Tue, 20 Jan 1998 00:20:49 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: from speedy.pcscons.net (oak-port847.jps.net [209.142.31.113]) by dry.jps.net (8.8.5/8.8.5) with SMTP id AAA02094; Tue, 20 Jan 1998 00:20:41 -0800 (PST) Message-Id: <3.0.3.32.19980120002051.0070eec8@mail.jps.net> X-Sender: ludwigp@mail.jps.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 20 Jan 1998 00:20:51 -0800 To: "Brian Wehrle (Volt Computer)" , "'questions@freebsd.org'" From: Ludwig Pummer Subject: Re: Problem with laptop. In-Reply-To: <2F2DC5CE035DD1118C8E00805FFE354C516602@red-msg-56.dns.micr osoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 06:14 PM 1/15/98 -0800, Brian Wehrle (Volt Computer) wrote: >Using the boot.flp I can get my system to boot the kernel, but just after it >boots the kernel, the screen goes blank. >>From here on I cannot do anything, I can, however, flip to the debug console >and back. The last debug output shows a probe >retuning a device not found error. I tried using the color reverse function >on the laptop, but to no avail. >This is a NCR 3150 486 with 4megs of Ram. Any ideas ? I'd like to turn off >the color (maybe it is trying to use colors in text mode that don't display >correctly ?) or something else with the screen. >Thanks >Brian You didn't say which version of FreeBSD. I know that somewhere between 2.1.5 and 2.2.2 (2.2.2 is excluded), some video cards have problems. My laptop, using a Chips & Technologies 65548, had this problem. I followed the advice of someone on the PAO page with the same problem: 1. tell FreeBSD to use a serial console (-s ?) 2. disable system console driver at the kernel config 3. install using serial console 4. build kernel using vt220 console driver I had this problem using 2.2.1, but when i upgraded to 2.2.5, the problem went away. --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Tue Jan 20 00:43:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16285 for questions-outgoing; Tue, 20 Jan 1998 00:43:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from glitnir.cfar.umd.edu (root@glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16280 for ; Tue, 20 Jan 1998 00:43:48 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from cfar.umd.edu (arensb@localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.8.5/8.8.4) with ESMTP id DAA02249; Tue, 20 Jan 1998 03:43:19 -0500 (EST) Message-Id: <199801200843.DAA02249@glitnir.cfar.umd.edu> To: "Randy A. Katz" cc: freebsd-questions@FreeBSD.ORG Subject: Re: SENDMAIL rejecting connections In-reply-to: Your message of "Thu, 15 Jan 1998 14:26:33 PST." <3.0.5.32.19980115142633.02e1c7b0@ccsales.com> Date: Tue, 20 Jan 1998 03:43:19 -0500 From: Andrew Arensburger Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998 14:26:33 PST, "Randy A. Katz" wrote: > Sorry if this question has been posed before but I'm in a small bind. > Sendmail is saying rejecting connections on ports 25: load average (it must > be too high). This is on a high load server. Is there any way of increasing > the value or telling sendmail that it shouldn't turn off. Youbetcha! You should just need to tweak # load average at which we just queue messages O QueueLA=8 # load average at which we refuse connections O RefuseLA=12 in your /etc/sendmail.cf (and restart sendmail, of course). -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland Looks like I picked the wrong week to stop sniffing glue. From owner-freebsd-questions Tue Jan 20 01:05:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17722 for questions-outgoing; Tue, 20 Jan 1998 01:05:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from glitnir.cfar.umd.edu (root@glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17718 for ; Tue, 20 Jan 1998 01:05:30 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from cfar.umd.edu (arensb@localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.8.5/8.8.4) with ESMTP id EAA02489; Tue, 20 Jan 1998 04:05:28 -0500 (EST) Message-Id: <199801200905.EAA02489@glitnir.cfar.umd.edu> To: "Vladislav S. Davidzon" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Disabling login In-reply-to: Your message of "Mon, 19 Jan 1998 21:26:09 EST." Date: Tue, 20 Jan 1998 04:05:27 -0500 From: Andrew Arensburger Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998 21:26:09 EST, "Vladislav S. Davidzon" wrote: > I have a server which has 8 dumb black and white terminals > attached to it via a Rocketport card. I need these terminals > to automatically telnet to an ip when the server is turned > on. My question is, how do I disable the login prompt from > showing up, and replace it with a script to rlogin / telnet > to another system? Start by looking at /etc/ttys (and RTFM, of course). That'll get you pointed in the right direction. Basically, you need to replace the 'getty' invocation with your script. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland It's not the money I want, it's the stuff. From owner-freebsd-questions Tue Jan 20 01:08:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17946 for questions-outgoing; Tue, 20 Jan 1998 01:08:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17930 for ; Tue, 20 Jan 1998 01:08:07 -0800 (PST) (envelope-from erakupa@kk.etx.ericsson.se) Received: from kkb3 (kkb3.kk.etx.ericsson.se [130.100.97.23]) by penguin.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-1.12) with SMTP id KAA01351 for ; Tue, 20 Jan 1998 10:08:02 +0100 (MET) Received: from kk662.kk.etx.ericsson.se by kkb3 (SMI-8.6/LME-2.2.6) id KAA25091; Tue, 20 Jan 1998 10:07:58 +0100 From: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen) Received: by kk662.kk.etx.ericsson.se (SMI-8.6/client-1.6) id KAA16155; Tue, 20 Jan 1998 10:08:00 +0100 Date: Tue, 20 Jan 1998 10:08:00 +0100 Message-Id: <199801200908.KAA16155@kk662.kk.etx.ericsson.se> To: freebsd-questions@FreeBSD.ORG Subject: 222R -> 225S: ypset not working anymore X-Sun-Charset: US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have few PCs running FreeBSD 2.2.x. The 2.2.2-RELEASE machines can run "ypbind -ypsetme; ypset server" without any errors. I cvsup'ed one PC from 2.2.2-RELEASE to 2.2.5-STABLE (and updated files in /etc) but the above command sequence ends with the following error ypset: sorry, cannot ypset for domain xxx on host The domainname command reports the correct NIS domainname. Any ideas what's wrong? /Martti From owner-freebsd-questions Tue Jan 20 01:14:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18625 for questions-outgoing; Tue, 20 Jan 1998 01:14:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pimout1-int.prodigy.net (pimout1-ext.prodigy.net [198.83.18.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18614 for ; Tue, 20 Jan 1998 01:14:39 -0800 (PST) (envelope-from ripped@prodigy.net) Received: from ripped (port84.hunt.prodigy.net [204.237.147.84]) by pimout1-int.prodigy.net (8.8.5/8.8.5) with SMTP id EAA24468 for ; Tue, 20 Jan 1998 04:13:48 -0500 Message-ID: <000701bd2583$a0f20140$5493edcc@ripped> From: "MarkieMark" To: Subject: Help! Date: Tue, 20 Jan 1998 04:13:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD2559.B6818320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD2559.B6818320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I finally got the free bsd installed it boots.But during the boot up = process it says "WARNING=20 / IMPROPERLY DISMOUNTED"Than it says"AUTOMATIC REBOOT IN PROGRESS"Than = it boots up to login...I login as root hit enter than type my Password = it says Welcome to FreeBSD!Than it says "WARNING TO MANY RELATIVE = COMPONITS"And the screen looks normall(I guess)But anytime I type a = command it says "Permission denied"The only command it lets me go into = is the /stand/sysinstall command....Please help......Sorry I am a very = bad speller. ------=_NextPart_000_0004_01BD2559.B6818320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I finally got the free bsd installed = it=20 boots.But during the boot up process it says "WARNING
/ IMPROPERLY DISMOUNTED"Than it = says"AUTOMATIC REBOOT IN PROGRESS"Than it boots up to = login...I login=20 as root hit enter than type my Password it says Welcome to FreeBSD!Than = it says=20 "WARNING TO MANY RELATIVE COMPONITS"And the screen looks = normall(I=20 guess)But anytime I type a command it says "Permission = denied"The only=20 command it lets me go into is the /stand/sysinstall command....Please=20 help......Sorry I am a very bad speller.
------=_NextPart_000_0004_01BD2559.B6818320-- From owner-freebsd-questions Tue Jan 20 01:28:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19808 for questions-outgoing; Tue, 20 Jan 1998 01:28:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.dod.niss.gov.ua ([194.93.188.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19767 for ; Tue, 20 Jan 1998 01:27:47 -0800 (PST) (envelope-from vova@relay.dod.niss.gov.ua) Received: from localhost (vova@localhost) by relay.dod.niss.gov.ua (8.8.5/8.8.5) with SMTP id LAA09001 for ; Tue, 20 Jan 1998 11:30:25 +0200 (EET) Date: Tue, 20 Jan 1998 11:30:25 +0200 (EET) From: "Vladimir V. Tkatchenko" To: freebsd-questions@FreeBSD.ORG Subject: ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Mr. Doug! I'm awfully sorry, but I lose your mail address. I have some problem with ppp version 1.2. At first when I give a command telnet localhost (port 3000) the system tells "Can't write open socket 3000 or 3001 (depending from tunnel). Tcp error. No password in ppp.secret" As I understood this is the problem of tcp socket. And second... After connection refused the ppp -direct prosess don't reset. It dropped in memory. Thank you beforehand. Thank you for conversation. Vladimir V. Tkatchenko Advanced user... From owner-freebsd-questions Tue Jan 20 02:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22161 for questions-outgoing; Tue, 20 Jan 1998 02:03:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from konig.elte.hu (konig.elte.hu [157.181.6.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22151 for ; Tue, 20 Jan 1998 02:03:48 -0800 (PST) (envelope-from sebesty@cs.elte.hu) Received: from neumann.cs.elte.hu (neumann [157.181.6.200]) by konig.elte.hu (8.8.3/8.7.3/7s) with ESMTP id LAA24894 for ; Tue, 20 Jan 1998 11:04:25 +0100 Received: from localhost (sebesty@localhost) by neumann.cs.elte.hu (8.8.3/8.7.3/4c) with SMTP id LAA01227 for ; Tue, 20 Jan 1998 11:03:44 +0100 X-Authentication-Warning: neumann.cs.elte.hu: sebesty owned process doing -bs Date: Tue, 20 Jan 1998 11:03:44 +0100 (MET) From: Zoltan Sebestyen To: FreeBSD questions mailinglist Subject: tetris cannot find my termcap Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Whenever I try to launch tetris, it says: aborting: cannot find yourtermcap. No other user have problem with tetris and if I run the real tetris binary it runs well. What can be the problem? Thanks in advance -------------------------------------------------------------------------------- Sebestyen Zoltan It all seems so stupid, it makes me want to give up. szoli@digo.inf..elte.hu But why should I give up, when it all seems so stupid? MAKE INSTALL NOT WAR From owner-freebsd-questions Tue Jan 20 02:44:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24602 for questions-outgoing; Tue, 20 Jan 1998 02:44:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24589 for ; Tue, 20 Jan 1998 02:44:39 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id FAA00399; Tue, 20 Jan 1998 05:39:07 -0500 (EST) (envelope-from toor) Message-Id: <199801201039.FAA00399@dyson.iquest.net> Subject: Re: mount_umap and system crash. In-Reply-To: from Fedor Gubarev at "Jan 20, 98 09:23:05 am" To: Fedor.Gubarev@itep.ru (Fedor Gubarev) Date: Tue, 20 Jan 1998 05:39:06 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Fedor Gubarev said: > Hi, > > I have a problem with mount_umap command -- every time it results > in crash of the system (2.2.5 release)... I don't know what's > this - it really looks like a bug. > I wouldn't trust any of the layered filesystems, and they won't be fixed until the 3.0 series. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. From owner-freebsd-questions Tue Jan 20 03:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26118 for questions-outgoing; Tue, 20 Jan 1998 03:08:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jce.wintermute.co.uk (jce.wintermute.co.uk [194.105.163.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26080 for ; Tue, 20 Jan 1998 03:07:55 -0800 (PST) (envelope-from wayne@jce.wintermute.co.uk) Received: from jcep (st01 [198.100.100.2]) by jce.wintermute.co.uk (8.8.7/8.8.7) with SMTP id LAA10643 for ; Tue, 20 Jan 1998 11:07:50 GMT (envelope-from wayne@jce.wintermute.co.uk) Message-Id: <199801201107.LAA10643@jce.wintermute.co.uk> Comments: Authenticated sender is From: "Wayne G Boyd" Organization: JCE (Aberdeen) Ltd To: freebsd-questions@FreeBSD.ORG Date: Tue, 20 Jan 1998 11:08:48 +0000 Subject: mail aliasing X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have set up various mail aliases for things like 'sales' in the /etc/aliases file. However, how do I get the mail arriving for 'sales' to be copied to a list of users ? Wayne. -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 From owner-freebsd-questions Tue Jan 20 03:30:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27419 for questions-outgoing; Tue, 20 Jan 1998 03:30:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27407 for ; Tue, 20 Jan 1998 03:30:30 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id TAA15806; Tue, 20 Jan 1998 19:28:53 +0800 (WST) Date: Tue, 20 Jan 1998 19:28:53 +0800 (WST) From: Dean Hollister To: Wayne G Boyd cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail aliasing In-Reply-To: <199801201107.LAA10643@jce.wintermute.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Wayne G Boyd wrote: > I have set up various mail aliases for things like 'sales' in the > /etc/aliases file. However, how do I get the mail arriving for > 'sales' to be copied to a list of users ? You can do this two ways: 1. Put the line into /etc/aliases containing the email addresses. 2. List them in an external file and reference to it from /etc/aliases. For example: # $Id: aliases,v 1.4 1997/06/29 23:09:07 wosch Exp $ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks. # # >>>>>>>>>> The program "newaliases" must be run after # >> NOTE >> this file is updated for any changes to # >>>>>>>>>> show through to sendmail. # # bash$ newaliases # # # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES # AND FUNCTIONS', May 1997 all-users: :include:/etc/mail/all-users Will use all entries in the file /etc/mail/all-users Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 20 03:50:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28566 for questions-outgoing; Tue, 20 Jan 1998 03:50:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28551 for ; Tue, 20 Jan 1998 03:49:51 -0800 (PST) (envelope-from s.mitchell@computer.org) Received: from scotts-laptop.dcs.qmw.ac.uk [138.37.89.8]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; for ""; id LAA26524; Tue, 20 Jan 1998 11:49:37 GMT Message-Id: <199801201149.LAA26524@hotpoint.dcs.qmw.ac.uk> From: "Scott Mitchell" To: questions@FreeBSD.ORG Date: Tue, 20 Jan 1998 11:50:07 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: ie driver flakes out in 2.2.5 Reply-to: Scott Mitchell Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear all, Finally got around to upgrading to 2.2.5 (from 2.2.2) over the weekend. Everything seems to be fine *except* that my Intel EtherExpress 16 (on ie0) has suddenly stopped working. It appears to be transmitting OK -- if I ping the Win95 box on the other end of the wire, the transmit light on the Win95 NIC blinks, so I guess it is sending back the echo response. But it never makes it back to the BSD box. Likewise pinging from Win95->FreeBSD shows packets going out, but nothing ever comes back. A tcpdump on ie0 backs this up: outgoing packets are logged, but nothing ever comes in. So I boot into DOS, run the Intel diagnostics, everything comes back clean. Then I think, maybe it's in my kernel config, so I boot the 2.2.5 GENERIC kernel from the CD. Still no luck. On a hunch, I fired up the 2.2.2 GENERIC kernel, et voila! Everyone can ping each other again. Very peculiar. Diff shows quite a few changes in /sys/i386/isa/if_ie.c between 2.2.2 and 2.2.5. I built another kernel with the 2.2.2 if_ie.c, and things seem to be working again, perhaps a little slower than before. Has anyone else experienced this problem? I couldn't find any mention of it in the mailing list or PR archives. If there is an easy fix (other than what I have already done) then fine, but this board is gone as soon as I get my loaned-out SMC card back, so I don't really want to get into the source myself. Haven't submitted a PR on this yet, but will do so if I don't get any positive responses. Many TIA, Scott From owner-freebsd-questions Tue Jan 20 03:51:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28745 for questions-outgoing; Tue, 20 Jan 1998 03:51:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28721 for ; Tue, 20 Jan 1998 03:51:17 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id TAA16911; Tue, 20 Jan 1998 19:49:44 +0800 (WST) Date: Tue, 20 Jan 1998 19:49:44 +0800 (WST) From: Dean Hollister To: Wayne G Boyd cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail aliasing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, I wrote: > You can do this two ways: > > 1. Put the line into /etc/aliases containing the email addresses. > > 2. List them in an external file and reference to it from /etc/aliases. The benefit of the second method, is that you will not need to run newaliases each time you add to the external file. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Tue Jan 20 04:03:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA29853 for questions-outgoing; Tue, 20 Jan 1998 04:03:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeep.ti.com (gatekeep.ti.com [192.94.94.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA29846 for ; Tue, 20 Jan 1998 04:03:28 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by gatekeep.ti.com (8.8.8) with ESMTP id GAA10308; Tue, 20 Jan 1998 06:02:59 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id GAA14141; Tue, 20 Jan 1998 06:02:21 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id GAA28462; Tue, 20 Jan 1998 06:02:19 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id GAA21066; Tue, 20 Jan 1998 06:02:20 -0600 (CST) Date: Tue, 20 Jan 1998 06:02:20 -0600 (CST) Message-Id: <199801201202.GAA21066@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Scott Mitchell From: George Vagner Subject: Re: ie driver flakes out in 2.2.5 Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have the same problem, i am glad someone figured out how to fix it. At 11:50 AM 1/20/98 +0000, you wrote: >Dear all, > >Finally got around to upgrading to 2.2.5 (from 2.2.2) over the >weekend. Everything seems to be fine *except* that my Intel >EtherExpress 16 (on ie0) has suddenly stopped working. It appears to >be transmitting OK -- if I ping the Win95 box on the other end of the >wire, the transmit light on the Win95 NIC blinks, so I guess it is >sending back the echo response. But it never makes it back to the >BSD box. Likewise pinging from Win95->FreeBSD shows packets going >out, but nothing ever comes back. A tcpdump on ie0 backs this up: >outgoing packets are logged, but nothing ever comes in. > >So I boot into DOS, run the Intel diagnostics, everything comes back >clean. Then I think, maybe it's in my kernel config, so I boot the >2.2.5 GENERIC kernel from the CD. Still no luck. On a hunch, I >fired up the 2.2.2 GENERIC kernel, et voila! Everyone can ping each >other again. Very peculiar. > >Diff shows quite a few changes in /sys/i386/isa/if_ie.c between 2.2.2 >and 2.2.5. I built another kernel with the 2.2.2 if_ie.c, and things >seem to be working again, perhaps a little slower than before. > >Has anyone else experienced this problem? I couldn't find any >mention of it in the mailing list or PR archives. If there is an >easy fix (other than what I have already done) then fine, but this >board is gone as soon as I get my loaned-out SMC card back, so I >don't really want to get into the source myself. > >Haven't submitted a PR on this yet, but will do so if I don't get any >positive responses. > >Many TIA, > > Scott > > > Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Tue Jan 20 04:33:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA01860 for questions-outgoing; Tue, 20 Jan 1998 04:33:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA01856 for ; Tue, 20 Jan 1998 04:32:54 -0800 (PST) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.8/8.8.8) with SMTP id GAA14739; Tue, 20 Jan 1998 06:32:51 -0600 (CST) Date: Tue, 20 Jan 1998 06:32:51 -0600 (CST) From: Jonathan Fosburgh Reply-To: Jonathan Fosburgh To: George Vagner cc: Scott Mitchell , questions@FreeBSD.ORG Subject: Re: ie driver flakes out in 2.2.5 In-Reply-To: <199801201202.GAA21066@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, George Vagner wrote: > I have the same problem, i am glad someone figured out how to fix it. > > > > At 11:50 AM 1/20/98 +0000, you wrote: > >Dear all, > > > >Finally got around to upgrading to 2.2.5 (from 2.2.2) over the > >weekend. Everything seems to be fine *except* that my Intel > >EtherExpress 16 (on ie0) has suddenly stopped working. It appears to > >be transmitting OK -- if I ping the Win95 box on the other end of the > >wire, the transmit light on the Win95 NIC blinks, so I guess it is > >sending back the echo response. But it never makes it back to the > >BSD box. Likewise pinging from Win95->FreeBSD shows packets going > >out, but nothing ever comes back. A tcpdump on ie0 backs this up: > >outgoing packets are logged, but nothing ever comes in. > > > >So I boot into DOS, run the Intel diagnostics, everything comes back > >clean. Then I think, maybe it's in my kernel config, so I boot the > >2.2.5 GENERIC kernel from the CD. Still no luck. On a hunch, I > >fired up the 2.2.2 GENERIC kernel, et voila! Everyone can ping each > >other again. Very peculiar. > > > >Diff shows quite a few changes in /sys/i386/isa/if_ie.c between 2.2.2 > >and 2.2.5. I built another kernel with the 2.2.2 if_ie.c, and things > >seem to be working again, perhaps a little slower than before. > > > >Has anyone else experienced this problem? I couldn't find any > >mention of it in the mailing list or PR archives. If there is an > >easy fix (other than what I have already done) then fine, but this > >board is gone as soon as I get my loaned-out SMC card back, so I > >don't really want to get into the source myself. > > > >Haven't submitted a PR on this yet, but will do so if I don't get any > >positive responses. > > > >Many TIA, > > > > Scott > > > > > > > Laszlo Vagner > Texas Instruments > Email:vagner@NOSPAM.ti.com > Pg. 598-5217 > Wk. 995-4297 > I also had this problem, and used the same fix. Upgrade to stable, and the sources seem to work once more. I have had very good luck with 2.2-971214-SNAP (no longer available), and I am currently on 2.2-980101-SNAP (though I haven't booted that kernel yet). Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics http://www.geocities.com/vienna/1498 FreeBSD: Turning PCs into Workstations http://www.freebsd.org ******************************************************************************* We shall not cease from exploration, And the end of our exploring shall be to arrive Where we started from, and know the place for the first time. --T.S. Eliot, The Four Quartets ******************************************************************************* From owner-freebsd-questions Tue Jan 20 06:31:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01671 for questions-outgoing; Tue, 20 Jan 1998 06:31:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01653 for ; Tue, 20 Jan 1998 06:31:38 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA20395; Tue, 20 Jan 1998 07:48:56 -0600 (CST) From: "Paul T. Root" Message-Id: <199801201348.HAA20395@horton.iaces.com> Subject: Re: Hard disk going bad? To: grog@lemis.com (Greg Lehey) Date: Tue, 20 Jan 1998 07:48:56 -0600 (CST) Cc: questions@FreeBSD.ORG In-Reply-To: <19980120094523.42131@lemis.com> from Greg Lehey at "Jan 20, 98 09:45:23 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In a previous message, Greg Lehey said: > On Mon, Jan 19, 1998 at 07:59:09AM -0600, Paul T. Root wrote: > > Hi, > > From my daily output, I got these messages. I have a 2940UW and > > sd1 is a SEAGATE ST19171W. sd0 is a SEAGATE ST32550W. There is nothing > > else on the SCSI bus. I'm running 2.2.5-Release. > > > > Is this disk going out? > > Quite possibly. Have you changed anything recently? > > Greg Nope, it's been up for a month. I did a make buildworld, make installworld on it at that time. It took several tries on the buildworld, I'm told that's a cache problem, but it did finally succeed. > > samiam kernel log messages: > >> sd1(ahc0:1:0): SCB 0x1 - timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 > >> SEQADDR = 0x4 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0xa > >> sd1(ahc0:1:0): Queueing an Abort SCB > >> sd1(ahc0:1:0): Abort Message Sent > >> sd1(ahc0:1:0): SCB 0x1 - timed out in message out phase, SCSISIGI == 0xa4 > >> SEQADDR = 0x99 SCSISEQ = 0x12 SSTAT0 = 0x5 SSTAT1 = 0x2 > >> sd1(ahc0:1:0): no longer in timeout > >> ahc0: Issued Channel A Bus Reset. 2 SCBs aborted > >> Sending SDTR!! > >> sd0(ahc0:0:0): UNIT ATTENTION asc:29,0 > >> sd0(ahc0:0:0): Power on, reset, or bus device reset occurred field replaceable unit: 1 > >> , retries:3 > -- Herbivores ate well cause their food didn't ever run. --Jonathan Fishman From owner-freebsd-questions Tue Jan 20 06:33:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01997 for questions-outgoing; Tue, 20 Jan 1998 06:33:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.cetlink.net (ns1.cetlink.net [209.54.54.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01977 for ; Tue, 20 Jan 1998 06:33:28 -0800 (PST) (envelope-from jeff@ns1.cetlink.net) Received: (from jeff@localhost) by ns1.cetlink.net (8.8.7/8.8.5) id JAA20136 for freebsd-questions@freebsd.org; Tue, 20 Jan 1998 09:34:15 -0500 (EST) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 20 Jan 1998 09:21:43 -0500 (EST) Organization: CETLink.Net From: Jeff Wheat To: freebsd-questions@FreeBSD.ORG Subject: 2.2.5 problems and very poor network performance Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there, Since installing 2.2.5 on a few of my workstations, I have noticed a very large number of crc receive errors with the de0 driver. Since this upgrade, I am also no longer able to run the card in 100M Full duplex modes. Attempting to set the card in such mode results in very large numbers of the above mentioned crc receive errors. Another problem I have been having is with network performance. I have a workstation dedicated to act as a local tape server. First I was running 2.2.2 and then 2.2.5 with the same problems. If I start a dump from a remote workstation, it takes *forever* to complete, if it even gets that far. For example, I started a 2Gb dump yesterday afternoon and it is *still* running this morning, having only completed 40% or so. The tape drive is an Archive 4586 tape changer. The controllers I have tried using with the same results are the adaptec 2940, 1540, and 2940UW. When I used an HP 2gb dat, I had none of these problems. Dumps would complete in a relatively short period of time. Suspecting the drive itself, I have switched it with 4 other 4586's with the same results. Doing a dump on the workstation with the drive results in somewhat quick dumps. Attempting to use tar also results in very long times. If anyone could shed light on this problem, I would be greatful. I suspect a lot of folks purchased these 4586's as they were recently sold at a great price. Regards, Jeff From owner-freebsd-questions Tue Jan 20 06:49:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04187 for questions-outgoing; Tue, 20 Jan 1998 06:49:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA04172 for ; Tue, 20 Jan 1998 06:48:55 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.89] by iglou.com with smtp (8.7.3/8.6.12) id 0xueyi-0006Xd-00; Tue, 20 Jan 1998 09:48:37 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 20 Jan 1998 09:41:19 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@FreeBSD.ORG Subject: sh core dump Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk A problem has crept up in the past day or so. Whenever I go to "make" a port, the sh-shell core dumps. For example (/usr/ports/mail/p5-Mail-Tools): # make NO_CHECKSUM=yes ===> Extracting for p5-Mail-Tools-1.11 ===> p5-Mail-Tools-1.11 depends on file: /usr/local/lib/perl5/site_perl/Net/SMTP.pm - found ===> p5-Mail-Tools-1.11 depends on file: /usr/local/lib/perl5/site_perl/Net/Domain.pm - found Segmentation fault - core dumped ===> p5-Mail-Tools-1.11 depends on executable: perl5.00401 - not found ===> Verifying install for perl5.00401 in /usr/ports/lang/perl5 >> perl5.004_04.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/. Based on what I've seen, it dumps when it checks if executables are found on the system. This happened earlier when I was installing enscript. When it looked for gmake (which is installed, as is perl5.004001), it dumped. Of course, I could unpack the dist file by hand, and touch work/.extract-done, but that doesn't solve the problem. I'm running 2.2.5-RELEASE and have been tracking 2.2-STABLE (with ports) with CVSUP, but I haven't makeworld yet. The ports have been working fine since 2.2.1 came out. It's only been since yesterday that I've been getting the dumps. Any Ideas? Patrick ar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/. Based on what I've seen, it dumps when it checks if executables are found on the system. This happened earlier w From owner-freebsd-questions Tue Jan 20 06:54:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05059 for questions-outgoing; Tue, 20 Jan 1998 06:54:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05045 for ; Tue, 20 Jan 1998 06:54:29 -0800 (PST) (envelope-from panda@peace.com.my) Received: from lovebox ([202.184.153.99]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id WAA12847 for ; Tue, 20 Jan 1998 22:40:03 +0800 (SGT) Date: Tue, 20 Jan 1998 22:40:03 +0800 (SGT) Message-Id: <3.0.32.19980120224703.009171b0@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: chas Subject: But what if the alias name is already in use ? Re: mail aliasing Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We have many mail aliases on our machines - no problem to date. However, one day management wanted to be bcc'ed a copy of every mail sent to info@ourdomain.com. My problem was that info was not already an alias but an actual mail account (The reason being that the person answering this mail prefered to keep this mail separate from her own personal mail account and so didn't want the info@ mail aliased to herself). So, given that an account already exists info@ourdomain.com and that it is not an alias, how can you then arrange for mail arriving to be forwarded to another account as well as being available for pick up from info@ourdomain.com ? In my case, I removed the "info" account and created a traditional alias in /etc/aliases but am curious if I overlooked something more obvious. TIA, chas > >On Tue, 20 Jan 1998, Wayne G Boyd wrote: > >> I have set up various mail aliases for things like 'sales' in the >> /etc/aliases file. However, how do I get the mail arriving for >> 'sales' to be copied to a list of users ? > >You can do this two ways: > >1. Put the line into /etc/aliases containing the email addresses. > >2. List them in an external file and reference to it from /etc/aliases. > >For example: > ># $Id: aliases,v 1.4 1997/06/29 23:09:07 wosch Exp $ ># @(#)aliases 5.3 (Berkeley) 5/24/90 ># ># Aliases in this file will NOT be expanded in the header from ># Mail, but WILL be visible over networks. ># ># >>>>>>>>>> The program "newaliases" must be run after ># >> NOTE >> this file is updated for any changes to ># >>>>>>>>>> show through to sendmail. ># ># bash$ newaliases ># ># ># See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES ># AND FUNCTIONS', May 1997 > >all-users: :include:/etc/mail/all-users > >Will use all entries in the file /etc/mail/all-users > >Regards, > >d. > >+-------------------------------------------------------+ >| Dean Hollister, | dean@odyssey.apana.org.au | >| Perth, Western Australia. | deanh@iinet.net.au | >+-------------------------------------------------------+ > > > From owner-freebsd-questions Tue Jan 20 07:13:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07170 for questions-outgoing; Tue, 20 Jan 1998 07:13:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mother.sneaker.net.au (akm@mother.sneaker.net.au [203.30.3.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07140 for ; Tue, 20 Jan 1998 07:12:42 -0800 (PST) (envelope-from akm@mother.sneaker.net.au) Received: (from akm@localhost) by mother.sneaker.net.au (8.8.5/8.8.5) id CAA23796; Wed, 21 Jan 1998 02:23:48 +1100 (EST) From: Andrew Kenneth Milton Message-Id: <199801201523.CAA23796@mother.sneaker.net.au> Subject: Re: But what if the alias name is already in use ? Re: mail To: panda@peace.com.my (chas) Date: Wed, 21 Jan 1998 02:23:48 +1100 (EST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3.0.32.19980120224703.009171b0@peace.com.my> from "chas" at Jan 20, 98 10:40:03 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk +-----[ chas ]------------------------------ | | So, given that an account already exists info@ourdomain.com and | that it is not an alias, how can you then arrange for mail | arriving to be forwarded to another account as well as being | available for pick up from info@ourdomain.com ? | put a filed called '.forward' into the home directory with the email addresses of the people who also wish to receive email as well as the info account.... so you'd have.. \info manager1 manager2@offsite.domain.com the \ means do not follow .forwards, so it effectively re-delivers it. -- ,-_|\ SneakerNet | Andrew Milton | GSM: +61(41)6 022 411 / \ P.O. Box 154 | akm@sneaker.net.au | Fax: +61(2) 9746 8233 \_,-._/ N Strathfield +--+----------------------+---+ Ph: +61(2) 9746 8233 v NSW 2137 | Low cost Internet Solutions | From owner-freebsd-questions Tue Jan 20 07:22:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08442 for questions-outgoing; Tue, 20 Jan 1998 07:22:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08415 for ; Tue, 20 Jan 1998 07:21:39 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id KAA06858; Tue, 20 Jan 1998 10:20:11 -0500 (EST) Message-ID: <19980120102010.39747@emu.sourcee.com> Date: Tue, 20 Jan 1998 10:20:10 -0500 From: Norman C Rice To: chas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: But what if the alias name is already in use ? Re: mail aliasing References: <3.0.32.19980120224703.009171b0@peace.com.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3.0.32.19980120224703.009171b0@peace.com.my>; from chas on Tue, Jan 20, 1998 at 10:40:03PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 10:40:03PM +0800, chas wrote: > We have many mail aliases on our machines - no problem to date. > However, one day management wanted to be bcc'ed a copy of every > mail sent to info@ourdomain.com. My problem was that > info was not already an alias but an actual mail account (The > reason being that the person answering this mail prefered > to keep this mail separate from her own personal mail account > and so didn't want the info@ mail aliased to herself). > > So, given that an account already exists info@ourdomain.com and > that it is not an alias, how can you then arrange for mail > arriving to be forwarded to another account as well as being > available for pick up from info@ourdomain.com ? > > In my case, I removed the "info" account and created a traditional > alias in /etc/aliases but am curious if I overlooked something > more obvious. There is no reason to remove the `info' account, just make an entry in /etc/aliases similar to info: boss,\info,pointy_hair,boss2 The backslash causes the mail to go to the local account named info. > > TIA, > > chas > > > > > > >On Tue, 20 Jan 1998, Wayne G Boyd wrote: > > > >> I have set up various mail aliases for things like 'sales' in the > >> /etc/aliases file. However, how do I get the mail arriving for > >> 'sales' to be copied to a list of users ? > > > >You can do this two ways: > > > >1. Put the line into /etc/aliases containing the email addresses. > > > >2. List them in an external file and reference to it from /etc/aliases. > > > >For example: > > > ># $Id: aliases,v 1.4 1997/06/29 23:09:07 wosch Exp $ > ># @(#)aliases 5.3 (Berkeley) 5/24/90 > ># > ># Aliases in this file will NOT be expanded in the header from > ># Mail, but WILL be visible over networks. > ># > ># >>>>>>>>>> The program "newaliases" must be run after > ># >> NOTE >> this file is updated for any changes to > ># >>>>>>>>>> show through to sendmail. > ># > ># bash$ newaliases > ># > ># > ># See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES > ># AND FUNCTIONS', May 1997 > > > >all-users: :include:/etc/mail/all-users > > > >Will use all entries in the file /etc/mail/all-users > > > >Regards, > > > >d. > > > >+-------------------------------------------------------+ > >| Dean Hollister, | dean@odyssey.apana.org.au | > >| Perth, Western Australia. | deanh@iinet.net.au | > >+-------------------------------------------------------+ > > > > > > -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Tue Jan 20 07:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09138 for questions-outgoing; Tue, 20 Jan 1998 07:27:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fledge.watson.org (root@FLEDGE.RES.CMU.EDU [128.2.91.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09092 for ; Tue, 20 Jan 1998 07:26:48 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from cyrus.watson.org (cyrus.pr.watson.org [192.0.2.4]) by fledge.watson.org (8.8.8/8.6.10) with SMTP id KAA03411; Tue, 20 Jan 1998 10:26:06 -0500 (EST) Date: Tue, 20 Jan 1998 10:28:21 -0500 (EST) From: Robert Watson Reply-To: Robert Watson To: Doug White cc: questions@FreeBSD.ORG Subject: Re: zp pcmcia etherlink driver -- second device In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Doug White wrote: > You might consider installing the PAO distribution so you don't have to be > so careful about resources. http://www.jp.freebsd.org/PAO. Will the PAO work be integrated into the main FreeBSD distribution at some point in the future? Robert N Watson Carnegie Mellon University http://www.cmu.edu/ SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org http://www.watson.org/~robert/ From owner-freebsd-questions Tue Jan 20 07:43:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10921 for questions-outgoing; Tue, 20 Jan 1998 07:43:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10881 for ; Tue, 20 Jan 1998 07:43:38 -0800 (PST) (envelope-from cbooth@onyx.interactive.net) Received: from localhost (host027.nyc.interactive.net [208.192.234.127]) by onyx.interactive.net (8.8.8/8.8.5) with SMTP id KAA12798 for ; Tue, 20 Jan 1998 10:43:32 -0500 (EST) Date: Tue, 20 Jan 1998 10:40:13 -0500 (EST) From: "Christopher J. Booth" X-Sender: cbooth@localhost Reply-To: "Christopher J. Booth" To: freebsd-questions Subject: No Mouse in X Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hey guys: This has been quite inconvenient. Can anyone help with this? I have a mousesystems mouse (switchable between Microsoft 2-button & Mouse Systems 3-button protocols--set to Mouse Systems 3-button) on sio1/cuaa1/COM2. In /stand/sysinstall I have so set the mouse. I am running 2.2.5. The mouse, as is, works fine in the same machine in Linux and DOS/Win 3.1. In /etc/XF86Config I have set the pointer information to Protocol "MouseSystems" Device "/dev/sysmouse" In /etc/rc.conf I have set the moused_type="NO" or moused-type="mousesystems" and the next line as moused_port="/dev/cuaa1" or moused_port="/dev/sysmouse" or moused_port="/dev/mouse" [this crashes my system] or moused_port="/dev/sio1" And so on. I have tried other combinations, too, to no avail. I have also tried having nothing between the double quotes, i.e.: moused_port="" Initially, when I installed FreeBSD 2.2.5 the mouse had worked fine, but I had some other problems and reinstalled. From that point the mouse seems dead in FreeBSD. I had the same problem in FreeBSD 2.2.2, and solved it with a complete reinstall of FreeBSD. I would rather not do that. There must be some other file or parameter that I could tweak to fix this. Can someone help? Thanks in advance. Chris Booth ___________________________ cbooth@onyx.interactive.net Christopher J. Booth From owner-freebsd-questions Tue Jan 20 07:44:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11051 for questions-outgoing; Tue, 20 Jan 1998 07:44:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11015 for ; Tue, 20 Jan 1998 07:44:03 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (localhost.xtalwind.net [127.0.0.1]) by germanium.xtalwind.net (8.8.8/8.8.7) with SMTP id KAA05965; Tue, 20 Jan 1998 10:44:07 -0500 (EST) Date: Tue, 20 Jan 1998 10:44:07 -0500 (EST) From: jack To: chas cc: freebsd-questions@FreeBSD.ORG Subject: Re: But what if the alias name is already in use ? Re: mail aliasing In-Reply-To: <3.0.32.19980120224703.009171b0@peace.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, chas wrote: > So, given that an account already exists info@ourdomain.com and > that it is not an alias, how can you then arrange for mail > arriving to be forwarded to another account as well as being > available for pick up from info@ourdomain.com ? > > In my case, I removed the "info" account and created a traditional > alias in /etc/aliases but am curious if I overlooked something > more obvious. procmail, in the ports collection, is your friend :) -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- From owner-freebsd-questions Tue Jan 20 08:09:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13207 for questions-outgoing; Tue, 20 Jan 1998 08:09:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from TRICOPROD.COM (smtp.tricoprod.com [38.161.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA13198 for ; Tue, 20 Jan 1998 08:08:56 -0800 (PST) (envelope-from heh@TRICOPROD.COM) Received: from TRICOPROD-Message_Server by TRICOPROD.COM with Novell_GroupWise; Tue, 20 Jan 1998 11:13:11 -0500 Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Tue, 20 Jan 1998 11:12:43 -0500 From: "Henry Hojnacki" To: questions@FreeBSD.ORG Subject: Laplink connection Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAA13199 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings! I have been investigating using a laplink cable to connect two of my PC systems, both running FreeBSD-2.1. I have searched through man of the docs and man pages, and still have not got a clue if this is even possible. It is mentioned in the install README that it can be done. The closest guess I have is to use pppd, with the device as /dev/lp0 or similar. The documentation seems to imply that a serial line is required though. Can you please point me in the correct direction on where to look for how to do this? If you have to tell me outright how to do it, OK, but that takes some of the fun out of it! :-) Thank you for any help you can provide! |-|-| Henry Hojnacki Trico Technology Center Voice: 248 371 8384 Fax: 248 371 8300 heh@tricoprod.com From owner-freebsd-questions Tue Jan 20 08:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13341 for questions-outgoing; Tue, 20 Jan 1998 08:10:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13297 for ; Tue, 20 Jan 1998 08:09:36 -0800 (PST) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id SAA23037 for ; Tue, 20 Jan 1998 18:11:42 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <34C4CCBE.41C67EA6@wired.ctech.ac.za> Date: Tue, 20 Jan 1998 18:11:42 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: How to fix a DISPLAY error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there guys ... I'm trying to export an app from a Solaris box to my FBSD box, but I get this error. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 53 (X_CreatePixmap) Value in failed request: 0x8 Serial number of failed request: 130 Current serial number in output stream: 133 Where can one fix this. It looks like some illegal code request to my VGA card. ??? Or does the app on the Solaris box need some tweekinhg? Thanks for the help. -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Tue Jan 20 08:19:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14138 for questions-outgoing; Tue, 20 Jan 1998 08:19:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14130 for ; Tue, 20 Jan 1998 08:19:30 -0800 (PST) (envelope-from panda@peace.com.my) Received: from lovebox ([202.184.153.99]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id AAA13135 for ; Wed, 21 Jan 1998 00:05:12 +0800 (SGT) Date: Wed, 21 Jan 1998 00:05:12 +0800 (SGT) Message-Id: <3.0.32.19980121001212.0094ba40@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: chas Subject: thank you ! Re: But what if the alias name is already in use ? Re: mail aliasing Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [from jack] >procmail, in the ports collection, is your friend :) Thanks indeed for the advice. Seems that the "\" is also my friend... I didn't realise it could be used as such : [solution A : thanks to Norman C Rice] >There is no reason to remove the `info' account, just make an >entry in /etc/aliases similar to > >info: boss,\info,pointy_hair,boss2 ... ah, i was wondering how to use the info alias without creating an infinite loop. [solution B : thanks to Andrew Kenneth Milton] >put a filed called '.forward' into the home directory with the >email addresses of the people who also wish to receive email as well as >the info account.... so you'd have.. > >\info >manager1 >manager2@offsite.domain.com > >the \ means do not follow .forwards, so it effectively re-delivers it. Better get those books out again. In the meantime, thank you, chas From owner-freebsd-questions Tue Jan 20 08:20:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14284 for questions-outgoing; Tue, 20 Jan 1998 08:20:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14253 for ; Tue, 20 Jan 1998 08:20:19 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id KAA20864; Tue, 20 Jan 1998 10:19:06 -0600 (CST) From: "Paul T. Root" Message-Id: <199801201619.KAA20864@horton.iaces.com> Subject: Re: How to fix a DISPLAY error To: jacques@wired.ctech.ac.za (Jacques Hugo) Date: Tue, 20 Jan 1998 10:19:05 -0600 (CST) Cc: questions@FreeBSD.ORG In-Reply-To: <34C4CCBE.41C67EA6@wired.ctech.ac.za> from Jacques Hugo at "Jan 20, 98 06:11:42 pm" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In a previous message, Jacques Hugo said: > Hi there guys ... > > I'm trying to export an app from a Solaris box > to my FBSD box, but I get this error. > > X Error of failed request: BadValue (integer parameter out of range for > operation) > Major opcode of failed request: 53 (X_CreatePixmap) > Value in failed request: 0x8 > Serial number of failed request: 130 > Current serial number in output stream: 133 > > Where can one fix this. It looks like some illegal code > request to my VGA card. ??? Or does the app on the Solaris > box need some tweekinhg? This looks like the Cabletron Spectrum error for "xhost isn't letting me in". So are you sure you have DISPLAY set and exported on the Solaris box and xhost allowing the Solaris box on the FBSD box? > Thanks for the help. > > -Jacques > > ------------------------------------------------------ > The box said "Requires Windows 3.1 or better" > ... so I got BSD > > Network Administrator | Jacques Hugo > UNIX Systems | jacques@wired.ctech.ac.za > Cape Technikon | +27-21-4603584 > ------------------------------------------------------ > -- "Are you Sarah Conner?" From owner-freebsd-questions Tue Jan 20 08:28:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14902 for questions-outgoing; Tue, 20 Jan 1998 08:28:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iron.singnet.com.sg (iron.singnet.com.sg [165.21.7.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14892 for ; Tue, 20 Jan 1998 08:28:32 -0800 (PST) (envelope-from shuman@annexgrp.org) Received: from thing.annexgrp.org (root@ntbill.citechco.net [203.127.137.2]) by iron.singnet.com.sg (8.8.7/8.8.7) with ESMTP id AAA05302; Wed, 21 Jan 1998 00:28:07 +0800 (SGT) Received: from localhost (shuman@localhost) by thing.annexgrp.org (8.8.7/8.8.7) with SMTP id WAA09781; Tue, 20 Jan 1998 22:09:09 +0600 Date: Tue, 20 Jan 1998 22:09:08 +0600 (BGT) From: M Shariful Anam To: Rudy Gireyev cc: freebsd-questions@FreeBSD.ORG Subject: Re: booting off the HD/boot manager In-Reply-To: <19980120023554.18568.rocketmail@send1b.yahoomail.com> Message-ID: Organization: Annex Group (Bangladesh) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Rudy Gireyev wrote: | I'm assuming you are using the boot manager that came with FreeBSD, | booteasy, Ok, I installed booteasy on my boot drive (primary master). But at boot time, it only prompts with "F1 DOS". How do I add the FreeBSD partition to this menu (which is on my 2ndary master, 3rd partition)? | if so you must install it on both hard drives. | One way to accomplish that is simply by using sysinstall. i did a few partition arrangements on my primary master (using Partition Magic), and now from the boot floppy, if I enter "2:wd(2,a)kernel)" it simply reboots! Used to work before! Any hint here? Thanx. --- M Shariful Anam Annex Group, Bangladesh We hack to learn! From owner-freebsd-questions Tue Jan 20 08:49:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16348 for questions-outgoing; Tue, 20 Jan 1998 08:49:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.businessobjects.com (ns.businessobjects.com [194.3.216.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16337 for ; Tue, 20 Jan 1998 08:49:07 -0800 (PST) (envelope-from ymassart@businessobjects.com) Received: from internal-ns.businessobjects.com (internal-ns.businessobjects.com [194.3.216.66]) by ns.businessobjects.com (8.8.7/8.8.2) with ESMTP id RAA00274 for ; Tue, 20 Jan 1998 17:48:52 +0100 (CET) Received: from exch-fra-lv01.businessobjects.com (exch-fra-lv01.businessobjects.com [194.3.216.70]) by internal-ns.businessobjects.com (8.8.7/8.8.2) with ESMTP id RAA26211 for ; Tue, 20 Jan 1998 17:48:51 +0100 (CET) Received: by exch-fra-lv01 with Internet Mail Service (5.0.1457.3) id ; Tue, 20 Jan 1998 17:44:21 +0100 Message-ID: From: Yan MASSART To: "'Paul T. Root'" , jacques@wired.ctech.ac.za Cc: questions@FreeBSD.ORG Subject: RE: How to fix a DISPLAY error Date: Tue, 20 Jan 1998 17:47:23 +0100 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk No, I had the problem, and it came from the color depth of X server on the FreeBSD box. You cannot use some Solaris applications (like firewall-1 for instance), if you're not in the 8 bpp mode. Hope this helps. -- Yan Massart Business Objects Network Engineer http://www.businessobjects.com > -----Original Message----- > From: Paul T. Root [mailto:proot@horton.iaces.com] > Sent: Tuesday, January 20, 1998 5:19 PM > To: jacques@wired.ctech.ac.za > Cc: questions@freebsd.org > Subject: Re: How to fix a DISPLAY error > > > In a previous message, Jacques Hugo said: > > Hi there guys ... > > > > I'm trying to export an app from a Solaris box > > to my FBSD box, but I get this error. > > > > X Error of failed request: BadValue (integer parameter out of range for > > operation) > > Major opcode of failed request: 53 (X_CreatePixmap) > > Value in failed request: 0x8 > > Serial number of failed request: 130 > > Current serial number in output stream: 133 > > > > Where can one fix this. It looks like some illegal code > > request to my VGA card. ??? Or does the app on the Solaris > > box need some tweekinhg? > > > This looks like the Cabletron Spectrum error for "xhost isn't letting > me in". So are you sure you have DISPLAY set and exported on the > Solaris box and xhost allowing the Solaris box on the FBSD box? > > > > Thanks for the help. > > > > -Jacques > > > > ------------------------------------------------------ > > The box said "Requires Windows 3.1 or better" > > ... so I got BSD > > > > Network Administrator | Jacques Hugo > > UNIX Systems | jacques@wired.ctech.ac.za > > Cape Technikon | +27-21-4603584 > > ------------------------------------------------------ > > > > > -- > "Are you Sarah Conner?" > From owner-freebsd-questions Tue Jan 20 08:55:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16760 for questions-outgoing; Tue, 20 Jan 1998 08:55:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from postoffice.Reston.mci.net (postoffice.Reston.mci.net [204.70.128.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16752 for ; Tue, 20 Jan 1998 08:55:21 -0800 (PST) (envelope-from gmiller@mci.net) Received: from mci.net (ale [166.45.4.49]) by postoffice.Reston.mci.net (8.8.5/8.8.5) with ESMTP id LAA14255; Tue, 20 Jan 1998 11:54:13 -0500 (EST) Message-Id: <199801201654.LAA14255@postoffice.Reston.mci.net> X-Mailer: exmh version 1.6.9 8/22/96 To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about AT-1700 ethernet card In-reply-to: Your message of "Sat, 17 Jan 1998 21:08:08 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 11:54:12 -0500 From: Greg Miller Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >> I have a question about FreeBSD support for the Allied Telesyn AT-1700 >> ethernet card. I see that this card is on the list of supported NICs at >> http://www.freebsd.org/handbook/handbook10.html#10. My question is which >> interface I should select in the FreeBSD installation menu (and when building >> a kernel). I don't see one that looks like a match. I do have the utility >> program to change the I/O configuration (irq, etc.) of the card if that is >> necessary. > >What type of card is this? (isa, pci?) Sorry. It's ISA. Also, I just realized that it's actually an AT-1700T Plus, not just a vanilla AT-1700. Does that matter? >I'd suggest trying the ed device driver first; it's pretty generic. I tried the ed0 driver, after first changing the card's settings to IRQ 5 port addr 0x280 boot rom addr 0xd8000 The installation program still doesn't recognize the card. I have another card that also doesn't work. It's a 3Com 3C509B. I have a plain 3C509 that does work, but the rev B card isn't recognized when using the 3C509 driver. Any suggestions? In general, I'm having trouble finding cards that are listed on the list of supported hardware. They seem to be older cards that have been replaced by newer revs. Any help will be appreciated. Thanks, Greg From owner-freebsd-questions Tue Jan 20 08:58:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16987 for questions-outgoing; Tue, 20 Jan 1998 08:58:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from niobium.compecon.com (niobium.compecon.com [205.230.18.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16983 for ; Tue, 20 Jan 1998 08:58:11 -0800 (PST) (envelope-from erich@compecon.com) Received: from compecon.com (molybdenum.compecon.com [205.230.18.42]) by niobium.compecon.com (8.8.7/8.8.5) with ESMTP id IAA09136; Tue, 20 Jan 1998 08:54:22 -0800 (PST) Message-ID: <34C4D766.F542FDF6@compecon.com> Date: Tue, 20 Jan 1998 08:57:10 -0800 From: Eric Hedstrom X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: vrtin@uni-mb.si CC: freebsd-questions@FreeBSD.ORG Subject: Re: dump: end-of-media indication? (dat, crash) References: <199801191438.PAA21914@unicorn.uni-mb.si> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes, DDS DAT drives work well with the -a option in my experience. David Vrtin wrote: > > Hello > > >From "man dump": > > -a ``auto-size''. Bypass all tape length considerations, and enforce > writing until an end-of-media indication is returned. This fits > best for most modern tape drives. Use of this option is particu- > larly recommended when appending to an existing tape, or using a > tape drive with hardware compression (where you can never be sure > about the compression ratio). > > I have Sony DDS DG90M (90m/295feet) data carttridge and: > > (ncr0:6:0): "ARCHIVE Python 28388-XXX 5.45" type 1 removable SCSI 2 > st0(ncr0:6:0): Sequential-Access > st0(ncr0:6:0): 6.7 MB/s (150 ns, offset 8) > density code 0x13, drive empty > > Do I have "modern tape driver" or not? :-) > > # mt rewind > # printenv TAPE > /dev/tape > # ls -la /dev/tape > lrwxrwxrwx 1 root wheel 5 Apr 15 1997 /dev/tape -> nrst0 > # dump -0au /u > [...] > DUMP: 63.53% done, finished in 0:37 > DUMP: 68.49% done, finished in 0:32 > DUMP: 74.53% done, finished in 0:25 > DUMP: 79.67% done, finished in 0:20 > DUMP: 82.92% done, finished in 0:17 > DUMP: write error 1773020 blocks into volume 1 > DUMP: Do you want to restart?: ("yes" or "no") no > DUMP: "Yes" or "No"? > DUMP: Do you want to restart?: ("yes" or "no") no > DUMP: The ENTIRE dump is aborted. > > On console: > > ncr0: SCSI phase error fixup: CCB already dequeued (0xf0940400) > ncr0: timeout ccb=f0940800 (skip) > ncr0: timeout ccb=f0940400 (skip) > ncr0: timeout ccb=f0940000 (skip) > > Box freezes, hand reset.... :( I have 2.2.5-STABLE from 11. jan. 1998. > > Thanks for any help, > David > > -- > David Vrtin (system manager) # tel: +386 62 220-7129 > University of Maribor, Faculty of EE and CS # fax: +386 62 211-178 > Smetanova 17, SI-2000 Maribor, Slovenia # www.uni-mb.si/~david/ From owner-freebsd-questions Tue Jan 20 08:59:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17133 for questions-outgoing; Tue, 20 Jan 1998 08:59:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17120 for ; Tue, 20 Jan 1998 08:59:29 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id KAA21088; Tue, 20 Jan 1998 10:56:56 -0600 (CST) From: "Paul T. Root" Message-Id: <199801201656.KAA21088@horton.iaces.com> Subject: Re: How to fix a DISPLAY error To: ymassart@businessobjects.com (Yan MASSART) Date: Tue, 20 Jan 1998 10:56:56 -0600 (CST) Cc: jacques@wired.ctech.ac.za, questions@FreeBSD.ORG In-Reply-To: from Yan MASSART at "Jan 20, 98 05:47:23 pm" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In a previous message, Yan MASSART said: > No, I had the problem, and it came from the color depth of X server on > the FreeBSD box. You cannot use some Solaris applications (like > firewall-1 for instance), if you're not in the 8 bpp mode. > > Hope this helps. Oh, yeah, I forgot about that one. > > -- > Yan Massart Business Objects > Network Engineer http://www.businessobjects.com > > > -----Original Message----- > > From: Paul T. Root [mailto:proot@horton.iaces.com] > > Sent: Tuesday, January 20, 1998 5:19 PM > > To: jacques@wired.ctech.ac.za > > Cc: questions@freebsd.org > > Subject: Re: How to fix a DISPLAY error > > > > > > In a previous message, Jacques Hugo said: > > > Hi there guys ... > > > > > > I'm trying to export an app from a Solaris box > > > to my FBSD box, but I get this error. > > > > > > X Error of failed request: BadValue (integer parameter out of range > for > > > operation) > > > Major opcode of failed request: 53 (X_CreatePixmap) > > > Value in failed request: 0x8 > > > Serial number of failed request: 130 > > > Current serial number in output stream: 133 > > > > > > Where can one fix this. It looks like some illegal code > > > request to my VGA card. ??? Or does the app on the Solaris > > > box need some tweekinhg? > > > > > > This looks like the Cabletron Spectrum error for "xhost isn't letting > > me in". So are you sure you have DISPLAY set and exported on the > > Solaris box and xhost allowing the Solaris box on the FBSD box? > > > > > > > Thanks for the help. > > > > > > -Jacques > > > > > > ------------------------------------------------------ > > > The box said "Requires Windows 3.1 or better" > > > ... so I got BSD > > > > > > Network Administrator | Jacques Hugo > > > UNIX Systems | jacques@wired.ctech.ac.za > > > Cape Technikon | +27-21-4603584 > > > ------------------------------------------------------ > > > > > > > > > -- > > "Are you Sarah Conner?" > > > -- The role of the military is not to be a repository for the silly social issues of the day, but to kill people and break things. -- Rush Limbaugh From owner-freebsd-questions Tue Jan 20 09:03:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17476 for questions-outgoing; Tue, 20 Jan 1998 09:03:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from niobium.compecon.com (niobium.compecon.com [205.230.18.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17469 for ; Tue, 20 Jan 1998 09:03:45 -0800 (PST) (envelope-from erich@compecon.com) Received: from compecon.com (molybdenum.compecon.com [205.230.18.42]) by niobium.compecon.com (8.8.7/8.8.5) with ESMTP id JAA09179 for ; Tue, 20 Jan 1998 09:00:27 -0800 (PST) Message-ID: <34C4D8D3.956E3421@compecon.com> Date: Tue, 20 Jan 1998 09:03:15 -0800 From: Eric Hedstrom X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: search engines? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, We are looking for a search engine to build into our web site, and I haven't found much for FreeBSD, looking through the ports collection. I suppose the Linux version of Excite for Web Servers might be coerced into working.. But I was wondering if anybody had other suggestions. Thanks! Eric Hedstrom erich@compecon.com From owner-freebsd-questions Tue Jan 20 09:36:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19606 for questions-outgoing; Tue, 20 Jan 1998 09:36:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from austin.cs.unc.edu (austin.cs.unc.edu [152.2.128.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19594 for ; Tue, 20 Jan 1998 09:36:25 -0800 (PST) (envelope-from kimk@cs.unc.edu) Received: from cs.unc.edu (kimpc.cs.unc.edu [152.2.142.45]) by austin.cs.unc.edu (8.8.8/8.8.8) with ESMTP id MAA02854 for ; Tue, 20 Jan 1998 12:36:23 -0500 (EST) Message-ID: <34C4E093.96A7CCE3@cs.unc.edu> Date: Tue, 20 Jan 1998 12:36:19 -0500 From: Kwang-Soo Kim Organization: UNC-CH X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: freebsd-questions@FreeBSD.ORG Subject: YAMAHA WAVETBLE sound card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm trying to get this new sound card to work on a new 300MHz Intel box. The sound card is integrated in the motherboard and claims to support SB Pro 16bit. What I tested, however, it only supports 8-bit mode. Dmesg says.. sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 not found sbmidi0 not found at 0x330 Does anybody know how to get 16-bit audio out of it? Thanks. Kwang-Soo Kim From owner-freebsd-questions Tue Jan 20 09:42:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19989 for questions-outgoing; Tue, 20 Jan 1998 09:42:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19979 for ; Tue, 20 Jan 1998 09:42:20 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id LAA21289 for questions@freebsd.org; Tue, 20 Jan 1998 11:41:49 -0600 (CST) From: "Paul T. Root" Message-Id: <199801201741.LAA21289@horton.iaces.com> Subject: AMD manual To: questions@FreeBSD.ORG (Questions FreeBSD) Date: Tue, 20 Jan 1998 11:41:49 -0600 (CST) X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I'm setting up the amd automounter and was wondering what kind of things I can put in amd.map. It seems that the only thing that would explain it is SMM:13, but I can't find it on-line (I guess I'll call Computer Literacy :-), but in the mean time, is there any online manual. Is there a way to set up auto_home (from Solaris) like thing? Paul. -- Everything should be made as simple as possible, but not more so. - Albert Einstein From owner-freebsd-questions Tue Jan 20 11:55:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29638 for questions-outgoing; Tue, 20 Jan 1998 11:55:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper3.monsanto.com (gatekeeper3.monsanto.com [199.89.234.123]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA29627 for ; Tue, 20 Jan 1998 11:55:09 -0800 (PST) (envelope-from GLEN.W.MANN@monsanto.com) From: GLEN.W.MANN@monsanto.com Received: by gatekeeper3.monsanto.com; id NAA08429; Tue, 20 Jan 1998 13:54:44 -0600 Received: from nplxsl01.monsanto.com(164.144.252.39) by gatekeeper3.monsanto.com via smap (3.2) id xma025630; Tue, 20 Jan 98 13:46:59 -0600 Received: by nplxsl01.monsanto.com (NPlex 2.0.082); 20 Jan 1998 13:43:52 -0600 To: freebsd-questions@FreeBSD.ORG Subject: Colorado (HP) T1000e Tape with Parallel Port Message-Id: <"0120185906-Colorado (HP) T1000e Tape with Parallel Port"@MHS> Date: 20 Jan 1998 13:53:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello everyone- From scanning the questions archives and reading docs, it appears that the T1000 tape backup is not supported. However, all the info seems to point to a floppy interface, which FreeBSD does not support. The T1000e has a parallel port connector connecting to the printer port. Does this change anything? It's been some time since the last T1000 post. Anything new? Thanks -Glen Mann glen.w.mann@monsanto.com From owner-freebsd-questions Tue Jan 20 11:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29702 for questions-outgoing; Tue, 20 Jan 1998 11:56:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from spock.sidsys.com (root@spock.sidsys.com [204.188.9.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA29672 for ; Tue, 20 Jan 1998 11:55:57 -0800 (PST) (envelope-from apal@sidsys.com) Received: from irish.sidsys.com (irish.sidsys.com [204.188.9.11]) by spock.sidsys.com (8.6.11/8.6.9) with ESMTP id MAA30217 for ; Tue, 20 Jan 1998 12:17:43 -0800 Message-Id: <199801202017.MAA30217@spock.sidsys.com> From: "Apal Agrawal" To: Subject: Makefile include file OR sources for DIFF ? Date: Tue, 20 Jan 1998 11:57:08 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have been trying to get/download the sources for "diff" utility. ftp ftp.freebsd.org/pub/FreeBSD/ports/textproc get wdiff.tar but I cannot find the include file bsd.port.mk hence cannot run the Make utility on the Makefile. I need to study the sources of diff - so that is what I am trying to download. Is there any other (direct?) way of getting the sources ? Thanks. --Apal From owner-freebsd-questions Tue Jan 20 11:59:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00133 for questions-outgoing; Tue, 20 Jan 1998 11:59:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29993 for ; Tue, 20 Jan 1998 11:58:50 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id TAA15540; Tue, 20 Jan 1998 19:58:58 GMT Date: Tue, 20 Jan 1998 11:58:58 -0800 (PST) From: Dan Busarow To: Chuck Grimes cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP problem (again) In-Reply-To: <3.0.32.19980119213528.006b176c@nature.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Chuck Grimes wrote: > domain: earthlink.net > DNS: 206.85.92.2 > 206.85.92.79 > 206.85.92.60 > > The tech at earthlink expected there would be a resolv.conf file in /etc. > No such file (probably because I didn't do a network conf--right?). So now > what? My only thought is to edit the rc.conf and look under network > entries. I am a little worried about screwing around in this file. Any > specific suggestions would be deeply appreciated. Create your own /etc/resolv.conf (tech support at earthlink really knew this ??) to look like this domain earthlink.net nameserver 206.85.92.2 nameserver 206.85.92.79 nameserver 206.85.92.60 The entries for networking in rc.conf are pretty well documented in the file. 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 Jan 20 12:01:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00460 for questions-outgoing; Tue, 20 Jan 1998 12:01:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgate2.boeing.com (mailgate2.boeing.com [199.238.248.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00447 for ; Tue, 20 Jan 1998 12:01:21 -0800 (PST) (envelope-from david.r.myers@boeing.com) Received: from splinter.boeing.com ([130.42.28.12]) by mailgate2.boeing.com (8.8.5/8.8.5) with ESMTP id MAA25512 for ; Tue, 20 Jan 1998 12:01:13 -0800 (PST) Received: from e809018.ca.boeing.com by splinter.boeing.com with SMTP (1.37.109.16/16.2) id AA254776473; Tue, 20 Jan 1998 12:01:13 -0800 Message-Id: <34C5027B.2C9E@boeing.com> Date: Tue, 20 Jan 1998 12:00:59 -0800 From: "David R. Myers" Reply-To: drmyers@gte.net X-Mailer: Mozilla 3.0 (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Boot Manager Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have recently moved my FreeBSD instl from my second hard drive (1.6 gig Western Digital) to my primary drive (Western Digital 540 Mb). All works fine on the new drive with the exception of the boot manager. After moving BSD I used fdisk to delete the Unix partition from the second hard drive. When I boot the computer boot easy displays three options- Dos, FreeBSD, and the second, now unused drive. How can I modify boot manager to remove this old information? With regard to the original installation I have tried to re-partition the second hard drive to rebuild my Win95 system but I am having problems with fdsik. I can delete partitions from this disk but when I try to add a dos partition fdisk just hangs. I believe there are some remnants of FreeBSD on the original disk which are interfering with the fdisk procedure. Can you suggest a fix? David R. Myers david.r.myers@boeing.com From owner-freebsd-questions Tue Jan 20 12:02:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00563 for questions-outgoing; Tue, 20 Jan 1998 12:02:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00553 for ; Tue, 20 Jan 1998 12:02:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA29611; Tue, 20 Jan 1998 12:01:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 20 Jan 1998 12:01:05 -0800 (PST) From: Doug White Reply-To: Doug White To: Bernard Cheah cc: FreeBSD Questions Subject: Re: your mail In-Reply-To: <01BD23F6.4A3A65B0@user32.mynet.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Bernard Cheah wrote: > I keep getting this message, after i switch my server from 10Mbps hub to new 100Mbps switch. i did recompile the kernel, but the error still there, very confusing. > can anyone help me on this, thanks. Check your netmasks and try using your card's config program to force the desired link speed. 100mbit autodetection is broken in most cards since 100mbit is very sensitive to cable conditions. > proxy kernel log messages: > > arplookup 212.133.121.32 failed: host is not on local network > > arplookup 212.133.121.22 failed: host is not on local network > > arplookup 212.133.121.22 failed: host is not on local network > > arplookup 212.133.121.32 failed: host is not on local network Is this host **really** on your local net? 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 Jan 20 12:05:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00901 for questions-outgoing; Tue, 20 Jan 1998 12:05:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00891 for ; Tue, 20 Jan 1998 12:05:47 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.8.8/8.6.9) with ESMTP id VAA28912; Tue, 20 Jan 1998 21:05:43 +0100 (CET) Message-Id: <199801202005.VAA28912@peedub.muc.de> X-Mailer: exmh version 2.0.1 12/23/97 To: thabib@netroplex.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: isdn4bsd Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 18 Jan 1998 16:33:32 PST." <34C29F5C.B2013614@netroplex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 21:05:42 +0100 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk thabib@netroplex.com writes: >Where can i find the isdn4bsd package? it's not released (read: publically available) yet. >Is it similiar to the isdn4linux package? the only thing they have in common is the isdn4. As you probably know, isdn4linux uses a streams-like mechanism. isdn4bsd is a standard BSD style (collection of) driver(s) which are interlinked using callbacks by way of pointers. We briefly considered using Julian Elischer's netgraph stuff (which provides a kind of streams mechanism) but it was decided to get it working in the traditional fashion before using something which was unfamiliar to us. >I ask this question becuase I want to port a isdn4linux driver to >freebsd. > could probably be done, but it would require a lot of conversion. Which driver, if I may ask ? --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com From owner-freebsd-questions Tue Jan 20 12:08:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01150 for questions-outgoing; Tue, 20 Jan 1998 12:08:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01139 for ; Tue, 20 Jan 1998 12:08:02 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip26.castlenet.com (ip26.castlenet.com [209.63.23.26]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id NAA13682; Tue, 20 Jan 1998 13:14:46 GMT From: efinley@castlenet.com (Elliot Finley) To: "Vladislav S. Davidzon" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Comtrol Rocketport Drivers Date: Tue, 20 Jan 1998 20:12:04 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c7044b.11849553@castlenet.com> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id MAA01142 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998 18:38:46 -0500 (EST), you wrote: I don't see any problem here... You might want to use 'optional' instead of 'standard', but either should work... What problems are you having? >i386/isa/rp.c standard rp device-driver > >Is there something wrong with the above? The RocketPort from >Comtrol drivers say "add i386/isa/rp.c to files.i386" > >After looking at other files in there I put the above in. >I assume rp is just some name, so I just called it rp. > >Any mistakes there? > >-vsd >_____________________________________________________________ >Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us >Technology Assistant Farmington Community Library >Phone: 248.553.0300 Fax: 248.553.3228 >32737 West 12 Mile Road Farmington Hills, MI 48334 >_____________________________________________________________ > -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Tue Jan 20 12:26:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02431 for questions-outgoing; Tue, 20 Jan 1998 12:26:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02418 for ; Tue, 20 Jan 1998 12:26:11 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id PAA01379; Tue, 20 Jan 1998 15:25:29 -0500 (EST) Date: Tue, 20 Jan 1998 15:25:29 -0500 (EST) From: "Vladislav S. Davidzon" To: Elliot Finley cc: freebsd-questions@FreeBSD.ORG Subject: Re: Comtrol Rocketport Drivers In-Reply-To: <34c7044b.11849553@castlenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Please disregard my post regarding this. My lack of experience with FreeBSD was the cause of this post, and I was simply using the wrong device. Sorry for any inconvenience, Vladislav On Tue, 20 Jan 1998, Elliot Finley wrote: > On Sun, 18 Jan 1998 18:38:46 -0500 (EST), you wrote: > > I don't see any problem here... You might want to use 'optional' > instead of 'standard', but either should work... > > What problems are you having? > > >i386/isa/rp.c standard rp device-driver > > > >Is there something wrong with the above? The RocketPort from > >Comtrol drivers say "add i386/isa/rp.c to files.i386" > > > >After looking at other files in there I put the above in. > >I assume rp is just some name, so I just called it rp. > > > >Any mistakes there? > > > >-vsd > >_____________________________________________________________ > >Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us > >Technology Assistant Farmington Community Library > >Phone: 248.553.0300 Fax: 248.553.3228 > >32737 West 12 Mile Road Farmington Hills, MI 48334 > >_____________________________________________________________ > > > > -- > Elliot Finley (efinley@castlenet.com) > President > Hiawatha Coal Company > From owner-freebsd-questions Tue Jan 20 12:41:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03477 for questions-outgoing; Tue, 20 Jan 1998 12:41:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03457 for ; Tue, 20 Jan 1998 12:41:42 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from localhost (davidzon@localhost) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id PAA03377 for ; Tue, 20 Jan 1998 15:41:36 -0500 (EST) Date: Tue, 20 Jan 1998 15:41:36 -0500 (EST) From: "Vladislav S. Davidzon" To: freebsd-questions@FreeBSD.ORG Subject: RE: Rebooting via BIOS Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Good afternoon This is my second post to the list. I have a 486 machine which used to run linux, now converted to FreeBSD. In order to get it to reboot (at all) in Linux I had to pass a reboot=bios to the kernel at boot time via Lilo. How would I do this under FreeBSD? It currently hangs right before it should reboot (says rebooting and then hangs). The keyboard fix in the kernel did not work (the don't reboot with the keyboard thing). I need to pass something like reboot=bios to the kernel, but not quite sure what its called or how I would do it. Thanks -vsd _____________________________________________________________ Vladislav S. Davidzon davidzon@MetroNet.lib.mi.us Technology Assistant Farmington Community Library Phone: 248.553.0300 Fax: 248.553.3228 32737 West 12 Mile Road Farmington Hills, MI 48334 _____________________________________________________________ From owner-freebsd-questions Tue Jan 20 12:53:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04291 for questions-outgoing; Tue, 20 Jan 1998 12:53:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from onyx.atipa.com (user13204@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA04280 for ; Tue, 20 Jan 1998 12:53:30 -0800 (PST) (envelope-from freebsd@atipa.com) Received: (qmail-queue invoked by uid 1018); 20 Jan 1998 21:00:36 -0000 Date: Tue, 20 Jan 1998 14:00:36 -0700 (MST) From: Atipa X-Sender: freebsd@dot.ishiboo.com To: freebsd-questions@FreeBSD.ORG Subject: Any Hardcards/Flashcards supported by FreeBSD? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I am looking for a nonvolatile RAM card to use in FreeBSD machines. These need to be high reliability machines, but "disk" size and speed are not important. I think hardcards or FLASH cards would work well (ISA or PCI). I have seen some old Quantum flashcards around, but they appear to be discontinued. I need a product I can bank on getting consistently. Anything over 65MB would be fine, and I think and IDE interface would be the easiest to support. Any suggestions? I would consider PCMCIA if there is am ISA/PCI to PCMCIA card/hub. Is such a beast made? Thanks, Kevin From owner-freebsd-questions Tue Jan 20 12:56:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04643 for questions-outgoing; Tue, 20 Jan 1998 12:56:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fireball.net (zula@[206.84.203.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04631 for ; Tue, 20 Jan 1998 12:56:13 -0800 (PST) (envelope-from zula@fireball.net) Received: from localhost (zula@localhost) by fireball.net (8.8.8/8.8.7) with SMTP id PAA17142 for ; Tue, 20 Jan 1998 15:53:51 -0500 (EST) (envelope-from zula@fireball.net) Date: Tue, 20 Jan 1998 15:53:51 -0500 (EST) From: Zula To: FreeBSD-questions@FreeBSD.ORG Subject: /usr/bin/newaliases Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 2.2.5-STABLE Please Help, When I try to run /usr/bin/newaliases it just hangs.. sits there doing nothing. I let it sit there for 30min still nothing. If you have any input please help. -r-sr-xr-x 5 root kmem 290816 Jan 18 22:37 /usr/bin/newaliases Thanks, RPD From owner-freebsd-questions Tue Jan 20 13:30:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07576 for questions-outgoing; Tue, 20 Jan 1998 13:30:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from insane.asylum.org ([208.13.58.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07558 for ; Tue, 20 Jan 1998 13:30:44 -0800 (PST) (envelope-from dlr@insane.asylum.org) Received: (from dlr@localhost) by insane.asylum.org (8.8.6/8.8.6) id QAA22436; Tue, 20 Jan 1998 16:30:54 -0500 (EST) Message-ID: <19980120163053.11133@insane.asylum.org> Date: Tue, 20 Jan 1998 16:30:53 -0500 From: dlr Cc: FreeBSD-questions@FreeBSD.ORG Subject: Sony cdrom install CDU-621 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e In-Reply-To: ; from Zula on Tue, Jan 20, 1998 at 03:53:51PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm unable to get freebsd 2.2.2 to recognize the above sony cdrom for an install. The default address is 220 for the sony with freebsd. The README.TXT on the sony install disk reads: -- when user specifies one of the following address, like a /p:xxx the device driver selects the only specidfied port address. Primary /p:1F0 Secondary /p:170 Tertiary /p:1E8 Quanternary /p:168 -- I only have the cdrom on the ide cable and no other ide devices on the machine. I've tried master and slave without success. Obviously i'm missing something here, or this new drive isn't supported. Probably i need to define another address? thanks. dave racette From owner-freebsd-questions Tue Jan 20 13:47:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08924 for questions-outgoing; Tue, 20 Jan 1998 13:47:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nature.berkeley.edu (nature.Berkeley.EDU [128.32.251.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08841 for ; Tue, 20 Jan 1998 13:45:58 -0800 (PST) (envelope-from cgrimes@nature.berkeley.edu) Received: from default ([38.28.43.172]) by nature.berkeley.edu (8.8.8/8.8.8) with SMTP id NAA05319; Tue, 20 Jan 1998 13:45:50 -0800 (PST) Message-Id: <3.0.32.19980120134855.006ade30@nature.berkeley.edu> X-Sender: cgrimes@nature.berkeley.edu X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 20 Jan 1998 13:49:05 -0800 To: freebsd-questions@FreeBSD.ORG From: Chuck Grimes Subject: Re: PPP problem (Thanks) Cc: "Dan Busarow Brian Somers" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 11:58 AM 1/20/98 -0800, you wrote: > >Create your own /etc/resolv.conf (tech support at earthlink really >knew this ??) to look like this > >domain earthlink.net >nameserver 206.85.92.2 >nameserver 206.85.92.79 >nameserver 206.85.92.60 > >The entries for networking in rc.conf are pretty well documented in >the file. > > Dan Busarow > DPC Systems / Beach.Net ------------------------------------------------------------------------ This is a note to thank Dan Busarow this morning and Brian Sommers last night for their help. I wrote the resolv.conf file (which must be automatically generated when you select network interfaces in the /stand/sysinstall menus). Everything about PPP now works fine: ftp, telnet, lynx, and so on. Thanks again, Chuck Grimes From owner-freebsd-questions Tue Jan 20 14:05:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10453 for questions-outgoing; Tue, 20 Jan 1998 14:05:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from io.uwinnipeg.ca (io.uwinnipeg.ca [142.132.1.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10439 for ; Tue, 20 Jan 1998 14:05:22 -0800 (PST) (envelope-from rurrea@UWinnipeg.ca) Received: from localhost (rurrea@localhost) by io.uwinnipeg.ca (8.8.8/8.8.8) with SMTP id QAA27201 for ; Tue, 20 Jan 1998 16:09:20 -0600 (CST) Date: Tue, 20 Jan 1998 16:09:20 -0600 (CST) From: roberto urrea To: freebsd-questions@FreeBSD.ORG Subject: CVS disk space ??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I am trying to set up a CVSsup on intel platform (FreeBSD stable 2.2.5) and just I am wondering how much disk space I need I will appreciate any comments o suggestion Thanks p.s we are running 2.2.5 stable. _________________________________________________________________________ Roberto Urrea rurrea@uwinnipeg.ca Technical Support Services University of Winnipeg 515 Portage Avenue Winnipeg, Manitoba, R3B 2E9 CANADA Tel:(204)786-9830 ------------------------------------------------------------------------- From owner-freebsd-questions Tue Jan 20 14:41:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13384 for questions-outgoing; Tue, 20 Jan 1998 14:41:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drawbridge.ascend.com (drawbridge.ascend.com [198.4.92.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA13374 for ; Tue, 20 Jan 1998 14:40:49 -0800 (PST) (envelope-from sshilton@ascend.com) Received: from spud.ascend.com (fw-ext.ascend.com [198.4.92.5]) by drawbridge.ascend.com (8.6.12/8.6.12) with ESMTP id OAA10339 for ; Tue, 20 Jan 1998 14:40:49 -0800 Received: from ascend.com by ascend.com with ESMTP id OAA18542 for ; Tue, 20 Jan 1998 14:40:48 -0800 Received: from basset.eng.ascend.com (basset.eng.ascend.com [192.168.19.2]) by wopr.eng.ascend.com (8.6.12/8.6.12) with ESMTP id OAA09816 for ; Tue, 20 Jan 1998 14:40:46 -0800 Received: from basset.eng.ascend.com by basset.eng.ascend.com (SMI-8.6/SMI-SVR4) id RAA26978; Tue, 20 Jan 1998 17:40:45 -0500 Date: Tue, 20 Jan 1998 17:40:45 -0500 (EST) From: Sean Shilton X-Sender: sshilton@basset.eng.ascend.com To: questions@FreeBSD.ORG Subject: USR XJ4336 pcmcia Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an IBM 760xl with a 3com 3c589d pcmica nic and an USR xj4336 mode. The system is running freebsd 2.2.5. The system sees the 3com card without a problem and on the lan the network works great. I cannot however, configure the xj4336 modem, and i would like to use freebsd soley, and i need ppp for that. I enabled pcmcia support in the rc.conf and configured pccard.conf using the xj2288 entry for the pccard. file, but during startup pccardc fails with the error: pccardc: /dev/card0: Device not configured. I am using the generic kernel and the 3com adapter is in slot one, while the xj288 adapter is in slot 2. Any help would be greatly apprieciated. Thanks Sean Shilton From owner-freebsd-questions Tue Jan 20 14:43:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13668 for questions-outgoing; Tue, 20 Jan 1998 14:43:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com ([192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13655 for ; Tue, 20 Jan 1998 14:43:44 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA09266; Wed, 21 Jan 1998 09:13:32 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA03693; Wed, 21 Jan 1998 09:13:31 +1030 (CST) (envelope-from grog) Message-ID: <19980121091331.40808@lemis.com> Date: Wed, 21 Jan 1998 09:13:31 +1030 From: Greg Lehey To: "Paul T. Root" Cc: questions@FreeBSD.ORG Subject: Re: Hard disk going bad? References: <19980120094523.42131@lemis.com> <199801201348.HAA20395@horton.iaces.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801201348.HAA20395@horton.iaces.com>; from Paul T. Root on Tue, Jan 20, 1998 at 07:48:56AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 07:48:56AM -0600, Paul T. Root wrote: > In a previous message, Greg Lehey said: >> On Mon, Jan 19, 1998 at 07:59:09AM -0600, Paul T. Root wrote: >>> Hi, >>> From my daily output, I got these messages. I have a 2940UW and >>> sd1 is a SEAGATE ST19171W. sd0 is a SEAGATE ST32550W. There is nothing >>> else on the SCSI bus. I'm running 2.2.5-Release. >>> >>> Is this disk going out? >> >> Quite possibly. Have you changed anything recently? >> >> Greg > > Nope, it's been up for a month. I did a make buildworld, make installworld > on it at that time. It took several tries on the buildworld, I'm told that's > a cache problem, but it did finally succeed. Then I'm afraid it's probably a dying disk. You could check cables, simply because it's a thing to do, but I don't think it'll change anything. Greg From owner-freebsd-questions Tue Jan 20 14:46:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13935 for questions-outgoing; Tue, 20 Jan 1998 14:46:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13901 for ; Tue, 20 Jan 1998 14:46:06 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA00950; Tue, 20 Jan 1998 22:12:13 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801202212.WAA00950@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Chuck Grimes cc: Brian Somers , freebsd-questions@FreeBSD.ORG Subject: Re: PPP problem (again) In-reply-to: Your message of "Mon, 19 Jan 1998 21:37:46 PST." <3.0.32.19980119213528.006b176c@nature.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 22:12:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > At 11:08 PM 1/19/98 +0000, you wrote: > > > >Are you trying to type these commands at the ppp prompt ? The ppp > >prompt is for controlling ppp. You need to switch to another > >terminal if you want to run ftp, telnet etc. > > > >The bit about /etc/resolv.conf is correct. > > > >-- > >Brian , , > > > -------------------------------------------------------------------------- > > Brian, > > Thanks for the suggestion. I didn't realize I needed to switch terminals > (dumb). But, now another problem rears its ugly head. I need to somehow do > a network interface configuration. In the original install menus, I skipped > through the network conf's because this is a single box. So now I need to > go back. I ran the /stand/sysinstall off the cdrom disk 1 and selected > 'networking'. The menu asks for host name, domain name, gateway, name > server. My machine is called 'cag' (original huh, short for chuck a. > grimes). Obviously these are arbitrary titles. But somewhere in these > selections I have to fit the real information: > > local: 0.0.0.0 I assume these defaults are taken care of > remote: 0.0.0.0 with the ppp.conf script as myaddr, hisaddr--yes? no? Yep. Check out all the docs at http://www.Awfulhak.org/ppp.html. > but then somewhere I need to put, > > domain: earthlink.net > DNS: 206.85.92.2 > 206.85.92.79 > 206.85.92.60 > > The tech at earthlink expected there would be a resolv.conf file in /etc. > No such file (probably because I didn't do a network conf--right?). So now > what? My only thought is to edit the rc.conf and look under network > entries. I am a little worried about screwing around in this file. Any > specific suggestions would be deeply appreciated. That's about the size of it. /etc/resolv.conf should read: domain earthlink.net nameserver 206.85.92.2 nameserver 206.85.92.79 nameserver 206.85.92.60 Also, take a look at http://www.FreeBSD.org/FAQ/ispmail.html for stuff on configuring sendmail to play ball (the SMART_HOST bit is the important line). Once you've done that, you can make ``hostname=cag.earthlink.net'' in /etc/rc.conf, ``10.0.0.1 cag'' at the end of /etc/hosts and you're just about there ! I'm assuming you've got a dynamic IP setup from your ISP. > Sorry to need such hand holding, but us unix newbies are rilly dumb. Naaa - a bit of perseverance and you'll be flyin' ! > Chuck Grimes Good luck ! -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 20 14:48:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14091 for questions-outgoing; Tue, 20 Jan 1998 14:48:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14044 for ; Tue, 20 Jan 1998 14:47:45 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id RAA01937; Tue, 20 Jan 1998 17:46:29 -0500 (EST) (envelope-from toor) Message-Id: <199801202246.RAA01937@dyson.iquest.net> Subject: Re: CVS disk space ??? In-Reply-To: from roberto urrea at "Jan 20, 98 04:09:20 pm" To: rurrea@UWinnipeg.ca (roberto urrea) Date: Tue, 20 Jan 1998 17:46:29 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk roberto urrea said: > > Hi > > I am trying to set up a CVSsup on intel platform (FreeBSD stable 2.2.5) > and just I am wondering how much disk space I need > > I will appreciate any comments o suggestion > On a 16K:2K filesystem, it (src CVS) takes 713176 512byte blocks. Ports CVS take 125764 512byte blocks. On an 8K:1K filesystem it should be a little smaller. Total number of inodes is in the 70K range. (Note that for most purposes, a 16K:2K partition doesn't help performance much, but I run a mix of partition parameters for debugging purposes.) The above figures are minimum, and note that the CVS tree slowly grows. Mine is sitting on a 3900000 512byte block partition, with 250000 inodes. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. From owner-freebsd-questions Tue Jan 20 14:48:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14097 for questions-outgoing; Tue, 20 Jan 1998 14:48:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13940 for ; Tue, 20 Jan 1998 14:46:39 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA01028; Tue, 20 Jan 1998 22:35:47 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801202235.WAA01028@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Reichert cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP and IP forwarding In-reply-to: Your message of "Tue, 20 Jan 1998 01:55:03 EST." <19980120015503.36830@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 22:35:47 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Howdy- > > I'm running 2.2.2-R, and userland ppp. > > Here's the question: are there any obtuse, obscure reasons why my > FreeBSD box would _stop_ forwarding IP packets? > > I have 'gateway_enable="YES"' in my rc.conf file, which does enable > IP forwarding in my kernel: > > # sysctl net.inet.ip.forwarding > net.inet.ip.forwarding: 1 > > I do have 'add 0 0 HISADDR' in my ppp.conf file, which does > successfully add a default route: > > # netstat -rn | grep default > default 205.161.0.7 UGSc 3 1 tun0 > > But, despite all of this, my other machines can't get out, and I > can't ping in to them. > > The silly thing is, I _had_ this working back in November, but > then, a month ago, it rotted, and now, I can't seem to get it to > work. > > Obviously, I somehow affected this magically, rather than the > hardware/software rotting, but, for the life of me, I can't guess > how I could have such a thing, nor how I would detect the point of > failure... > > So - a reprise of my question: despite my (seemingly) correct setup, what > _else_ could be in the way? Have you only got one IP number ? If so, you'll need to either run ppp with the -alias switch or ``alias enable yes'' in your ppp.conf file. > I'm *this* close to building the bpf device, to try to see if > packets are even getting to the ppp process.... You can always ``set log +tcp/ip''. I'm assuming you've got a recent version of ppp (see http://www.FreeBSD.org/~brian). > -- > Brian Reichert reichert@numachi.com > 37 Crystal Ave. #303 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 20 14:48:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14131 for questions-outgoing; Tue, 20 Jan 1998 14:48:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13942 for ; Tue, 20 Jan 1998 14:46:40 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id HAA29206; Tue, 20 Jan 1998 07:16:18 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801200716.HAA29206@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Victor Sudakov cc: brian@Awfulhak.org (Brian Somers), dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG Subject: Re: iijppp + slirp In-reply-to: Your message of "Tue, 20 Jan 1998 01:55:54 +0700." <199801191855.BAA10209@vas.tsu.tomsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 07:16:18 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [.....] > Well, when I remove "set openmode active", just nothing happens. I suppose > this is because SLiRP never bothers to say anything but this: > > ========= cut =========== > > phantom: {1} slirp > Slirp v1.0c (RELEASE) > > Copyright (c) 1995,1996 Danny Gasparovski and others. > All rights reserved. > This program is copyrighted, free software. > Please read the file COPYRIGHT that came with the Slirp > package for the terms and conditions of the copyright. > > Reading config file: /usr/home/vas/.slirprc > Setting baudrate to 38400 > IP address of Slirp host: 195.9.35.51 > IP address of your DNS(s): 195.9.35.1 > Your address is 10.0.2.15 > (or anything else you want) > > Type five zeroes (0) to exit. > > [talking PPP, 38400 baud] > > SLiRP Ready ... > > ========= cut =========== > > ... after which it just stops and waits for something. I never see those > {{{{ characters which indicate a ppp session. So iijppp never detects packet > mode :-((( [.....] I'll add a delay option to ppp and send you a copy (this evening). We can see if that works :-) > -- > Victor Sudakov > mailto:vas@obluo.tomsk.su > http://www.obluo.tomsk.su/~vas > PGP public key: finger vas@obluo.tomsk.su Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 20 14:59:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15247 for questions-outgoing; Tue, 20 Jan 1998 14:59:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15220 for ; Tue, 20 Jan 1998 14:59:21 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA03660; Tue, 20 Jan 1998 22:57:41 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801202257.WAA03660@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Vladimir V. Tkatchenko" cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp In-reply-to: Your message of "Tue, 20 Jan 1998 11:30:25 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 22:57:41 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Dear Mr. Doug! > I'm awfully sorry, but I lose your mail address. > I have some problem with ppp version 1.2. > At first when I give a command telnet localhost (port 3000) the system > tells "Can't write open socket 3000 or 3001 (depending from tunnel). Tcp > error. No password in ppp.secret" Add a line to /etc/ppp/ppp.secret: myhost mypassword where ``myhost'' is the output from `hostname'. Alternatively, get the latest ppp from http://www.FreeBSD.org/~brian where you can set the socket password in the `set server' command. > As I understood this is the problem of tcp socket. And second... > After connection refused the ppp -direct prosess don't reset. It dropped > in memory. I'm not sure what you mean here. If you're having problems with ppp not hanging up, the latest version of ppp should solve this. > Thank you beforehand. > > > Thank you for conversation. > > Vladimir V. Tkatchenko > > Advanced user... > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Jan 20 14:59:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15265 for questions-outgoing; Tue, 20 Jan 1998 14:59:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15244 for ; Tue, 20 Jan 1998 14:59:39 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id WAA02074; Tue, 20 Jan 1998 22:51:04 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801202251.WAA02074@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Somers cc: Victor Sudakov , dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG Subject: Re: iijppp + slirp In-reply-to: Your message of "Tue, 20 Jan 1998 07:16:18 GMT." <199801200716.HAA29206@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 22:51:04 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > [.....] > > Well, when I remove "set openmode active", just nothing happens. I suppose > > this is because SLiRP never bothers to say anything but this: > > > > ========= cut =========== > > > > phantom: {1} slirp > > Slirp v1.0c (RELEASE) > > > > Copyright (c) 1995,1996 Danny Gasparovski and others. > > All rights reserved. > > This program is copyrighted, free software. > > Please read the file COPYRIGHT that came with the Slirp > > package for the terms and conditions of the copyright. > > > > Reading config file: /usr/home/vas/.slirprc > > Setting baudrate to 38400 > > IP address of Slirp host: 195.9.35.51 > > IP address of your DNS(s): 195.9.35.1 > > Your address is 10.0.2.15 > > (or anything else you want) > > > > Type five zeroes (0) to exit. > > > > [talking PPP, 38400 baud] > > > > SLiRP Ready ... > > > > ========= cut =========== > > > > ... after which it just stops and waits for something. I never see those > > {{{{ characters which indicate a ppp session. So iijppp never detects packet > > mode :-((( > [.....] > > I'll add a delay option to ppp and send you a copy (this evening). > We can see if that works :-) Done - check out http://www.FreeBSD.org/~brian/ppp-970120* for the ``set openmode active NN'' extension. > > -- > > Victor Sudakov > > mailto:vas@obluo.tomsk.su > > http://www.obluo.tomsk.su/~vas > > PGP public key: finger vas@obluo.tomsk.su > > Cheers. > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > From owner-freebsd-questions Tue Jan 20 15:21:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17008 for questions-outgoing; Tue, 20 Jan 1998 15:21:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16998 for ; Tue, 20 Jan 1998 15:21:07 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip43.castlenet.com (ip43.castlenet.com [209.63.23.43]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id QAA15105 for ; Tue, 20 Jan 1998 16:28:01 GMT From: efinley@castlenet.com (Elliot Finley) To: freebsd-questions@FreeBSD.ORG Subject: detecting a PCI NE2000 compatible card Date: Tue, 20 Jan 1998 23:25:19 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c5315c.23388061@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id PAA16999 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I have a PCI NE2000 compatible NIC installed in my 2.2-stable box, but it doesn't seem to detect it. I have 'device ed0' in the kernel config file, but I don't end up with a ed0 device when I boot. Also, what is 'lp0'? dmesg | grep lp0 says 'lp0: TCP/IP capable interface'.... this isn't the loopback device is it? isn't the loopback device lo0? Any help would be appreciated... -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Tue Jan 20 15:45:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18695 for questions-outgoing; Tue, 20 Jan 1998 15:45:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18675 for ; Tue, 20 Jan 1998 15:44:37 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal29-24.ppp.iadfw.net (dal29-24.ppp.iadfw.net [204.178.75.154]) by idfw.com (8.8.5) id QAA19142; Tue, 20 Jan 1998 16:44:26 -0700 (MST) Received: by dal29-24.ppp.iadfw.net with Microsoft Mail id <01BD25CB.31F0DEE0@dal29-24.ppp.iadfw.net>; Tue, 20 Jan 1998 17:45:28 -0600 Message-ID: <01BD25CB.31F0DEE0@dal29-24.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Date: Tue, 20 Jan 1998 12:02:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have installed FreeBSD 2.2.5 on a 486-66 system. Its running smoothly and I have gone through setting up the ethernet NIC, and followed the steps in the tutorial for setting up PPP. I have also edited the C:\WINDOWS\hosts file on the Win95 units as detailed in the tutorial, section 3.4. Okay, so far I can make the following happen with this unit: 1. Make a PPP connection with my ISP 2. Login successfully 3. Conduct FTP and Telnet sessions 4. Ping the other Win95 computers NIC 5. Ping the FreeBSD NIC from the Win95 units 6. Ping the FreeBSD machine from itself, both with its IP Address and using localhost or its name (curly). I want to use my now functioning FreeBSD machine as a getway to the internet for some Windows 95 machines which are hooked up to it via ethernet cards and some BNC cable. So, if I go to the FreeBSD box and make a PPP connection with my ISP, can I now go to the Windows 95 machine and set the Internet browser to use 192.168.0.1 (my FreeBSD unit's IP) as the proxy server? That seem oversimplified now that I spell it out. But can it be that simple? From owner-freebsd-questions Tue Jan 20 15:48:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18989 for questions-outgoing; Tue, 20 Jan 1998 15:48:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18913 for ; Tue, 20 Jan 1998 15:47:21 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id SAA28398 for ; Tue, 20 Jan 1998 18:47:20 -0500 (EST) Date: Tue, 20 Jan 1998 18:47:19 -0500 (EST) From: Cliff Addy To: questions@FreeBSD.ORG Subject: X + AfterStep questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk After 2-1/2 years of using FreeBSD on our web servers, I decided to try this xwindows thing on my workstation. I'm using 2.2.5-release with the XFree86 and AfterStep ports included on the cdrom. Overall, I like it a lot. However, there are some problems I can't seem to solve, primarily I'm sure because I don't understand the way X does things :( 1) I telnet to a lot of different servers. I set up my popup menu to launch a xterms to machines, e.g. "xterm -e telnet machinename" with the size/position I want. However, I'd like them to start up using the "Large" font rather than the default. Alternatively, how do I set the default font to another size. 2) Netscape's font rendering is horrible. Is there something I need to do to enable smooth scaling/rendering? Turning off the "allow scaling" option didn't really help. 3) I'm having no luck setting the desktop size. It starts up in 1600x1280, I'd like 1280x1024. I can use xvidtune to set the resolution to 1280x1024, but the desktop remains 1600x1280. Kinda cool, but not what I want. Afterstep mentions "turning off" XFree86's virtual desktop, but I can't find how to do this. XF86Config doesn't seem to be what I want for this. 4) AfterStep appears to use "xv" to set the desktop bitmap. However, this app does not appear to be installed and I can't find it in the ports tree. What is it and where can I get it? 5) Is there an office productivity suite or a word processor and spreadsheet. I seem to remember something called "Star Office" but can't find it. Thanks for any help you can give. If I can get out of NT altogether, I'll be a happy camper. From owner-freebsd-questions Tue Jan 20 15:58:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19638 for questions-outgoing; Tue, 20 Jan 1998 15:58:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pineapple.arctic.net (pineapple.arctic.net [198.51.13.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19630 for ; Tue, 20 Jan 1998 15:58:12 -0800 (PST) (envelope-from uetreq@hotmail.com) Date: Tue, 20 Jan 1998 15:58:12 -0800 (PST) From: uetreq@hotmail.com Received: from ts001d22.eug-or.concentric.net ([206.173.179.34]) by pineapple.arctic.net (Netscape Mail Server v2.02) with SMTP id ACD3845; Tue, 20 Jan 1998 13:54:14 -0900 Subject: Extra Income Message-Id: Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk To: undisclosed-recipients:; Business Opportunity Are you looking for a way to make extra money? Are you tired of working hard and having little to show for it? Would you like to find something that will allow you the financial freedom we all desire? Well, I have the answer for you! You can earn that extra money without even leaving your home. Work the hours you want… as many as you want! Full time or part time, with no experience required. I will share my secret with you if you call me and inquire about this fantastic opportunity. Just pick up the phone and call (541)684-3444, or you can email me at ctran@gladstone.uoregon.edu Don't let another day go by with the same old grind. Grab a piece of the action now. Call for details and start your journey to a better income, a better life. What do you have to lose? Call me today. John From owner-freebsd-questions Tue Jan 20 16:13:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20619 for questions-outgoing; Tue, 20 Jan 1998 16:13:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20610 for ; Tue, 20 Jan 1998 16:13:37 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip40.castlenet.com (ip40.castlenet.com [209.63.23.40]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id RAA15595 for ; Tue, 20 Jan 1998 17:20:33 GMT From: efinley@castlenet.com (Elliot Finley) To: freebsd-questions@FreeBSD.ORG Subject: Q: pppkit Date: Wed, 21 Jan 1998 00:17:51 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c53e09.26633700@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id QAA20612 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk pppkit comes with it's own version of getty, and pppd. Are these the same ones that are in 2.2-stable? Do the ones in 2.2-stable have the same functionality? -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Tue Jan 20 16:36:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22468 for questions-outgoing; Tue, 20 Jan 1998 16:36:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.xs4all.nl (smtp2.xs4all.nl [194.109.6.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22448 for ; Tue, 20 Jan 1998 16:36:38 -0800 (PST) (envelope-from plm@muon.xs4all.nl) Received: from asterix.xs4all.nl (root@asterix.xs4all.nl [194.109.6.11]) by smtp2.xs4all.nl (8.8.6/XS4ALL) with ESMTP id BAA19484 for ; Wed, 21 Jan 1998 01:36:30 +0100 (CET) Received: from muon.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.8.6/8.8.6) with UUCP id BAA06005 for freebsd-questions@freebsd.org; Wed, 21 Jan 1998 01:28:27 +0100 (MET) Received: (from plm@localhost) by muon.xs4all.nl (8.8.8/8.7.3) id BAA01869; Wed, 21 Jan 1998 01:26:24 +0100 (MET) Date: Wed, 21 Jan 1998 01:26:24 +0100 (MET) Message-Id: <199801210026.BAA01869@muon.xs4all.nl> From: Peter Mutsaers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG Subject: no digests anymore X-Mailer: VM 6.34 under Emacs 20.2.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm subscribed to the digest versions of freebsd-{questions,cvs-all,hackers}. Since a week I've not received digests anymore, but I'm still subscribed (checked with 'which'). Am I the only one suffering from this? -- /\_/\ ( o.o ) Peter Mutsaers | Abcoude (Utrecht), | Trust me, I know ) ^ ( plm@xs4all.nl | the Netherlands | what I'm doing. From owner-freebsd-questions Tue Jan 20 16:37:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22585 for questions-outgoing; Tue, 20 Jan 1998 16:37:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.inconnect.com (mail.inconnect.com [207.0.50.7] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA22564 for ; Tue, 20 Jan 1998 16:37:49 -0800 (PST) (envelope-from alchemy@inconnect.com) From: alchemy@inconnect.com Received: (qmail 26446 invoked from network); 21 Jan 1998 00:37:46 -0000 Received: from ultra1.inconnect.com (HELO shell.inconnect.com) (209.140.64.2) by mail.inconnect.com with SMTP; 21 Jan 1998 00:37:46 -0000 Received: (qmail 5854 invoked by uid 2737); 21 Jan 1998 00:37:46 -0000 Date: 21 Jan 1998 00:37:46 -0000 Message-ID: <19980121003746.5853.qmail@shell.inconnect.com> To: questions@FreeBSD.ORG Subject: testing... anyone there? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is anyone receiving this e-mail? I haven't received anything from the questions mailing list at FreeBSD.org for quite some time. Please respond privately. -- Anthony C. Chavez From owner-freebsd-questions Tue Jan 20 16:44:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23057 for questions-outgoing; Tue, 20 Jan 1998 16:44:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23052 for ; Tue, 20 Jan 1998 16:44:20 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by jester.ti.com (8.8.8) with ESMTP id SAA01454 for ; Tue, 20 Jan 1998 18:43:51 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id SAA11222 for ; Tue, 20 Jan 1998 18:43:48 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id SAA16293 for ; Tue, 20 Jan 1998 18:43:46 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id SAA27691 for ; Tue, 20 Jan 1998 18:43:47 -0600 (CST) Date: Tue, 20 Jan 1998 18:43:47 -0600 (CST) Message-Id: <199801210043.SAA27691@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I cvsupped last night and tried to build a new kernel today, but i get an error message. details: # config newkernel files.i386: i386/isa/npx.c must be optional or standard maybe i have to edit files.i386 and fix something??? any ideas? Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Tue Jan 20 16:52:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23609 for questions-outgoing; Tue, 20 Jan 1998 16:52:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mole.slip.net (mole.slip.net [207.171.193.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA23542 for ; Tue, 20 Jan 1998 16:51:32 -0800 (PST) (envelope-from bsampley@slip.net) Received: from sf-pm17-41-105.dialup.slip.net [207.171.212.105] by mole.slip.net with smtp (Exim 1.73 #2) id 0xuoNh-0005RE-00; Tue, 20 Jan 1998 16:51:02 -0800 Date: Tue, 20 Jan 1998 16:49:07 -0800 (PST) From: Burton Sampley X-Sender: bsampley@bsampley.my.domain Reply-To: Burton Sampley To: Cliff Addy cc: questions@FreeBSD.ORG Subject: Re: X + AfterStep questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Tue, 20 Jan 1998, Cliff Addy wrote: > Date: Tue, 20 Jan 1998 18:47:19 -0500 (EST) > From: Cliff Addy > To: questions@FreeBSD.ORG > Subject: X + AfterStep questions > > After 2-1/2 years of using FreeBSD on our web servers, I decided to try > this xwindows thing on my workstation. I'm using 2.2.5-release with the > XFree86 and AfterStep ports included on the cdrom. > > Overall, I like it a lot. However, there are some problems I can't seem > to solve, primarily I'm sure because I don't understand the way X does > things :( > > 1) I telnet to a lot of different servers. I set up my popup menu to > launch a xterms to machines, e.g. "xterm -e telnet machinename" with the > size/position I want. However, I'd like them to start up using the > "Large" font rather than the default. Alternatively, how do I set the > default font to another size. You can set the dafault font for xterm by creating a file called .Xdefaults in your home directory. An entry like the following will set the 'default font' for xterm: xterm*font: 10x20 > > 2) Netscape's font rendering is horrible. Is there something I need to do > to enable smooth scaling/rendering? Turning off the "allow scaling" > option didn't really help. Can't help you here. Check the preferences. > > 3) I'm having no luck setting the desktop size. It starts up in > 1600x1280, I'd like 1280x1024. I can use xvidtune to set the resolution > to 1280x1024, but the desktop remains 1600x1280. Kinda cool, but not what > I want. Afterstep mentions "turning off" XFree86's virtual desktop, but I > can't find how to do this. XF86Config doesn't seem to be what I want for > this. Actually /etc/XF86Config is the correct file to correct this. Look for Modes line for each color depth. The first resolution defined is the 'default' for that color depth. You can either edit the order or when X first starts, change the resolution by hitting ctrl-alt-[+-] NOTE the '+' and '-' are on the numeric keypad. This will cycle through all available resolutions available for that color depth. Actually that problem with netscape might be from starting X in 8 bpp color mode, which is the default. Try starting X with the following: startx -- -bpp 32 As for the virtual desktop, look for the lines that start with virtual and comment them out. There probably are several. > > 4) AfterStep appears to use "xv" to set the desktop bitmap. However, this > app does not appear to be installed and I can't find it in the ports tree. > What is it and where can I get it? XV is available as a package (which can be installed from the first cd) or you can build it from the ports. (/usr/ports/graphics/xv). > > 5) Is there an office productivity suite or a word processor and > spreadsheet. I seem to remember something called "Star Office" but can't > find it. /usr/ports/editors/staroffice > > Thanks for any help you can give. If I can get out of NT altogether, I'll > be a happy camper. Actually NT cd's work really well in a microwave. They make cool arcs of blue light. :-) > > You might want to look into purchasing a book on X. I've been using X User Tools published by ORA. Hope this helps. - -burton- - --------------- Burton Sampley bsampley@best.com or bsampley@haywire.csuhayward.edu or bsampley@slip.net PGP key available at http://www.best.com/~bsampley/pgp.html -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNMVGCnt2O8KJtMdBAQHlNQP9EMME3UAvfKu63boRcd187TTfIHHdRvM2 osYi8n9ayx9h1VanaLP3TaZnwdMoV0NzuYfx6D4c1fltatPBvFnhUIWflkm11iD4 8A2cz1pHXzqiyk/owqMeCPgiwfwpsC8v46/dOICEwErN7WhrtoRQF2BJG06PwEXl T3vIGRZNgOU= =27aV -----END PGP SIGNATURE----- From owner-freebsd-questions Tue Jan 20 16:58:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24054 for questions-outgoing; Tue, 20 Jan 1998 16:58:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from insane.asylum.org ([208.13.58.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24041 for ; Tue, 20 Jan 1998 16:58:23 -0800 (PST) (envelope-from dlr@insane.asylum.org) Received: (from dlr@localhost) by insane.asylum.org (8.8.6/8.8.6) id TAA22916; Tue, 20 Jan 1998 19:58:33 -0500 (EST) Message-ID: <19980120195832.54793@insane.asylum.org> Date: Tue, 20 Jan 1998 19:58:32 -0500 From: dlr To: dlr Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Sony cdrom install CDU-621 References: <19980120163053.11133@insane.asylum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e In-Reply-To: <19980120163053.11133@insane.asylum.org>; from dlr on Tue, Jan 20, 1998 at 04:30:53PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 04:30:53PM -0500, dlr wrote: > I'm unable to get freebsd 2.2.2 to recognize the above sony cdrom for an > install. > > The default address is 220 for the sony with freebsd. Sorry...that ought to ge 230 for the default address. dave From owner-freebsd-questions Tue Jan 20 17:06:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24636 for questions-outgoing; Tue, 20 Jan 1998 17:06:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24622 for ; Tue, 20 Jan 1998 17:05:51 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id RAA05235 for ; Tue, 20 Jan 1998 17:05:27 -0800 (PST) Date: Tue, 20 Jan 1998 17:05:27 -0800 (PST) From: Shawn Ramsey To: questions@FreeBSD.ORG Subject: Boca 16? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have configured a Boca 16 port board, and have tried connecting a DSU to most of the ports. I get massive character loss, and errors of the console of silo overflows. I have options COM_MULTIPORT in my kernel config file as well as the following: device sio2 at isa? port 0x100 tty flags 0x1005 device sio3 at isa? port 0x108 tty flags 0x1005 device sio4 at isa? port 0x110 tty flags 0x1005 device sio5 at isa? port 0x118 tty flags 0x1005 device sio6 at isa? port 0x120 tty flags 0x1005 device sio7 at isa? port 0x128 tty flags 0x1005 device sio8 at isa? port 0x130 tty flags 0x1005 device sio9 at isa? port 0x138 tty flags 0x1005 device sio10 at isa? port 0x140 tty flags 0x1005 device sio11 at isa? port 0x148 tty flags 0x1005 device sio12 at isa? port 0x150 tty flags 0x1005 device sio13 at isa? port 0x158 tty flags 0x1005 device sio14 at isa? port 0x160 tty flags 0x1005 device sio15 at isa? port 0x168 tty flags 0x1005 device sio16 at isa? port 0x170 tty flags 0x1005 device sio17 at isa? port 0x178 tty flags 0x1005 irq 12 vector siointr These are the types of errors I am getting : sio2: 11 more silo overflows (total 11) sio2: 11 more silo overflows (total 22) sio2: 11 more silo overflows (total 33) sio2: 12 more silo overflows (total 45) sio2: 11 more silo overflows (total 56) sio2: 11 more silo overflows (total 67) sio2: 11 more silo overflows (total 78) sio2: 11 more silo overflows (total 89) sio2: 5 more silo overflows (total 94) sio2: 7 more silo overflows (total 101) sio2: 11 more silo overflows (total 112) sio2: 12 more silo overflows (total 124) sio2: 11 more silo overflows (total 135) sio2: 11 more silo overflows (total 146) sio2: 11 more silo overflows (total 157) The port is only set at 19.2... any ideas? I am running version 2.2.5. Thanks. From owner-freebsd-questions Tue Jan 20 17:19:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25852 for questions-outgoing; Tue, 20 Jan 1998 17:19:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25845 for ; Tue, 20 Jan 1998 17:19:17 -0800 (PST) (envelope-from vagner@ti.com) Received: from tilde.csc.ti.com ([157.170.1.149]) by tower.ti.com (8.8.8) with ESMTP id TAA16198 for ; Tue, 20 Jan 1998 19:18:47 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id TAA19073 for ; Tue, 20 Jan 1998 19:18:46 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id TAA18388 for ; Tue, 20 Jan 1998 19:18:45 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id TAA29874 for ; Tue, 20 Jan 1998 19:18:45 -0600 (CST) Date: Tue, 20 Jan 1998 19:18:45 -0600 (CST) Message-Id: <199801210118.TAA29874@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Subject: cvsup problem? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I cvsupped last night and tried to build a new kernel today, but i get an error message. details: # config newkernel files.i386: i386/isa/npx.c must be optional or standard maybe i have to edit files.i386 and fix something??? any ideas? sorry i forgot to add a subject line in previous post. Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Tue Jan 20 17:19:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25887 for questions-outgoing; Tue, 20 Jan 1998 17:19:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25860 for ; Tue, 20 Jan 1998 17:19:28 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: from speedy.pcscons.net (oak-port964.jps.net [209.142.31.230]) by dry.jps.net (8.8.5/8.8.5) with SMTP id RAA21211; Tue, 20 Jan 1998 17:18:22 -0800 (PST) Message-Id: <3.0.3.32.19980120171841.00778b38@mail.jps.net> X-Sender: ludwigp@mail.jps.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 20 Jan 1998 17:18:41 -0800 To: Frank Griffith , questions@FreeBSD.ORG From: Ludwig Pummer Subject: Re: your mail In-Reply-To: <01BD25CB.31F0DEE0@dal29-24.ppp.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 12:02 PM 1/20/98 -0600, Frank Griffith wrote: >I want to use my now functioning FreeBSD machine as a getway to >the internet for some Windows 95 machines which are hooked up >to it via ethernet cards and some BNC cable. So, if I go to the >FreeBSD box and make a PPP connection with my ISP, can >I now go to the Windows 95 machine and set the Internet >browser to use 192.168.0.1 (my FreeBSD unit's IP) as the >proxy server? That seem oversimplified now that I spell it >out. But can it be that simple? You can make it that simple, if you get squid and install it on your FreeBSD machine. However, if you want your Win95 machines to have full internet access: Have ppp run with -alias. You need to set gateway_enable="YES" on the FreeBSD machine in rc.conf. Your Win95 machines need to be set up to use 192.168.0.1 as their gateway, in the Network / TCP/IP part of Control Panel, as well as specifying the ISP's DNS servers in the DNS setup. http://www.freebsd.org/tutorials/ppp/ppp.html has a nice step-by-step description for how to do exactly what you want to do. --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Tue Jan 20 17:25:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26545 for questions-outgoing; Tue, 20 Jan 1998 17:25:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chong.ihug.co.nz (root@chong.ihug.co.nz [203.29.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26532 for ; Tue, 20 Jan 1998 17:25:30 -0800 (PST) (envelope-from marki@ihug.co.nz) Received: from myname.my.domain (p28-max33.auck.ihug.co.nz [209.76.149.156]) by chong.ihug.co.nz (8.8.8/8.8.8) with SMTP id OAA00888; Wed, 21 Jan 1998 14:21:37 +1300 Message-ID: <34C54D9D.41C67EA6@ihug.co.nz> Date: Wed, 21 Jan 1998 14:21:33 +1300 From: Mark Ibell X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Henry Hojnacki CC: freebsd-questions@FreeBSD.ORG Subject: Re: Laplink connection References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Henry Hojnacki wrote: > > Greetings! > > I have been investigating using a laplink cable to connect two of my PC systems, both running > FreeBSD-2.1. I have searched through man of the docs and man pages, and still have not got > a clue if this is even possible. It is mentioned in the install README that it can be done. > > The closest guess I have is to use pppd, with the device as /dev/lp0 or similar. The > documentation seems to imply that a serial line is required though. > > Can you please point me in the correct direction on where to look for how to do this? If you > have to tell me outright how to do it, OK, but that takes some of the fun out of it! :-) > > Thank you for any help you can provide! > Due to your mention of pppd I assume you mainly want to use one machine as a gateway to the internet for the other one. For this purpose a laplink cable works fine. Should you wish to transfer a significant volume of files, all I can say is that you should expect some problems. Like automatic rebooting due to page faults and such. It appears that the lp0 driver is not that robust. I ended up buying a couple of NE2000 isa cheapies. That out of the way, here's a hint or two. (i) ifconfig both machines to bring up the lp0 interface (ii) configure one machine as a gateway, and set the other one up to use this one as a default route. Hope this helps, Mark From owner-freebsd-questions Tue Jan 20 17:38:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27866 for questions-outgoing; Tue, 20 Jan 1998 17:38:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27728 for ; Tue, 20 Jan 1998 17:37:32 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA09450; Wed, 21 Jan 1998 12:07:19 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA04784; Wed, 21 Jan 1998 12:07:18 +1030 (CST) (envelope-from grog) Message-ID: <19980121120717.28050@lemis.com> Date: Wed, 21 Jan 1998 12:07:17 +1030 From: Greg Lehey To: George Vagner Cc: questions@FreeBSD.ORG Subject: Kernel config (was: no subject) References: <199801210043.SAA27691@epcot.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801210043.SAA27691@epcot.spdc.ti.com>; from George Vagner on Tue, Jan 20, 1998 at 06:43:47PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 06:43:47PM -0600, George Vagner wrote: > I cvsupped last night and tried to build a new kernel today, but i get an > error message. > > details: > > # config newkernel > files.i386: i386/isa/npx.c must be optional or standard > > maybe i have to edit files.i386 and fix something??? > > any ideas? 1. Put a Subject: line in your mail so that people will see it. 2. Rebuild config and try again. Greg From owner-freebsd-questions Tue Jan 20 19:02:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04147 for questions-outgoing; Tue, 20 Jan 1998 19:02:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03965 for ; Tue, 20 Jan 1998 19:00:12 -0800 (PST) (envelope-from b8hovn@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id WAA22417 for ; Tue, 20 Jan 1998 22:01:53 -0500 (EST) Received: from mahler (mgiannin.campus.vt.edu [198.82.87.68]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id VAA23567 for ; Tue, 20 Jan 1998 21:59:53 -0500 (EST) Reply-To: "Matthew Giannini" From: "Matthew Giannini" To: Subject: Re: Ethernet Card compatability Date: Tue, 20 Jan 1998 21:56:12 -0500 Message-ID: <01bd2618$222088b0$445752c6@mahler.campus.vt.edu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01BD25EE.394A80B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0023_01BD25EE.394A80B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is the 3COM 3C905-TX PCI 10/100BASE-TX card supported in freeBSD 2.2.5? Matthew Giannini <>< b8hovn@vt.edu (or more obscurely (optimus.prime@vt.edu) -- "It's no measure of health to be well adjusted to a profoundly sick = society." Krishnamurti 1895-1986 -- ------=_NextPart_000_0023_01BD25EE.394A80B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is the 3COM 3C905-TX = PCI=20 10/100BASE-TX card supported in freeBSD 2.2.5?
 
Matthew=20 Giannini           = ;=20 <><
b8hovn@vt.edu (or = more=20 obscurely (optimus.prime@vt.edu)
--
&= quot;It's=20 no measure of health to be well adjusted to a profoundly sick=20 society."
Krishnamurti=20 1895-1986
--
 
------=_NextPart_000_0023_01BD25EE.394A80B0-- From owner-freebsd-questions Tue Jan 20 19:08:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04433 for questions-outgoing; Tue, 20 Jan 1998 19:08:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04389 for ; Tue, 20 Jan 1998 19:07:19 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal26-04.ppp.iadfw.net (dal26-04.ppp.iadfw.net [204.178.75.38]) by idfw.com (8.8.5) id UAA13627; Tue, 20 Jan 1998 20:07:10 -0700 (MST) Received: by dal26-04.ppp.iadfw.net with Microsoft Mail id <01BD25E7.84323D40@dal26-04.ppp.iadfw.net>; Tue, 20 Jan 1998 21:08:12 -0600 Message-ID: <01BD25E7.84323D40@dal26-04.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Using FreeBSD as Internet Gateway for Windows 95 computers Date: Tue, 20 Jan 1998 21:07:47 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----Original Message----- From: Frank Griffith [SMTP:frankg@idfw.com] Sent: Tuesday, January 20, 1998 9:04 PM To: 'Ludwig Pummer' Subject: RE: your mail -----Original Message----- From: Ludwig Pummer [SMTP:ludwigp@bigfoot.com] Sent: Tuesday, January 20, 1998 7:19 PM To: Frank Griffith; questions@freebsd.org Subject: Re: your mail At 12:02 PM 1/20/98 -0600, Frank Griffith wrote: >I want to use my now functioning FreeBSD machine as a getway to >the internet for some Windows 95 machines which are hooked up >to it via ethernet cards and some BNC cable. So, if I go to the >FreeBSD box and make a PPP connection with my ISP, can >I now go to the Windows 95 machine and set the Internet >browser to use 192.168.0.1 (my FreeBSD unit's IP) as the >proxy server? That seem oversimplified now that I spell it >out. But can it be that simple? You can make it that simple, if you get squid and install it on your FreeBSD machine. However, if you want your Win95 machines to have full internet access: [Frank Griffith FOLLOW-UP QUESTION] Okay, cool. I went through the ppp.html many times in the last few nights and think I have all that covered. The Windows 95 machine has been set to use 192.168.0.1 as its gateway, my ISP's primary and secondary IPs have been set on the DNS part of the TCP/IP for the NIC. I also double checked the gateway_enable="YES" in the rc.conf. Now with all that said, do I still need a proxy server program running at the FreeBSD box? I assume squid is just such a program. I was actually under the impression that the FreeBSD machine would just route the requests from the browsers to the ISP. Thanks for your reply. I think I'm about to get this FreeBSD stuff! Have ppp run with -alias. You need to set gateway_enable="YES" on the FreeBSD machine in rc.conf. Your Win95 machines need to be set up to use 192.168.0.1 as their gateway, in the Network / TCP/IP part of Control Panel, as well as specifying the ISP's DNS servers in the DNS setup. http://www.freebsd.org/tutorials/ppp/ppp.html has a nice step-by-step description for how to do exactly what you want to do. --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Tue Jan 20 19:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05079 for questions-outgoing; Tue, 20 Jan 1998 19:18:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05026 for ; Tue, 20 Jan 1998 19:17:57 -0800 (PST) (envelope-from font@Mars.mcs.net) Received: from Mars.mcs.net (font@Mars.mcs.net [192.160.127.85]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id VAA18430 for ; Tue, 20 Jan 1998 21:17:58 -0600 (CST) Received: from localhost (font@localhost) by Mars.mcs.net (8.8.7/8.8.2) with SMTP id VAA14643 for ; Tue, 20 Jan 1998 21:17:57 -0600 (CST) Date: Tue, 20 Jan 1998 21:17:57 -0600 (CST) From: Font To: questions@FreeBSD.ORG Subject: netatalk and ddp_route: still have no valid route Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've just upgraded a machine from 2.2.2-R to 2.2-980119-SNAP, and have remade the kernel with the NETATALK option enabled. During bootup, after ifconfig'ing but before rc.atalk is run, I get the bold/bright error message ddp_route: still have no valid route twice. Where it shows up is not consistent other than as described above. After rc.atalk completes, accesses from Macintoshes works fine (haven't tried printing yet, but disk mounts are just fine). Since it works, I probably shouldn't be too worried, but in the odd case that I'm doing something odd that I shouldn't be, I thought I'd ask the list. Are there any gotchas of which I am unaware? A nearly identical configuration was fine under 2.2.2-R; I've upgraded this one to keep somewhat in line with the rest of my servers, running 2.2.5-R. A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. From owner-freebsd-questions Tue Jan 20 19:41:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06708 for questions-outgoing; Tue, 20 Jan 1998 19:41:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06692 for ; Tue, 20 Jan 1998 19:41:10 -0800 (PST) (envelope-from chicheng@ibm.net) From: chicheng@ibm.net Received: from nova (slip129-37-205-174.in.us.ibm.net [129.37.205.174]) by out4.ibm.net (8.8.5/8.6.9) with SMTP id DAA13800 for ; Wed, 21 Jan 1998 03:41:09 GMT Message-ID: <34C56F79.7766@ibm.net> Date: Tue, 20 Jan 1998 22:46:01 -0500 Reply-To: chicheng@ibm.net X-Mailer: Mozilla 3.02 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: DSVD modem? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The DSVD modem is incompatable with Linux, is it supported by FreeBSD? From owner-freebsd-questions Tue Jan 20 19:45:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06998 for questions-outgoing; Tue, 20 Jan 1998 19:45:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inner.cortx.com (inner.cortx.com [207.207.221.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06988 for ; Tue, 20 Jan 1998 19:45:34 -0800 (PST) (envelope-from costa@cortx.com) Received: from cman (cman.cortx.com [207.207.221.12]) by inner.cortx.com (8.8.5/8.8.6) with SMTP id WAA20182 for ; Tue, 20 Jan 1998 22:52:02 -0500 (EST) From: "Costa Morris" To: Subject: keyboard errors Date: Tue, 20 Jan 1998 22:50:57 -0500 Message-ID: <01bd261f$c7e1fd40$0cddcfcf@cman.cortx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have 3 machines attached to a switch box so i can share a monitor and keyboard. i don't have any probs with the setup but occasionally i get locked out from one system via the virtual consoles. i can type, but i get characters like hearts and pi signs. after a reboot,everything is back to normal. i also can't switch between the consoles when this happens. i'm running 2.2.5 i can telnet in with no prob. please advise! -costa From owner-freebsd-questions Tue Jan 20 19:52:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07485 for questions-outgoing; Tue, 20 Jan 1998 19:52:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from candy.micro-net.net (candy.micro-net.net [207.182.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07471 for ; Tue, 20 Jan 1998 19:52:12 -0800 (PST) (envelope-from salama@micro-net.com) Received: from micro-net.com (ip188.syracuse2.ny.pub-ip.psi.net [38.26.100.188]) by candy.micro-net.net with ESMTP id WAA07463 for ; Tue, 20 Jan 1998 22:52:01 -0500 (EST) Message-ID: <34C570C2.9EA05A22@micro-net.com> Date: Tue, 20 Jan 1998 22:51:31 -0500 From: Assem Salama X-Mailer: Mozilla 4.02 [en]C-DIAL (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: wine Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does anybody know how to use Wine (MS-WIN 3.11, MS-WIN95, WIN NT emulator for XWindow). When ever I run it, it gives me a bus error. I modified the kernel and recompiled with the new option but it still doesn't work. Any help would be appreciated. Thanks, Assem Salama From owner-freebsd-questions Tue Jan 20 20:24:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09475 for questions-outgoing; Tue, 20 Jan 1998 20:24:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ubox.microline.org ([207.173.132.199]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09434 for ; Tue, 20 Jan 1998 20:24:11 -0800 (PST) (envelope-from sproctor@ubox.microline.org) Received: from localhost (sproctor@localhost) by ubox.microline.org (8.8.8/8.8.5) with SMTP id UAA05033 for ; Tue, 20 Jan 1998 20:28:40 GMT Date: Tue, 20 Jan 1998 20:28:31 +0000 (GMT) From: Steve Proctor To: freebsd-questions@FreeBSD.ORG Subject: Hercules Monitor Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a generic Hercules card and a mono monitor. All looks great, even the proper highlighting. BUT I have no cursor!!! Any ideas how to get a Cursor with a mono/hercules setup? From owner-freebsd-questions Tue Jan 20 20:53:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11241 for questions-outgoing; Tue, 20 Jan 1998 20:53:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11233 for ; Tue, 20 Jan 1998 20:53:06 -0800 (PST) (envelope-from panda@peace.com.my) Received: from lovebox ([202.184.153.99]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id MAA15894; Wed, 21 Jan 1998 12:38:40 +0800 (SGT) Date: Wed, 21 Jan 1998 12:38:40 +0800 (SGT) Message-Id: <3.0.32.19980121124540.0095a970@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: "Costa Morris" , From: chas Subject: Re: keyboard errors Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I had a similar problem just last week but assumed it was due to my cheapo, locally-made switch. I did notice that this occured whenever the switch was turned off and on in order to connect another machine to the switch. However it turned out not to be act of adding machines but turning the switch on and off. So, I switched all the servers off, turned the switch off and on, restarted the servers and haven't turned the switch off since... all works fine. (using FBSD 2.1.7) May be different with your switch but worth a try if you haven't already done it. (Either that or sacrifice a chicken... it's all voodoo) Good luck ! (i was really fed up with it at one stage) chas >I have 3 machines attached to a switch box so i can share a monitor and >keyboard. i don't have any probs with the setup but occasionally i get >locked out from one system via the virtual consoles. i can type, but i get >characters like hearts and pi signs. after a reboot,everything is back to >normal. > >i also can't switch between the consoles when this happens. i'm running >2.2.5 > >i can telnet in with no prob. > >please advise! > >-costa > > > From owner-freebsd-questions Tue Jan 20 20:53:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11287 for questions-outgoing; Tue, 20 Jan 1998 20:53:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11276 for ; Tue, 20 Jan 1998 20:53:28 -0800 (PST) (envelope-from durham@w2xo.pgh.pa.us) Received: (from durham@localhost) by w2xo.pgh.pa.us (8.8.8/8.8.8) id XAA00753; Tue, 20 Jan 1998 23:51:58 -0500 (EST) (envelope-from durham) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 20 Jan 1998 23:51:58 -0500 (EST) Organization: Dis- From: Jim Durham To: Henry Hojnacki Subject: RE: Laplink connection Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 20-Jan-98 Henry Hojnacki wrote: > Greetings! > > I have been investigating using a laplink cable to connect two of my PC > systems, both running > FreeBSD-2.1. I have searched through man of the docs and man pages, and > still have not got > a clue if this is even possible. It is mentioned in the install README that > it can be done. > > If you have a tcp/ip capable parallel port, it will say so during the boot messages. IE; lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface The network device is therefore called "lp0:", as opposed to the printer device, which is "lpt0". You need to set it up as any other network device. ifconfig lp0 address destination netmask,, etc.... It works just fine.. I do this between my laptop and my desktop. If you turn on gatewaying on a machine connected to the net and do your routing correctly, you can even have the "laplinked" machine "on the net". regards, Jim Durham Jim Durham From owner-freebsd-questions Tue Jan 20 21:10:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12298 for questions-outgoing; Tue, 20 Jan 1998 21:10:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12285 for ; Tue, 20 Jan 1998 21:10:25 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: from tilde.csc.ti.com ([157.170.1.149]) by tower.ti.com (8.8.8) with ESMTP id XAA26798; Tue, 20 Jan 1998 23:09:12 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id XAA09218; Tue, 20 Jan 1998 23:09:11 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id XAA29093; Tue, 20 Jan 1998 23:09:10 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id XAA10551; Tue, 20 Jan 1998 23:09:09 -0600 (CST) Date: Tue, 20 Jan 1998 23:09:09 -0600 (CST) Message-Id: <199801210509.XAA10551@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Subject: kernel make Cc: grog@lemis.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greg that fixed the previous problem with doing the config! thanks I tried to do a make on the last cvsupped files and i get this now. now I am really stuck, does anyone know why this stopped compiling? do i need to do a make clean or something after cvsupping? cause i didnt. cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DFAILSAFE -DNFS -DFFS -DKERNEL -include opt_global.h . ./../pci/bt9xx.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DFAILSAFE -DNFS -DFFS -DKERNEL -include opt_global.h . ./../pci/if_de.c ../../pci/if_de.c: In function `tulip_addr_filter': ../../pci/if_de.c:3038: storage size of `step' isn't known ../../pci/if_de.c:3096: warning: implicit declaration of function `ETHER_FIRST_M ULTI' ../../pci/if_de.c:3098: dereferencing pointer to incomplete type ../../pci/if_de.c:3098: dereferencing pointer to incomplete type ../../pci/if_de.c:3099: dereferencing pointer to incomplete type ../../pci/if_de.c:3106: warning: implicit declaration of function `ETHER_NEXT_MU LTI' ../../pci/if_de.c:3147: dereferencing pointer to incomplete type ../../pci/if_de.c:3147: dereferencing pointer to incomplete type ../../pci/if_de.c:3148: dereferencing pointer to incomplete type ../../pci/if_de.c:3149: dereferencing pointer to incomplete type ../../pci/if_de.c:3150: dereferencing pointer to incomplete type ../../pci/if_de.c: In function `tulip_ifioctl': ../../pci/if_de.c:4475: warning: implicit declaration of function `ether_addmult i' ../../pci/if_de.c:4477: warning: implicit declaration of function `ether_delmult i' ../../pci/if_de.c: In function `tulip_pci_attach': ../../pci/if_de.c:5239: request for member `cfg1' in something not a structure o r union ../../pci/if_de.c:5239: request for member `cfg1' in something not a structure o r union *** Error code 1 Stop. # Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Tue Jan 20 21:10:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12343 for questions-outgoing; Tue, 20 Jan 1998 21:10:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry2.jps.net (dry2.jps.net [208.25.63.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12331 for ; Tue, 20 Jan 1998 21:10:49 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: from speedy.pcscons.net (oak-port964.jps.net [209.142.31.230]) by dry2.jps.net (8.8.5/8.8.5) with SMTP id VAA25832; Tue, 20 Jan 1998 21:10:37 -0800 (PST) Message-Id: <3.0.3.32.19980120210855.0070a440@mail.jps.net> X-Sender: ludwigp@mail.jps.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 20 Jan 1998 21:08:55 -0800 To: "Brian Wehrle (Volt Computer)" , "'questions@freebsd.org'" From: Ludwig Pummer Subject: Re: Problem with laptop. In-Reply-To: <3.0.3.32.19980120002051.0070eec8@mail.jps.net> References: <2F2DC5CE035DD1118C8E00805FFE354C516602@red-msg-56.dns.micr osoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 12:20 AM 1/20/98 -0800, Ludwig Pummer wrote: >1. tell FreeBSD to use a serial console (-s ?) it's -h --Ludwig Pummer ------------------------------------------------------------------ ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org PGP Key & Geek Code available on web page From owner-freebsd-questions Tue Jan 20 21:12:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12484 for questions-outgoing; Tue, 20 Jan 1998 21:12:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12472 for ; Tue, 20 Jan 1998 21:12:55 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: from tilde.csc.ti.com ([157.170.1.149]) by tower.ti.com (8.8.8) with ESMTP id XAA27529 for ; Tue, 20 Jan 1998 23:12:25 -0600 (CST) Received: from spdc.ti.com (ox.spdc.ti.com [192.226.26.51]) by tilde.csc.ti.com (8.8.8/8.8.8) with ESMTP id XAA09830 for ; Tue, 20 Jan 1998 23:12:23 -0600 (CST) Received: from epcot.spdc.ti.com (epcot [192.226.26.53]) by spdc.ti.com (8.8.5/8.8.5) with ESMTP id XAA29398 for ; Tue, 20 Jan 1998 23:12:22 -0600 (CST) Received: from vagnernt (dhcp22-158.spdc.ti.com [192.226.22.158]) by epcot.spdc.ti.com (8.8.8/8.8.8) with SMTP id XAA10652 for ; Tue, 20 Jan 1998 23:12:22 -0600 (CST) Date: Tue, 20 Jan 1998 23:12:22 -0600 (CST) Message-Id: <199801210512.XAA10652@epcot.spdc.ti.com> X-Sender: vagner@epcot.spdc.ti.com 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: George Vagner Subject: preposterous process id Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk here is another message i am getting, and my ppp.log files are not being logged. I think this has something to do with it. anyone know how to fix this. Message 16/16 Cron Daemon Jan 20, 98 09:00:02 am -0600 Date: Tue, 20 Jan 1998 09:00:02 -0600 (CST) To: root Subject: Cron /usr/sbin/newsyslog X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: newsyslog: preposterous process number: 0 Command ('i' to return to index): Laszlo Vagner Texas Instruments Email:vagner@NOSPAM.ti.com Pg. 598-5217 Wk. 995-4297 From owner-freebsd-questions Tue Jan 20 21:19:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12995 for questions-outgoing; Tue, 20 Jan 1998 21:19:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ptialaska.net (husky.ptialaska.net [198.70.245.245]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12984 for ; Tue, 20 Jan 1998 21:19:18 -0800 (PST) (envelope-from un_x@hotmail.com) From: un_x@hotmail.com Received: from www.isp.net (hoopty.anchorage.ptialaska.net [198.70.228.232] (may be forged)) by ptialaska.net (8.8.8/8.8.8) with SMTP id UAA25136 for ; Tue, 20 Jan 1998 20:18:59 -0900 (AKST) Date: Tue, 20 Jan 1998 21:34:41 -0900 (AKST) X-Sender: root@www.isp.net To: questions@FreeBSD.ORG Subject: cyclades Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk are there devices to be made for the cyclades Yo 8 port cards? as far as FBSD goes, the manual merely states that the card can be enabled in a freebsd kernel. i see no "cy" in the /dev/M* files, but need a device to enter into my ppp ifconfigs. thank you. From owner-freebsd-questions Tue Jan 20 21:35:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13877 for questions-outgoing; Tue, 20 Jan 1998 21:35:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ninbsdbox.dyn.ml.org (host77-64.airnet.net [209.64.77.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13859 for ; Tue, 20 Jan 1998 21:35:17 -0800 (PST) (envelope-from kris@ninbsdbox.dyn.ml.org) Received: from ninbsdbox.dyn.ml.org (localhost.dyn.ml.org [127.0.0.1]) by ninbsdbox.dyn.ml.org (8.8.7/8.8.5) with ESMTP id XAA00295; Tue, 20 Jan 1998 23:34:26 -0600 (CST) Message-ID: <34C588E2.6364DEC3@ninbsdbox.dyn.ml.org> Date: Tue, 20 Jan 1998 23:34:26 -0600 From: Kris Kirby Reply-To: kris@airnet.net Organization: Absolutely None! X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: efinley@castlenet.com CC: freebsd-questions@FreeBSD.ORG Subject: Re: detecting a PCI NE2000 compatible card References: <34c5315c.23388061@castlenet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Elliot Finley wrote: > > Hello, > I have a PCI NE2000 compatible NIC installed in my 2.2-stable > box, but it doesn't seem to detect it. I have 'device ed0' in the > kernel config file, but I don't end up with a ed0 device when I boot. > > Also, what is 'lp0'? > > dmesg | grep lp0 says 'lp0: TCP/IP capable interface'.... this isn't > the loopback device is it? isn't the loopback device lo0? I probably should be doing this but... lp0 is the TCP/IP over parallel port interface. I believe it was designed to facilitate FBSD installation over the parallel port, which is *much* faster than 115K serial link. Don't worry about it. Most people don't mess with it. Unless they need it. As for the PCI NE2000, I have found that not putting in the 'controller pci' line will kill the probe for a PCI NIC. Don't forget your ed0 line too. Without that, no ethernet! I have found that if you compile in the ed0 and ed1 with the disable in the line, like this: device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? disable port 0x300 net irq 5 iomem 0xd8000 vector edintr That when you switch to kernel.GENERIC for some unsightly system failure/operator error [the latter more prevalent here], your rc.conf is ready and you don't have to reconfig. In Other Words, you have ethernet without having to kernel -s and edit rc.conf. Great time saver. Note: no ed2 line is required. It usually finds it: ed2 rev 0 int a irq 9 on pci0:17 ed2: address 00:40:05:4d:11:af, type NE2000 (16 bit) Best of luck. Oops, almost forgot. If the PCI card is PnP, and your BIOS supports PnP, go and add an interrupt line to the PnP config if you aren't running all PnP [that's the default]. That's how I tied the NIC to IRQ 2/9 instead of 3. Don't know about you, but I need those sios. -- Kris Kirby ------------------------------------------- A Person is smart. People are dumb, panicky, dangerous animals and you know it. -- Kay, in MiB, copyright Sony Pictures Imageworks From owner-freebsd-questions Tue Jan 20 21:39:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14153 for questions-outgoing; Tue, 20 Jan 1998 21:39:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lites.lvdi.net (lites.lvdi.net [208.129.21.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14146 for ; Tue, 20 Jan 1998 21:38:54 -0800 (PST) (envelope-from shanmin@lvdi.net) Received: from lvdi.net (usr4-ppp37.lvdi.net [208.224.226.206]) by lites.lvdi.net (8.8.7/8.7.3) with SMTP id VAA17380 for ; Tue, 20 Jan 1998 21:33:46 -0800 (PST) Message-ID: <34C58A3D.167EB0E7@lvdi.net> Date: Tue, 20 Jan 1998 21:40:13 -0800 From: Shan-Min Chao X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Some simple FreeBSD questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello! Once again, I would like some help. Can anyone tell me which file user account information is located in? For example, if I wanted to edit the login shell for a certain user, what should I do? I tried to edit the /etc/passwd file, but it doesn't seem to change anything. I even tried the /etc/master.passwd. If these don't work, why are they here to begin with? Second of all, what is the difference between .profile, .login, and .cshrc? Third of all, I know there is a C++ compiler on FreeBSD called c++. Where are the include files for the c++ (not the cc) compiler? I know the ones for the cc are in /etc/include. But there is no iostream.h in there! Fourth of all, would it cause any adverse effects if I deleted the /usr/ports directory? Last but not least, do you guys know how to set any preferences for the ppp dialer? I mean, every time I finish dialing, I have to do the following commands: "add 0 0 HISADDR" and "set timeout 0". Any ideas how to make the ppp set this up by itself so that I don't have to type it in every time? Well, that's it for now! Thank you very much for your help. You guys have no idea how helpful this freebsd question mailer is. Thank you for taking your time to read this letter! From owner-freebsd-questions Tue Jan 20 21:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14563 for questions-outgoing; Tue, 20 Jan 1998 21:46:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gw.city.yar.ru (cityhall-r.yars.free.net [193.233.48.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14551 for ; Tue, 20 Jan 1998 21:46:47 -0800 (PST) (envelope-from gw.city.yar.ru!rma) Received: from city1 by gw.city.yar.ru with SMTP id IAA08685; (8.8.4/vak/1.9) Wed, 21 Jan 1998 08:48:44 +0300 (MSK) Message-ID: <000d01bd262f$e8c53a80$1231e9c1@city1.city.yar.ru> From: "Mihail Af. Rybnikov" To: Subject: Req: FreeBSD & Smart Array Controller on Compaq server Date: Wed, 21 Jan 1998 08:46:23 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello . 1) May i to install FreeBSD on Compaq Server ? 2) May i to install FreeBSD on Compaq Server, useng Smart Array Controller, to RAID 5 mode ? Bye. Mihail Af. Rybnikov System LAN administrator rma@gw.city.yar.ru From owner-freebsd-questions Tue Jan 20 21:53:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15095 for questions-outgoing; Tue, 20 Jan 1998 21:53:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15072 for ; Tue, 20 Jan 1998 21:53:02 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip65.castlenet.com (sfiction@ip65.castlenet.com [209.63.23.65]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id XAA18242; Tue, 20 Jan 1998 23:00:03 GMT From: efinley@castlenet.com (Elliot Finley) To: kris@airnet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: detecting a PCI NE2000 compatible card Date: Wed, 21 Jan 1998 05:57:20 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c78df0.47091617@castlenet.com> References: <34c5315c.23388061@castlenet.com> <34C588E2.6364DEC3@ninbsdbox.dyn.ml.org> In-Reply-To: <34C588E2.6364DEC3@ninbsdbox.dyn.ml.org> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id VAA15084 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998 23:34:26 -0600, you wrote: I pulled out the RealTek 8129, and put in my RealTek 8029 and it works... Maybe a new probe is in order? >Elliot Finley wrote: >> >> Hello, >> I have a PCI NE2000 compatible NIC installed in my 2.2-stable >> box, but it doesn't seem to detect it. I have 'device ed0' in the >> kernel config file, but I don't end up with a ed0 device when I boot. >> >> Also, what is 'lp0'? >> >> dmesg | grep lp0 says 'lp0: TCP/IP capable interface'.... this isn't >> the loopback device is it? isn't the loopback device lo0? > >I probably should be doing this but... lp0 is the TCP/IP over parallel >port interface. I believe it was designed to facilitate FBSD >installation over the parallel port, which is *much* faster than 115K >serial link. Don't worry about it. Most people don't mess with it. >Unless they need it. As for the PCI NE2000, I have found that not >putting in the 'controller pci' line will kill the probe for a PCI NIC. >Don't forget your ed0 line too. Without that, no ethernet! I have found >that if you compile in the ed0 and ed1 with the disable in the line, >like this: > >device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector >edintr >device ed1 at isa? disable port 0x300 net irq 5 iomem 0xd8000 vector >edintr > >That when you switch to kernel.GENERIC for some unsightly system >failure/operator error [the latter more prevalent here], your rc.conf is >ready and you don't have to reconfig. In Other Words, you have ethernet >without having to kernel -s and edit rc.conf. Great time saver. Note: no >ed2 line is required. It usually finds it: > >ed2 rev 0 int a irq 9 on pci0:17 >ed2: address 00:40:05:4d:11:af, type NE2000 (16 bit) > >Best of luck. Oops, almost forgot. If the PCI card is PnP, and your BIOS >supports PnP, go and add an interrupt line to the PnP config if you >aren't running all PnP [that's the default]. That's how I tied the NIC >to IRQ 2/9 instead of 3. Don't know about you, but I need those sios. -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Tue Jan 20 21:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15387 for questions-outgoing; Tue, 20 Jan 1998 21:57:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from healy.dpac.tas.gov.au (healy.dpac.tas.gov.au [147.109.154.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15374 for ; Tue, 20 Jan 1998 21:56:56 -0800 (PST) (envelope-from C.Nairn@dpac.tas.gov.au) Received: from pc0123 (pc0123.dpac.tas.gov.au [147.109.150.123]) by healy.dpac.tas.gov.au (8.8.7/DPACV8) with SMTP id QAA23148 for ; Wed, 21 Jan 1998 16:55:48 +1100 (EST) Message-Id: <3.0.1.32.19980121165624.0099b9f0@mailroom.dpac.tas.gov.au> X-Sender: cpn@mailroom.dpac.tas.gov.au X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Wed, 21 Jan 1998 16:56:24 +1100 To: questions@FreeBSD.ORG From: Carey Nairn Subject: problem with squid Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi guys, I have been having some difficulties with squid-1.1.20 (and earlier versions) which have had little response from the squid-users mailing list. The situation is as follows: I have a FreeBSD-2.2.5 box connected via PPP to a provider. The BSD box runs mail, http and squid for a small office of about 4-6 Win95 machines. Squid is configured to use the ISP's squid cache as a parent. When accessing cgi URL's I consistently get the following error: (114) Operation already in progress. If the win95 machines configure the proxies in their browsers to look directly at the ISP's squid, the requests always succeed. Any ideas on how to fix this? cheers Carey Nairn Carey Nairn Mailto:C.Nairn@dpac.tas.gov.au Information Systems Branch Phone: (03) 6233 2976 Dept of Premier & Cabinet Fax: (03) 6224 3174 GPO Box 123b Hobart, Tasmania 7001 AUSTRALIA _________________________________________________________________________ From owner-freebsd-questions Tue Jan 20 21:59:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15546 for questions-outgoing; Tue, 20 Jan 1998 21:59:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15513; Tue, 20 Jan 1998 21:58:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id QAA09669; Wed, 21 Jan 1998 16:28:29 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id QAA08184; Wed, 21 Jan 1998 16:28:28 +1030 (CST) (envelope-from grog) Message-ID: <19980121162827.41222@lemis.com> Date: Wed, 21 Jan 1998 16:28:27 +1030 From: Greg Lehey To: George Vagner Cc: questions@FreeBSD.ORG, FreeBSD current users Subject: Re: kernel make^H^H^H^Hbreak References: <199801210509.XAA10551@epcot.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801210509.XAA10551@epcot.spdc.ti.com>; from George Vagner on Tue, Jan 20, 1998 at 11:09:09PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 11:09:09PM -0600, George Vagner wrote: > > Greg that fixed the previous problem with doing the config! thanks You're welcome. > I tried to do a make on the last cvsupped files and i get this now. > now I am really stuck, does anyone know why this stopped compiling? > do i need to do a make clean or something after cvsupping? cause i > didnt. > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. > ./.. -I../../../include -DFAILSAFE -DNFS -DFFS -DKERNEL -include opt_global.h . > ./../pci/bt9xx.c Although it's normally correct and polite to wrap long lines, this kind of output is an exception. It's easier to read when it looks exactly like it would on the screen--one long line. > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. > ./.. -I../../../include -DFAILSAFE -DNFS -DFFS -DKERNEL -include opt_global.h . > ./../pci/if_de.c > ../../pci/if_de.c: In function `tulip_addr_filter': > ../../pci/if_de.c:3038: storage size of `step' isn't known > ../../pci/if_de.c:3096: warning: implicit declaration of function `ETHER_FIRST_M > ULTI' > ../../pci/if_de.c:3098: dereferencing pointer to incomplete type > ../../pci/if_de.c:3098: dereferencing pointer to incomplete type > ../../pci/if_de.c:3099: dereferencing pointer to incomplete type > ../../pci/if_de.c:3106: warning: implicit declaration of function `ETHER_NEXT_MU > LTI' > ../../pci/if_de.c:3147: dereferencing pointer to incomplete type > ../../pci/if_de.c:3147: dereferencing pointer to incomplete type > ../../pci/if_de.c:3148: dereferencing pointer to incomplete type > ../../pci/if_de.c:3149: dereferencing pointer to incomplete type > ../../pci/if_de.c:3150: dereferencing pointer to incomplete type > ../../pci/if_de.c: In function `tulip_ifioctl': > ../../pci/if_de.c:4475: warning: implicit declaration of function `ether_addmult > i' > ../../pci/if_de.c:4477: warning: implicit declaration of function `ether_delmult > i' > ../../pci/if_de.c: In function `tulip_pci_attach': > ../../pci/if_de.c:5239: request for member `cfg1' in something not a structure o > r union > ../../pci/if_de.c:5239: request for member `cfg1' in something not a structure o > r union > *** Error code 1 > > Stop. 1. You've omitted a lot of information here. What are you making? Just the kernel? In that case, config will remove the entire build directory, which is a pretty radical 'make clean'. 2. Which version of FreeBSD are you making? In my last message I assumed -CURRENT. If that's the case you should, in principle, send messages to FreeBSD-current@FreeBSD.org. However, this problem doesn't really warrant a message yet. Running -CURRENT means you're pretty much on your own. See Mike Smith's document on this subject (ftp://ftp.lemis.com/pub/staying-current). 3. This particular one looks suspiciously like a broken source file in -CURRENT, since somebody else asked about checking out an earlier version of exactly this file today. See my reply to him, check out the previous version, and try again. Greg From owner-freebsd-questions Tue Jan 20 21:59:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15582 for questions-outgoing; Tue, 20 Jan 1998 21:59:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15541 for ; Tue, 20 Jan 1998 21:59:07 -0800 (PST) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id HAA25109 for ; Wed, 21 Jan 1998 07:28:47 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <34C5878E.167EB0E7@wired.ctech.ac.za> Date: Wed, 21 Jan 1998 07:28:46 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: xporting a DISPLAY to a 16bit X env Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi there ... Is there a way to export an app from one box to another where the resolution will be in 16 bits. I can only export the app to another box running in 8 bit mode. Or ... and this is a good one ;) ... can I run virtual consoles in different bit modes? Thanks for the help -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Tue Jan 20 22:01:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15812 for questions-outgoing; Tue, 20 Jan 1998 22:01:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (dal56-9.ppp.iadfw.net [206.66.1.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15801 for ; Tue, 20 Jan 1998 22:01:00 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from kf7nn@localhost) by mutsgo.dyn.ml.org (8.8.7/8.8.7) id XAA03492 for questions@freebsd.org; Tue, 20 Jan 1998 23:52:28 -0600 (CST) (envelope-from kf7nn) From: Laszlo Vagner Message-Id: <199801210552.XAA03492@mutsgo.dyn.ml.org> Subject: prompt To: questions@FreeBSD.ORG Date: Tue, 20 Jan 1998 23:52:27 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have been trying to figure out how to set my prompt for weeks but i just dont know the syntax. if i use the shell sh and i want my prompt to be something like hostname currentpath > IE: dopey /usr/local/etc > what do i edit and what do i put in there.??? tried various stuff in .login, .cshrc and .profile such as "`hostname` %l > " but it never changes from the $ prompt. looking at the handbook nothing seems to work. help anyone? From owner-freebsd-questions Tue Jan 20 22:05:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16224 for questions-outgoing; Tue, 20 Jan 1998 22:05:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16176 for ; Tue, 20 Jan 1998 22:04:42 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id QAA09676; Wed, 21 Jan 1998 16:34:40 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id QAA08217; Wed, 21 Jan 1998 16:34:39 +1030 (CST) (envelope-from grog) Message-ID: <19980121163439.52311@lemis.com> Date: Wed, 21 Jan 1998 16:34:39 +1030 From: Greg Lehey To: Shan-Min Chao Cc: questions@FreeBSD.ORG Subject: Re: Some simple FreeBSD questions References: <34C58A3D.167EB0E7@lvdi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C58A3D.167EB0E7@lvdi.net>; from Shan-Min Chao on Tue, Jan 20, 1998 at 09:40:13PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 09:40:13PM -0800, Shan-Min Chao wrote: > Hello! > Once again, I would like some help. Can anyone tell me which file user > account information is located in? For example, if I wanted to edit the > login shell for a certain user, what should I do? I tried to edit the > /etc/passwd file, but it doesn't seem to change anything. I even tried > the /etc/master.passwd. If these don't work, why are they here to begin > with? I don't know. But they work for me. The correct way is to first edit master.passwd and then rebuild the password databases. The easiest way to do this is with vipw. Alternately, in your case you could have the user run chsh (change shell), which seems to be exactly what you're looking for. See the man pages for more detail. > Second of all, what is the difference between .profile, .login, and > .cshrc? .profile is used by the Bourne shell, .login and .cshrc by the C shell (the former only for login shells). > Third of all, I know there is a C++ compiler on FreeBSD called c++. > Where are the include files for the c++ (not the cc) compiler? I know > the ones for the cc are in /etc/include. But there is no iostream.h in > there! They're in /usr/include/g++. > Fourth of all, would it cause any adverse effects if I deleted the > /usr/ports directory? Not unless you wanted to install a port. Have you checked on the size of the directory? It's not that big. > Last but not least, do you guys know how to set any preferences for the > ppp dialer? I mean, every time I finish dialing, I have to do the > following commands: "add 0 0 HISADDR" and "set timeout 0". Any ideas > how to make the ppp set this up by itself so that I don't have to type > it in every time? Yup, it's in the man page. Make sure you have the following in your /etc/ppp/ppp.linkup: MYADDR: add 0 0 HISADDR (note the exact spacing at the beginning of the line). Add set timeout 0 to the default: section of your /etc/ppp/ppp.conf, and make sure you don't have any overrides elsewhere where they could affect you. Greg From owner-freebsd-questions Tue Jan 20 22:13:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17196 for questions-outgoing; Tue, 20 Jan 1998 22:13:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17171 for ; Tue, 20 Jan 1998 22:13:38 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id BAA09246; Wed, 21 Jan 1998 01:13:05 -0500 (EST) Message-ID: <19980121011259.23649@emu.sourcee.com> Date: Wed, 21 Jan 1998 01:12:59 -0500 From: Norman C Rice To: Laszlo Vagner Cc: questions@FreeBSD.ORG Subject: Re: prompt References: <199801210552.XAA03492@mutsgo.dyn.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801210552.XAA03492@mutsgo.dyn.ml.org>; from Laszlo Vagner on Tue, Jan 20, 1998 at 11:52:27PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 11:52:27PM -0600, Laszlo Vagner wrote: > I have been trying to figure out how to set my prompt for weeks > but i just dont know the syntax. > > if i use the shell sh and i want my prompt to be something like > > hostname currentpath > > > IE: > > dopey /usr/local/etc > > > what do i edit and what do i put in there.??? > > tried various stuff in .login, .cshrc and .profile such as > "`hostname` %l > " > > but it never changes from the $ prompt. > > looking at the handbook nothing seems to work. > > help anyone? export PS1="`hostname` `pwd` > " -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Tue Jan 20 22:26:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18455 for questions-outgoing; Tue, 20 Jan 1998 22:26:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.numachi.com (numachi.numachi.com [198.175.254.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA18424 for ; Tue, 20 Jan 1998 22:26:16 -0800 (PST) (envelope-from reichert@numachi.numachi.COM) Received: (qmail 12263 invoked by uid 1001); 21 Jan 1998 06:26:14 -0000 Message-ID: <19980121012614.53293@numachi.com> Date: Wed, 21 Jan 1998 01:26:14 -0500 From: Brian Reichert To: freebsd-questions@FreeBSD.ORG Subject: Re: PPP and IP forwarding References: <19980120015503.36830@numachi.com> <199801202235.WAA01028@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801202235.WAA01028@awfulhak.org>; from Brian Somers on Tue, Jan 20, 1998 at 10:35:47PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 10:35:47PM +0000, Brian Somers wrote: > Have you only got one IP number ? If so, you'll need to either run > ppp with the -alias switch or ``alias enable yes'' in your ppp.conf > file. Nope, I got me a whole class C net here. And I'm _not_ running routed, or any weird IP aliasing packages. > > I'm *this* close to building the bpf device, to try to see if > > packets are even getting to the ppp process.... > > You can always ``set log +tcp/ip''. I'm assuming you've got a recent > version of ppp (see http://www.FreeBSD.org/~brian). Actaully, I am trying a recent version: ppp-971105. According to the manpage, the log option was supposed to be 'TCP/IP', which didn't seem to do anything. But I tried your suggestion above [lower case], and got some results: My netblock is 198.175.254.0. My gateway is, as by convention, 198.175.254.1. I tried telnetting out from another of my boxes (198.175.254.7) offsite, which failed with a timeout. # grep 254.7 /var/log/ppp.log Jan 21 01:11:05 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) Jan 21 01:11:11 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) Jan 21 01:11:23 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) Jan 21 01:11:47 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) It _looks_ to me that my PPP process _is_ getting the packets, but never sees anything come back. I'll poke at my ISP to double-check thier routing, but if have any further suggestions, by all means, please send 'em down... -- Brian Reichert reichert@numachi.com 37 Crystal Ave. #303 Derry NH 03038-1713 USA Intel architecture: the left-hand path From owner-freebsd-questions Tue Jan 20 23:59:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01028 for questions-outgoing; Tue, 20 Jan 1998 23:59:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem044-Mankato.lakes.com [209.32.34.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01011; Tue, 20 Jan 1998 23:58:58 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id AAA02616; Wed, 21 Jan 1998 00:57:19 -0600 (CST) (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19980121005719.00715014@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 21 Jan 1998 00:57:19 -0600 To: questions@FreeBSD.ORG From: Child Subject: MORE ppp programs...DCC Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear all I am using a freebsd box (2.2.5-REL) as a gateway/router between 4 win95/NT systems with the freebsd box connecting via user mode ppp to my ISP using -alias to provide win95/nt systems with internet since they are 192.168.0 subnet EVERYTHING works FINE but Windows MIRC DCC CHAT/SEND it seems freebsd isnt passing sockets connectly i have tied using natd -s -m with no luck any suggestions? HELP please JS From owner-freebsd-questions Wed Jan 21 00:02:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01459 for questions-outgoing; Wed, 21 Jan 1998 00:02:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from news2.jaring.my (news2.jaring.my [161.142.201.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01439 for ; Wed, 21 Jan 1998 00:01:52 -0800 (PST) (envelope-from GEORGE@icesys.po.my) Received: from icesys.po.my (j49.ptl34.jaring.my [161.142.114.63]) by news2.jaring.my (8.8.8/8.8.8) with ESMTP id QAA29357 for ; Wed, 21 Jan 1998 16:01:13 +0800 (MYT) Received: from ntas1 (ntas1.icesys.po.my [128.1.26.4]) by icesys.po.my (8.6.12/8.6.12) with SMTP id MAA02182 for ; Wed, 21 Jan 1998 12:43:00 +0800 Message-Id: <199801210617-35180@icesys.po.my> Date: Wed, 21 Jan 1998 14:17:42 X-Mailer: Microsoft Mail with Intergate/SMTP (v9610e) From: GEORGE@icesys.po.my (george) To: freebsd-questions@FreeBSD.ORG Subject: su command problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I bought and installed FreeBSD 2.2.5 recently. I am facing with the following problem: I could logon to the system as root howerver when I logon as normal user and try to su to root it give a error message: "You are not in the correct group to su..." Is there something I need to setup? Thanks in advance. George Goh From owner-freebsd-questions Wed Jan 21 00:46:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05037 for questions-outgoing; Wed, 21 Jan 1998 00:46:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.businessobjects.com (ns.businessobjects.com [194.3.216.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05028 for ; Wed, 21 Jan 1998 00:46:06 -0800 (PST) (envelope-from ymassart@businessobjects.com) Received: from internal-ns.businessobjects.com (internal-ns.businessobjects.com [194.3.216.66]) by ns.businessobjects.com (8.8.7/8.8.2) with ESMTP id JAA11779 for ; Wed, 21 Jan 1998 09:34:32 +0100 (CET) Received: from exch-fra-lv01.businessobjects.com (exch-fra-lv01.businessobjects.com [194.3.216.70]) by internal-ns.businessobjects.com (8.8.7/8.8.2) with ESMTP id JAA28058 for ; Wed, 21 Jan 1998 09:34:32 +0100 (CET) Received: by exch-fra-lv01 with Internet Mail Service (5.0.1457.3) id ; Wed, 21 Jan 1998 09:30:02 +0100 Message-ID: From: Yan MASSART To: "'GEORGE@icesys.po.my'" , freebsd-questions@FreeBSD.ORG Subject: RE: su command problem Date: Wed, 21 Jan 1998 09:32:10 +0100 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Add your login name to the wheel group inb the /etc/group file. -- Yan Massart Business Objects Network Engineer http://www.businessobjects.com > -----Original Message----- > From: GEORGE@icesys.po.my [mailto:GEORGE@icesys.po.my] > Sent: Wednesday, January 21, 1998 3:18 PM > To: freebsd-questions@freebsd.org > Subject: su command problem > > > Hi, > > I bought and installed FreeBSD 2.2.5 recently. I am facing with the > following problem: I could logon to the system as root howerver when I logon > as normal user and try to su to root it give a error message: > > "You are not in the correct group to su..." > > Is there something I need to setup? > > Thanks in advance. > > > George Goh > From owner-freebsd-questions Wed Jan 21 01:08:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06568 for questions-outgoing; Wed, 21 Jan 1998 01:08:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whale.slt.lk (whale.slt.lk [204.143.96.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06549 for ; Wed, 21 Jan 1998 01:07:54 -0800 (PST) (envelope-from deen@slt.lk) Received: from lakdiva.slt.lk (lakdiva.slt.lk [204.143.96.17]) by whale.slt.lk (8.8.8/8.8.8) with ESMTP id OAA28392 for ; Wed, 21 Jan 1998 14:01:33 +0600 (GMT) Received: from kandy.slt.lk ([204.143.97.111]) by lakdiva.slt.lk (8.7.5/8.7.3) with SMTP id NAA23724; Wed, 21 Jan 1998 13:58:03 +0600 (GMT+0600) Message-ID: <34C5A956.56E3@slt.lk> Date: Wed, 21 Jan 1998 13:52:54 +0600 From: "M.I. Deen" Reply-To: deen@slt.lk X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Freebsd and uucp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I need to download the uucp mail version for uucp. Please tell me from where I can download Thanks & Regards Deen Engineer Data Communications From owner-freebsd-questions Wed Jan 21 01:24:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08075 for questions-outgoing; Wed, 21 Jan 1998 01:24:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.ttn.com.tw (ms1.ttn.com.tw [203.66.150.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08066 for ; Wed, 21 Jan 1998 01:24:41 -0800 (PST) (envelope-from jonahkuo@mail.ttn.com.tw) Received: from mail.ttn.com.tw (cs1p10.txg.ttn.net.tw [203.70.179.42]) by ms1.ttn.com.tw (8.8.5/8.8.5) with ESMTP id QAA24159 for ; Wed, 21 Jan 1998 16:58:54 +0800 (CST) Message-ID: <34C5C298.60CBB9BD@mail.ttn.com.tw> Date: Wed, 21 Jan 1998 17:40:40 +0800 From: Jonah Kuo Reply-To: jonahkuo@mail.ttn.com.tw X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd mailing list Subject: Acrobat reader? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi forks, Has there anyone experianced Acrobat Reader 3.0 for linux in Freebsd 3.0 using linux emulation? When I invoke % acroread it appears this message: The OS named FreeBSD version 3.0-971103-SNAP is currently not installed. Try running on a installed platform and connecting to your display. Installed platform(s) include the following: Intel/Linux Thanks in advance ! From owner-freebsd-questions Wed Jan 21 01:42:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08961 for questions-outgoing; Wed, 21 Jan 1998 01:42:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nic.aic.net (NIC.AIC.NET [195.250.65.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08922 for ; Wed, 21 Jan 1998 01:42:11 -0800 (PST) (envelope-from ran@styx.aic.net) Received: from styx.aic.net (Styx.AIC.NET [195.250.64.68]) by nic.aic.net (8.8.5/8.8.5) with ESMTP id NAA29531 for ; Wed, 21 Jan 1998 13:31:38 +0400 ( AMT ) Received: (from ran@localhost) by styx.aic.net (8.8.5/8.8.5) id NAA22410; Wed, 21 Jan 1998 13:29:52 +0400 ( AMT ) Message-Id: <199801210929.NAA22410@styx.aic.net> Subject: Re: Time Zone In-Reply-To: <3.0.5.32.19980119161626.03e83150@ccsales.com> from "Randy A. Katz" at "Jan 19, 98 04:16:26 pm" To: randyk@ccsales.com (Randy A. Katz) Date: Wed, 21 Jan 1998 13:29:52 +0400 ( AMT ) Cc: freebsd-questions@FreeBSD.ORG From: ran@ran.am Reply-To: ran@ran.am X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I'm embarrased... > > How does one set their time zone properly in FreeBSD 2.2.5??? > cp /usr/share/zoneinfo/Etc/timezone_file /etc/localtime reboot > Thanx, > Randy Katz -- Ran d'Adi ran@ran.am ran@styx.aic.net From owner-freebsd-questions Wed Jan 21 02:07:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10062 for questions-outgoing; Wed, 21 Jan 1998 02:07:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.myson.com.tw (myson.com.tw [203.70.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10051 for ; Wed, 21 Jan 1998 02:07:18 -0800 (PST) (envelope-from daniel@myson.com.tw) Received: from lin_km (lin_km [172.16.2.6]) by mail.myson.com.tw (8.8.5/8.8.6) with SMTP id SAA01167; Wed, 21 Jan 1998 18:06:36 GMT Date: Wed, 21 Jan 1998 17:59:44 +0800 (CST) From: "Daniel C. Konnoff" X-Sender: daniel@lin_km To: brian@awfulhak.org cc: questions@FreeBSD.ORG Subject: ppp routing problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello Brian: In early November 97 you responded to several questions I posted to questions@freebsd.org so I'm mailing you directly. I am in Asia now attempting to debug this and some other problems. Let me briefly refresh you memory. ppp bsd2.2.1 system named tpe <----------> bsd2.2.5 system - mail <--> LAN <--> ISP These two systems, tpe and mail, are connected via user level ppp over a dedicated 14.4 modem line. The mail machine is the principle mail server at the corporate headquarters, part of a local lan connected to the isp through fiber. User level ppp is functioning between mail and tpe but only the telnet function works. Ftp, and rlogin both fail: daniel@mail(12)$ftp tpe Connected to tpe.myson.com.tw. 220 tpe.myson.com.tw FTP server (Version 6.00) ready. Name (tpe:daniel): 331 Password required for daniel. Password: 230 User daniel logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> pwd 257 "/home/user/daniel" is current directory. ftp> put foo local: foo remote: foo 200 PORT command successful. 425 Can't build data connection: Connection refused. ftp> daniel@mail(13)$rlogin tpe rlogind: Permission denied. daniel@mail(14)$ Neither the mail or the tpe machine are running any type of firewall; before the tpe machine was at the end of the ppp link it was part of the local lan here and all networking commands functioned normally. PPP was the single configuration addition. I've checked inetd.conf, services, and sysconfig on both machines and cannot find anything amiss, so at this point I'm a bit stumped. Nslookup works fine from the ppp client machine tpe: (resolv.conf points to mail) daniel@tpe$ nslookup www.freebsd.org Server: mail.myson.com.tw Address: 172.16.2.1 Name: hub.freebsd.org Address: 204.216.27.18 Aliases: www.freebsd.org daniel@tpe$ So does ping: daniel@tpe$ ping www.freebsd.org PING hub.freebsd.org (204.216.27.18): 56 data bytes 64 bytes from 204.216.27.18: icmp_seq=0 ttl=240 time=569.078 ms 64 bytes from 204.216.27.18: icmp_seq=1 ttl=240 time=650.184 ms but any network connection (ftp, telnet, rlogin) beyond the mail machine fails (ftp and rlogin etc. do not work even to mail as already mentioned). I have tcpdump working on the mail platform and have looked at the traffic between mail and tpe during a ftp session and included it below. First is netstat -rn for both tpe and mail Any help would be greatly appreciated! Thanks in advance. Daniel C. Konnoff Myson Technologies 20111 Stevens Creek Blvd. #138 Cupertino, Ca. 95014 daniel@mysonusa.com.tw Tele: 408/252-8788 Fax: 408/252-8789 daniel@tpe$ netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 172.16.2.1 UGSc 1 53 tun0 127.0.0.1 127.0.0.1 UH 0 0 lo0 172.16.2.1 172.16.1.247 UH 4 10434 tun0 192.168.188 link#1 UC 0 0 192.168.188.20 0:c0:f6:0:2:e UHLW 0 7 ed1 348 daniel@tpe$ daniel@mail(7)$netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 172.16.1.254 UGSc 21 7 ed0 127.0.0.1 127.0.0.1 UH 0 60 lo0 172.16 link#1 UC 0 0 172.16.1.100 link#1 UHLW 0 5 172.16.1.103 0:c0:b4:1:95:0 UHLW 0 608 ed0 990 172.16.1.109 0:c0:b4:70:12:82 UHLW 0 191 ed0 1087 172.16.1.111 0:c0:b4:70:13:8 UHLW 0 14 ed0 968 172.16.1.113 0:c0:b4:70:13:27 UHLW 0 227 ed0 943 172.16.1.115 0:c0:b4:70:12:a8 UHLW 0 225 ed0 1039 172.16.1.119 0:c0:f6:0:1:46 UHLW 0 184 ed0 1111 172.16.1.123 0:0:e8:2c:61:2c UHLW 0 106 ed0 872 172.16.1.139 0:0:e8:29:fe:20 UHLW 0 1423 ed0 498 172.16.1.149 0:0:e8:39:bb:7f UHLW 1 515 ed0 507 172.16.1.155 0:c0:b4:70:13:2 UHLW 0 79 ed0 1042 172.16.1.160 0:c0:b4:11:11:11 UHLW 0 3 ed0 289 172.16.1.172 0:0:e8:39:b9:65 UHLW 0 63 ed0 185 172.16.1.174 0:c0:b4:70:4:e1 UHLW 0 197 ed0 1003 172.16.1.247 172.16.2.1 UH 2 10355 tun0 172.16.1.247 0:0:e8:1f:e5:69 UHLS2 0 0 ed0 172.16.1.254 8:0:20:22:e4:e8 UHLW 22 17 ed0 821 172.16.2.1 0:0:e8:1f:e5:69 UHLW 1 3419 lo0 172.16.2.3 8:0:20:23:b:16 UHLW 2 14 ed0 624 172.16.2.4 8:0:20:22:e2:d6 UHLW 0 13 ed0 160 172.16.2.6 8:0:20:73:c3:1e UHLW 3 4304 ed0 1187 172.16.2.7 8:0:20:22:97:da UHLW 0 273 ed0 641 172.16.2.8 8:0:20:72:fc:32 UHLW 0 202 ed0 698 172.16.2.10 8:0:20:23:6e:1e UHLW 0 242 ed0 1193 172.16.2.11 8:0:20:73:8:41 UHLW 0 46 ed0 156 172.16.2.12 8:0:20:72:fc:b4 UHLW 0 244 ed0 318 172.16.2.13 8:0:20:20:28:2b UHLW 0 14 ed0 154 172.16.2.14 8:0:20:23:16:2f UHLW 0 1269 ed0 191 172.16.2.15 8:0:20:23:16:a4 UHLW 0 566 ed0 963 172.16.2.17 8:0:20:73:0:49 UHLW 0 505 ed0 1059 172.16.2.18 8:0:20:73:d8:3b UHLW 0 52 ed0 1026 172.16.2.19 8:0:20:22:93:da UHLW 0 244 ed0 398 172.16.2.20 8:0:20:8e:4e:7c UHLW 2 6551 ed0 539 172.16.2.28 8:0:20:22:cf:a7 UHLW 0 119 ed0 114 172.16.2.29 8:0:20:72:14:ac UHLW 0 100 ed0 1030 172.16.2.30 8:0:20:23:30:db UHLW 0 588 172.16.2.31 8:0:20:72:14:8c UHLW 0 859 ed0 396 172.16.2.32 0:1:7a:81:b0:c2 UHLW 0 192 ed0 266 172.16.2.33 8:0:20:d:e6:eb UHLW 0 320 ed0 220 172.16.2.40 8:0:20:8e:b:65 UHLW 0 226 ed0 149 172.16.2.41 8:0:20:8e:4c:2b UHLW 0 20 ed0 1032 172.16.2.42 8:0:20:8e:8:19 UHLW 0 210 ed0 1002 172.16.2.49 0:c0:78:0:0:c8 UHLW 0 101 ed0 1034 172.16.2.53 8:0:20:8e:4c:30 UHLW 0 179 ed0 173 172.16.2.54 8:0:20:8e:a:b4 UHLW 0 84 ed0 1024 172.16.2.57 8:0:20:8e:7:9c UHLW 0 242 ed0 1149 172.16.2.58 8:0:20:8e:52:cf UHLW 0 99 ed0 1127 172.16.2.72 0:c0:78:0:1:7c UHLW 0 239 ed0 28 172.16.2.78 0:40:61:c2:13:b2 UHLW 0 800 ed0 230 172.16.2.79 0:3:e3:d0:4:b UHLW 0 441 ed0 337 172.16.2.97 0:3:e3:c0:4:15 UHLW 0 100 ed0 1189 172.16.2.150 8:0:20:8e:52:b5 UHLW 1 204 ed0 712 daniel@mail(8)$ Here is the ftp session: daniel@mail(20)$ftp tpe Connected to tpe.myson.com.tw. 220 tpe.myson.com.tw FTP server (Version 6.00) ready. Name (tpe:daniel): 331 Password required for daniel. Password: 230 User daniel logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> bi 200 Type set to I. ftp> pwd 257 "/home/user/daniel" is current directory. ftp> ls 200 PORT command successful. 425 Can't build data connection: Connection refused. ftp> put test local: test remote: test 200 PORT command successful. 425 Can't build data connection: Connection refused. ftp> quit 221 Goodbye. daniel@mail(21)$ Here is the tcpdump output as run on mail during the ftp session shown above: root@mail(64)$tcpdump -i tun0 'host mail and (port ftp or ftp-data)' tcpdump: listening on tun0 17:57:28.108774 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: S 1520286024:1520286024(0) win 16384 (DF) 17:57:28.350234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: S 1216667494:1216667494(0) ack 1520286025 win 17280 (DF) 17:57:28.350342 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 1 win 17280 (DF) 17:57:28.700281 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 1:56(55) ack 1 win 17280 (DF) [tos 0x10] 17:57:28.820057 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 56 win 17280 (DF) [tos 0x10] 17:57:31.831503 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 1:14(13) ack 56 win 17280 (DF) [tos 0x10] 17:57:32.070233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 56:91(35) ack 14 win 17280 (DF) [tos 0x10] 17:57:32.220055 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 91 win 17280 (DF) [tos 0x10] 17:57:38.390405 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 14:28(14) ack 91 win 17280 (DF) [tos 0x10] 17:57:38.710215 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 28 win 17280 (DF) [tos 0x10] 17:57:38.850235 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 91:119(28) ack 28 win 17280 (DF) [tos 0x10] 17:57:38.850875 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 28:34(6) ack 119 win 17280 (DF) [tos 0x10] 17:57:39.100292 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 119:158(39) ack 34 win 17280 (DF) [tos 0x10] 17:57:39.220065 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 158 win 17280 (DF) [tos 0x10] 17:57:41.270320 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 34:42(8) ack 158 win 17280 (DF) [tos 0x10] 17:57:41.490302 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 158:178(20) ack 42 win 17280 (DF) [tos 0x10] 17:57:41.620059 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 178 win 17280 (DF) [tos 0x10] 17:57:43.772146 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 42:47(5) ack 178 win 17280 (DF) [tos 0x10] 17:57:44.010285 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 178:225(47) ack 47 win 17280 (DF) [tos 0x10] 17:57:44.020074 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 225 win 17280 (DF) [tos 0x10] 17:57:47.031004 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 47:55(8) ack 225 win 17280 (DF) [tos 0x10] 17:57:47.250234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 225:245(20) ack 55 win 17280 (DF) [tos 0x10] 17:57:47.250659 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 55:79(24) ack 245 win 17280 (DF) [tos 0x10] 17:57:47.460260 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 245:275(30) ack 79 win 17280 (DF) [tos 0x10] 17:57:47.460964 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 79:85(6) ack 275 win 17280 (DF) [tos 0x10] 17:57:47.730219 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 85 win 17280 (DF) [tos 0x10] 17:57:47.900244 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 275:329(54) ack 85 win 17280 (DF) [tos 0x10] 17:57:48.020058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 329 win 17280 (DF) [tos 0x10] 17:57:51.814949 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 85:93(8) ack 329 win 17280 (DF) [tos 0x10] 17:57:52.030236 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 329:349(20) ack 93 win 17280 (DF) [tos 0x10] 17:57:52.030847 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 93:117(24) ack 349 win 17280 (DF) [tos 0x10] 17:57:52.260238 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 349:379(30) ack 117 win 17280 (DF) [tos 0x10] 17:57:52.260908 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 117:128(11) ack 379 win 17280 (DF) [tos 0x10] 17:57:52.520223 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 128 win 17280 (DF) [tos 0x10] 17:57:52.730255 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 379:433(54) ack 128 win 17280 (DF) [tos 0x10] 17:57:52.820058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 433 win 17280 (DF) [tos 0x10] 17:58:17.095410 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 128:134(6) ack 433 win 17280 (DF) [tos 0x10] 17:58:17.310232 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 433:447(14) ack 134 win 17280 (DF) [tos 0x10] 17:58:17.310842 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack 447 win 17280 (DF) [tos 0x10] 17:58:17.360233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack 134 win 17280 (DF) [tos 0x10] 17:58:17.360322 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack 448 win 17280 (DF) [tos 0x10] 17:58:17.520217 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack 135 win 17280 (DF) [tos 0x10] 17:58:17.520296 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 448 win 17280 (DF) [tos 0x10] 17:58:17.550243 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 135 win 17280 (DF) [tos 0x10] ^C 339 packets received by filter 0 packets dropped by kernel root@mail(65)$ From owner-freebsd-questions Wed Jan 21 02:19:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10866 for questions-outgoing; Wed, 21 Jan 1998 02:19:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA10857 for ; Wed, 21 Jan 1998 02:19:20 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es by polaris.we.lc.ehu.es (SMI-8.6/SMI-SVR4) id LAA24376; Wed, 21 Jan 1998 11:17:51 +0100 Message-ID: <34C5CB4E.DB043215@we.lc.ehu.es> Date: Wed, 21 Jan 1998 11:17:50 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: "Paul T. Root" CC: Questions FreeBSD Subject: Re: AMD manual References: <199801201741.LAA21289@horton.iaces.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Paul T. Root wrote: > > Hi, > I'm setting up the amd automounter and was wondering what kind of > things I can put in amd.map. It seems that the only thing that would > explain it is SMM:13, but I can't find it on-line (I guess I'll call > Computer Literacy :-), but in the mean time, is there any online manual. > > Is there a way to set up auto_home (from Solaris) like thing? > Yes, there is. Suppose you have an auto_home map like this: user1 serverA:/export/home/dirX/user1 user2 serverA:/export/home/dirX/user2 user3 serverA:/export/home/dirY/user3 user4 serverB:/export/home/dirZ/user4 Then, an equivalent AMD map (/etc/amd.home, for example) would be: /defaults type:=nfs;opts:=rw,nosuid;sublink:=${key} user1 rhost:=serverA;rfs:=/export/home/dirX user2 rhost:=serverA;rfs:=/export/home/dirX user3 rhost:=serverA;rfs:=/export/home/dirY user4 rhost:=serverB;rfs:=/export/home/dirZ And you should start AMD using the following options (setting amd_flags in /etc/rc.conf): amd -a /net -c 1800 -k i386 -l syslog /home /etc/amd.home -- JM ----------------------------------------------------------------------- Jose M. Alcaide | mailto:jose@we.lc.ehu.es Universidad del Pais Vasco | http://www.we.lc.ehu.es/~jose Dpto. de Electricidad y Electronica | Facultad de Ciencias - Campus de Lejona | Tel.: +34-4-4647700 x2624 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-4-4858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan From owner-freebsd-questions Wed Jan 21 02:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11644 for questions-outgoing; Wed, 21 Jan 1998 02:29:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ancoranet.p-ancora.es ([195.53.70.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11621; Wed, 21 Jan 1998 02:29:27 -0800 (PST) (envelope-from jms@p-ancora.es) Received: from KEEPER by ancoranet.p-ancora.es with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id DH5JN4QQ; Wed, 21 Jan 1998 11:33:05 +0100 Message-Id: <3.0.32.19980121112930.00957a60@mail.p-ancora.es> X-Sender: Jose Manuel@mail.p-ancora.es X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 21 Jan 1998 11:29:34 +0100 To: freebsd-questions@FreeBSD.ORG From: Jose Manuel Subject: Spanish FreeBSD Cc: freebsd-info@FreeBSD.ORG 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 hub.freebsd.org id CAA11634 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What I need to make an spanish FreeBSD site like http://www.es.freebsd.org? I thing that is a good idea and I would like to make it. Un saludo Jose Manuel Suarez webmaster@p-ancora.es Preimpresión Ancora S.A. Madrid (Spain) From owner-freebsd-questions Wed Jan 21 02:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11998 for questions-outgoing; Wed, 21 Jan 1998 02:32:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from condor.colombianet.net (root@condor.colombianet.net [207.243.146.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11987 for ; Wed, 21 Jan 1998 02:32:50 -0800 (PST) (envelope-from gbarreto@condor.colombianet.net) Received: from localhost (gbarreto@localhost) by condor.colombianet.net (8.8.8/8.8.8) with SMTP id CAA10966 for ; Wed, 21 Jan 1998 02:58:58 +0500 (GMT) Date: Wed, 21 Jan 1998 02:58:58 +0500 (GMT) From: "Gustavo A. Barreto A." To: questions@FreeBSD.ORG Subject: Mirror Question... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I mirrored the www.freebsd.org site for the past 3 months using rsync, but now I get this message /usr/local/bin/rsync --client -avz www.freebsd.org:www /home2/FreeBSD-mirror/data can't connect stream socket: Connection refused Could not connect to the remote server www.freebsd.org Could you help me with this? My site is in Colombia, and can be called www.co.freebsd.org if you like. Gustavo A. Barreto A. gbarreto@colombianet.net Network Adminstrator Colnet International LTDA. UIN: 776336 From owner-freebsd-questions Wed Jan 21 03:03:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13750 for questions-outgoing; Wed, 21 Jan 1998 03:03:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13744 for ; Wed, 21 Jan 1998 03:03:36 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA12452; Wed, 21 Jan 1998 10:58:23 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.7/8.8.7) id LAA05406; Wed, 21 Jan 1998 11:04:06 GMT Message-ID: <19980121110403.55489@iii.co.uk> Date: Wed, 21 Jan 1998 11:04:03 +0000 To: george Cc: freebsd-questions@FreeBSD.ORG Subject: Re: su command problem References: <199801210617-35180@icesys.po.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <199801210617-35180@icesys.po.my>; from george on Wed, Jan 21, 1998 at 10:35:51AM +0000 Organization: interactive investor Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 10:35:51AM +0000, george wrote: > I bought and installed FreeBSD 2.2.5 recently. I am facing with the > following problem: I could logon to the system as root howerver when I logon > as normal user and try to su to root it give a error message: > > "You are not in the correct group to su..." % man su ... Only users listed in group 0 (normally ``wheel'') can su to ``root'', un- less this group is empty. ... Add your self to the 'wheel' group by editing /etc/group. N -- --+==[ Nik Clayton is Just Another Perl Hacker at Interactive Investor ]==+-- . . . and relax From owner-freebsd-questions Wed Jan 21 03:15:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14550 for questions-outgoing; Wed, 21 Jan 1998 03:15:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smmcroute.smmc.qld.edu.au (smmcdialin.ultra.net.au [203.56.101.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14543 for ; Wed, 21 Jan 1998 03:15:32 -0800 (PST) (envelope-from kspencer@smmc.qld.edu.au) From: kspencer@smmc.qld.edu.au Received: from staff1.smmc.qld.edu.au (selenium.elemental.ultra.net.au [203.20.237.54]) by smmcroute.smmc.qld.edu.au (8.8.5/8.8.5) with SMTP id TAA02847 for ; Wed, 21 Jan 1998 19:41:33 +1000 (EST) Message-Id: <199801210941.TAA02847@smmcroute.smmc.qld.edu.au> Comments: Authenticated sender is To: freebsd-questions@FreeBSD.ORG Date: Wed, 21 Jan 1998 21:18:15 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Who is in charge of list? X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi I am unable to remove myself & need help I am uncertain of the mail address or at least the one I supply has nop effect! Help! Thanks Keith Spencer From owner-freebsd-questions Wed Jan 21 03:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17165 for questions-outgoing; Wed, 21 Jan 1998 03:51:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17155 for ; Wed, 21 Jan 1998 03:50:59 -0800 (PST) (envelope-from frankg@idfw.com) Received: from fast1 (dal10-16.ppp.iadfw.net [206.66.4.50]) by idfw.com (8.8.5) id EAA24351; Wed, 21 Jan 1998 04:50:56 -0700 (MST) X-Authentication-Warning: idfw.com: Host dal10-16.ppp.iadfw.net [206.66.4.50] claimed to be fast1 Received: by fast1 with Microsoft Mail id <01BD2630.ACF895A0@fast1>; Wed, 21 Jan 1998 05:51:53 -0600 Message-ID: <01BD2630.ACF895A0@fast1> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Sweet Success Date: Tue, 20 Jan 1998 22:59:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Well, no one said it was going to be easy! But many thanks to all who helped by answering questions and giving advice. I never heard of FreeBSD until 3 weeks ago. And only knew the slightest bit about UNIX. But this evening I completed the final stage, that is my FreeBSD unit is a gateway to the Internet for my favorite Win95 workstations. In fact this e-mail is being routed to the group via this FreeBSD machine. Telnet, FTP all is working as planned. Now to put a big drive in this thing, bring in a DS3 line and start renting out the space. Its just that easy isn't it guys! X is nexT ! From owner-freebsd-questions Wed Jan 21 05:00:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21519 for questions-outgoing; Wed, 21 Jan 1998 05:00:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA21503 for ; Wed, 21 Jan 1998 05:00:49 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou.com with smtp (8.7.3/8.6.12) id 0xuzll-0000uX-00; Wed, 21 Jan 1998 08:00:38 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <01BD25CB.31F0DEE0@dal29-24.ppp.iadfw.net> Date: Wed, 21 Jan 1998 07:52:55 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Frank Griffith Subject: RE: Networking Cc: "freebsd-questions@freebsd.org" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 20-Jan-98 Frank Griffith wrote: >I have installed FreeBSD 2.2.5 on a 486-66 system. Its running >smoothly and I have gone through setting up the ethernet NIC, >and followed the steps in the tutorial for setting up PPP. I have >also edited the C:\WINDOWS\hosts file on the Win95 units as >detailed in the tutorial, section 3.4. > >Okay, so far I can make the following happen with this unit: > > 1. Make a PPP connection with my ISP > 2. Login successfully > 3. Conduct FTP and Telnet sessions > 4. Ping the other Win95 computers NIC > 5. Ping the FreeBSD NIC from the Win95 units > 6. Ping the FreeBSD machine from itself, both with > its IP Address and using localhost or its name (curly). > >I want to use my now functioning FreeBSD machine as a getway to >the internet for some Windows 95 machines which are hooked up >to it via ethernet cards and some BNC cable. So, if I go to the >FreeBSD box and make a PPP connection with my ISP, can >I now go to the Windows 95 machine and set the Internet >browser to use 192.168.0.1 (my FreeBSD unit's IP) as the >proxy server? That seem oversimplified now that I spell it >out. But can it be that simple? YOu will enable -alias when you start ppp. This allows the computers on the internal network to be seen outside. Your FreeBSD machine will act as the gateway, not proxy, server. So go to Win95's Network Settings and add the Gateway (192.168.0.1) to the Gateway Tab to the TCP/IP protocol for your NIC. You should be able to ping your NIC in your FreeBSD box if you have networking setup right. Can you? If not, send the results of netstat -rn and we'll see what is happening. What does FreeBSD identify your NIC as (ed0?, de0?, lnc0? etc.) If you can ping yourself, try pinging the Windows 95 machines (try with IPs first). You will probably need to reverse hosts and bind in /etc/host.conf to keep it from searching for the IP outside. Adding the IPs and hostnames in /etc/hosts will allow for name pinging. Once that is set, you should be good to go. Invoke ppp -auto -alias ISPname, where ISPname is the name you have set up in /etc/ppp/ppp.conf. Let me know if you have other questions! Patrick From owner-freebsd-questions Wed Jan 21 05:04:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21743 for questions-outgoing; Wed, 21 Jan 1998 05:04:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA21738 for ; Wed, 21 Jan 1998 05:04:42 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou.com with smtp (8.7.3/8.6.12) id 0xuzpa-0004p1-00; Wed, 21 Jan 1998 08:04:35 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 21 Jan 1998 08:02:19 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: roberto urrea Subject: RE: CVS disk space ??? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If you are taling about the space needed for a full CVSSup mirror of the FreeBSD site, I don't know. Close to 400 megs would be my guess based on the CD I have. If you just want sources for 2.2-STABLE, then that's different. My /usr/src directory is 93,857k. I track the src without documentation or encryption sources. Patrick On 20-Jan-98 roberto urrea wrote: > >Hi > > I am trying to set up a CVSsup on intel platform (FreeBSD stable 2.2.5) >and just I am wondering how much disk space I need > >I will appreciate any comments o suggestion > > >Thanks > > >p.s we are running 2.2.5 stable. >_________________________________________________________________________ >Roberto Urrea rurrea@uwinnipeg.ca >Technical Support Services >University of Winnipeg >515 Portage Avenue >Winnipeg, Manitoba, >R3B 2E9 >CANADA >Tel:(204)786-9830 >------------------------------------------------------------------------- From owner-freebsd-questions Wed Jan 21 05:16:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22847 for questions-outgoing; Wed, 21 Jan 1998 05:16:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA22832 for ; Wed, 21 Jan 1998 05:16:45 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou.com with smtp (8.7.3/8.6.12) id 0xv01I-0001cI-00; Wed, 21 Jan 1998 08:16:40 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 21 Jan 1998 08:07:07 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Cliff Addy Subject: RE: X + AfterStep questions Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Cliff, I can't answer them all, but I can do parts! On 20-Jan-98 Cliff Addy wrote: >3) I'm having no luck setting the desktop size. It starts up in >1600x1280, I'd like 1280x1024. I can use xvidtune to set the resolution >to 1280x1024, but the desktop remains 1600x1280. Kinda cool, but not what >I want. Afterstep mentions "turning off" XFree86's virtual desktop, but I >can't find how to do this. XF86Config doesn't seem to be what I want for >this. In your /etc/XF86Config, you will have a Virtual entry. Simply comment it out or delete it. Also, in the "Screen" section that deals with your video card (mine is SVGA), you can set the sizes you want availible. My line looks like this: Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection Since 1280x1024 is listed first, that's what I'll get if my monitor and card can handle it. If they cant, you'll get a weird picture or the monitor will go black. Since you can handle 1600x1280, you shouldn't have any problems. You can switch between these resolutions on the fly using CTRL ALT + (the + is the opne on the keypad.) CTRL ALT - >4) AfterStep appears to use "xv" to set the desktop bitmap. However, this >app does not appear to be installed and I can't find it in the ports tree. >What is it and where can I get it? It was in the ports tree! It's shareware for anything except personal use, so it may have been moved to commercial tree. You can get the latest distribution via anonymous ftp from ftp.cis.upenn.edu in the directory pub/xv. > >5) Is there an office productivity suite or a word processor and >spreadsheet. I seem to remember something called "Star Office" but can't >find it. That's in the ports tree: /usr/ports/editors/staroffice. It's big (35Megs) and needs the linux emulation enabled. I like it a lot! >Thanks for any help you can give. If I can get out of NT altogether, I'll >be a happy camper. Amen, brother! Patrick From owner-freebsd-questions Wed Jan 21 05:22:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23319 for questions-outgoing; Wed, 21 Jan 1998 05:22:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA23282 for ; Wed, 21 Jan 1998 05:22:00 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou.com with smtp (8.7.3/8.6.12) id 0xv06N-0001s9-00; Wed, 21 Jan 1998 08:21:56 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <34C570C2.9EA05A22@micro-net.com> Date: Wed, 21 Jan 1998 08:19:39 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Assem Salama Subject: RE: wine Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Wine is still alpha quality code. Bus errors are common! Which app were you trying to start when you get the error? Only a few programs work under Wine, and they might not work on the next release. Take a look at www.winehq.com and www.asgardpro.com/wine/ to see whats working today! Patrick On 21-Jan-98 Assem Salama wrote: >Does anybody know how to use Wine (MS-WIN 3.11, MS-WIN95, WIN NT >emulator for XWindow). When ever I run it, it gives me a bus error. I >modified the kernel and recompiled with the new option but it still >doesn't work. >Any help would be appreciated. > >Thanks, > >Assem Salama From owner-freebsd-questions Wed Jan 21 05:28:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23881 for questions-outgoing; Wed, 21 Jan 1998 05:28:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA23875 for ; Wed, 21 Jan 1998 05:28:31 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou.com with smtp (8.7.3/8.6.12) id 0xv0Cf-0002Bp-00; Wed, 21 Jan 1998 08:28:26 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 21 Jan 1998 08:26:26 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: un_x@hotmail.com Subject: RE: cyclades Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Check LINT for the specs on the kernel entry. Make sure you change the memory address and the IRQ if you changed it on the board (I needed to). In /dev, cyclades devices start with cuac* so you will need to ./MAKEDEV the devices. The handbook shows you how. Patrick On 21-Jan-98 un_x@hotmail.com wrote: > >are there devices to be made for the cyclades Yo >8 port cards? as far as FBSD goes, the manual merely >states that the card can be enabled in a freebsd kernel. >i see no "cy" in the /dev/M* files, but need a device >to enter into my ppp ifconfigs. > >thank you. From owner-freebsd-questions Wed Jan 21 05:34:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24395 for questions-outgoing; Wed, 21 Jan 1998 05:34:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from endeavor.flash.net (endeavor.flash.net [209.30.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24390 for ; Wed, 21 Jan 1998 05:34:49 -0800 (PST) (envelope-from samuria@flash.net) Received: from flash.net (ctc12-101.flash.net [208.194.202.101]) by endeavor.flash.net (8.8.7/8.8.5) with ESMTP id HAA00188; Wed, 21 Jan 1998 07:34:46 -0600 (CST) Message-ID: <34C5F913.8022CEF@flash.net> Date: Wed, 21 Jan 1998 07:33:07 -0600 From: Jon Samurai X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ? writing drivers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk HI I would like to know where I can get info on how to write drivers for printers and scsi cards and cd writers Samurai From owner-freebsd-questions Wed Jan 21 05:41:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24926 for questions-outgoing; Wed, 21 Jan 1998 05:41:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gw.kesp.elf.stuba.sk (User-169.elf.stuba.sk [147.175.111.169] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24910 for ; Wed, 21 Jan 1998 05:41:23 -0800 (PST) (envelope-from leo@gw.kesp.elf.stuba.sk) Received: (from leo@localhost) by gw.kesp.elf.stuba.sk (8.8.7/8.8.7) id SAA00238 for questions@freebsd.org; Tue, 20 Jan 1998 18:39:40 +0100 (CET) (envelope-from leo) Date: Tue, 20 Jan 1998 18:39:40 +0100 (CET) From: Leo Mrafko Message-Id: <199801201739.SAA00238@gw.kesp.elf.stuba.sk> To: questions@FreeBSD.ORG Subject: Problem with roting ... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello ! I'm sorry to bother you, but I've got a problem and I can't help myself.We've got a pair of SUN workstations connected on a large LAN and SUN NFS didn't work when there was a big traffic on the net. So we decided to build a router from a PC. I installed FreeBSD here, there are two NICs (3COM), they're working properly, I think, but I can't find out, how to configure this system, so that it would send to the SUNs just the packets which are for them, and let the other packets on the other NIC and to let the SUNs reach the outer net too. Could You plese help me ? Thanks Yours sincerely Leo Mrafko From owner-freebsd-questions Wed Jan 21 05:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24927 for questions-outgoing; Wed, 21 Jan 1998 05:41:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA24917 for ; Wed, 21 Jan 1998 05:41:32 -0800 (PST) (envelope-from signaleer@yahoo.com) Message-ID: <19980121134116.23246.rocketmail@send1b.yahoomail.com> Received: from [143.138.120.71] by send1b; Wed, 21 Jan 1998 05:41:16 PST Date: Wed, 21 Jan 1998 05:41:16 -0800 (PST) From: Edward Allison Subject: can't write /somewhere/something on PPP To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk FTP install attempt. Everything seems to go fine right up to where I go to ALT F3. When I go to the VTY3 screen that first thing it is saying is that it can't write /var/cauoo.if or something like that. I think it is trying to write the file that I had created using the novice install, but for some reason it can't write to hard disk. I also have to 'set it up' from floppy each time I reboot. Wasn't it supposed to 'save' my config. I think I am close..help!!!! == Edward W. Allison 1LT, Signal Corps, U.S. Army 293rd Signal Company Unit 15477 Box 439 APO AP 96260 (011) 82 545 970 4432 _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Wed Jan 21 06:14:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26829 for questions-outgoing; Wed, 21 Jan 1998 06:14:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26824 for ; Wed, 21 Jan 1998 06:14:10 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id JAA21354 for ; Wed, 21 Jan 1998 09:14:08 -0500 (EST) Date: Wed, 21 Jan 1998 09:14:07 -0500 (EST) From: Cliff Addy To: questions@FreeBSD.ORG Subject: Mysterious log message In-Reply-To: <19980121134116.23246.rocketmail@send1b.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This showed up in the logs of one of our servers: ahc0: WARNING no command for scb 1 (cmdcmplt) QOUTCNT == 6 it hasn't appeared since. Any idea what caused it? From owner-freebsd-questions Wed Jan 21 06:36:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28208 for questions-outgoing; Wed, 21 Jan 1998 06:36:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28191 for ; Wed, 21 Jan 1998 06:36:36 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id JAA10673; Wed, 21 Jan 1998 09:34:22 -0500 (EST) Message-ID: <19980121093421.52587@emu.sourcee.com> Date: Wed, 21 Jan 1998 09:34:21 -0500 From: Norman C Rice To: Leo Mrafko Cc: questions@FreeBSD.ORG Subject: Re: Problem with roting ... References: <199801201739.SAA00238@gw.kesp.elf.stuba.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801201739.SAA00238@gw.kesp.elf.stuba.sk>; from Leo Mrafko on Tue, Jan 20, 1998 at 06:39:40PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 06:39:40PM +0100, Leo Mrafko wrote: [reformatted] > Hello ! > > I'm sorry to bother you, but I've got a problem and I can't > help myself.We've got a pair of SUN workstations connected on > a large LAN and SUN NFS didn't work when there was a big traffic > on the net. So we decided to build a router from a PC. I > installed FreeBSD here, there are two NICs (3COM), they're > working properly, I think, but I can't find out, how to > configure this system, so that it would send to the SUNs > just the packets which are for them, and let the other packets > on the other NIC and to let the SUNs reach the outer net too. > Could You plese help me ? > > Thanks > Yours sincerely > Leo Mrafko Please post a simple network diagram with some IP/net addresses for the NICs, SUNs, and ``outer net''. The output of `ifconfig -a' and `netstat -rn' would be helpful. Can your FreeBSD box talk with the SUNs and outer net now? Do you believe static routing will satisfy your requirements? -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Wed Jan 21 06:40:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28611 for questions-outgoing; Wed, 21 Jan 1998 06:40:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.inficad.com (root@mail.inficad.com [207.19.74.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28602 for ; Wed, 21 Jan 1998 06:40:53 -0800 (PST) (envelope-from accent@inficad.com) From: accent@inficad.com Received: from inficad.com.com (ip87.ts2.phx.inficad.com [208.198.101.87]) by mail.inficad.com (8.8.8/8.8.5) with SMTP id HAA27478 for ; Wed, 21 Jan 1998 07:37:17 -0700 (MST) Message-ID: <34C60945.3458@inficad.com> Date: Wed, 21 Jan 1998 07:42:14 -0700 X-Mailer: Mozilla 3.03Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Booting across multiple SCSI disks??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk My system is 100% SCSI with a Adaptec AHA2940 controller card. I just added a faster 4 gig drive to my system and installed Win95b to it. My old disk is 2 gig with a 1.2 gig partition for Win95a and a 800 meg partition for FreeBSD 2.2.1. Is there any way to boot my existing FreeBSD system from the second disk or do I have to reinstall FreeBSD on the new 4 gig primary disk ?? From owner-freebsd-questions Wed Jan 21 07:13:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01251 for questions-outgoing; Wed, 21 Jan 1998 07:13:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01217 for ; Wed, 21 Jan 1998 07:12:49 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id OAA14947; Wed, 21 Jan 1998 14:53:26 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801211453.OAA14947@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Reichert cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP and IP forwarding In-reply-to: Your message of "Wed, 21 Jan 1998 01:26:14 EST." <19980121012614.53293@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jan 1998 14:53:26 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On Tue, Jan 20, 1998 at 10:35:47PM +0000, Brian Somers wrote: > > Have you only got one IP number ? If so, you'll need to either run > > ppp with the -alias switch or ``alias enable yes'' in your ppp.conf > > file. > > Nope, I got me a whole class C net here. And I'm _not_ running > routed, or any weird IP aliasing packages. > > > > I'm *this* close to building the bpf device, to try to see if > > > packets are even getting to the ppp process.... > > > > You can always ``set log +tcp/ip''. I'm assuming you've got a recent > > version of ppp (see http://www.FreeBSD.org/~brian). > > Actaully, I am trying a recent version: ppp-971105. According to > the manpage, the log option was supposed to be 'TCP/IP', which > didn't seem to do anything. But I tried your suggestion above > [lower case], and got some results: It can be upper or lower case...... > My netblock is 198.175.254.0. My gateway is, as by convention, > 198.175.254.1. I tried telnetting out from another of my boxes > (198.175.254.7) offsite, which failed with a timeout. > > # grep 254.7 /var/log/ppp.log > Jan 21 01:11:05 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) > Jan 21 01:11:11 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) > Jan 21 01:11:23 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) > Jan 21 01:11:47 numachi ppp[12123]: TCP/IP: OUT TCP: 198.175.254.7:4714 ---> 199.0.65.125:23 SYN seq:21e2ce00 ack:0 (0/40) Ah - this is the result of the `set log +tcp/ip' :-) > It _looks_ to me that my PPP process _is_ getting the packets, but > never sees anything come back. I'll poke at my ISP to double-check > thier routing, but if have any further suggestions, by all means, > please send 'em down... Yep. Looks like a problem on their side. > -- > Brian Reichert reichert@numachi.com > 37 Crystal Ave. #303 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 21 07:13:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01303 for questions-outgoing; Wed, 21 Jan 1998 07:13:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01261 for ; Wed, 21 Jan 1998 07:13:05 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id NAA14521; Wed, 21 Jan 1998 13:12:17 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801211312.NAA14521@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Child cc: questions@FreeBSD.ORG Subject: Re: MORE ppp programs...DCC In-reply-to: Your message of "Wed, 21 Jan 1998 00:57:19 CST." <3.0.3.32.19980121005719.00715014@sommer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jan 1998 13:12:16 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Dear all > I am using a freebsd box (2.2.5-REL) as a gateway/router between 4 win95/NT > systems with the freebsd box connecting via user mode ppp to my ISP using > -alias to provide win95/nt systems with internet since they are 192.168.0 > subnet EVERYTHING works FINE but Windows MIRC DCC CHAT/SEND it seems > freebsd isnt passing sockets connectly > i have tied using natd -s -m with no luck > > any suggestions? > HELP please Libalias needs to support this sort of stuff specifically. At the moment, it only does IRC and FTP. Now if you could come up with some fixes, I'd integrate them :-) > JS -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 21 07:14:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01489 for questions-outgoing; Wed, 21 Jan 1998 07:14:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01452 for ; Wed, 21 Jan 1998 07:14:05 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id NAA14585; Wed, 21 Jan 1998 13:21:12 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801211321.NAA14585@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Daniel C. Konnoff" cc: brian@Awfulhak.org, questions@FreeBSD.ORG Subject: Re: ppp routing problems In-reply-to: Your message of "Wed, 21 Jan 1998 17:59:44 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jan 1998 13:21:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I suspect there are two problems here. First, it doesn't look as if mail is forwarding IP packets. Check the gateway_enable setting in /etc/rc.conf. The second problem seems to be that tpe is refusing connections from mail. Can you try doing a telnet, then an ftp from mail to tpe and see how things go ? You may also want to see what `set log +tcp/ip' on each side comes up with. I'm assuming you're using a reasonably recent version of ppp from http://www.FreeBSD.org/~brian :-) > Hello Brian: > > In early November 97 you responded to several questions > I posted to questions@freebsd.org so I'm mailing you > directly. I am in Asia now attempting to debug this and > some other problems. Let me briefly refresh you memory. > ppp > bsd2.2.1 system named tpe <----------> bsd2.2.5 system - mail <--> > > LAN <--> ISP > > These two systems, tpe and mail, are connected via user level ppp > over a dedicated 14.4 modem line. The mail machine is the principle > mail server at the corporate headquarters, part of a local lan > connected to the isp through fiber. > > User level ppp is functioning between mail and tpe but only the > telnet function works. Ftp, and rlogin both fail: > > daniel@mail(12)$ftp tpe > Connected to tpe.myson.com.tw. > 220 tpe.myson.com.tw FTP server (Version 6.00) ready. > Name (tpe:daniel): > 331 Password required for daniel. > Password: > 230 User daniel logged in. > Remote system type is UNIX. > Using binary mode to transfer files. > ftp> pwd > 257 "/home/user/daniel" is current directory. > ftp> put foo > local: foo remote: foo > 200 PORT command successful. > 425 Can't build data connection: Connection refused. > ftp> > > > daniel@mail(13)$rlogin tpe > rlogind: Permission denied. > daniel@mail(14)$ > > > Neither the mail or the tpe machine are running any type of > firewall; before the tpe machine was at the end of the ppp > link it was part of the local lan here and all networking > commands functioned normally. PPP was the single configuration > addition. > > I've checked inetd.conf, services, and sysconfig on both > machines and cannot find anything amiss, so at this point > I'm a bit stumped. Nslookup works fine from the ppp client > machine tpe: (resolv.conf points to mail) > > daniel@tpe$ nslookup www.freebsd.org > Server: mail.myson.com.tw > Address: 172.16.2.1 > > Name: hub.freebsd.org > Address: 204.216.27.18 > Aliases: www.freebsd.org > > daniel@tpe$ > > So does ping: > > daniel@tpe$ ping www.freebsd.org > PING hub.freebsd.org (204.216.27.18): 56 data bytes > 64 bytes from 204.216.27.18: icmp_seq=0 ttl=240 time=569.078 ms > 64 bytes from 204.216.27.18: icmp_seq=1 ttl=240 time=650.184 ms > > but any network connection (ftp, telnet, rlogin) beyond > the mail machine fails (ftp and rlogin etc. do not work > even to mail as already mentioned). > > I have tcpdump working on the mail > platform and have looked at the traffic between mail and tpe > during a ftp session and included it below. > > First is netstat -rn for both tpe and mail > > Any help would be greatly appreciated! > > Thanks in advance. > > > Daniel C. Konnoff > Myson Technologies > 20111 Stevens Creek Blvd. #138 > Cupertino, Ca. 95014 > > daniel@mysonusa.com.tw > Tele: 408/252-8788 > Fax: 408/252-8789 > > > daniel@tpe$ netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif > Expire > default 172.16.2.1 UGSc 1 53 tun0 > 127.0.0.1 127.0.0.1 UH 0 0 lo0 > 172.16.2.1 172.16.1.247 UH 4 10434 tun0 > 192.168.188 link#1 UC 0 0 > 192.168.188.20 0:c0:f6:0:2:e UHLW 0 7 ed1 > 348 > daniel@tpe$ > > > daniel@mail(7)$netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 172.16.1.254 UGSc 21 7 ed0 > 127.0.0.1 127.0.0.1 UH 0 60 lo0 > 172.16 link#1 UC 0 0 > 172.16.1.100 link#1 UHLW 0 5 > 172.16.1.103 0:c0:b4:1:95:0 UHLW 0 608 ed0 990 > 172.16.1.109 0:c0:b4:70:12:82 UHLW 0 191 ed0 1087 > 172.16.1.111 0:c0:b4:70:13:8 UHLW 0 14 ed0 968 > 172.16.1.113 0:c0:b4:70:13:27 UHLW 0 227 ed0 943 > 172.16.1.115 0:c0:b4:70:12:a8 UHLW 0 225 ed0 1039 > 172.16.1.119 0:c0:f6:0:1:46 UHLW 0 184 ed0 1111 > 172.16.1.123 0:0:e8:2c:61:2c UHLW 0 106 ed0 872 > 172.16.1.139 0:0:e8:29:fe:20 UHLW 0 1423 ed0 498 > 172.16.1.149 0:0:e8:39:bb:7f UHLW 1 515 ed0 507 > 172.16.1.155 0:c0:b4:70:13:2 UHLW 0 79 ed0 1042 > 172.16.1.160 0:c0:b4:11:11:11 UHLW 0 3 ed0 289 > 172.16.1.172 0:0:e8:39:b9:65 UHLW 0 63 ed0 185 > 172.16.1.174 0:c0:b4:70:4:e1 UHLW 0 197 ed0 1003 > 172.16.1.247 172.16.2.1 UH 2 10355 tun0 > 172.16.1.247 0:0:e8:1f:e5:69 UHLS2 0 0 ed0 > 172.16.1.254 8:0:20:22:e4:e8 UHLW 22 17 ed0 821 > 172.16.2.1 0:0:e8:1f:e5:69 UHLW 1 3419 lo0 > 172.16.2.3 8:0:20:23:b:16 UHLW 2 14 ed0 624 > 172.16.2.4 8:0:20:22:e2:d6 UHLW 0 13 ed0 160 > 172.16.2.6 8:0:20:73:c3:1e UHLW 3 4304 ed0 1187 > 172.16.2.7 8:0:20:22:97:da UHLW 0 273 ed0 641 > 172.16.2.8 8:0:20:72:fc:32 UHLW 0 202 ed0 698 > 172.16.2.10 8:0:20:23:6e:1e UHLW 0 242 ed0 1193 > 172.16.2.11 8:0:20:73:8:41 UHLW 0 46 ed0 156 > 172.16.2.12 8:0:20:72:fc:b4 UHLW 0 244 ed0 318 > 172.16.2.13 8:0:20:20:28:2b UHLW 0 14 ed0 154 > 172.16.2.14 8:0:20:23:16:2f UHLW 0 1269 ed0 191 > 172.16.2.15 8:0:20:23:16:a4 UHLW 0 566 ed0 963 > 172.16.2.17 8:0:20:73:0:49 UHLW 0 505 ed0 1059 > 172.16.2.18 8:0:20:73:d8:3b UHLW 0 52 ed0 1026 > 172.16.2.19 8:0:20:22:93:da UHLW 0 244 ed0 398 > 172.16.2.20 8:0:20:8e:4e:7c UHLW 2 6551 ed0 539 > 172.16.2.28 8:0:20:22:cf:a7 UHLW 0 119 ed0 114 > 172.16.2.29 8:0:20:72:14:ac UHLW 0 100 ed0 1030 > 172.16.2.30 8:0:20:23:30:db UHLW 0 588 > 172.16.2.31 8:0:20:72:14:8c UHLW 0 859 ed0 396 > 172.16.2.32 0:1:7a:81:b0:c2 UHLW 0 192 ed0 266 > 172.16.2.33 8:0:20:d:e6:eb UHLW 0 320 ed0 220 > 172.16.2.40 8:0:20:8e:b:65 UHLW 0 226 ed0 149 > 172.16.2.41 8:0:20:8e:4c:2b UHLW 0 20 ed0 1032 > 172.16.2.42 8:0:20:8e:8:19 UHLW 0 210 ed0 1002 > 172.16.2.49 0:c0:78:0:0:c8 UHLW 0 101 ed0 1034 > 172.16.2.53 8:0:20:8e:4c:30 UHLW 0 179 ed0 173 > 172.16.2.54 8:0:20:8e:a:b4 UHLW 0 84 ed0 1024 > 172.16.2.57 8:0:20:8e:7:9c UHLW 0 242 ed0 1149 > 172.16.2.58 8:0:20:8e:52:cf UHLW 0 99 ed0 1127 > 172.16.2.72 0:c0:78:0:1:7c UHLW 0 239 ed0 28 > 172.16.2.78 0:40:61:c2:13:b2 UHLW 0 800 ed0 230 > 172.16.2.79 0:3:e3:d0:4:b UHLW 0 441 ed0 337 > 172.16.2.97 0:3:e3:c0:4:15 UHLW 0 100 ed0 1189 > 172.16.2.150 8:0:20:8e:52:b5 UHLW 1 204 ed0 712 > daniel@mail(8)$ > > > Here is the ftp session: > > daniel@mail(20)$ftp tpe > Connected to tpe.myson.com.tw. > 220 tpe.myson.com.tw FTP server (Version 6.00) ready. > Name (tpe:daniel): > 331 Password required for daniel. > Password: > 230 User daniel logged in. > Remote system type is UNIX. > Using binary mode to transfer files. > ftp> bi > 200 Type set to I. > ftp> pwd > 257 "/home/user/daniel" is current directory. > ftp> ls > 200 PORT command successful. > 425 Can't build data connection: Connection refused. > ftp> put test > local: test remote: test > 200 PORT command successful. > 425 Can't build data connection: Connection refused. > ftp> quit > 221 Goodbye. > daniel@mail(21)$ > > > Here is the tcpdump output as run on mail during the ftp session shown > above: > > root@mail(64)$tcpdump -i tun0 'host mail and (port ftp or ftp-data)' > tcpdump: listening on tun0 > 17:57:28.108774 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: S > 1520286024:1520286024(0) win 16384 0,nop,nop,timestamp 15652 0,nop,nop,cc[|tcp]> (DF) > 17:57:28.350234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: S > 1216667494:1216667494(0) ack 1520286025 win 17280 0,nop,nop,timestamp 12769 15652,nop,nop,cc[|tcp]> (DF) > 17:57:28.350342 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 1 win > 17280 (DF) > 17:57:28.700281 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 1:56(55) ack 1 > win 17280 (DF) [tos 0x10] > 17:57:28.820057 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 56 win > 17280 (DF) [tos 0x10] > 17:57:31.831503 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 1:14(13) ack > 56 win 17280 (DF) [tos > 0x10] > 17:57:32.070233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 56:91(35) ack > 14 win 17280 (DF) [tos 0x10] > 17:57:32.220055 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 91 win > 17280 (DF) [tos 0x10] > 17:57:38.390405 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 14:28(14) ack > 91 win 17280 (DF) [tos > 0x10] > 17:57:38.710215 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 28 win > 17280 (DF) [tos 0x10] > 17:57:38.850235 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 91:119(28) ack > 28 win 17280 (DF) [tos 0x10] > 17:57:38.850875 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 28:34(6) ack > 119 win 17280 (DF) [tos > 0x10] > 17:57:39.100292 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 119:158(39) > ack 34 win 17280 (DF) [tos > 0x10] > 17:57:39.220065 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 158 win > 17280 (DF) [tos 0x10] > 17:57:41.270320 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 34:42(8) ack > 158 win 17280 (DF) [tos > 0x10] > 17:57:41.490302 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 158:178(20) > ack 42 win 17280 (DF) [tos > 0x10] > 17:57:41.620059 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 178 win > 17280 (DF) [tos 0x10] > 17:57:43.772146 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 42:47(5) ack > 178 win 17280 (DF) [tos > 0x10] > 17:57:44.010285 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 178:225(47) > ack 47 win 17280 (DF) [tos > 0x10] > 17:57:44.020074 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 225 win > 17280 (DF) [tos 0x10] > 17:57:47.031004 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 47:55(8) ack > 225 win 17280 (DF) [tos > 0x10] > 17:57:47.250234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 225:245(20) > ack 55 win 17280 (DF) [tos > 0x10] > 17:57:47.250659 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 55:79(24) ack > 245 win 17280 (DF) [tos > 0x10] > 17:57:47.460260 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 245:275(30) > ack 79 win 17280 (DF) [tos > 0x10] > 17:57:47.460964 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 79:85(6) ack > 275 win 17280 (DF) [tos > 0x10] > 17:57:47.730219 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 85 win > 17280 nop,timestamp 12808 15690,nop,nop,cc 9> (DF) [tos 0x10] > 17:57:47.900244 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 275:329(54) > ack 85 win 17280 (DF) [tos > 0x10] > 17:57:48.020058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 329 win > 17280 (DF) [tos 0x10] > 17:57:51.814949 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 85:93(8) ack > 329 win 17280 (DF) [tos > 0x10] > 17:57:52.030236 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 329:349(20) > ack 93 win 17280 (DF) [tos > 0x10] > 17:57:52.030847 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 93:117(24) ack > 349 win 17280 (DF) [tos > 0x10] > 17:57:52.260238 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 349:379(30) > ack 117 win 17280 (DF) [tos > 0x10] > 17:57:52.260908 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 117:128(11) > ack 379 win 17280 (DF) > [tos 0x10] > 17:57:52.520223 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 128 win > 17280 (DF) [tos 0x10] > 17:57:52.730255 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 379:433(54) > ack 128 win 17280 (DF) [tos > 0x10] > 17:57:52.820058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 433 win > 17280 (DF) [tos 0x10] > 17:58:17.095410 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 128:134(6) ack > 433 win 17280 (DF) [tos > 0x10] > 17:58:17.310232 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 433:447(14) > ack 134 win 17280 (DF) [tos > 0x10] > 17:58:17.310842 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack > 447 win 17280 (DF) [tos > 0x10] > 17:58:17.360233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack > 134 win 17280 (DF) [tos 0x10] > 17:58:17.360322 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack > 448 win 17280 (DF) [tos > 0x10] > 17:58:17.520217 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack > 135 win 17280 (DF) [tos 0x10] > 17:58:17.520296 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 448 win > 17280 (DF) [tos 0x10] > 17:58:17.550243 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 135 win > 17280 (DF) [tos 0x10] > ^C > 339 packets received by filter > 0 packets dropped by kernel > root@mail(65)$ > From owner-freebsd-questions Wed Jan 21 07:17:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01843 for questions-outgoing; Wed, 21 Jan 1998 07:17:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.kuzbass.net ([194.84.115.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01812 for ; Wed, 21 Jan 1998 07:16:48 -0800 (PST) (envelope-from gnkc@relay.kuzbass.net) Received: from bel ([194.84.114.224]) by relay.kuzbass.net (8.8.2/8.8.2) with ESMTP id WAA12282 for ; Wed, 21 Jan 1998 22:17:22 +0700 (KMR) Message-Id: <199801211517.WAA12282@relay.kuzbass.net> From: "Vlad" To: Subject: PCI Ethernet Card RP1651W(W89C940) Date: Wed, 21 Jan 1998 22:15:47 +0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Release 2.2.5 what include Subj. Thanks! From owner-freebsd-questions Wed Jan 21 07:27:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02833 for questions-outgoing; Wed, 21 Jan 1998 07:27:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freelove.tu-graz.ac.at (freelove.tu-graz.ac.at [129.27.193.131]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA02818 for ; Wed, 21 Jan 1998 07:27:25 -0800 (PST) (envelope-from mbretter@freelove.tu-graz.ac.at) Received: (from mbretter@localhost) by freelove.tu-graz.ac.at (8.6.11/8.6.9) id QAA01099; Wed, 21 Jan 1998 16:27:16 +0100 Date: Wed, 21 Jan 1998 16:27:15 +0100 (MET) From: mbretter X-Sender: mbretter@freelove.tu-graz.ac.at To: questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk list From owner-freebsd-questions Wed Jan 21 07:34:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03573 for questions-outgoing; Wed, 21 Jan 1998 07:34:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03564 for ; Wed, 21 Jan 1998 07:34:13 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id KAA02967 for ; Wed, 21 Jan 1998 10:34:10 -0500 (EST) Date: Wed, 21 Jan 1998 10:34:10 -0500 (EST) From: Cliff Addy To: freebsd-questions@FreeBSD.ORG Subject: cdrom not configured? In-Reply-To: <199801211517.WAA12282@relay.kuzbass.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've installed FreeBSD on lots of machines and never had this problem: mount_cd9660 /dev/cd0a /cdrom mount_cd9660: /dev/cd0a: Device not configured the cdrom has always just *been* there, available for mounting, on other machines, I've never had to do anything special. This machine is like all the others, it's a SCSI cdrom hanging off an Adaptec 2940UW. Installation was also weird. The machine booted off the cdrom and FreeBSD's installation program ran fine until I selected cdrom as the installation media. At this point, it told me it couldn't find the cdrom! So I just walked over, mounted it on one of the other machines and installed over NFS. Could the "lack" of a cdrom at installation make FBSD think the cdrom is not usable? This machine is my personal workstation and is currently multi-booting DOS/Win31, WinNT, OS/2, and now FreeBSD 2.2.5. Only FBSD can't see the cdrom, so it doesn't seem to be a hardware problem. Help? From owner-freebsd-questions Wed Jan 21 07:48:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04964 for questions-outgoing; Wed, 21 Jan 1998 07:48:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04957 for ; Wed, 21 Jan 1998 07:48:29 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id KAA10892; Wed, 21 Jan 1998 10:48:13 -0500 (EST) Message-ID: <19980121104807.38068@emu.sourcee.com> Date: Wed, 21 Jan 1998 10:48:07 -0500 From: Norman C Rice To: Cliff Addy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cdrom not configured? References: <199801211517.WAA12282@relay.kuzbass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Cliff Addy on Wed, Jan 21, 1998 at 10:34:10AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 10:34:10AM -0500, Cliff Addy wrote: > I've installed FreeBSD on lots of machines and never had this problem: > > mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: Device not configured > > the cdrom has always just *been* there, available for mounting, on other > machines, I've never had to do anything special. This machine is like all > the others, it's a SCSI cdrom hanging off an Adaptec 2940UW. > > Installation was also weird. The machine booted off the cdrom and > FreeBSD's installation program ran fine until I selected cdrom as the > installation media. At this point, it told me it couldn't find the cdrom! > So I just walked over, mounted it on one of the other machines and > installed over NFS. Could the "lack" of a cdrom at installation make FBSD > think the cdrom is not usable? > > This machine is my personal workstation and is currently multi-booting > DOS/Win31, WinNT, OS/2, and now FreeBSD 2.2.5. Only FBSD can't see the > cdrom, so it doesn't seem to be a hardware problem. > > Help? > Please post the output of `dmesg'. If this doesn't identify the CD-ROM, what is its manufacturer and model? Is the appropriate controller and device enabled in the kernel? -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Wed Jan 21 07:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05488 for questions-outgoing; Wed, 21 Jan 1998 07:53:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05463 for ; Wed, 21 Jan 1998 07:52:55 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA12449; Wed, 21 Jan 1998 15:52:49 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA02129; Wed, 21 Jan 1998 16:52:48 +0100 (MET) Message-ID: <19980121165248.47072@follo.net> Date: Wed, 21 Jan 1998 16:52:48 +0100 From: Eivind Eklund To: Brian Somers Cc: Child , questions@FreeBSD.ORG Subject: Re: MORE ppp programs...DCC References: <3.0.3.32.19980121005719.00715014@sommer> <199801211312.NAA14521@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801211312.NAA14521@awfulhak.org>; from Brian Somers on Wed, Jan 21, 1998 at 01:12:16PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 01:12:16PM +0000, Brian Somers wrote: > > Dear all > > I am using a freebsd box (2.2.5-REL) as a gateway/router between 4 win95/NT > > systems with the freebsd box connecting via user mode ppp to my ISP using > > -alias to provide win95/nt systems with internet since they are 192.168.0 > > subnet EVERYTHING works FINE but Windows MIRC DCC CHAT/SEND it seems > > freebsd isnt passing sockets connectly > > i have tied using natd -s -m with no luck > > > > any suggestions? > > HELP please > > Libalias needs to support this sort of stuff specifically. At the > moment, it only does IRC and FTP. Now if you could come up with some > fixes, I'd integrate them :-) Uhm - libalias does support this explictly, unless mIRC has gone abound and broken the DCC standard in even more places. I'll try to find time to have a look at it (it's in code I've written), but it might take some time (I don't have a windows machine behind an aliased gateway handy, as one issue...) Eivind. From owner-freebsd-questions Wed Jan 21 07:59:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06217 for questions-outgoing; Wed, 21 Jan 1998 07:59:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kott.my.domain (dakott@pm269-17.dialip.mich.net [198.110.144.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06213 for ; Wed, 21 Jan 1998 07:59:23 -0800 (PST) (envelope-from dakott@alpha.delta.edu) Received: from kott.my.domain (dakott@kott.my.domain [192.168.0.1]) by kott.my.domain (8.8.8/8.8.5) with SMTP id KAA05540; Wed, 21 Jan 1998 10:57:15 -0500 (EST) Date: Wed, 21 Jan 1998 10:57:11 -0500 (EST) From: David Kott To: Assem Salama cc: freebsd-questions@FreeBSD.ORG Subject: Re: wine In-Reply-To: <34C570C2.9EA05A22@micro-net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Assem Salama wrote: > Does anybody know how to use Wine (MS-WIN 3.11, MS-WIN95, WIN NT > emulator for XWindow). When ever I run it, it gives me a bus error. I > modified the kernel and recompiled with the new option but it still > doesn't work. > Any help would be appreciated. > > Thanks, > > Assem Salama > Assem, I had a similiar problem when I compiled and attempted to run release wine-98.01.04. I had compiled it "-O2" (set in the global context makefile /etc/make.conf). I recompiled the port, specifying "-O" in the makefile, and it seems to work just fine. -d From owner-freebsd-questions Wed Jan 21 08:01:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06499 for questions-outgoing; Wed, 21 Jan 1998 08:01:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bdg.centrin.net.id (noffice@bdg.centrin.net.id [202.146.253.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06467 for ; Wed, 21 Jan 1998 08:00:42 -0800 (PST) (envelope-from cekong@cyberjunkie.com) Message-Id: <199801211600.IAA06467@hub.freebsd.org> Received: from default ([202.146.253.253]) by bdg.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA25597 for ; Wed, 21 Jan 1998 23:00:32 +0700 From: "CIEN KWONG" To: Subject: Configuration Date: Wed, 21 Jan 1998 22:59:39 +0700 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-freebsd-questions@FreeBSD.ORG Precedence: bulk How can I configure my computer running freeBSD properly? I have installed freeBSD system, but I can't configure my modem,sound card,etc. I'm new to Unix. Would you please tell me step by step? Thank you, Lewi Limanjaya From owner-freebsd-questions Wed Jan 21 08:10:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07488 for questions-outgoing; Wed, 21 Jan 1998 08:10:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail3.aracnet.com (root@mail3.aracnet.com [205.159.88.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07468 for ; Wed, 21 Jan 1998 08:10:13 -0800 (PST) (envelope-from beattie@aracnet.com) Received: from shelob.aracnet.com (beattie@shelob.aracnet.com [205.159.88.2]) by mail3.aracnet.com (8.8.8/8.8.8) with ESMTP id AAA31628 for ; Wed, 21 Jan 1998 00:13:09 -0800 Received: from localhost by shelob.aracnet.com (8.8.5) id IAA28731; Wed, 21 Jan 1998 08:10:09 -0800 Date: Wed, 21 Jan 1998 08:10:08 -0800 (PST) From: Brian Beattie To: freebsd-questions@FreeBSD.ORG Subject: SMC Combo cards, how to configure for TP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have some ISA SMC Combo cards (AUI/BNC/UTP) that I am trying to use with UTP under 2.2.5R. I can not seem to get them to use UTP. I have checked the man pages and looked at the driver source but can not find any clues. Can anybody help? Thanx beattie beattie@aracnet.com From owner-freebsd-questions Wed Jan 21 08:12:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07692 for questions-outgoing; Wed, 21 Jan 1998 08:12:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem044-Mankato.lakes.com [209.32.34.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07675 for ; Wed, 21 Jan 1998 08:12:03 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id KAA07732; Wed, 21 Jan 1998 10:13:03 -0600 (CST) (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19980121101304.00b26d08@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 21 Jan 1998 10:13:04 -0600 To: Eivind Eklund , Brian Somers From: Child Subject: Re: MORE ppp programs...DCC Cc: questions@FreeBSD.ORG In-Reply-To: <19980121165248.47072@follo.net> References: <199801211312.NAA14521@awfulhak.org> <3.0.3.32.19980121005719.00715014@sommer> <199801211312.NAA14521@awfulhak.org> 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 hub.freebsd.org id IAA07685 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >Uhm - libalias does support this explictly, unless mIRC has gone >abound and broken the DCC standard in even more places. hmm i found this on the NATD man page -use_sockets | -s Allocate a socket(2) in order to establish an FTP data or IRC DCC send connection. This option uses more system resources, but guarantees successful connections when port numbers con­flict. i tired -s and -m with namtd with NO LUCK :( anyone? From owner-freebsd-questions Wed Jan 21 08:18:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08189 for questions-outgoing; Wed, 21 Jan 1998 08:18:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08185 for ; Wed, 21 Jan 1998 08:18:27 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id QAA15634; Wed, 21 Jan 1998 16:18:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA02504; Wed, 21 Jan 1998 17:18:21 +0100 (MET) Message-ID: <19980121171817.05669@follo.net> Date: Wed, 21 Jan 1998 17:18:17 +0100 From: Eivind Eklund To: Child Cc: Eivind Eklund , Brian Somers , questions@FreeBSD.ORG Subject: Re: MORE ppp programs...DCC References: <199801211312.NAA14521@awfulhak.org> <3.0.3.32.19980121005719.00715014@sommer> <199801211312.NAA14521@awfulhak.org> <19980121165248.47072@follo.net> <3.0.3.32.19980121101304.00b26d08@sommer> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.88e In-Reply-To: <3.0.3.32.19980121101304.00b26d08@sommer>; from Child on Wed, Jan 21, 1998 at 10:13:04AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 10:13:04AM -0600, Child wrote: > >Uhm - libalias does support this explictly, unless mIRC has gone > >abound and broken the DCC standard in even more places. > > hmm > i found this on the NATD man page > > -use_sockets | -s > Allocate a socket(2) in order to establish an FTP data or IRC > DCC send connection. This option uses more system resources, > but guarantees successful connections when port numbers con­flict. > > i tired -s and -m with namtd with NO LUCK :( The problem you're seeing is (most probably) that libalias isn't properly recognizing the DCC connections. This hasn't anything to do with the -s option, which is to avoid local conflicts. There is one restriction that probably isn't well enough documented - IRC DCC will only work if the server use port 6667 or 6668. Is this the case for your server? If it is and you're willing to do a little work to test this, go into /usr/src/lib/libalias and edit the file alias_irc.c to do a printf() each time a connection is recognized (I can give you a patch to do this if necessary). Then re-compile and install libalias, and re-compile and install natd (from /usr/src/usr.sbin/natd). Now check if your connection is recognized, and come back with the result. If you don't understand any of the above, you'll just have to wait until I have time to to dig properly into it myself. (If we can establish that the problem is that the connection isn't recognized even when on the proper ports, we at least have gotten a little part of the way.) Eivind. From owner-freebsd-questions Wed Jan 21 08:26:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08775 for questions-outgoing; Wed, 21 Jan 1998 08:26:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08767 for ; Wed, 21 Jan 1998 08:26:33 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id IAA07227; Wed, 21 Jan 1998 08:24:03 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma007223; Wed, 21 Jan 98 08:24:03 -0800 Message-ID: <34C62166.88F5E4DC@partsnow.com> Date: Wed, 21 Jan 1998 08:25:10 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: CIEN KWONG CC: questions@FreeBSD.ORG Subject: Re: Configuration References: <199801211600.IAA06467@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, and welcome to the club - There is a lot to do, and most of it will be specific to your hardware and what you want to do with it, and what your ISP will give you on the other end of your phone line. I *HIGHLY* recommend that you buy a copy of Greg Lehey's 'The Complete FreeBSD' book from Walnut Creek CDROM, http://www.cdrom.com. Greg goes into exhaustive detail on all of these subjects and many more you don't even know about yet :) If you have an internet connection, spend time reading the online Handbook and tutorials; while they're never perfect or complete, they do give you lots of necessary info. One thing I've discovered is that Unix Books Are Your Friends. Just use the configurations they talk about for Berkely Unix (BSD) configurations. Unfortunately, neither modems or sound cards are something UN*X writers have ever cared about, until Greg started writing all this stuff down. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Wed Jan 21 08:39:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09797 for questions-outgoing; Wed, 21 Jan 1998 08:39:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09787 for ; Wed, 21 Jan 1998 08:39:34 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id KAA13714 for ; Wed, 21 Jan 1998 10:44:35 GMT Message-Id: <1.5.4.32.19980121164426.00917afc@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 21 Jan 1998 10:44:26 -0600 To: freebsd-questions@FreeBSD.ORG From: Alejandro Galindo Subject: Modem Speed in ttys and gettytab files Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 1 Year ago i try to configure the modem speed in the gettytab and ttys files for dialin, i only can use the std.19200 and it works well, i see in the pppkit a configuration with std.38400, std.57600 and std.115200, but when a user conect to my server he only see bad characters (not the login prompt) i try with several modems (motorola 33.6, etc. now we have the motorola 57.6 ModemSurfer) but i can't work with a configuration major than std.19200. Can you indicate me how configure the gettytab for a std.115200, std.57600 and std.38400? and this number (115200) what do it mean? is the speed betwen the serial port and the modem? I have a 2.2.5 RELEASE and a Cyclades Cyclom-Y multiport (it support 115200 i think). thanks in advanced Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Wed Jan 21 08:46:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10409 for questions-outgoing; Wed, 21 Jan 1998 08:46:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from islandia.is (hummvee.islandia.is [194.144.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10399 for ; Wed, 21 Jan 1998 08:46:12 -0800 (PST) (envelope-from thorhallur@islandia.is) Received: from exch.islandia.is (exchange.islandia.is [194.144.156.201]) by islandia.is (8.8.8/8.8.5) with ESMTP id QAA06190 for ; Wed, 21 Jan 1998 16:46:11 GMT Received: by EXCH with Internet Mail Service (5.5.1664.3) id ; Wed, 21 Jan 1998 16:45:59 -0000 Message-ID: From: =?iso-8859-1?Q?=DE=F3rhallur_Sverrisson?= To: "'questions@freebsd.org'" Subject: XTank port Date: Wed, 21 Jan 1998 16:45:42 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1664.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Im trying to compile XTank on my FreeBSD 3.0. Something goes wrong, and Im not too good at Imake files. Has anyone done this? Is there maybe a unoficial port? Thorhallur Sverrisson, thorhallur@islandia.is System Administrator From owner-freebsd-questions Wed Jan 21 09:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12520 for questions-outgoing; Wed, 21 Jan 1998 09:14:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from outcast.media-net.net (chrisj@outcast.media-net.net [206.52.136.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12512 for ; Wed, 21 Jan 1998 09:14:24 -0800 (PST) (envelope-from chrisj@outcast.media-net.net) Received: from localhost (chrisj@localhost) by outcast.media-net.net (8.8.5/8.8.5) with SMTP id LAA06360 for ; Wed, 21 Jan 1998 11:11:08 -0600 (CST) Date: Wed, 21 Jan 1998 11:11:08 -0600 (CST) From: chris To: freebsd-questions@FreeBSD.ORG Subject: qpopper system error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk it seems that everything is up and running with the popper daemen, but when i telnet to the mail port and try to log in with user and pass it returns the following error, "-ERR System error, can't open temporary file, do you own it?". then the server kills the connection _________________________________ | | | Chris Jeter | | FreeBSD is goot | |_________________________________| From owner-freebsd-questions Wed Jan 21 09:23:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13239 for questions-outgoing; Wed, 21 Jan 1998 09:23:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA13231 for ; Wed, 21 Jan 1998 09:23:50 -0800 (PST) (envelope-from atf3r@cs.virginia.edu) Received: from ares.cs.virginia.edu by mail.virginia.edu id aa02162; 21 Jan 98 11:18 EST Received: from mamba.cs.Virginia.EDU (mamba-fo.cs.Virginia.EDU [128.143.136.18]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id LAA17572; Wed, 21 Jan 1998 11:18:08 -0500 (EST) Received: from localhost (atf3r@localhost) by mamba.cs.Virginia.EDU (8.7.5/8.7.3) with SMTP id LAA07084; Wed, 21 Jan 1998 11:18:07 -0500 (EST) X-Authentication-Warning: mamba.cs.Virginia.EDU: atf3r owned process doing -bs Date: Wed, 21 Jan 1998 11:18:06 -0500 (EST) From: "Adrian T. Filipi-Martin" Reply-To: Adrian Filipi-Martin To: Henry Hojnacki cc: questions@FreeBSD.ORG Subject: Re: Laplink connection In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Henry Hojnacki wrote: > Greetings! > > I have been investigating using a laplink cable to connect two of my PC systems, both running > FreeBSD-2.1. I have searched through man of the docs and man pages, and still have not got > a clue if this is even possible. It is mentioned in the install README that it can be done. > > The closest guess I have is to use pppd, with the device as /dev/lp0 or similar. The > documentation seems to imply that a serial line is required though. > > Can you please point me in the correct direction on where to look for how to do this? If you > have to tell me outright how to do it, OK, but that takes some of the fun out of it! :-) You don't need to involve PPP unless you really want to. I doubt it will work though. The lp(4) driver already includes support for TCP/IP over the parallel port. I haven't done this in a while, but it goes something like this: On box 1: ifconfig lp0 inet 10.0.0.1 10.0.0.2 up On box 2: ifconfig lp0 inet 10.0.0.2 10.0.0.1 up ping 10.0.0.1 # Should work now. You may need to add 'netmask 0xff000000' to the above, but I don't believe it is necessary given that it is a point-to-point link. cheers, Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ From owner-freebsd-questions Wed Jan 21 09:26:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13500 for questions-outgoing; Wed, 21 Jan 1998 09:26:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inner.cortx.com (inner.cortx.com [207.207.221.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13488 for ; Wed, 21 Jan 1998 09:26:05 -0800 (PST) (envelope-from costa@cortx.com) Received: from cman (cman.cortx.com [207.207.221.12]) by inner.cortx.com (8.8.8/8.8.6) with SMTP id MAA00875 for ; Wed, 21 Jan 1998 12:28:33 -0500 (EST) From: "Costa Morris" To: Subject: ram question Date: Wed, 21 Jan 1998 12:31:26 -0500 Message-ID: <01bd2692$66e709e0$0cddcfcf@cman.cortx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i have 128MB of ram installed in 2.2.5. i reconfigured the kernel for the extra ram. ie. options "MAXMEM=(128*1024)" when i run a top i get this: Mem: 72M Active, 6440K Inact, 15M Wired, 20M Cache, 8345K Buf, 11M Free can someone explain to me how to read it. i fugured i should have more than 11M free. just need to see if all the ram is being used properly. thanks in advance! -costa From owner-freebsd-questions Wed Jan 21 09:40:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14575 for questions-outgoing; Wed, 21 Jan 1998 09:40:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14381 for ; Wed, 21 Jan 1998 09:39:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id JAA01494; Wed, 21 Jan 1998 09:39:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 09:39:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Tony Lambiris cc: questions@FreeBSD.ORG Subject: Re: Linux applications In-Reply-To: <19980116061113.25311.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 15 Jan 1998, Tony Lambiris wrote: > I know it is to my understanding that you said you could run linux > applications under freebsd, but i was wondering if you could run ALL > linux applications, and if you can, whats the catch, and if you cant > what are the select few? Most programs should run okay. Some that use very Linux-specific functions will require major porting, and some applications may need to have an ioctl implemented for them if they do any device manipulation. > Also, what are some pro's and con's of > comparing FreeBSD as opposed to Slackware? Because red hat didnt really > float my boat, and ive decided between FreeBSD and slackware, but i want > to be able to run linux apps (all of them), so if it means FreeBSD cant, > i will buy slackware, so if you can convince me the bsd is better, im > sold. =) The big plus with FreeBSD is stability -- it's designed for server environments where uptime and responsiveness is key. If this is running on your workstation then it's a toss-up. In any case, FreeBSD is free from ftp://ftp.freebsd.org/pub/FreeBSD/ so if you want to give it a test drive, nothing lost ;-) 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 Jan 21 09:41:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14681 for questions-outgoing; Wed, 21 Jan 1998 09:41:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14662 for ; Wed, 21 Jan 1998 09:41:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id JAA01507; Wed, 21 Jan 1998 09:41:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 09:41:34 -0800 (PST) From: Doug White Reply-To: Doug White To: Shane Mason cc: freebsd-questions@FreeBSD.ORG Subject: Re: Printing In-Reply-To: <34C0D012.7575@echo-on.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Shane Mason wrote: > Hello, > > I am looking for a printcap entry for the following printers > > Canon BJC4100 > Epson Stylus 400,600,600 The printcap for these is simple; actually getting them to print stuff is the important part. I suggest installing GhostScript and setting up input filters for each printer to process PostScript into native printer format. The apsfilter port would be helpful for sorting out the various file types, and the Handbook's printing section (http://www.freebsd.org/handbook/) would help. 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 Jan 21 09:54:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15600 for questions-outgoing; Wed, 21 Jan 1998 09:54:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15588 for ; Wed, 21 Jan 1998 09:53:53 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id LAA15088; Wed, 21 Jan 1998 11:53:38 -0600 (CST) Message-ID: <19980121115338.12041@emsphone.com> Date: Wed, 21 Jan 1998 11:53:38 -0600 From: Dan Nelson To: Costa Morris Cc: questions@FreeBSD.ORG Subject: Re: ram question References: <01bd2692$66e709e0$0cddcfcf@cman.cortx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <01bd2692$66e709e0$0cddcfcf@cman.cortx.com>; from "Costa Morris" on Wed Jan 21 12:31:26 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 21), Costa Morris said: > i have 128MB of ram installed in 2.2.5. i reconfigured the kernel > for the extra ram. > > ie. > options "MAXMEM=(128*1024)" > > when i run a top i get this: > Mem: 72M Active, 6440K Inact, 15M Wired, 20M Cache, 8345K Buf, 11M Free 72+6+15+20+8+11 == 132, which is sorta close 128MB. You can see exactly how much memory FreeBSD detected by running "sysctl hw". > can someone explain to me how to read it. i fugured i should have > more than 11M free. just need to see if all the ram is being used > properly. 11M is actually pretty high. Expect to see from 1-5M in the Free column most of the time. FreeBSD uses free memory as a disk cache (the Cache and Buf fields). All your 'top' display shows is that you probably just rebooted your machine, so FreeBSD hasn't needed to cache more than 28M of data yet. Or you just exited a program that had allocated 10MB of memory. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Wed Jan 21 10:13:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17505 for questions-outgoing; Wed, 21 Jan 1998 10:13:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17494 for ; Wed, 21 Jan 1998 10:13:36 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id NAA18245; Wed, 21 Jan 1998 13:13:24 -0500 (EST) Date: Wed, 21 Jan 1998 13:13:22 -0500 (EST) From: Cliff Addy To: Norman C Rice cc: freebsd-questions@FreeBSD.ORG Subject: Re: cdrom not configured? In-Reply-To: <19980121104807.38068@emu.sourcee.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Norman C Rice wrote: > On Wed, Jan 21, 1998 at 10:34:10AM -0500, Cliff Addy wrote: > > I've installed FreeBSD on lots of machines and never had this problem: > > > > mount_cd9660 /dev/cd0a /cdrom > > mount_cd9660: /dev/cd0a: Device not configured > > Please post the output of `dmesg'. If this doesn't identify the CD-ROM, > what is its manufacturer and model? dmesg says: ahc0 rev 0 int a irq 3 on pci0:16 ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs ahc0 waiting for scsi devices to settle (ahc0:0:0): "QUANTUM XP34550W LXY4" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 4341MB (8890760 512 byte sectors) Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 Unexpected busfree. LASTPHASE == 0xa0 SEQADDR == 0xa0 (ahc0:6:0): "SEAGATE ST32155W 0528" type 0 fixed SCSI 2 sd1(ahc0:6:0): Direct-Access 2049MB (4197405 512 byte sectors) the cdrom that it apparently can't deal with is a Teac 56S. I remember that I tried to install 2.2.2 on this machine and the cdrom would boot, but then lock up after the "Unexpected busfree" messages. BTW, sd1 is the boot drive for FBSD, if that makes any difference. From owner-freebsd-questions Wed Jan 21 10:23:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18117 for questions-outgoing; Wed, 21 Jan 1998 10:23:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fsjubj02.Gunter.AF.mil (FSJUBJ02.Gunter.AF.mil [143.158.17.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18094 for ; Wed, 21 Jan 1998 10:23:04 -0800 (PST) (envelope-from CARTWRIGHTM@SSG.Gunter.AF.mil) Received: by FSJUBJ02.Gunter.AF.mil with Internet Mail Service (5.0.1459.44) id ; Wed, 21 Jan 1998 12:22:54 -0600 Message-ID: <2F2B6E9B0556D111817B00600852B3A22BE0A7@FSJUBJ03.GUNTER.AF.MIL> From: "Cartwright, Mark, A GTE HQ SSG/SCLW" To: questions@FreeBSD.ORG Subject: PnP in 2.2-STABLE Date: Wed, 21 Jan 1998 12:21:30 -0600 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1459.44) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I currently use FreeBSD 2.2.2-RELEASE, but have just read on the page that PnP is now more fully supported in -CURRENT and -STABLE branches. My question is this: Is it worth the time of downloading the new sources to get the PnP compatibility code, meaning, does it actually work with most standard PnP devices? I know that may sound shrewd, but I have a slow dial-up connection, and updating my source tree using cvsup is slow at best, not to mention the time it takes to 'make world'. Thank you in advance for your replies. Mark Cartwright From owner-freebsd-questions Wed Jan 21 10:53:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20303 for questions-outgoing; Wed, 21 Jan 1998 10:53:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20288 for ; Wed, 21 Jan 1998 10:53:02 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id KAA14033 for ; Wed, 21 Jan 1998 10:45:58 -0800 (PST) Message-ID: <34C64396.E26BE5F2@clicknet.com> Date: Wed, 21 Jan 1998 10:51:02 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PCCARD.CONF and the 3C589D, please help. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, I can't seem to get my FreeBSD v2.2.5 system to use my network card (3Com 3C589D). I have ep0 in the kernel setup to use the default 0x300 and IRQ 10 (and I used the 3Com utility to make sure those were the settings in the card, which I'm trying to use in slot 1) When FreeBSD is loading I see it initialize the driver: pccard driver ep added ... ep0 not found at 0x300 but when I try inserting the card I get the following error: cardd[42]: driver allocation failed for 3Com Corporation. Below is the entry from my pccard.conf file, I have tried letting pccardd find the IRQ and I've tried defining it. any help would be appreciated! # 3Com Etherlink III 3C589D card "3Com Corporation" "3C589D" # config 0x1 "ep0" ? config 0x300 "ep0" 10 insert echo 3Com Etherlink III rev.D inserted. # insert /etc/pccard_ether ep0 -link0 link1 # insert /etc/pccard_ether ep0 link0 link1 remove echo 3Com Etherlink III rev.D removed # remove /sbin/ifconfig ep0 delete -Sean From owner-freebsd-questions Wed Jan 21 11:29:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23272 for questions-outgoing; Wed, 21 Jan 1998 11:29:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from c01021-111poe.eos.ncsu.edu (c01021-111poe.eos.ncsu.edu [152.1.9.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23259 for ; Wed, 21 Jan 1998 11:29:05 -0800 (PST) (envelope-from nrrobins@eos.ncsu.edu) From: nrrobins@eos.ncsu.edu Received: (from nrrobins@localhost) by c01021-111poe.eos.ncsu.edu (8.8.4/EC02Jan97) id OAA06187 for freebsd-questions@FreeBSD.ORG; Wed, 21 Jan 1998 14:28:56 -0500 (EST) Message-Id: <199801211928.OAA06187@c01021-111poe.eos.ncsu.edu> Subject: 2 qu[Destions To: freebsd-questions@FreeBSD.ORG Date: Wed, 21 Jan 1998 14:28:55 -0500 (EST) X-Mailer: ELM [version 2.4 PL24/POP] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, My name is Neill Robins an I am new to FreeBSD. I have someone helping me get setup but I have 2 questions that I was curious about. 1) Does FreeBSD support and AGP graphics card? 2) And if so, does FreeBSD support the Diamond Viper V330 AGP/PCI (either one) graphics card? To the extent of my knowledge the Viper V330 uses the nVidia chipset. Thank you for your time and I hope you can help me. Neill Robins From owner-freebsd-questions Wed Jan 21 12:49:26 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id MAA21665 for questions-outgoing; Wed, 21 Jan 1998 12:49:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21660 for ; Wed, 21 Jan 1998 12:49:21 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from mail.numachi.com (numachi.numachi.com [198.175.254.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA26756 for ; Wed, 21 Jan 1998 12:46:56 -0800 (PST) (envelope-from reichert@numachi.numachi.COM) Received: (qmail 15429 invoked by uid 1001); 21 Jan 1998 20:46:50 -0000 Message-ID: <19980121154650.05633@numachi.com> Date: Wed, 21 Jan 1998 15:46:50 -0500 From: Brian Reichert To: Brian Somers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP and IP forwarding References: <19980121012614.53293@numachi.com> <199801211453.OAA14947@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801211453.OAA14947@awfulhak.org>; from Brian Somers on Wed, Jan 21, 1998 at 02:53:26PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 02:53:26PM +0000, Brian Somers wrote: > > It _looks_ to me that my PPP process _is_ getting the packets, but > > never sees anything come back. I'll poke at my ISP to double-check > > thier routing, but if have any further suggestions, by all means, > > please send 'em down... > > Yep. Looks like a problem on their side. Yup! It was, thank you very much for all of the advice. I hate pestering my ISP until I think I've exhausted everythin on my end. We are now back on track... -- Brian Reichert reichert@numachi.com 37 Crystal Ave. #303 Derry NH 03038-1713 USA Intel architecture: the left-hand path From owner-freebsd-questions Wed Jan 21 13:01:34 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA22079 for questions-outgoing; Wed, 21 Jan 1998 13:01:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22074 for ; Wed, 21 Jan 1998 13:01:27 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from mom.holontech.com (success.holontech.com [206.204.78.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27501 for ; Wed, 21 Jan 1998 13:01:24 -0800 (PST) (envelope-from satish@x.Holontech.com) Received: by mom.holontech.com with Internet Mail Service (5.0.1458.49) id ; Wed, 21 Jan 1998 11:45:35 -0800 Message-ID: <1162BE4AB70ED111A648006097BDDB852473DA@mom.holontech.com> From: Satish Bommareddy To: "'questions@freebsd.org'" Cc: "'satish@holontech.com'" Subject: arp handling of freeBSD Date: Wed, 21 Jan 1998 11:45:32 -0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi, i am interested to find out how freeBSD handles arp requests especially when we have multiple IP addresses configured per interface. if i have the primary IP as x.x.x.x and the secondary IP as y.y.y.y and so on and there is an arp request for the primary IP what does it respond back with. and in the same scenario when it does a arp request. for an different ip address say.. a.b.c.d what is the source address of the arp request. is it always the primary IP address??? satish satish@holontech.com ------------------------------------------------------------------------ ------ Hope in reality is the worst of all evils, because it prolongs the torments of man - Friedrich Nietzsche The difference between genius and stupidity is that genius has its limits. - Anonymous ------------------------------------------------------------------------ ------ From owner-freebsd-questions Wed Jan 21 13:16:53 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA22643 for questions-outgoing; Wed, 21 Jan 1998 13:16:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22638 for ; Wed, 21 Jan 1998 13:16:49 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from oldyeller.comtest.com (comtest.hits.net [206.127.244.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28437 for ; Wed, 21 Jan 1998 13:16:45 -0800 (PST) (envelope-from randal@comtest.com) Received: from graphics.comtest.com (graphics.comtest.com [206.127.245.194]) by oldyeller.comtest.com (8.8.5/8.8.3) with SMTP id KAA12116 for ; Wed, 21 Jan 1998 10:48:54 -1000 (HST) Message-Id: <199801212048.KAA12116@oldyeller.comtest.com> Comments: Authenticated sender is From: "Randal S. Masutani" Organization: ComTest Technologies, Inc. To: freebsd-questions@FreeBSD.ORG Date: Wed, 21 Jan 1998 11:34:55 -1000 Subject: Packet too large errors? Reply-to: randal@comtest.com X-mailer: Pegasus Mail for Windows (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does anyone know what these errors are? Are they an attack on my system? Is it comming in from the dial-up line or out to the dial-up line? Jan 17 23:35:18 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. Jan 17 23:35:29 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. Thanks, Randal **************************** ComTest Technologies, Inc. 3049 Ualena St., Suite 1005 Honolulu, Hawaii 96819 **************************** From owner-freebsd-questions Wed Jan 21 13:20:46 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA22958 for questions-outgoing; Wed, 21 Jan 1998 13:20:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22931; Wed, 21 Jan 1998 13:20:41 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-236.la.inreach.net [206.18.112.236]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28693; Wed, 21 Jan 1998 13:20:37 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id NAA15535; Wed, 21 Jan 1998 13:20:23 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Wed, 21 Jan 1998 13:11:32 -0800 (PST) Organization: Starfleet Command From: Donald Burr To: FreeBSD Mobile Subject: 2.2.5 PAO disk supporting newer Linksys NE2000 cards? Cc: hosokawa@jp.freebsd.org, FreeBSD Questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I just acquired a Linksys NE2000 compatible PCMCIA ethernet card, because I saw that it was on the PAO "supported cards" list. I am trying to install FreeBSD 2.2.5 with it, off of a Windows 95 FTP server (it has the CD-ROM's contents copied onto it). I grabbed the latest PAO boot disk for 2.2.5 and popped it in. Everything seemed to go ok (the PCMCIA controller was properly detected, etc.) but when the machine went out to initialize the cards, I get the following error: Slot 0: "Linksys(Combo PCMCIA EthernetCard (EC2T))" Unsupported card - From searching around in the mailing list archives, it seems that Linksys decided to change the ID string on some of their cards, and it seems that I have one of these "new" cards. Lucky me. So, I guess, my question is this: IS there a 2.2.5 PAO disk that is set up to recognize this new ID string for the Linksys card? Or is there a way that I can modify my PAO boot floppy to add in this new string? It probably doesn't matter, but just in case, my machine is a Toshiba Satellite 105CS (P75, 40 MB RAM, 810 MB HD, *NO*CDROM* (which is why I need the ethernet card to install). The model of my Linksys card is EC2T. I'd really like to get this going before the new school semester starts, so that I can have a working machine to use in my computer classes. Thanks in advance for any help you can offer! orted card So, I guess, my question is this: IS there a 2.2.5 PAO disk that is set up to recognize this new ID string for the Linksys card? Or is there a way that I can modify my PAO boot floppy to add in this new string? -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNMZmkfjpixuAwagxAQEBvgQAq/t/YsBBR80EyZ0I1MRaKItwee5SbU4M Y4yLCbGtHoFds4GFK2gYWwar8K4QDEnUUTlpj1ZOrTLsXDzxBFzyjGl3aaLNQirJ KXsiMYZQ3JeyemNp5fyvUHCWFzMjw7Otat/+PcpKxWDIy9/bOkMEElbyKgimqX4K 95ArdWCXGKE= =Yq6D -----END PGP SIGNATURE----- From owner-freebsd-questions Wed Jan 21 13:40:20 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA23653 for questions-outgoing; Wed, 21 Jan 1998 13:40:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23648 for ; Wed, 21 Jan 1998 13:40:16 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from chaski.com (chaski-gate.orbis.net [205.164.72.31] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00185 for ; Wed, 21 Jan 1998 13:40:11 -0800 (PST) (envelope-from mike@chaski.com) Received: (from mike@localhost) by chaski.com (8.8.3/8.8.3) id PAA04557 for questions@freebsd.org; Wed, 21 Jan 1998 15:25:05 GMT From: michael dorin Message-Id: <199801211525.PAA04557@chaski.com> Subject: TEAC 4x12 CDR55S CD Recorder To: questions@FreeBSD.ORG Date: Wed, 21 Jan 1998 15:25:05 +0000 () 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-freebsd-questions@FreeBSD.ORG Precedence: bulk Anybody using the TEAC 4x12 CDR55s internal CD recorder? I can read CD's, but what software do I need to write them? -Mike From owner-freebsd-questions Wed Jan 21 13:44:33 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA23887 for questions-outgoing; Wed, 21 Jan 1998 13:44:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23881 for ; Wed, 21 Jan 1998 13:44:29 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA00367 for ; Wed, 21 Jan 1998 13:43:55 -0800 (PST) (envelope-from victor@usac.edu.gt) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/17Apr97-1150AM) id AA22970; Wed, 21 Jan 1998 15:41:11 -0600 Date: Wed, 21 Jan 1998 15:41:11 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez Reply-To: Victor Manuel Carranza Gonzalez To: FreeBSD Questions mailing list Subject: ld.so and 3.0-SNAP Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! I have just installed 3.0-SNAP from CD in a SMP box, compiled the SMP-GENERIC kernel and everything seems to be working fine, except when running some programs (like PINE, PICO and others) which complain with the following error: ld.so failed: Cannot find library xxxxxxx and manually searching the library file has no success either. Where can I get the missing files? Thanks in advance, Victor Carranza From owner-freebsd-questions Wed Jan 21 13:52:57 1998 Return-Path: Received: (from majordom@localhost) by catfish.freebsd.org (8.8.8/8.8.8) id NAA24159 for questions-outgoing; Wed, 21 Jan 1998 13:52:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by catfish.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24136 for ; Wed, 21 Jan 1998 13:51:52 -0800 (PST) (envelope-from owner-majordomo@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00853 for ; Wed, 21 Jan 1998 13:51:48 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id VAA08730; Wed, 21 Jan 1998 21:47:24 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801212147.VAA08730@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: randal@comtest.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Packet too large errors? In-reply-to: Your message of "Wed, 21 Jan 1998 11:34:55 -1000." <199801212048.KAA12116@oldyeller.comtest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jan 1998 21:47:23 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Does anyone know what these errors are? Are they an attack on my system? > Is it comming in from the dial-up line or out to the dial-up line? > > Jan 17 23:35:18 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. > Jan 17 23:35:29 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. You need to take it up with your ISP. As the error says, they're sending packets that are too large (bigger than the agreed MRU). > Thanks, > Randal > > **************************** > ComTest Technologies, Inc. > 3049 Ualena St., Suite 1005 > Honolulu, Hawaii 96819 > **************************** -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Jan 21 14:03:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00398 for questions-outgoing; Wed, 21 Jan 1998 14:03:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.carib-link.net (ns1.carib-link.net [196.3.135.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00389 for ; Wed, 21 Jan 1998 14:03:52 -0800 (PST) (envelope-from rdbasdeo@carib-link.net) Received: from reisha (pm7-218.carib-link.net [196.29.65.218]) by ns1.carib-link.net (8.8.5/8.8.5) with SMTP id SAA26332 for ; Wed, 21 Jan 1998 18:03:37 -0400 Message-ID: <000b01bd2697$53e0cac0$da411dc4@reisha> From: "Reisha & Darrell Basdeo" To: "Freebsd" Subject: Sound Card Configuration Date: Wed, 21 Jan 1998 18:06:01 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01BD2697.3B7CE540" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BD2697.3B7CE540 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0008_01BD2697.3B7CE540" ------=_NextPart_001_0008_01BD2697.3B7CE540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again, Let,s try this once more !!. I have sent all the questions in this text file. Thanks in Advance, Regards ~~~~ rdb ------=_NextPart_001_0008_01BD2697.3B7CE540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again,
 
Let,s try this once more = !!.
 
I have sent all the questions in this text = file.
 
Thanks in Advance,
 
Regards
 
~~~~
rdb
 
 
 
------=_NextPart_001_0008_01BD2697.3B7CE540-- ------=_NextPart_000_0007_01BD2697.3B7CE540 Content-Type: text/plain; name="SB16PnP.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="SB16PnP.txt" I have a Sound Blaster 16 PnP Card and I need to know :- 1. How to configure it properly? 2. What drivers to use ? 3. Specifications to use etc.? I did a new custom kernel build which includes the sound card. However, the card is still not seen with the recommended device values. Could you please offer some assistance? ------=_NextPart_000_0007_01BD2697.3B7CE540-- From owner-freebsd-questions Wed Jan 21 14:12:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01700 for questions-outgoing; Wed, 21 Jan 1998 14:12:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.vecom.com ([200.230.20.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01675 for ; Wed, 21 Jan 1998 14:12:27 -0800 (PST) (envelope-from luigi@linkoteca.com) Received: from linkoteca.com ([200.230.20.200]) by ns.vecom.com (8.8.8/8.8.8) with ESMTP id EAA03654 for ; Mon, 19 Jan 1998 04:12:40 -0200 (EDT) Message-ID: <34C6725E.BB5CD113@linkoteca.com> Date: Wed, 21 Jan 1998 20:10:38 -0200 From: Luiz Lins Organization: Linkoteca Brasil X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Can anyone help me with freeWAIS <-> SFgate ??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings.... I know this question don't belongs here, but the freeWAIS - SFgate discussion list seems a little abandoned, maybe someone here could help me.... I have freeWais-sf-2.1.2 and SFgate-4.0.35 on my freeBSD 2.2.5 box and I'm trying to develop a internal search that provides me a link to one of my pages. But when I try to put together several headlines (such as description and title) on the of my .fmt file, the output comes in one single line. :( Is there a way to break this line in several (at least 3) ones? How can I tell to my SFgate that the link is ONLY the first line of my field? TIA Luiz Lins luigi@linkoteca.com From owner-freebsd-questions Wed Jan 21 14:14:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01849 for questions-outgoing; Wed, 21 Jan 1998 14:14:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (root@seoul-194.ppp.hooked.net [206.169.228.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01801 for ; Wed, 21 Jan 1998 14:14:00 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id WAA02260; Tue, 20 Jan 1998 22:54:34 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 20 Jan 1998 22:54:34 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: kris@airnet.net cc: efinley@castlenet.com, freebsd-questions@FreeBSD.ORG Subject: Re: detecting a PCI NE2000 compatible card In-Reply-To: <34C588E2.6364DEC3@ninbsdbox.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Kris Kirby wrote: > Best of luck. Oops, almost forgot. If the PCI card is PnP, and your BIOS > supports PnP, go and add an interrupt line to the PnP config if you > aren't running all PnP [that's the default]. That's how I tied the NIC > to IRQ 2/9 instead of 3. Don't know about you, but I need those sios. All PCI cards are PnP so to speak. The pnp "controller" only affects the PnP ISA devices in your box. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex From owner-freebsd-questions Wed Jan 21 14:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02116 for questions-outgoing; Wed, 21 Jan 1998 14:16:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02095 for ; Wed, 21 Jan 1998 14:16:18 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id QAA11774 for ; Wed, 21 Jan 1998 16:16:03 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.8/8.8.5) id QAA11552; Wed, 21 Jan 1998 16:16:01 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: The Monkey House Reply-To: Stephen Farrell From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 21 Jan 1998 16:16:00 -0600 Message-ID: <87zpkpwk0v.fsf@phaedrus.uchicago.edu> Lines: 6 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk So what happened to ftp://freebsd.org?? -- Steve Farrell From owner-freebsd-questions Wed Jan 21 14:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02236 for questions-outgoing; Wed, 21 Jan 1998 14:17:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02194 for ; Wed, 21 Jan 1998 14:16:57 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id LAA142430885420998; Thu, 22 Jan 1998 11:16:38 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id LAA02538; Thu, 22 Jan 1998 11:16:37 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id LAA16828; Thu, 22 Jan 1998 11:12:47 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id LAA12369; Thu, 22 Jan 1998 11:12:45 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Thu, 22 Jan 1998 11:12:44 +1300 (NZDT) From: Jonathan Chen To: "M.I. Deen" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd and uucp In-Reply-To: <34C5A956.56E3@slt.lk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, M.I. Deen wrote: > I need to download the uucp mail version for uucp. Please tell me from > where I can download The standard distribution already has all the files required for uucp mail. You need to set up uucp and sendmail. -- Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" From owner-freebsd-questions Wed Jan 21 14:29:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00313 for questions-outgoing; Wed, 21 Jan 1998 14:29:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00275 for ; Wed, 21 Jan 1998 14:28:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05269; Wed, 21 Jan 1998 14:26:29 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:26:29 -0800 (PST) From: Doug White Reply-To: Doug White To: Reisha & Darrell Basdeo cc: Freebsd Subject: Re: Configuring/Setting up Sound Card In-Reply-To: <000b01bd241a$21d070a0$c5411dc4@reisha> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Reisha & Darrell Basdeo wrote: > Hello, > I have a Creative Sound Blaster 16 Plug and Play card installed on > my PC but I don't know which, if any, device driver(s) to install. You will need the PnP package and may want the new sound driver. Contact mulitmedia@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 Wed Jan 21 14:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02116 for questions-outgoing; Wed, 21 Jan 1998 14:16:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02095 for ; Wed, 21 Jan 1998 14:16:18 -0800 (PST) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id QAA11774 for ; Wed, 21 Jan 1998 16:16:03 -0600 (CST) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.8/8.8.5) id QAA11552; Wed, 21 Jan 1998 16:16:01 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: The Monkey House Reply-To: Stephen Farrell From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 21 Jan 1998 16:16:00 -0600 Message-ID: <87zpkpwk0v.fsf@phaedrus.uchicago.edu> Lines: 6 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk So what happened to ftp://freebsd.org?? -- Steve Farrell From owner-freebsd-questions Wed Jan 21 14:32:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00861 for questions-outgoing; Wed, 21 Jan 1998 14:32:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00848 for ; Wed, 21 Jan 1998 14:32:21 -0800 (PST) (envelope-from a-bwehr@microsoft.com) Received: by mail5.microsoft.com with Internet Mail Service (5.5.1960.3) id ; Wed, 21 Jan 1998 14:29:25 -0800 Message-ID: <2F2DC5CE035DD1118C8E00805FFE354C51662D@red-msg-56.dns.microsoft.com> From: "Brian Wehrle (Volt Computer)" To: "'questions@freebsd.org'" , "'Ludwig Pummer'" Subject: RE: Problem with laptop. Date: Wed, 21 Jan 1998 14:29:17 -0800 X-Mailer: Internet Mail Service (5.5.1960.3) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Thanks, I have got this going, but am having some problem with my 3com pcmcia driver. It doesn't seem to be linking up with the hub that I am using, or even with another card via crossover cable. This is 2.1.7 and probably a veryold bios. However, it was detected at boottime, the light on the ethernet jack turned on and a message describing the card appears at boottime. This is the zp driver. The card is 3com 10/100 Etherlink III. After searching the mailling list, I found that the 3c589c version of the card is supposedly working in 2.1.7, but not in 2.1.5. Like I said, I can't get it to link. I tried all of the links [0-2], but I don't see a light on in my 10Mb hub. Brian > ---------- > From: Ludwig Pummer[SMTP:ludwigp@bigfoot.com] > Sent: Tuesday, January 20, 1998 9:08 PM > To: Brian Wehrle (Volt Computer); 'questions@freebsd.org' > Subject: Re: Problem with laptop. > > At 12:20 AM 1/20/98 -0800, Ludwig Pummer wrote: > >1. tell FreeBSD to use a serial console (-s ?) > it's -h > > --Ludwig Pummer > ------------------------------------------------------------------ > ludwigp@bigfoot.com ICQ UIN: 692441 http://chipweb.home.ml.org > PGP Key & Geek Code available on web page > From owner-freebsd-questions Wed Jan 21 14:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01849 for questions-outgoing; Wed, 21 Jan 1998 14:14:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (root@seoul-194.ppp.hooked.net [206.169.228.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01801 for ; Wed, 21 Jan 1998 14:14:00 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id WAA02260; Tue, 20 Jan 1998 22:54:34 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 20 Jan 1998 22:54:34 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: kris@airnet.net cc: efinley@castlenet.com, freebsd-questions@FreeBSD.ORG Subject: Re: detecting a PCI NE2000 compatible card In-Reply-To: <34C588E2.6364DEC3@ninbsdbox.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Kris Kirby wrote: > Best of luck. Oops, almost forgot. If the PCI card is PnP, and your BIOS > supports PnP, go and add an interrupt line to the PnP config if you > aren't running all PnP [that's the default]. That's how I tied the NIC > to IRQ 2/9 instead of 3. Don't know about you, but I need those sios. All PCI cards are PnP so to speak. The pnp "controller" only affects the PnP ISA devices in your box. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex From owner-freebsd-questions Wed Jan 21 14:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01700 for questions-outgoing; Wed, 21 Jan 1998 14:12:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.vecom.com ([200.230.20.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01675 for ; Wed, 21 Jan 1998 14:12:27 -0800 (PST) (envelope-from luigi@linkoteca.com) Received: from linkoteca.com ([200.230.20.200]) by ns.vecom.com (8.8.8/8.8.8) with ESMTP id EAA03654 for ; Mon, 19 Jan 1998 04:12:40 -0200 (EDT) Message-ID: <34C6725E.BB5CD113@linkoteca.com> Date: Wed, 21 Jan 1998 20:10:38 -0200 From: Luiz Lins Organization: Linkoteca Brasil X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Can anyone help me with freeWAIS <-> SFgate ??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings.... I know this question don't belongs here, but the freeWAIS - SFgate discussion list seems a little abandoned, maybe someone here could help me.... I have freeWais-sf-2.1.2 and SFgate-4.0.35 on my freeBSD 2.2.5 box and I'm trying to develop a internal search that provides me a link to one of my pages. But when I try to put together several headlines (such as description and title) on the of my .fmt file, the output comes in one single line. :( Is there a way to break this line in several (at least 3) ones? How can I tell to my SFgate that the link is ONLY the first line of my field? TIA Luiz Lins luigi@linkoteca.com From owner-freebsd-questions Wed Jan 21 14:32:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02236 for questions-outgoing; Wed, 21 Jan 1998 14:17:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02194 for ; Wed, 21 Jan 1998 14:16:57 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id LAA142430885420998; Thu, 22 Jan 1998 11:16:38 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id LAA02538; Thu, 22 Jan 1998 11:16:37 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id LAA16828; Thu, 22 Jan 1998 11:12:47 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id LAA12369; Thu, 22 Jan 1998 11:12:45 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Thu, 22 Jan 1998 11:12:44 +1300 (NZDT) From: Jonathan Chen To: "M.I. Deen" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd and uucp In-Reply-To: <34C5A956.56E3@slt.lk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, M.I. Deen wrote: > I need to download the uucp mail version for uucp. Please tell me from > where I can download The standard distribution already has all the files required for uucp mail. You need to set up uucp and sendmail. -- Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" From owner-freebsd-questions Wed Jan 21 14:38:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01503 for questions-outgoing; Wed, 21 Jan 1998 14:38:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from atlas-mail.atlas.com (atlas-213.atlas.com [206.29.170.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01487 for ; Wed, 21 Jan 1998 14:38:39 -0800 (PST) (envelope-from Elizabeth_Renk@atlas.com) From: Elizabeth_Renk@atlas.com Message-Id: <199801212238.OAA01487@hub.freebsd.org> Received: by impc.atlas.com with Internet Mail Service (5.0.1458.49) id ; Wed, 21 Jan 1998 14:24:13 -0800 To: freebsd-questions@FreeBSD.ORG Subject: Software Licensing Question Date: Wed, 21 Jan 1998 14:22:00 -0800 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If I use FreeBSD in a product that I develop, is there a licensing issue if I resell the product to a customer? If so, where do I find out what steps I need to take to ensure that I am following proper procedures? Lizz From owner-freebsd-questions Wed Jan 21 14:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01680 for questions-outgoing; Wed, 21 Jan 1998 14:39:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01671 for ; Wed, 21 Jan 1998 14:39:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05280; Wed, 21 Jan 1998 14:39:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:39:38 -0800 (PST) From: Doug White Reply-To: Doug White To: Yingjun He cc: questions@FreeBSD.ORG Subject: Re: Keyboard Locked In-Reply-To: <3.0.1.32.19980118140809.0095add0@newton.ccs.tuns.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Yingjun He wrote: > Hello, > > I am running FreeBSD2.15. When I use X-window for a while(a few days), my > keyboard is > locked. I can open a new xterm or other x-applications using mouse but I > cannot type > anything. I lost my keyboard function. All I can do is to exit X-window and > restart > it. This is really anoying because my processes are killed. Can you tell me > how can > I fix this problem? Buy a new keyboard? My old P90 did this and I think I traced it to the keyboard controller on the motherboard. Also check that numlock is off -- numlock does crazy things to X. > Also how can I set limit in this version of FreeBSD. I tried > /etc/login.conf, it seems not working. Did you rebuild the database? 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 Jan 21 14:55:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05526 for questions-outgoing; Wed, 21 Jan 1998 14:55:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05511 for ; Wed, 21 Jan 1998 14:55:29 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA10632; Thu, 22 Jan 1998 09:25:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA11248; Thu, 22 Jan 1998 09:25:13 +1030 (CST) (envelope-from grog) Message-ID: <19980122092513.40328@lemis.com> Date: Thu, 22 Jan 1998 09:25:13 +1030 From: Greg Lehey To: Stephen Farrell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: The Monkey House References: <87zpkpwk0v.fsf@phaedrus.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <87zpkpwk0v.fsf@phaedrus.uchicago.edu>; from stephen farrell on Wed, Jan 21, 1998 at 04:16:00PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 04:16:00PM -0600, stephen farrell wrote: > > So what happened to ftp://freebsd.org?? I don't know. Was there ever one? Greg From owner-freebsd-questions Wed Jan 21 14:58:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05834 for questions-outgoing; Wed, 21 Jan 1998 14:58:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05812 for ; Wed, 21 Jan 1998 14:58:14 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA10636; Thu, 22 Jan 1998 09:28:07 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA11262; Thu, 22 Jan 1998 09:28:06 +1030 (CST) (envelope-from grog) Message-ID: <19980122092806.28394@lemis.com> Date: Thu, 22 Jan 1998 09:28:06 +1030 From: Greg Lehey To: Elizabeth_Renk@atlas.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Software Licensing Question References: <199801212238.OAA01487@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801212238.OAA01487@hub.freebsd.org>; from Elizabeth_Renk@atlas.com on Wed, Jan 21, 1998 at 02:22:00PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 02:22:00PM -0800, Elizabeth_Renk@atlas.com wrote: > If I use FreeBSD in a product that I develop, is there a licensing > issue if I resell the product to a customer? There's always a licensing issue when you sell a product under license. > If so, where do I find out what steps I need to take to ensure that > I am following proper procedures? The standard FreeBSD license is derived from the Berkeley license, which you'll find at the top of every source file: /* * Copyright (c) 1982, 1986, 1989, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ Read this carefully. It doesn't require money, it doesn't stop you from distributing it, but there are strings attached. Greg From owner-freebsd-questions Wed Jan 21 15:01:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06129 for questions-outgoing; Wed, 21 Jan 1998 15:01:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from warwagen.flash.net (warwagen.flash.net [209.30.2.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06122 for ; Wed, 21 Jan 1998 15:00:59 -0800 (PST) (envelope-from rewa@warwagen.flash.net) Received: (from rewa@localhost) by warwagen.flash.net (8.8.7/8.8.7) id RAA00224; Wed, 21 Jan 1998 17:00:42 -0600 (CST) (envelope-from rewa) Message-ID: <19980121170042.46183@flash.net> Date: Wed, 21 Jan 1998 17:00:42 -0600 From: Loren Schooley To: freebsd-questions@FreeBSD.ORG Subject: dial-in login Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I normaly telnet to a remote machine and loginyadayadayada but I have been having to dial into the box now instead. After dialing in, everything is normal until I try using vi, where upon thingis go wack. I set in KSH export DISPLAY=vt100, and thing get a little better, but no editor or lynx won't work properly, as in they scramble and lock up once started. Also I have reset my stty erase. Question is, does the incoming modem call go thru some weird profile and I lack permissions or what----- What I mean is, what is different about logging in telnet(SSH) or dialing in thru a modem? Thanks Loren :wq! From owner-freebsd-questions Wed Jan 21 15:03:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06451 for questions-outgoing; Wed, 21 Jan 1998 15:03:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06441 for ; Wed, 21 Jan 1998 15:03:38 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05300; Wed, 21 Jan 1998 15:01:49 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:01:49 -0800 (PST) From: Doug White Reply-To: Doug White To: Mark Ovens cc: questions@FreeBSD.ORG Subject: Re: UFS on extended partitions In-Reply-To: <34C21CD7.EFAF2459@globalnet.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Mark Ovens wrote: > I've just up-graded to 2.2.5 from 2.1.0 and need to take advantage > of the new support for extended partitions but can anyone tell me if it > is possible to install a UFS filesystem on an extended partition?. No. > Alternatively, is it possible to extend the size of the existing > FreeBSD partition (a la Partition Magic)?. Any ideas anyone? I don't think PM recognizes ufs partitions. You'd have to double check 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 Wed Jan 21 15:05:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06651 for questions-outgoing; Wed, 21 Jan 1998 15:05:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06634 for ; Wed, 21 Jan 1998 15:05:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05304; Wed, 21 Jan 1998 15:03:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:03:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Lanny Baron cc: support@FreeBSD.ORG Subject: Re: PPP ONLY RUNS BY ROOT AND X In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Lanny Baron wrote: > I have reformatted my h/d and downloaded 2.2.5. Upon setting up Xwindows, > running startx, I have found that there is no X in /usr/X11R6/bin. Is > there something I have not received that would cause this? Did you run xf86config and/or install the appropriate X server for your system? > Secondly, when attempting to run ppp as a user, I get a message something > to the effect of "ppp client must be run as ID 0". I did not have that > problem before and now must either login as root or su myself. Is there a > work around for this? If you update your ppp to the latest development version, you can put an `allow users *' in your ppp.conf, then you can regulate access using the `network' group. This feature is NOT in 2.2.5. 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 Jan 21 15:06:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06803 for questions-outgoing; Wed, 21 Jan 1998 15:06:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06770 for ; Wed, 21 Jan 1998 15:06:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05311; Wed, 21 Jan 1998 15:05:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:05:43 -0800 (PST) From: Doug White Reply-To: Doug White To: pizzaman@mail.on.rogers.wave.ca cc: FreeBSD Questions Subject: Re: installing Packages In-Reply-To: <98Jan18.155429-0500_est.330145-17895+287@mail.on.rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998 pizzaman@mail.on.rogers.wave.ca wrote: > Well it loaded and boots quite nicely. I left out the net part until > I can find out how to properly configure it. > One questions though. How do I install the packages from a Dos > partition? I installed the ports and then went on to packages. I > selected all the packages I wanted. When it started to install it > gave me the message that it could not find them. You'll have to mount the DOS partition, copy over the file (restoring the name),then use pkg_add package.tgz to install it. To mount a DOS partition: mount -t msdos /dev/wd0s1 /mnt For extended partitions, use slice numbers >4. Ie, for the first logical disk: mount -t msdos /dev/wd0s5 /mnt This assumes your DOS disk is on your first IDE drive and is running FAT16. 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 Jan 21 15:06:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06892 for questions-outgoing; Wed, 21 Jan 1998 15:06:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06878 for ; Wed, 21 Jan 1998 15:06:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05315; Wed, 21 Jan 1998 15:06:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:06:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Neal cc: freebsd-questions@FreeBSD.ORG Subject: Re: double kernel faults In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Neal wrote: > > Nope. The second fault appears to happen when the kernel tries to sync > the disks. I haven't traced ALL the way back, but it looks like this, > time order being top is the start of the fault: > > actual fault happens > trap() is called > sync() is called > msync() is called > second fault happens > trap() called > sync() called > msync() called > reboots correctly. > > I don't have my notes handy(I'm in Houston for the weekend, yeah!), but > I've found the actual location of the panic. Someplace along the > line(inside of sync()), the vfs struct is dissapearing. When the actual > sysctl macro gets called, on of the arguments is a pointer to a pointer > from a NULL. > > I'll send a stack trace when I get back local. OK. I suggest redirecting this discussion to hackers@freebsd.org as they are in a better position to understand and help you. 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 Jan 21 15:09:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07255 for questions-outgoing; Wed, 21 Jan 1998 15:09:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07242 for ; Wed, 21 Jan 1998 15:09:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05319; Wed, 21 Jan 1998 15:08:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:08:53 -0800 (PST) From: Doug White Reply-To: Doug White To: Wally Waliany cc: freebsd-questions@FreeBSD.ORG Subject: Re: No Route To Host In-Reply-To: <3.0.1.32.19980118090718.00b1f1e8@scv.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Wally Waliany wrote: > Recently I have been having problems with one of my FreeBSD servers(2.1.0) > where the DNS server is not working as the web browsers respond with server > not found message. When this has happened(every 2 hrs or so) I try to do > traceroute to any site and I get the No Route to host message. The other > FreeBSD box does not have this problem, that is I can traceroute to any > sites. I have to reload my router to fix this situation on my server and I > have to do this every 2 hours. I had the same problem at Thanksgiving for a > week and it went away. What can I do to fix this problem. This server was > working for almost a year before I had this problem at Thanksgiving. Are you running routed? If you don't need to, try disabling it; this will insulate your servers from being taken down when the router goes on the fritz. Routed removes any default routes, so if your net route gets busted by a fried router, your computer can't figure out how to talk to the rest of the world. Don't forget to add a default route if you haven't been running one. One of the UOs routers killed my box in my first year here with the same type of problem; routed died a quick and painless death. 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 Jan 21 15:15:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07930 for questions-outgoing; Wed, 21 Jan 1998 15:15:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07727 for ; Wed, 21 Jan 1998 15:13:34 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA10618; Thu, 22 Jan 1998 09:17:30 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA11194; Thu, 22 Jan 1998 09:17:29 +1030 (CST) (envelope-from grog) Message-ID: <19980122091729.44294@lemis.com> Date: Thu, 22 Jan 1998 09:17:29 +1030 From: Greg Lehey To: Jon Samurai Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ? writing drivers References: <34C5F913.8022CEF@flash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C5F913.8022CEF@flash.net>; from Jon Samurai on Wed, Jan 21, 1998 at 07:33:07AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 07:33:07AM -0600, Jon Samurai wrote: > HI > > I would like to know where I can get info on how to write > drivers for printers and scsi cards and cd writers http://www.FreeBSD.ORG/tutorials/ddwg/ddwg.html Greg From owner-freebsd-questions Wed Jan 21 15:21:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08588 for questions-outgoing; Wed, 21 Jan 1998 15:21:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from superior.mooseriver.com (dynamic49.pm08.sf3d.best.com [209.24.235.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08575 for ; Wed, 21 Jan 1998 15:20:59 -0800 (PST) (envelope-from jgrosch@superior.mooseriver.com) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.8/8.8.5) id PAA19141; Wed, 21 Jan 1998 15:20:40 -0800 (PST) Message-ID: <19980121152039.27169@mooseriver.com> Date: Wed, 21 Jan 1998 15:20:39 -0800 From: Josef Grosch To: Greg Lehey Cc: Stephen Farrell , freebsd-questions@FreeBSD.ORG Subject: Re: The Monkey House Reply-To: jgrosch@superior.mooseriver.com References: <87zpkpwk0v.fsf@phaedrus.uchicago.edu> <19980122092513.40328@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <19980122092513.40328@lemis.com>; from Greg Lehey on Thu, Jan 22, 1998 at 09:25:13AM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 09:25:13AM +1030, Greg Lehey wrote: > On Wed, Jan 21, 1998 at 04:16:00PM -0600, stephen farrell wrote: > > > > So what happened to ftp://freebsd.org?? > > I don't know. Was there ever one? > freebsd.org (204.216.27.18) is an alias for hub.freebsd.org. Hub has not been feeling well lately. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.5 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Wed Jan 21 15:28:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09395 for questions-outgoing; Wed, 21 Jan 1998 15:28:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from admin.itol.com (root@admin.itol.com [207.67.48.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09294 for ; Wed, 21 Jan 1998 15:27:43 -0800 (PST) (envelope-from cpuman@itol.com) Received: from cpuman.itol.com (gb-ent-9.itol.com [207.67.48.126]) by admin.itol.com (8.8.5/8.8.5) with SMTP id RAA25716 for ; Wed, 21 Jan 1998 17:26:29 -0600 (CST) Message-Id: <3.0.5.32.19980121173552.0079aa30@itol.com> X-Sender: jdavies@itol.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 21 Jan 1998 17:35:52 -0600 To: freebsd-questions@FreeBSD.ORG From: The Computer Man Subject: Question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello Again, I'm sorry to bother you guys but I have a major problem. My school registerd a domain..and that setup ok, but I cannot get my server to look at the host file and make the hosts come up... ie s01= inet" some other stuff here {hosts} 255.255.255.192" but when the computer loads it will not bring theses hosts up?? I'm 16 you all know, unfortunaly the only person at my school who knows how to use unix.?? so if any of you know the answer to getting all these network host.domain.com things...up it would help much...or an example that I can follow, I also can try anything..I have nothing to loose..for awhile ,,and does anyone out there know how to setup FreeBSD 2.2.2 as a DNS Server??? I'm trying to setup this server as a dns domain server, but need some help ... However that DNS and bind manual is a bit out of my price range for now...Thanks So much you are more than helpful with my last question Jason M. Davies "Lost for now in FreeBSD land" From owner-freebsd-questions Wed Jan 21 15:28:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09453 for questions-outgoing; Wed, 21 Jan 1998 15:28:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09409 for ; Wed, 21 Jan 1998 15:28:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05242; Wed, 21 Jan 1998 14:18:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:18:54 -0800 (PST) From: Doug White Reply-To: Doug White To: George Vagner cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199801180458.WAA03234@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, George Vagner wrote: > I keep getting messages in my root mailbox about preposperous programs or > something, what does it mean? Can you be more specific? I don't think FreeBSD generates anything like that. 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 Jan 21 15:28:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09541 for questions-outgoing; Wed, 21 Jan 1998 15:28:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09429 for ; Wed, 21 Jan 1998 15:28:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05238; Wed, 21 Jan 1998 14:15:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:15:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Jerome Culet cc: Qeustion Subject: Re: Doom In-Reply-To: <34C17E1E.84039905@slip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Jerome Culet wrote: > Hi, > I need somme help configuring the kernel for DOOM support, > > something about "options SRVCUS terminal capabilities? I think you meant options SYSVSHM options SYSVIPC options SYSVSEM 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 Jan 21 15:29:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09624 for questions-outgoing; Wed, 21 Jan 1998 15:29:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09550 for ; Wed, 21 Jan 1998 15:28:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05209; Wed, 21 Jan 1998 14:00:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:00:14 -0800 (PST) From: Doug White Reply-To: Doug White To: Victor Manuel Carranza Gonzalez cc: FreeBSD Questions mailing list Subject: Re: ld.so and 3.0-SNAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Victor Manuel Carranza Gonzalez wrote: > I have just installed 3.0-SNAP from CD in a SMP box, compiled the > SMP-GENERIC kernel and everything seems to be working fine, except when > running some programs (like PINE, PICO and others) which complain with the > following error: > > ld.so failed: Cannot find library xxxxxxx > > and manually searching the library file has no success either. Where can I > get the missing files? You need to reinstall the related package/port. Which library was reported missing? 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 Jan 21 15:29:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09625 for questions-outgoing; Wed, 21 Jan 1998 15:29:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09472 for ; Wed, 21 Jan 1998 15:28:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05262; Wed, 21 Jan 1998 14:22:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:22:32 -0800 (PST) From: Doug White Reply-To: Doug White To: Jerome Culet JD cc: questions@FreeBSD.ORG Subject: Re: Kernel In-Reply-To: <3.0.3.32.19980117220829.0092b9a0@pop.slip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Jerome Culet JD wrote: > Hi, > > Can anyone tell me how I can recompile my kernel on freebsd 2.2.5 for > SYSV style IPC/Messages enabled? > ie options SYSVSHM > options SYSVSEM > options SYSVMS options SYSVIPC you mean SYSVMS doesn't exist I don't think. See the Handbook for kernel rebuild instructions. http://www.freebsd.org/handbook/ 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 Jan 21 15:29:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09668 for questions-outgoing; Wed, 21 Jan 1998 15:29:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09449 for ; Wed, 21 Jan 1998 15:28:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05257; Wed, 21 Jan 1998 14:21:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:21:40 -0800 (PST) From: Doug White Reply-To: Doug White To: George Vagner cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199801210043.SAA27691@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, George Vagner wrote: > I cvsupped last night and tried to build a new kernel today, but i get an > error message. > > details: > > # config newkernel > files.i386: i386/isa/npx.c must be optional or standard > > maybe i have to edit files.i386 and fix something??? Rebuild and reinstall config, then try again. 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 Jan 21 15:29:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09710 for questions-outgoing; Wed, 21 Jan 1998 15:29:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09606 for ; Wed, 21 Jan 1998 15:29:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05221; Wed, 21 Jan 1998 14:03:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:03:47 -0800 (PST) From: Doug White Reply-To: Doug White To: Filargyropoulos Stavros cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Problem In-Reply-To: <34C11F15.4438977B@freemail.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Filargyropoulos Stavros wrote: > total=0x3a446c entrypoint=0x279000 > Uncompressing kernel.... done. > Booting kernel. > Copyright........... > .......... > ......... > (UNTIL HERE I DONT HAVE ANY PROBLEM BUT THIS IS THE ERROR MESSAGE:) > > Fatal trap 1: privileged instruction fault while in kernel mode Can you tell me the lines(s) immediately following the panic? I need to figure out exactly where this comes up in the device probe sequence. I bet it's in the CPU probe section tho... > Motherboard: 02/28/96 SiS 496 - 497 / A > BIOS : AWARD 2AIBR22C-00 > CPU: TI486DX4-S TI, as in Texas Instruments? Never knew they made a 486 CPU. 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 Jan 21 15:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09681 for questions-outgoing; Wed, 21 Jan 1998 15:29:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09582 for ; Wed, 21 Jan 1998 15:29:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05253; Wed, 21 Jan 1998 14:20:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:20:51 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: your mail In-Reply-To: <01BD25CB.31F0DEE0@dal29-24.ppp.iadfw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Frank Griffith wrote: > I want to use my now functioning FreeBSD machine as a getway to > the internet for some Windows 95 machines which are hooked up > to it via ethernet cards and some BNC cable. So, if I go to the > FreeBSD box and make a PPP connection with my ISP, can > I now go to the Windows 95 machine and set the Internet > browser to use 192.168.0.1 (my FreeBSD unit's IP) as the > proxy server? That seem oversimplified now that I spell it > out. But can it be that simple? Set gateway=yes in /etc/rc.conf and run ppp with the -alias option, and you'll be all set! 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 Jan 21 15:29:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09909 for questions-outgoing; Wed, 21 Jan 1998 15:29:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09517 for ; Wed, 21 Jan 1998 15:28:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05246; Wed, 21 Jan 1998 14:19:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:19:27 -0800 (PST) From: Doug White Reply-To: Doug White To: George Vagner cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199801180508.XAA03523@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, George Vagner wrote: > I have a SIIG BIZ 28.8 internal modem on com3 irq5 and my system runs 2.2.5-R > the problem i am having is sometimes when i get disconnected from my provider > the system dont redial, or it does and dont connect a few times and never > tries anymore. I remember seeing a "set retry 10" or something like that > somewhere but dont remember where to put it. > > I was thinking in the ppp.conf under the default section but i am not sure. Yup. 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 Jan 21 15:30:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10239 for questions-outgoing; Wed, 21 Jan 1998 15:30:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09623 for ; Wed, 21 Jan 1998 15:29:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA05231; Wed, 21 Jan 1998 14:12:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 14:12:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Jonathan Fosburgh cc: questions@FreeBSD.ORG Subject: Re: Strange cron problem. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 17 Jan 1998, Jonathan Fosburgh wrote: > Suddenly, crontab is not able to install a crontab for root. It tries to, > and eats up large amounts of cpu, but ultimately I have to kill it. It > works for othes users though. The log file returns: Can you be more specific? What command line(s) and/or crontab(s) are you using? I think you may be using the wrong format in the wrong place; the crontab in /etc/crontab and the one you feed to crontab(1) are different formats. > ORPHAN: (no passwd entry) > root is listd in passwd, of course, and it is readable. Anyone have a clue > what might be going on? > 2.2-971214-SNAP > > Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics > http://www.geocities.com/vienna/1498 > > FreeBSD: Turning PCs into Workstations > http://www.freebsd.org > ******************************************************************************* > We shall not cease from exploration, > And the end of our exploring shall be to arrive > Where we started from, and know the place for the first time. > --T.S. Eliot, The Four Quartets > ******************************************************************************* > 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 Jan 21 15:31:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10420 for questions-outgoing; Wed, 21 Jan 1998 15:31:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10326 for ; Wed, 21 Jan 1998 15:30:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05339; Wed, 21 Jan 1998 15:30:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:30:05 -0800 (PST) From: Doug White Reply-To: Doug White To: bsd cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to install popper? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, bsd wrote: > Hi all, > I discovered with help a thing called popper & wish to install it. > I have eneabled popper in inetd.conf. > I did a make install from ports but after code compilation it dropped out > with an error stating I needed to create a user "pop" in passwd file > said error(1) > OK So there must be an unwritten "thou shalt create user "pop" rule but > what passwd if any should I use. What should its home dir be, shell > and group ?? It should be a fake user, with a disabled password (*) and a false shell. 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 Jan 21 15:40:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11446 for questions-outgoing; Wed, 21 Jan 1998 15:40:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11351 for ; Wed, 21 Jan 1998 15:40:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05349; Wed, 21 Jan 1998 15:40:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:40:27 -0800 (PST) From: Doug White Reply-To: Doug White To: s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dual homed host In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998 s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net wrote: > I've installed FreeBSD 2.2.5 on my Compaq Deskpro by anonymous FTP using an > NE2000 card. I want to set up a firewall using a dual homed host. My second > card is a DEC 21041 (Tulip). > Since the kernel seems to support both cards, I just modified rc.conf to > get the second card up as follows: > #network_interfaces="ed0 lo0" # List of network interfaces (lo0 is > loopback). > network_interfaces="de0 ed0 lo0" # List of network interfaces (lo0 is > loopback). > ifconfig_de0="inet 172.30.1.83 netmask 255.255.0.0" > ifconfig_ed0="inet 164.164.153.7 netmask 255.255.0.0" > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > > 164.164.*.* is a network connected to the internet and 172.30.*.* is a > private network. > > Both cards now work, but if I ping 164.164.153.7 from another machine on > the 172.30 .*.* network, it replies ! (The other machine is a Windows NT > workstation with the TCP/IP gateway set to 172.30.1.83) This should not > happen since IP forwarding is supposed to be off by default. I verified > that IP forwarding is off by using the sysctl utility - the value of > net.inet.ip.forwarding is 0. > What do I do to prevent this happening ? Can you ping hosts on the general Internet? > I'm attaching the following : > 1) The output of dmesg (See attached file: dmesg) > 2) The output of ifconfig -a -u (See attached file: ifconfig) > 3) The output of netstat -r (See attached file: netstat) > 4) rc.conf (See attached file: rc.conf) Please don't uuencode, since I don't uudecode these on fears of trojans. MIME attachments are okay, or just put into the text of the message. 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 Jan 21 15:47:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12347 for questions-outgoing; Wed, 21 Jan 1998 15:47:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11846 for ; Wed, 21 Jan 1998 15:42:46 -0800 (PST) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id GAA06233; Thu, 22 Jan 1998 06:32:11 +0700 (TSK) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id AAA05436; Thu, 22 Jan 1998 00:55:54 +0700 (KRS) From: Victor Sudakov Message-Id: <199801211755.AAA05436@vas.tsu.tomsk.su> Subject: Re: iijppp + slirp In-Reply-To: <199801202251.WAA02074@awfulhak.org> from "Brian Somers" at "Jan 20, 98 10:51:04 pm" To: brian@Awfulhak.org (Brian Somers) Date: Thu, 22 Jan 1998 00:55:48 +0700 (KRS) Cc: brian@Awfulhak.org, dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Brian Somers wrote: > > [.....] > > > Well, when I remove "set openmode active", just nothing happens. I suppose > > > this is because SLiRP never bothers to say anything but this: > > > > > > ========= cut =========== > > > > > > phantom: {1} slirp > > > Slirp v1.0c (RELEASE) > > > > > > Copyright (c) 1995,1996 Danny Gasparovski and others. > > > All rights reserved. > > > This program is copyrighted, free software. > > > Please read the file COPYRIGHT that came with the Slirp > > > package for the terms and conditions of the copyright. > > > > > > Reading config file: /usr/home/vas/.slirprc > > > Setting baudrate to 38400 > > > IP address of Slirp host: 195.9.35.51 > > > IP address of your DNS(s): 195.9.35.1 > > > Your address is 10.0.2.15 > > > (or anything else you want) > > > > > > Type five zeroes (0) to exit. > > > > > > [talking PPP, 38400 baud] > > > > > > SLiRP Ready ... > > > > > > ========= cut =========== > > > > > > ... after which it just stops and waits for something. I never see those > > > {{{{ characters which indicate a ppp session. So iijppp never detects packet > > > mode :-((( > > [.....] > > > > I'll add a delay option to ppp and send you a copy (this evening). > > We can see if that works :-) > > Done - check out http://www.FreeBSD.org/~brian/ppp-970120* for the > ``set openmode active NN'' extension. Yes, Brian, it works now with the delay set to 15 (I am generous ;), thanks a lot. You are a great guy ;-)) I have never before seen such a quick reaction. Commercial operating systems suck. FreeBSD rules forever!!! -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Wed Jan 21 15:48:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12428 for questions-outgoing; Wed, 21 Jan 1998 15:48:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12346 for ; Wed, 21 Jan 1998 15:47:45 -0800 (PST) (envelope-from frankg@idfw.com) Received: from fast1 (dal04-14.ppp.iadfw.net [206.66.11.112]) by idfw.com (8.8.5) id QAA19260; Wed, 21 Jan 1998 16:47:19 -0700 (MST) X-Authentication-Warning: idfw.com: Host dal04-14.ppp.iadfw.net [206.66.11.112] claimed to be fast1 Received: by fast1 with Microsoft Mail id <01BD2694.C3E7B700@fast1>; Wed, 21 Jan 1998 17:48:22 -0600 Message-ID: <01BD2694.C3E7B700@fast1> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: How do I install FreeBSD 2.2.5 over existing network Date: Wed, 21 Jan 1998 17:48:20 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an existing ethernet network and want to install FreeBSD across it. I have downloaded all the necessary files and placed them on a Windows95 computer in a folder called FreeBSD. This computer is hooked to the FreeBSD box by BNC cable with terminators in place. When I start the FreeBSD floppy and get to the install program, I can't seem to make the thing work. I have an FTP server program running on the Win95 unit and its pinging the other stations okay. When I choose FTP server as the media, it won't give me the choice to pick a machine on my local network. What should a guy do? From owner-freebsd-questions Wed Jan 21 16:07:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14619 for questions-outgoing; Wed, 21 Jan 1998 16:07:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from exchange.ttl.pactel.com (exchange.ttl.pactel.com [206.170.18.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14605 for ; Wed, 21 Jan 1998 16:07:29 -0800 (PST) (envelope-from dbsmall@ttl.pactel.com) From: dbsmall@ttl.pactel.com Received: by exchange.ttl.pactel.com with Internet Mail Service (5.0.1458.49) id ; Wed, 21 Jan 1998 16:08:56 -0800 Message-ID: <35EF0B8572DACF11B5BA080009CB86B858BD0A@exchange.ttl.pactel.com> To: freebsd-questions@FreeBSD.ORG Cc: david.small@usa.net Subject: FreeBSD 2.2.2 Date: Wed, 21 Jan 1998 16:08:54 -0800 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've gotten some good advice from a couple of folks (Matthew Hagerty, and someone else whose name is now on my machine at home, and which I forget...Rudy at Yahoo?) Unfortunately, I still don't have FreeBSD running, and I've once again rendered my system unusable. Here's what I've got: A Dell Pentium II, with SDRAM, and an AGP video card. The motherboard has 2 IDE controllers on it. The primary controller has only an IBM EIDE Hard Drive on it. The secondary controller has an IDE ZIP drive first (master), and an ATAPI CDROM second (slave). (Actually, both the ZIP drive and the CDROM Drive use cable select to determine whether they're master or slave... and neither came with enough jumpers to set them any other way. The 6.4 GB HD has 3 'partitions' on it: the first is NTFS, and boots NT 4.0 workstation. The second is FAT. The third (the last 1.2 GB of the disk) is where I plan to put FreeBSD. I also intend to be able to boot into either system. This disk has LBA enabled. Here's what I've tried so far: 1) Boot off the CDROM: Install never gets to sysinstall. Hangs after probing for devices. Identifies the CDROM drive as wd1 (since it's on the IDE controller #2?) (I gave it 15 minutes....) 2) Boot off of an ATAPI CDROM boot floppy. Same results as #1 3) Boot off the CDROM. During the install process, remove wd1 from the kernel configs. Makes it to the menu screen, but is unable to install, since it can't find the CDROM drive. 4) Copied the entire contents of FreeBSD 2.2.2 from WC CDROM onto the second partition. (the first FAT partition). Booted into DOS via a bootable DOS floppy. This partition is identified as the first DOS partition, so DOS calls it C: (even though NT called it F:). Run the Install program from DOS (telling it to install from a DOS partition). Tell sysinstall "None" when asked which MBR to use (not to use BootEasy, for example). Not only did the install fail (couldn't find the disk at some point), but it screwed up my MBR for NT. That is, the drive seems to think the FreeBSD partition is the boot partition, at least, cause rebooting results in the endless boot: prompts... One note: Mr. Hagerty has suggested that I put the CDROM drive on the primary controller. Unfortunately, the physical configuration prohibits me from splitting up the ZIP and the CDROM. So the only way I could do that, is if I put the Hard drive on the second controller (which I haven't tried...) Note two; I don't have 2.2.5, or I'd be installing it. My questions: 1) Is there a simple way to restore my MBR for NT? Using NT's Emergency Restore Disk doesn't seem to work. Can I use FDISK? 2) When I install FreeBSD 2.2.2, should I tell it to use BootEASY? the other Bootloader? None? 3) Can I put the HD on the second controller, and put the ZIP + CDROM on the first. Does anyone think this will help? 4) Any other big tips? When responding, please cc: david.small@usa.net... thanks, -David --------------------------------------- David B. Small Telesis Technologies Laboratory http://www.ttl.pactel.com/~dbsmall From owner-freebsd-questions Wed Jan 21 16:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14928 for questions-outgoing; Wed, 21 Jan 1998 16:10:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ninbsdbox.dyn.ml.org (host77-170.airnet.net [209.64.77.170]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14917 for ; Wed, 21 Jan 1998 16:10:48 -0800 (PST) (envelope-from kris@ninbsdbox.dyn.ml.org) Received: from ninbsdbox.dyn.ml.org (localhost.dyn.ml.org [127.0.0.1]) by ninbsdbox.dyn.ml.org (8.8.7/8.8.5) with ESMTP id SAA08428; Wed, 21 Jan 1998 18:09:52 -0600 (CST) Message-ID: <34C68E4F.28362A77@ninbsdbox.dyn.ml.org> Date: Wed, 21 Jan 1998 18:09:51 -0600 From: Kris Kirby Reply-To: kris@airnet.net Organization: Absolutely None! X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Alex CC: efinley@castlenet.com, freebsd-questions@FreeBSD.ORG Subject: Re: detecting a PCI NE2000 compatible card References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Alex wrote: > All PCI cards are PnP so to speak. The pnp "controller" only affects the > PnP ISA devices in your box. That BIOS setup screen usually determines the IRQ that the PCI-NIC will choose from. In my experience, its the first line. Forgot about the PnP part... I don't think there is a motherboard that is PCI and not PnP. -- Kris Kirby ------------------------------------------- A Person is smart. People are dumb, panicky, dangerous animals and you know it. -- Kay, in MiB, copyright Sony Pictures Imageworks From owner-freebsd-questions Wed Jan 21 16:12:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15108 for questions-outgoing; Wed, 21 Jan 1998 16:12:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from exchange.ttl.pactel.com (exchange.ttl.pactel.com [206.170.18.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15087 for ; Wed, 21 Jan 1998 16:12:06 -0800 (PST) (envelope-from dbsmall@ttl.pactel.com) From: dbsmall@ttl.pactel.com Received: by exchange.ttl.pactel.com with Internet Mail Service (5.0.1458.49) id ; Wed, 21 Jan 1998 16:13:44 -0800 Message-ID: <35EF0B8572DACF11B5BA080009CB86B858BD0B@exchange.ttl.pactel.com> To: freebsd-questions@FreeBSD.ORG Cc: david.small@usa.net Subject: Almost forgot... Date: Wed, 21 Jan 1998 16:13:40 -0800 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'd prefer to continue to use NT's boot manager, if possible. --------------------------------------- David B. Small Telesis Technologies Laboratory http://www.ttl.pactel.com/~dbsmall From owner-freebsd-questions Wed Jan 21 16:14:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15425 for questions-outgoing; Wed, 21 Jan 1998 16:14:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15302 for ; Wed, 21 Jan 1998 16:14:03 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA13274; Wed, 21 Jan 1998 16:16:50 -0800 (PST) Message-Id: <199801220016.QAA13274@implode.root.com> To: Dan Nelson cc: Costa Morris , questions@FreeBSD.ORG Subject: Re: ram question In-reply-to: Your message of "Wed, 21 Jan 1998 11:53:38 CST." <19980121115338.12041@emsphone.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 21 Jan 1998 16:16:50 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >In the last episode (Jan 21), Costa Morris said: >> i have 128MB of ram installed in 2.2.5. i reconfigured the kernel >> for the extra ram. >> >> ie. >> options "MAXMEM=(128*1024)" >> >> when i run a top i get this: >> Mem: 72M Active, 6440K Inact, 15M Wired, 20M Cache, 8345K Buf, 11M Free > >72+6+15+20+8+11 == 132, which is sorta close 128MB. You can see >exactly how much memory FreeBSD detected by running "sysctl hw". 'buf' is already included in the 'wired' total, so don't add it in. This would make the total about 124MB. The 4MB discrepency is due to the kernel text+data+bss and a couple of other things not being included in the numbers. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Wed Jan 21 16:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16718 for questions-outgoing; Wed, 21 Jan 1998 16:27:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16705 for ; Wed, 21 Jan 1998 16:27:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA05353; Wed, 21 Jan 1998 15:41:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 15:41:41 -0800 (PST) From: Doug White Reply-To: Doug White To: bsd cc: freebsd-questions@FreeBSD.ORG Subject: Re: no root class...login.conf?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, bsd wrote: > I saw a message a while ago which said how to fix inetd saying there was > no root class. > I thought it said something about login.conf & where to get it... . Upgrade to 2.2.5 OR . See http://www.freebsd.org/releases/2.2.2R/errata.html or something like that. 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 Jan 21 16:42:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18076 for questions-outgoing; Wed, 21 Jan 1998 16:42:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f158.hotmail.com [207.82.251.37]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA18007 for ; Wed, 21 Jan 1998 16:41:44 -0800 (PST) (envelope-from mcwong@hotmail.com) Received: (qmail 14063 invoked by uid 0); 22 Jan 1998 00:41:13 -0000 Message-ID: <19980122004113.14062.qmail@hotmail.com> Received: from 203.22.111.42 by www.hotmail.com with HTTP; Wed, 21 Jan 1998 16:41:12 PST X-Originating-IP: [203.22.111.42] From: "M.C Wong" To: questions@FreeBSD.ORG Subject: 2.2.5R Printing questions Content-Type: text/plain Date: Thu, 22 Jan 1998 11:41:12 EST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, This is a dump question which I need help with after reading through the handbook. In our network, we have an NT server (sigh ...) that serves as the print server for 3 printers: HP5Si, HP4MP, HP1600C and all of the printers have NIC and IP address. I want to set up my FreeBSD 2.2.5R to print to those printers. Preferably I would want to use the NT as a remote print server and specify it in printcap as :rm. Tried that but I always get this message: waiting for nt.domain to come up where nt.domain is the hostname of the NT. Alternativelty, I can use netprint (Perl script) to print directly to port 515 of those printers. But, I am concerned with interfering the spooling mechanism currently managed by the NT server. I wonder if I simply use netprint, would I accidentally interfere with job that is sent for printing by the NT server ?? Also, does anyone know of capability of those printers if we can probe them for status so that if the printer is currently busy, then the script would hold back a while and retry later, which means I would have to modify netprint to do that. Alternatively, if someone has better suggestions, please let me know. Many thanks in advance. M.C Wong ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Wed Jan 21 16:50:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19024 for questions-outgoing; Wed, 21 Jan 1998 16:50:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F110.hotmail.com [207.82.250.229]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA18976 for ; Wed, 21 Jan 1998 16:50:23 -0800 (PST) (envelope-from virtmatrix@hotmail.com) Received: (qmail 3118 invoked by uid 0); 22 Jan 1998 00:49:51 -0000 Message-ID: <19980122004951.3117.qmail@hotmail.com> Received: from 194.87.5.54 by www.hotmail.com with HTTP; Wed, 21 Jan 1998 16:49:50 PST X-Originating-IP: [194.87.5.54] From: "Artem Koutchine" To: questions@FreeBSD.ORG Subject: EMERGENCY! Need help! Disk Data Lost ! Content-Type: text/plain Date: Wed, 21 Jan 1998 16:49:50 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk EMERGENCY! Need help! Disk Data Lost! Help! Help! Help! SOS! SOS! SOS! Hello from Russia ! We are ISP and one of our server suffered a crush today. One of its disks lost it partition table (slices that is) and the labels (file system labels or is it correctly called partitions). The main question: Is there a utility, which could exctract data file-by-file from a disk w/o partition and labels? And if there is no, what can I do? Of course, some of the data can be exctracted using disk editor (Norton Utilities), but there is no way to exctract a whole directory tree. Please, HELP !!! Artem A. Koutchine VirtMatrix@hotmail.com Eugene V. Makhnyov Axxiom@unforgettable.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Wed Jan 21 16:52:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19297 for questions-outgoing; Wed, 21 Jan 1998 16:52:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abattoir.com (resort.bigbook.com [204.17.233.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19193 for ; Wed, 21 Jan 1998 16:51:52 -0800 (PST) (envelope-from banshee@abattoir.com) Received: (from banshee@localhost) by abattoir.com (8.8.8/8.7.3) id QAA13795 for questions@freebsd.org; Wed, 21 Jan 1998 16:32:41 -0800 (PST) Date: Wed, 21 Jan 1998 16:32:41 -0800 (PST) From: John M Vinopal Message-Id: <199801220032.QAA13795@abattoir.com> To: questions@FreeBSD.ORG Subject: more dumps core Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Xterm on freebsd host. Suspend cause more to dump core when invoked as a pager; specifically, when paging mail. It appears to be shell related: csh, sh dump core; tcsh does not. FreeBSD 2.2.5-RELEASE: kernel and userland. -j From owner-freebsd-questions Wed Jan 21 17:12:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21900 for questions-outgoing; Wed, 21 Jan 1998 17:12:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gloria.cord.edu (gloria.cord.edu [138.129.254.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21893 for ; Wed, 21 Jan 1998 17:12:29 -0800 (PST) (envelope-from nrahlstr@gloria.cord.edu) Received: from localhost (nrahlstr@localhost) by gloria.cord.edu (8.8.5/8.6.5) with SMTP id SAA22341 for ; Wed, 21 Jan 1998 18:44:58 -0600 (CST) Date: Wed, 21 Jan 1998 18:44:58 -0600 (CST) From: Nathan Ahlstrom To: questions@FreeBSD.ORG Subject: dosemu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does anyone have the linux dosemu program running under freebsd? http://www.suse.com/~dosemu/ Thanks. Nathan Ahlstrom nrahlstr@gloria.cord.edu From owner-freebsd-questions Wed Jan 21 17:15:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22212 for questions-outgoing; Wed, 21 Jan 1998 17:15:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22203 for ; Wed, 21 Jan 1998 17:15:03 -0800 (PST) (envelope-from markem@primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id SAA18724 for ; Wed, 21 Jan 1998 18:12:35 -0700 (MST) Received: from xdsl-ip47-064.phx.primenet.com(207.218.25.64), claiming to be "dad" via SMTP by smtp04.primenet.com, id smtpd018703; Wed Jan 21 18:12:30 1998 Message-Id: <3.0.5.32.19980121181229.0097e500@pop.primenet.com> X-Sender: markem@pop.primenet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 21 Jan 1998 18:12:29 To: questions@FreeBSD.ORG From: "M. Monninger" Subject: HP NIC's Supported? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does FBSD (2.2.5 specifically) support HP network cards, specifically the J2585B? If so, which driver should be used? Many thanks... Mark From owner-freebsd-questions Wed Jan 21 17:37:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24672 for questions-outgoing; Wed, 21 Jan 1998 17:37:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA24654 for ; Wed, 21 Jan 1998 17:37:38 -0800 (PST) (envelope-from victor@usac.edu.gt) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/17Apr97-1150AM) id AA23650; Wed, 21 Jan 1998 19:32:16 -0600 Date: Wed, 21 Jan 1998 19:32:16 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: Doug White Cc: FreeBSD Questions mailing list Subject: Re: ld.so and 3.0-SNAP In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Doug White wrote: > You need to reinstall the related package/port. Which library was > reported missing? One of them was libtermcap.so.2.1 In fact, I found that the missing libraries were the ones with names ending with .2.1, and there were similar ones in the system, but named xxxx.so.3.0, so I made a soft link with the xxx.so.2.1 name and it worked fine, but I'm sure this is not the real solution... By the way, the Pine package was installed from the same 3.0-SNAP CD. Is it advisable to use the soft-link method with all future "missing library" errors? It did never happen before with my 2.1.x and 2.2.5 boxes. Thanks, Victor From owner-freebsd-questions Wed Jan 21 18:16:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27627 for questions-outgoing; Wed, 21 Jan 1998 18:16:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27602 for ; Wed, 21 Jan 1998 18:16:17 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id UAA02274 for ; Wed, 21 Jan 1998 20:07:56 GMT Message-Id: <1.5.4.32.19980122020740.0094ff3c@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 21 Jan 1998 20:07:40 -0600 To: freebsd-questions@FreeBSD.ORG From: Alejandro Galindo Subject: ftp program Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, IS there a program that permit transfer a subdirectory structure in a text terminal (not in XWindows) for FTP. I need transfer a very large subdirectory structure from my server to another server across internet and in the ftp program i only can transfer some files with mput or mget but not a directory structure. Thanks for your reply Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Wed Jan 21 18:24:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28220 for questions-outgoing; Wed, 21 Jan 1998 18:24:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28212 for ; Wed, 21 Jan 1998 18:24:10 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id VAA02236 for ; Wed, 21 Jan 1998 21:24:08 -0500 (EST) Date: Wed, 21 Jan 1998 21:24:08 -0500 (EST) From: Cliff Addy To: questions@FreeBSD.ORG Subject: Preventing spam relaying Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk OK, I FINALLY got the relay prevention stuff to reject relaying with : #LOCAL_CONFIG FR-o /etc/sendmail.cf.relays #LOCAL_RULESETS Scheck_rcpt # anything terminating locally is ok R< $+ @ $=w > $@ OK R< $+ @ $=R > $@ OK # anything originating locally is ok R$* $: $(dequote "" $&{client_name} $) R$=w $@ OK R$=R $@ OK R$@ $@ OK # anything else is bogus R$* $#error $: "550 Relaying Denied" However, it's too good now. I need OUR clients to be able to send email and it's getting blocked. I didn't realize that Netscape talks directly to the sendmail port, I just assumed it used the POP server. Is there any way I can work around this? I'm tired of abusive email from people who've been spammed and seeing hundreds of messages queued up on our servers, but have to let our clients send email. Can NS be configured to send email through the pop server? Very tiredly yours, Cliff From owner-freebsd-questions Wed Jan 21 18:24:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28261 for questions-outgoing; Wed, 21 Jan 1998 18:24:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tbuswell.ne.mediaone.net (tbuswell.ne.mediaone.net [24.128.60.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28256 for ; Wed, 21 Jan 1998 18:24:53 -0800 (PST) (envelope-from tbuswell@tbuswell.ne.mediaone.net) Received: (from tbuswell@localhost) by tbuswell.ne.mediaone.net (8.8.8/8.8.8) id VAA09579; Wed, 21 Jan 1998 21:24:27 -0500 (EST) (envelope-from tbuswell) Date: Wed, 21 Jan 1998 21:24:27 -0500 (EST) Message-Id: <199801220224.VAA09579@tbuswell.ne.mediaone.net> From: Ted Buswell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: determine OS version at compile time. X-Mailer: VM 6.31 under 20.2 XEmacs Lucid Reply-To: tbuswell@mediaone.net (Ted Buswell) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk What's the best way to determine the version of the operating system that a given file is being compiled for? I'd like to do something like: #if defined(__FreeBSD__) #if (FREEBSD_MAJOR > 2) && (FREEBSD_MINOR > 2) && (FREEBSD_PATCH < 5) ... #else ... #endif #endif Thanks, -Ted From owner-freebsd-questions Wed Jan 21 18:57:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00428 for questions-outgoing; Wed, 21 Jan 1998 18:57:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00410 for ; Wed, 21 Jan 1998 18:57:31 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id CAA26358; Thu, 22 Jan 1998 02:57:39 GMT Date: Wed, 21 Jan 1998 18:57:39 -0800 (PST) From: Dan Busarow To: Cliff Addy cc: questions@FreeBSD.ORG Subject: Re: Preventing spam relaying In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Cliff Addy wrote: > However, it's too good now. I need OUR clients to be able to send email > and it's getting blocked. I didn't realize that Netscape talks directly You're using an old version of check_rcpt. Take a look at Claus Assman's. I have a page describing it at http://www.beach.net/~dan mainly cause I can't memorize Claus' URL :) You can specify both GOOD and BAD IP address blocks. Just put all of your address space in the LocalIP file (only understands full addresses, or traditional A, B, C subnets) and the blocks of spammers in SpamIP That gives you pretty fine grained control over who can use your sendmail (right down to a single IP #) and lets you block know spammers by IP. 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 Jan 21 19:02:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00778 for questions-outgoing; Wed, 21 Jan 1998 19:02:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (fragment@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00767 for ; Wed, 21 Jan 1998 19:02:50 -0800 (PST) (envelope-from fragment@techpower.net) Received: from localhost (fragment@localhost) by techpower.net (8.8.7/8.8.5) with SMTP id WAA00335 for ; Wed, 21 Jan 1998 22:00:15 GMT Date: Wed, 21 Jan 1998 22:00:15 +0000 (GMT) From: Defragmented To: questions@FreeBSD.ORG Subject: pppkit Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have went over the pppkit and everything looks good just it logins sets ip routes or echo's then to the client and hangups. I get this error tcsetattr: invalid argument from pppd trouble with address? these ip's are mine not just local net. anyone have any ideas I talked with the pppkit maker he mention asking on here . He thinks something in the ttys Thanks in adavnce. please responed to mail address I am not on this list. From owner-freebsd-questions Wed Jan 21 19:14:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01544 for questions-outgoing; Wed, 21 Jan 1998 19:14:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01524 for ; Wed, 21 Jan 1998 19:14:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05639; Wed, 21 Jan 1998 19:14:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:14:08 -0800 (PST) From: Doug White Reply-To: Doug White To: Victor Manuel Carranza Gonzalez cc: FreeBSD Questions mailing list Subject: Re: ld.so and 3.0-SNAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Victor Manuel Carranza Gonzalez wrote: > On Wed, 21 Jan 1998, Doug White wrote: > > > You need to reinstall the related package/port. Which library was > > reported missing? > > One of them was libtermcap.so.2.1 > In fact, I found that the missing libraries were the ones with names > ending with .2.1, and there were similar ones in the system, but named > xxxx.so.3.0, so I made a soft link with the xxx.so.2.1 name and it worked > fine, but I'm sure this is not the real solution... > > By the way, the Pine package was installed from the same 3.0-SNAP CD. > > Is it advisable to use the soft-link method with all future "missing > library" errors? It did never happen before with my 2.1.x and 2.2.5 > boxes. Did you upgrade the userland with your SNAP CD? YOu can't just update the kernel and call it done; you need the new improved libraries too. 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 Jan 21 19:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01950 for questions-outgoing; Wed, 21 Jan 1998 19:20:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01914 for ; Wed, 21 Jan 1998 19:19:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05663; Wed, 21 Jan 1998 19:19:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:19:54 -0800 (PST) From: Doug White Reply-To: Doug White To: Brian Kramer cc: questions@FreeBSD.ORG Subject: Re: HELP! In-Reply-To: <3.0.1.32.19980119001340.007ac5c0@mail.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Brian Kramer wrote: > Hello! > > I just purchases FreeBSD 2.2.5 and I'm having very many problems trying to > install it on my machine. I have resorted to the Hardware.txt file many > times, and tried everything it suggests, but nothing I do seems to work. > The problem is that every time the hardware probe runs, my system seems to > freeze up (blank screen with cursor on the bottom left). I have tried > everything the help file says...I do have a 3com Ethernet card 3c509 and > Did what the help file said. I have done everything I can to try to get > this probe not to freeze, but it does regardless what I do. Am I missing > something? Is something defective with my CD? Help! Can you be more specific as to where it's locking 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 Wed Jan 21 19:20:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02010 for questions-outgoing; Wed, 21 Jan 1998 19:20:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01999 for ; Wed, 21 Jan 1998 19:20:44 -0800 (PST) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-41.bellatlantic.net [151.201.122.41]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id WAA12211 for ; Wed, 21 Jan 1998 22:20:44 -0500 (EST) Newsgroups: comp.unix.bsd.freebsd.misc Date: Wed, 21 Jan 1998 22:18:57 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: questions@FreeBSD.ORG Subject: seg-faults with wine980118 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk believe this problem is specific to FreeBSD. When I try to run the latest wine (980118) I get segmentation faults with no or any arguments. It's been seg-faulting like crazy. Here is a sample of my debugging output: Core was generated by `wine'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/libexec/ld.so...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4.10...done. Reading symbols from /usr/X11R6/lib/libSM.so.6.0...done. Reading symbols from /usr/X11R6/lib/libICE.so.6.3...done. Reading symbols from /usr/X11R6/lib/libXext.so.6.3...done. Reading symbols from /usr/X11R6/lib/libX11.so.6.1...done. Reading symbols from /usr/lib/libm.so.2.0...done. Reading symbols from /usr/lib/libc.so.3.0...done. #0 0x158edb in NtCurrentTeb () at sysdeps.c:114 114 __asm__( ".byte 0x64\n\tmovl (%1),%0" (gdb) I'm posting this in the hopes that someone else has a solution before I go about solving it. Any suggestions? Thanks Donn From owner-freebsd-questions Wed Jan 21 19:22:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02230 for questions-outgoing; Wed, 21 Jan 1998 19:22:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02224 for ; Wed, 21 Jan 1998 19:22:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05670; Wed, 21 Jan 1998 19:21:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:21:53 -0800 (PST) From: Doug White Reply-To: Doug White To: MarkieMark cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! In-Reply-To: <000701bd2583$a0f20140$5493edcc@ripped> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, MarkieMark wrote: > I finally got the free bsd installed it boots.But during the boot up > process it says "WARNING / IMPROPERLY DISMOUNTED"Than it says"AUTOMATIC > REBOOT IN PROGRESS"Than it boots up to login...I login as root hit enter > than type my Password it says Welcome to FreeBSD!Than it says "WARNING > TO MANY RELATIVE COMPONITS"And the screen looks normall(I guess)But > anytime I type a command it says "Permission denied"The only command it > lets me go into is the /stand/sysinstall command.... The ``too many relative components'' sounds like the shell complaining about your path. Check .cshrc and make sure that there aren't lots of ./ or ../ type paths in there. For your permission denied problems, check the ownership and permissions of your home directory. Try running something simple, like mail. If that dies, send the output of `id' and `ls -l /usr/bin/mail'. 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 Jan 21 19:24:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02415 for questions-outgoing; Wed, 21 Jan 1998 19:24:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02402 for ; Wed, 21 Jan 1998 19:24:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05678; Wed, 21 Jan 1998 19:24:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:24:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Michael Haro cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to fix this..? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, 18 Jan 1998, Michael Haro wrote: > Hi, I recently changed the class of a user from the standard one to a > class I created called other. > I edited /etc/login.conf and added the new class and did a cap_mkdb > Cron gives me this error... > > Jan 18 22:45:00 netmug CRON[2669]: login_getclass: unknown class 'other' > > How can I stop this from happening? Are you sure the cap_mkdb ran successfully? Did you check the syntax of the `other' declaration? 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 Jan 21 19:25:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02459 for questions-outgoing; Wed, 21 Jan 1998 19:25:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02307 for ; Wed, 21 Jan 1998 19:24:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05674; Wed, 21 Jan 1998 19:23:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:23:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: can console be set to page-mode? (scroll off) In-Reply-To: <91a_9801190805@swimsuit.swimsuit.roskildebc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 19 Jan 1998, Leif Neland wrote: > Golded for linux write a statusline with the time changing every second. Even > when the last char is a space, the screen scrolls every second, leaving > statuslines on the whole screen. > > Is this scrolling possible to disable? No, not that I know of. Golded is probably depending on some tweaks in the Linux console that doesn't wrap when it hits character 25. Can you tell golded to not run the clock? > This only happens on fullscreen (character mode), not in Xterm. > But on the other hand, in xterm, colours are not used, and arrowkeys look like > esc to the program. xterm can do color, you may have to enable it. The escapes are golded's fault for not processing the termcap. Again, it was written with the Linux console in mind. 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 Jan 21 19:26:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02623 for questions-outgoing; Wed, 21 Jan 1998 19:26:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02589 for ; Wed, 21 Jan 1998 19:26:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05687; Wed, 21 Jan 1998 19:26:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:26:05 -0800 (PST) From: Doug White Reply-To: Doug White To: "Joe \"Marcus\" Clarke" cc: FreeBSD User Questions List Subject: Re: XF86 refresh rate In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Joe "Marcus" Clarke wrote: > I'm using XF86 3.3.1, and I'd like to know how to increase the refresh > rate to something like 75Hz. I've been through the config file and > xvidtune with no luck. The 60Hz is killing my eyes. Thanks. See /usr/X11R6/lib/X11/doc/VideoModes.doc for hacking your own modelines. And/or The Complete 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 Wed Jan 21 19:30:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03226 for questions-outgoing; Wed, 21 Jan 1998 19:30:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03202 for ; Wed, 21 Jan 1998 19:30:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05701; Wed, 21 Jan 1998 19:30:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:30:02 -0800 (PST) From: Doug White Reply-To: Doug White To: Patrick Gardella cc: questions@FreeBSD.ORG Subject: Re: Secure Newsreader In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Patrick Gardella wrote: > No wacky forms, just username and password. KNews didn't like it when I tried > to read the news. I get a "Failed to read active file!" error. I'm using pine > for now, until I can get knews or something similar working! Hm, I'll have to double check this. I don't read news anymore, so it's been a long while.... 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 Jan 21 19:31:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03320 for questions-outgoing; Wed, 21 Jan 1998 19:31:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03290 for ; Wed, 21 Jan 1998 19:30:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05705; Wed, 21 Jan 1998 19:30:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:30:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Patrick Gardella cc: questions@FreeBSD.ORG Subject: Re: Secure Newsreader In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Patrick Gardella wrote: > No wacky forms, just username and password. KNews didn't like it when I tried > to read the news. I get a "Failed to read active file!" error. I'm using pine > for now, until I can get knews or something similar working! Oh -- I may have been thinking of Netscrape, since i ditched knews for Netscrape's news component. 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 Jan 21 19:32:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03498 for questions-outgoing; Wed, 21 Jan 1998 19:32:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03459 for ; Wed, 21 Jan 1998 19:32:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05709; Wed, 21 Jan 1998 19:32:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:32:08 -0800 (PST) From: Doug White Reply-To: Doug White To: keith Spencer cc: freebsd-questions@FreeBSD.ORG Subject: Re: cap_mkdb segmentation fault!! In-Reply-To: <199801190215.MAA00749@smmcroute.smmc.qld.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, keith Spencer wrote: > Hi folks, > can you help me fix a small hassle I have. I am trying to database > compile the login file "/etc/login.conf" and... > /usr/bin/cap_mkdb /etc/login.conf > stops and says segmentation fault core dumped???? Double check your login.conf for any syntax errors. 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 Jan 21 19:34:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03773 for questions-outgoing; Wed, 21 Jan 1998 19:34:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03767 for ; Wed, 21 Jan 1998 19:34:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05717; Wed, 21 Jan 1998 19:34:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:34:19 -0800 (PST) From: Doug White Reply-To: Doug White To: John Frader cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog.conf problem.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, John Frader wrote: > Yes I did. And for some reason it still doesn't work. It works fine > on another machine. I can't figure it out. I don't have to have it this > way but I wan't telnetd and similiar messages all in a seperate file. What version of freeBSD do you have? Double check the entire file that you're using tabs, have proper syntax, etc etc... 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 Jan 21 19:36:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03978 for questions-outgoing; Wed, 21 Jan 1998 19:36:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03904 for ; Wed, 21 Jan 1998 19:35:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05724; Wed, 21 Jan 1998 19:35:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:35:56 -0800 (PST) From: Doug White Reply-To: Doug White To: "Keith L. Hamburger" cc: freebsd-questions@FreeBSD.ORG Subject: Re: mediavision scsi driver for FreeBSD In-Reply-To: <34C37808.70BD@iex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Keith L. Hamburger wrote: > I need a FreeBSD scsi driver for a MediaVision scsi card These guys usually use Trantor (??) or Adaptec parts, so try the sea0 and aic0 drivers. 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 Jan 21 19:38:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04357 for questions-outgoing; Wed, 21 Jan 1998 19:38:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04294 for ; Wed, 21 Jan 1998 19:38:21 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA12965; Wed, 21 Jan 1998 22:36:50 -0500 (EST) Message-ID: <19980121223650.25747@emu.sourcee.com> Date: Wed, 21 Jan 1998 22:36:50 -0500 From: Norman C Rice To: Zula Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: /usr/bin/newaliases References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Zula on Tue, Jan 20, 1998 at 03:53:51PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, Jan 20, 1998 at 03:53:51PM -0500, Zula wrote: > 2.2.5-STABLE > > Please Help, > > > When I try to run /usr/bin/newaliases it just hangs.. sits there doing > nothing. I let it sit there for 30min still nothing. If you have any input > please help. > > -r-sr-xr-x 5 root kmem 290816 Jan 18 22:37 /usr/bin/newaliases > > Thanks, > RPD > Any chance you have `CheckAliases=True' in /etc/sendmail.cf? If so, try turning it off; your system might be "hanging" trying to resolve the right-hand side of each alias through DNS. If not, try running `newaliases -on' to check the right-hand side of the aliases. You might also try `sendmail -bi' just in case newaliases got hosed somehow. If this doesn't help, I would be happy to look at your aliases file(s). -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Wed Jan 21 19:40:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04559 for questions-outgoing; Wed, 21 Jan 1998 19:40:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04521 for ; Wed, 21 Jan 1998 19:40:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05731; Wed, 21 Jan 1998 19:40:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:40:23 -0800 (PST) From: Doug White Reply-To: Doug White To: Owen Newnan cc: questions@FreeBSD.ORG Subject: Re: Re: Can't get drives to boot on Adaptec AHA-1520 In-Reply-To: <87256591.005A19C2.00@notes.mnet.uswest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Owen Newnan wrote: > > If your BIOS does enumerate more than two boot devices, you'll need to > > modify the boot block code to search those devices. The Adaptec must > > present the removables as bootable devices for that to work; I know that > > Zip (and Jaz) drives don't show up to my NCR as bootable devices, but my > > Seagate hard drive does. > > An interesting wrinkle--controller boots fixed drives but not removable ones? Yup. I confirmed it the other day -- the Adaptec 2940 series can be taught to treat removables as bootable media. Otherwise they aren't. > Well anyhow, looks like I need to validate that my config can enumerate three > drives under ANY OS--especially these particular drives. Any suggestions > anyone how I could test this out under MSDOS, for example? I think this is all happening before the OS even sees daylight, so I don't know if having a DOS partition out there would help things. > Does anyone out there have boot of removables working for ANY removable drive, > even IDE on the second enumerated drive (e.g., Jaz, SyJet, SparQ)? If so what > drive and controllercombination? Such info might be useful to include on the > hardware compatibility list. Again, I believe this is dependent on your SCSI controller. 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 Jan 21 19:42:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04841 for questions-outgoing; Wed, 21 Jan 1998 19:42:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04827 for ; Wed, 21 Jan 1998 19:42:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05735; Wed, 21 Jan 1998 19:42:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:42:19 -0800 (PST) From: Doug White Reply-To: Doug White To: Kwoody cc: freebsd-questions Subject: Re: dsl stuff... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Kwoody wrote: > > FreeBSD will either use the media type specified in the program's setup, > > the card's automatic determination, or appopriate ifconfig link / media > > flags used. In other words: don't worry about it :) > > So just change the cabling, reboot and all should be fine. That I gotta > see. :^) You don't even have to reboot. 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 Jan 21 19:44:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05037 for questions-outgoing; Wed, 21 Jan 1998 19:44:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05018 for ; Wed, 21 Jan 1998 19:44:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA05739; Wed, 21 Jan 1998 19:44:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 19:44:19 -0800 (PST) From: Doug White Reply-To: Doug White To: Lars Jonas Olsson cc: questions@FreeBSD.ORG Subject: Re: Proxies for AOL and CVSup? In-Reply-To: <199801191923.NAA08989@Mercury.mcs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Lars Jonas Olsson wrote: > I have a FreeBSD server that connects a LAN to the internet. The > server does not do packet forwarding, but has squid and DeleGate > proxies and runs sendmail and xntpd. This overall works very well. > > How do I setup a proxy for AOL (Americ Online)? A senior person in > the company is not happy that he cannot use the TCP/IP based AOL on > the LAN... I'd like to keep the current proxy setup, so need some > help. Just allow the AOL port through the firewall. Simple. The port is given in the Setup Modem area of the AOL client. > Personally I also would like to be able to use cvsup to upgrade other > freebsd machines on the LAN. How do I setup a proxy for this? If you do ftp proxy, then specify cvsup run in passive mode. 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 Jan 21 19:47:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05293 for questions-outgoing; Wed, 21 Jan 1998 19:47:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cvd.com.tw (shutdown@dns1.cvd.com.tw [203.74.132.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05282 for ; Wed, 21 Jan 1998 19:47:12 -0800 (PST) (envelope-from nick@cvd.com.tw) Received: (from shutdown@localhost) by cvd.com.tw (8.7.5/8.7.3) id LAA17577 for ; Thu, 22 Jan 1998 11:50:05 +0800 Message-Id: <199801220350.LAA17577@cvd.com.tw> X-Authentication-Warning: dns1.cvd.com.tw.: shutdown set sender to using -f Received: from fire.cvd.com.tw(203.74.132.200) by dns1.cvd.com.tw via smap (V2.0beta) id xma017573; Thu, 22 Jan 98 11:49:45 +0800 From: "Nick Fann" To: Subject: About token ring support Date: Thu, 22 Jan 1998 11:47:28 +0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=BIG5 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by hub.freebsd.org id TAA05285 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I wanna to know if freebsd support token ring network. Thanks! -------------------------------------------------------------- Nick Fann mail:nick@cvd.com.tw From owner-freebsd-questions Wed Jan 21 19:59:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06649 for questions-outgoing; Wed, 21 Jan 1998 19:59:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06643; Wed, 21 Jan 1998 19:59:08 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801220359.TAA06643@hub.freebsd.org> Subject: Re: Preventing spam relaying In-Reply-To: from Cliff Addy at "Jan 21, 98 09:24:08 pm" To: fbsdlist@federation.addy.com (Cliff Addy) Date: Wed, 21 Jan 1998 19:59:06 -0800 (PST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk put all the machines that are allowed to relay (those running netscape) in the "R" class....... list them in /etc/sendmail.cf.relays jmb Cliff Addy wrote: > OK, I FINALLY got the relay prevention stuff to reject relaying with : > > #LOCAL_CONFIG > FR-o /etc/sendmail.cf.relays > > #LOCAL_RULESETS > Scheck_rcpt > # anything terminating locally is ok > R< $+ @ $=w > $@ OK > R< $+ @ $=R > $@ OK > > # anything originating locally is ok > R$* $: $(dequote "" $&{client_name} $) > R$=w $@ OK > R$=R $@ OK > R$@ $@ OK > > # anything else is bogus > R$* $#error $: "550 Relaying Denied" > > However, it's too good now. I need OUR clients to be able to send email > and it's getting blocked. I didn't realize that Netscape talks directly > to the sendmail port, I just assumed it used the POP server. Is there any > way I can work around this? I'm tired of abusive email from people who've > been spammed and seeing hundreds of messages queued up on our servers, but > have to let our clients send email. Can NS be configured to send email > through the pop server? > > Very tiredly yours, > > Cliff > > > From owner-freebsd-questions Wed Jan 21 20:00:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06741 for questions-outgoing; Wed, 21 Jan 1998 20:00:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06727 for ; Wed, 21 Jan 1998 20:00:16 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id VAA10896 for ; Wed, 21 Jan 1998 21:33:00 -0600 (CST) Date: Wed, 21 Jan 1998 21:33:00 -0600 (CST) From: "Jesse D. Walters" To: freebsd-questions@FreeBSD.ORG Subject: JAVA INSTALLATION Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Still having trouble installing the jdk port that comes with 2.2.5. I run the make install and everything APPEARS to run very smooth, it doesn't come up with any error messages of any sort and it registers the pkg, however it still leaves behind a work directory. I creates /usr/local/share/java/classes.zip but it doesn't create the /usr/local/java/bin/java . I tried make clean and then reinstalled still same thing, so it must be something I am overlooking , however with no error messages to go by I don't know what else to try. (BTW I am using jdk for ICQ in x). Thanks ---------------------------------------------------------------------------------- Jesse Walters http://users.mwci.net/~jwalt Tech Support/Customer Service Rep. jwalt@mwci.net Midwest Communications Inc. 241 Main St. Dubuque, Ia 52002 ---------------------------------------------------------------------------------- Save the whales...collect the whole set. Lottery: A tax on people who are bad at math. Always remember you are unique, just like everybody else. From owner-freebsd-questions Wed Jan 21 20:23:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08683 for questions-outgoing; Wed, 21 Jan 1998 20:23:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08667 for ; Wed, 21 Jan 1998 20:22:49 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05802; Wed, 21 Jan 1998 20:22:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:22:24 -0800 (PST) From: Doug White Reply-To: Doug White To: Chris Gong cc: freebsd-questions@FreeBSD.ORG Subject: Re: login_getclass In-Reply-To: <34C3BD21.2EEC@ctron.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Chris Gong wrote: > Hi, > > Every time I login to my freebsd 2.2.2 system as root, it gives the > following > message: > > login_getclass: unknow class 'root' > > What does it mean, and how do I get rid of it? See http://www.freebsd.org/releases/2.2.2R/errata.html 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 Jan 21 20:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08712 for questions-outgoing; Wed, 21 Jan 1998 20:23:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08701 for ; Wed, 21 Jan 1998 20:23:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05806; Wed, 21 Jan 1998 20:22:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:22:54 -0800 (PST) From: Doug White Reply-To: Doug White To: Roberto Urrea cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVS how much disk space is required In-Reply-To: <34C3C0EE.886E3A98@uwinnipeg.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Roberto Urrea wrote: > Hi > > I would like te set up a CVS machine on Intel platform ( 2.2.5 stable > ) . I just wondering how much disk space I need > > I would like sugestion thanks To maintain the entire FreeBSD CVS tree? For a private CVS tree? Can you be more specific? 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 Jan 21 20:25:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08909 for questions-outgoing; Wed, 21 Jan 1998 20:25:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08779 for ; Wed, 21 Jan 1998 20:24:06 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05810; Wed, 21 Jan 1998 20:23:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:23:43 -0800 (PST) From: Doug White Reply-To: Doug White To: Dinesh Pal cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIS In-Reply-To: <34C3CE2B.2AF0@opentech.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Dinesh Pal wrote: > Hello all, > > Where can get information on YP/NIS (freebsd 2.1.0).Like what is, how > to, and what files are involved etc etc. man yp 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 Jan 21 20:35:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09517 for questions-outgoing; Wed, 21 Jan 1998 20:35:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09511 for ; Wed, 21 Jan 1998 20:35:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05892; Wed, 21 Jan 1998 20:34:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:34:48 -0800 (PST) From: Doug White Reply-To: Doug White To: Henry K Yu cc: freebsd-questions@FreeBSD.ORG Subject: Re: "panic: bounce memory out of range" In-Reply-To: <199801200013.QAA12227@deimos.nc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 19 Jan 1998, Henry K Yu wrote: > Dear FreeBSD, > > I am trying to install FreeBSD 2.2.5 on a Intel P200, 64 MB box. > The FreeBSD kernel complains "panic: bounce memory out of range". Please be specific -- exactly where does this occur? > I attempted to search the www.freebsd.org site to no result. > I attempted to specify 'boot:' options: > 'MAXMEM=65535' or > 'options MAXMEM=65535' > > Please point me in the right direction as to whom to ask the right question. Try removing options BOUNCE_BUFFERS and rebuilding the kernel. 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 Jan 21 20:35:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09616 for questions-outgoing; Wed, 21 Jan 1998 20:35:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09605 for ; Wed, 21 Jan 1998 20:35:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05899; Wed, 21 Jan 1998 20:35:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:35:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Charlie ROOT cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Compilation Error... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Charlie ROOT wrote: > > I recently used cvsup to upgrade my source tree from 2.2.5-CURRENT to > 2.2.5-STABLE. What? 2.2.5-CURRENT never existed afaik. > On compilation, the kernel compiles fine, and when I reach > the end of the compile I get the following errors: > > loading kernel > procfs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment > nfs_bio.o: Undefined symbol `___cmpdi2' referenced from text segment > nfs_subs.o: Undefined symbol `___cmpdi2' referenced from text segment > ffs_vnops.o: Undefined symbol `___cmpdi2' referenced from text segment > *** Error code 1 > > Stop. > > Ive tried it with cc and gcc, bmake and gmake, and can not figure out > whats wrong. Could anybody help me with this? try rm -rf /usr/src/sys and re-supping. 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 Jan 21 20:38:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09802 for questions-outgoing; Wed, 21 Jan 1998 20:38:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA09796 for ; Wed, 21 Jan 1998 20:38:17 -0800 (PST) (envelope-from victor@usac.edu.gt) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/17Apr97-1150AM) id AA26001; Wed, 21 Jan 1998 22:35:06 -0600 Date: Wed, 21 Jan 1998 22:35:06 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: Doug White Cc: FreeBSD Questions mailing list Subject: Re: ld.so and 3.0-SNAP In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Doug White wrote: > Did you upgrade the userland with your SNAP CD? YOu can't just update the > kernel and call it done; you need the new improved libraries too. There was no userland to upgrade... this is a new installation, on a blank disk, in a brand new machine. Victor From owner-freebsd-questions Wed Jan 21 20:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09919 for questions-outgoing; Wed, 21 Jan 1998 20:39:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09904 for ; Wed, 21 Jan 1998 20:39:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05908; Wed, 21 Jan 1998 20:38:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:38:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Ariel Ilumin cc: freebsd-questions@FreeBSD.ORG Subject: Re: adding seagate hard disk In-Reply-To: <34C42023.457B46F2@webscape.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Ariel Ilumin wrote: > Sir, > > I am having problems adding a seagate hard disk on my freebsd 2.1 > system. I am booting from an ide drive and want to add the seagate > st51080n scsi drive. Can you send me instructions on how to add this > drive using the /stand/sysinstall and the disklabel facility. Thank you > and more power. If you upgrade to 2.2.5, you can use the instructions at http://www.freebsd.org/tutorials/diskformat/. But they don't work for 2.1.x. 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 Jan 21 20:41:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10220 for questions-outgoing; Wed, 21 Jan 1998 20:41:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10194 for ; Wed, 21 Jan 1998 20:40:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05916; Wed, 21 Jan 1998 20:40:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:40:30 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Mayhar cc: questions@FreeBSD.ORG Subject: Re: Memory leak in memfs? In-Reply-To: <199801200509.VAA09628@exit.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, Frank Mayhar wrote: > I note my mount_mfs has several times seemed to grow without bound, viz: > > 1521 root 10 0 98780K 2016K mfsidl 0:17 0.00% 0.00% mount_mfs > > But the /tmp that it mounts is using less than a meg: > > [202]~ >df /tmp > Filesystem 1024-blocks Used Avail Capacity Mounted on > mfs:1521 95359 890 86841 1% /tmp > > This is after an uptime of around 5 1/2 days. Is there a leak in > mount_mfs? Or am I doing something wrong? What does your mount_mfs command line look like? And how much memory does your system have? 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 Jan 21 20:43:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10489 for questions-outgoing; Wed, 21 Jan 1998 20:43:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10475 for ; Wed, 21 Jan 1998 20:43:38 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id PAA11145; Thu, 22 Jan 1998 15:07:10 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id PAA13878; Thu, 22 Jan 1998 15:07:10 +1030 (CST) (envelope-from grog) Message-ID: <19980122150710.55614@lemis.com> Date: Thu, 22 Jan 1998 15:07:10 +1030 From: Greg Lehey To: Doug White Cc: Henry K Yu , freebsd-questions@FreeBSD.ORG Subject: Re: "panic: bounce memory out of range" References: <199801200013.QAA12227@deimos.nc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Wed, Jan 21, 1998 at 08:34:48PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 08:34:48PM -0800, Doug White wrote: > On 19 Jan 1998, Henry K Yu wrote: > >> Dear FreeBSD, >> >> I am trying to install FreeBSD 2.2.5 on a Intel P200, 64 MB box. >> The FreeBSD kernel complains "panic: bounce memory out of range". > > Please be specific -- exactly where does this occur? > >> I attempted to search the www.freebsd.org site to no result. >> I attempted to specify 'boot:' options: >> 'MAXMEM=65535' or >> 'options MAXMEM=65535' >> >> Please point me in the right direction as to whom to ask the right question. > > Try removing > > options BOUNCE_BUFFERS > > and rebuilding the kernel. That won't help. If he's using bounce memory, he needs the bounce buffers. Henry, what SCSI hardware do you have? Greg From owner-freebsd-questions Wed Jan 21 20:45:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10667 for questions-outgoing; Wed, 21 Jan 1998 20:45:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10657 for ; Wed, 21 Jan 1998 20:45:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05933; Wed, 21 Jan 1998 20:44:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:44:53 -0800 (PST) From: Doug White Reply-To: Doug White To: "Daniel C. Konnoff" cc: questions@FreeBSD.ORG Subject: Re: HP Shure Store 6020i In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Daniel C. Konnoff wrote: > Hello: > > I have an hp6020i cdrom working on a 2.2.5 system. > When mounting cd's using: mount_cd9660 /dev/worm0 /cdrom > this works properly only the first time! Subsequent mount > attempts fail with the "device not configured" message. > The system needs to be rebooted to clear this problem. > CD writing is functioning properly. Obviously: Did you `umount' the media first? 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 Jan 21 20:57:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11419 for questions-outgoing; Wed, 21 Jan 1998 20:57:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11391 for ; Wed, 21 Jan 1998 20:57:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id UAA05888; Wed, 21 Jan 1998 20:33:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 20:33:00 -0800 (PST) From: Doug White Reply-To: Doug White To: David Kelly cc: questions@FreeBSD.ORG Subject: Re: sgml and .dtd files In-Reply-To: <199801192258.QAA02762@PeeCee.tbe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, 19 Jan 1998, David Kelly wrote: > I have an .sgml and its companion .dtd file. Having installed most > everything from /usr/ports which mentions sgml I have still not figured > out how to generate a pretty postscript or plain text file. Its not > "linuxdoc" sgml. > > Could somebody get me pointed in the right direction? You need to point instant towards a new transpec to get something other than html. In the same directory as the docbook-html.ts may be some other files; you may have to convert to a peliminary type before you can get PostScript (i.e., roff). 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 Jan 21 21:14:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12538 for questions-outgoing; Wed, 21 Jan 1998 21:14:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.16.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12530 for ; Wed, 21 Jan 1998 21:14:25 -0800 (PST) (envelope-from rvh@execpc.com) Received: from rickverh (jaresh-46.mdm.mke.execpc.com [169.207.86.174]) by mailgw02.execpc.com (8.8.8) id XAA18313 for ; Wed, 21 Jan 1998 23:14:19 -0600 (CST) Message-Id: <199801220514.XAA18313@mailgw02.execpc.com> From: "ExecPC Internet Mail" To: Subject: ppp help Date: Wed, 21 Jan 1998 23:09:56 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am trying to configue ppp to work on FreeBSD v2.2.5. It dials and logs on to my ISP o.k. After connecting I get a message from my machine that says: "{date & time}: merc ppp[561]:tun0: Error: Get ConfigReq while state = 4" my machine name is merc. Because I can't connect with my machine I do not have the contents of ppp.log available to attach. The output of netstat -rn is: Destination Gateway Flags Ref Use Net Exp. 127.0.0.1 127.0.0.1 UH 1 186 lo0 for my ISP, ppp.conf is execpc: set phone "827 6000" set login "TIMEOUT 10 gin:-BREAK-gin: Prvh word: mercs set timout 300 deny lqr set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 delete ALL add 0 0 HISADDR I don't have my machine connected to a network. any ideas? thanks, rick v. From owner-freebsd-questions Wed Jan 21 21:45:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14193 for questions-outgoing; Wed, 21 Jan 1998 21:45:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14168 for ; Wed, 21 Jan 1998 21:45:22 -0800 (PST) (envelope-from mikegoe@pop03.ca.us.ibm.net) Received: from aldebaran.ird.rl.af.mil (slip166-72-108-170.ny.us.ibm.net [166.72.108.170]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id FAA41550; Thu, 22 Jan 1998 05:44:59 GMT Message-Id: <199801220544.FAA41550@out1.ibm.net> Comments: Authenticated sender is From: "Michael G." To: "Brian Wehrle (Volt Computer)" , questions@FreeBSD.ORG Date: Thu, 22 Jan 1998 00:42:00 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Problem with laptop. In-reply-to: <2F2DC5CE035DD1118C8E00805FFE354C51662D@red-msg-56.dns.microsoft.com> X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk For this card you should be using the ep driver. Well at least with 2.2.1 and 2.2.5 I've had no problems with it when using this driver. Michael G. > Thanks, I have got this going, but am having some problem with my 3com > pcmcia driver. > It doesn't seem to be linking up with the hub that I am using, or even with > another card via crossover cable. > This is 2.1.7 and probably a veryold bios. However, it was detected at > boottime, the light on the ethernet jack > turned on and a message describing the card appears at boottime. This is > the zp driver. > The card is 3com 10/100 Etherlink III. After searching the mailling list, I > found that the 3c589c version of the card is supposedly working in 2.1.7, > but not in 2.1.5. Like I said, I can't get it to link. I tried all of the > links [0-2], but I don't see > a light on in my 10Mb hub. > Brian ------------------------------------------------------------ Brought to you by the letters "O" and "S" and the number "2" Live FreeBSD... or Die! PIC X(10) VALUE "Yes COBOL!" C:\DOS C:\DOS\RUN RUN\DOS\RUN ---------------------------------- From owner-freebsd-questions Wed Jan 21 22:05:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15698 for questions-outgoing; Wed, 21 Jan 1998 22:05:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA15655 for ; Wed, 21 Jan 1998 22:04:51 -0800 (PST) (envelope-from tobyg@ssirsvc.Singapore.Sun.COM) Received: from Singapore.Sun.COM ([129.158.71.3]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id WAA26256 for ; Wed, 21 Jan 1998 22:04:14 -0800 Received: from ssirsvc.Singapore.Sun.COM by Singapore.Sun.COM (SMI-8.6/SMI-5.3) id OAA18968; Thu, 22 Jan 1998 14:04:26 +0800 Received: from snail by ssirsvc.Singapore.Sun.COM (SMI-8.6/SMI-SVR4) id OAA14519; Thu, 22 Jan 1998 14:03:24 +0800 Date: Thu, 22 Jan 1998 14:02:58 +0800 (SGT) From: Toby Gilling Reply-To: Toby Gilling Subject: Foreign Language Multi-byte Wordprocessor To: freebsd-questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: utgqKb9ayH5DOm6n8Tzu0g== X-Mailer: dtmail 1.1.0 CDE Version 1.1 SunOS 5.5.1 sun4u sparc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I'm looking for a wordprocessor that supports multi-byte characters sets for countries such as Taiwan and China. It must: 1. run under motif, 2. be WYSIWIG, 3. support postscript printers. 4. not require special OS support for multi-byte chars. Any ideas ? Thanks, Toby From owner-freebsd-questions Wed Jan 21 22:15:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16411 for questions-outgoing; Wed, 21 Jan 1998 22:15:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16404 for ; Wed, 21 Jan 1998 22:15:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA05997; Wed, 21 Jan 1998 22:15:21 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 22:15:21 -0800 (PST) From: Doug White Reply-To: Doug White To: keith Spencer cc: freebsd-questions@FreeBSD.ORG Subject: Re: any help with mpd-multi ppp In-Reply-To: <199801200054.KAA02099@smmcroute.smmc.qld.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, keith Spencer wrote: > Hi all > Has anyone installed the ports/net/mpd multi ppp daemon? > I wish to have 2 modems between us & our ISP...they are willing to > run mpd too. Is it easy to install as is iijppp ? Last I ran it, it pretty much *was* iijppp. 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 Jan 21 22:21:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16810 for questions-outgoing; Wed, 21 Jan 1998 22:21:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lites.lvdi.net (lites.lvdi.net [208.129.21.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16792 for ; Wed, 21 Jan 1998 22:21:32 -0800 (PST) (envelope-from shanmin@lvdi.net) Received: from lvdi.net (usr4-ppp16.lvdi.net [208.224.226.185]) by lites.lvdi.net (8.8.7/8.7.3) with SMTP id WAA04463 for ; Wed, 21 Jan 1998 22:16:19 -0800 (PST) Message-ID: <34C6E5B9.41C67EA6@lvdi.net> Date: Wed, 21 Jan 1998 22:22:49 -0800 From: Shan-Min Chao X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Setting up ethernet card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello again, everybody. Can you guys please tell me how to setup my ethernet card? I have my PPP stuff setup, but now I want to use my ethernet card on my local LAN. I want my other computers to be able to telnet, ftp, etc. into this computer. I went to /stand/sysinstall to configure the 3COM ethernet card I have, and although it did something, when I tried to ping myself using the mock IP address I made for this computer, it says "no route to host". Is there something else I have to do. Please tell me step by step and in detail. Also, instead of the usual '%' I get for the prompt, is it possible to replace the '%' with the current directory I am in (like DOS)? Also, how do I subscribe to this mailing list? About how many people actually write everyday? Thanks once again! I hope I didn't bother you guys too much with my constant barrage of letters. From owner-freebsd-questions Wed Jan 21 22:28:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17494 for questions-outgoing; Wed, 21 Jan 1998 22:28:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17488 for ; Wed, 21 Jan 1998 22:28:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id WAA06013; Wed, 21 Jan 1998 22:28:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 21 Jan 1998 22:28:47 -0800 (PST) From: Doug White Reply-To: Doug White To: Jeff Wheat cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.5 problems and very poor network performance In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Jeff Wheat wrote: > Since installing 2.2.5 on a few of my workstations, I have noticed > a very large number of crc receive errors with the de0 driver. Since this > upgrade, I am also no longer able to run the card in 100M Full duplex modes. Actually, you probably started noticing the crc errors, since in 2.2.5 they added a printf() to print log messages when they occur. :( > Attempting to set the card in such mode results in very large numbers of > the above mentioned crc receive errors. Another problem I have been having > is with network performance. I have a workstation dedicated to act as a > local tape server. First I was running 2.2.2 and then 2.2.5 with the same > problems. If I start a dump from a remote workstation, it takes *forever* > to complete, if it even gets that far. For example, I started a 2Gb dump > yesterday afternoon and it is *still* running this morning, having only > completed 40% or so. The tape drive is an Archive 4586 tape changer. Try adjusting your blocksize of your dump processes so that your tape streams. When you upgraded the system, it's timing characteristics changed. 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 Jan 21 22:52:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19163 for questions-outgoing; Wed, 21 Jan 1998 22:52:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA19137 for ; Wed, 21 Jan 1998 22:52:24 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.212] by smtp.sby.globalinfo.net (SMTPD32-3.03) id AA2B40A701BA; Thu, 22 Jan 1998 13:41:47 +0700 From: "Alik Yuswanto" To: Subject: ed driver more than two cards Date: Thu, 22 Jan 1998 13:33:39 +0700 Message-ID: <01bd26ff$ad3fd6c0$d4a9cda7@Ws3-sby.Ywcn-sby> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Is it possible if we have more than two cards of driver 'ed' such as ed0, ed1, ed2, ed3 and so on ? Do I have to reinstall the system or recompiling the kernel everytime new NIC is added? Thanks in advance. Alik From owner-freebsd-questions Wed Jan 21 23:09:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20439 for questions-outgoing; Wed, 21 Jan 1998 23:09:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA20431 for ; Wed, 21 Jan 1998 23:09:08 -0800 (PST) (envelope-from malte@webmore.com) Received: from niente (unverified [194.95.214.181]) by www.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 22 Jan 1998 08:06:28 +0100 Message-Id: <3.0.32.19980122075947.007372c0@cyclone.degnet.baynet.de> X-Sender: moos@cyclone.degnet.baynet.de X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 22 Jan 1998 07:59:48 -0100 To: Jacques Hugo From: Malte Lance Subject: Re: xporting a DISPLAY to a 16bit X env Cc: questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, At 07:28 21.01.98 +0200, you wrote: >Is there a way to export an app from one box >to another where the resolution will be in >16 bits. I can only export the app to another >box running in 8 bit mode. Since by exporting the display the app will connect to the 16bpp-XServer this one should work without problems. Except the app was programmed to just handle 8bpp, that means, ignores visuals totally Or your app uses XImage-structures and does not convert between different machine-types. Or ... What app is it. > >Or ... and this is a good one ;) ... can I run >virtual consoles in different bit modes? (someone correct me) XFree86 no. XInside yes. (As i read on this list) Malte Lance. malte@webmore.com > >Thanks for the help >-Jacques > >------------------------------------------------------ >The box said "Requires Windows 3.1 or better" > ... so I got BSD > >Network Administrator | Jacques Hugo >UNIX Systems | jacques@wired.ctech.ac.za >Cape Technikon | +27-21-4603584 >------------------------------------------------------ > From owner-freebsd-questions Wed Jan 21 23:26:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21356 for questions-outgoing; Wed, 21 Jan 1998 23:26:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21348 for ; Wed, 21 Jan 1998 23:26:14 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id JAA06065; Thu, 22 Jan 1998 09:26:28 +0200 (IST) (envelope-from nadav@barcode.co.il) 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 (V2.0) id xma006063; Thu, 22 Jan 98 09:26:26 +0200 Message-ID: <34C6F413.5B5B@barcode.co.il> Date: Thu, 22 Jan 1998 09:24:03 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Frank Mayhar CC: questions@FreeBSD.ORG Subject: Re: Memory leak in memfs? References: <199801200509.VAA09628@exit.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Frank Mayhar wrote: > > I note my mount_mfs has several times seemed to grow without bound, viz: > > 1521 root 10 0 98780K 2016K mfsidl 0:17 0.00% 0.00% mount_mfs > > But the /tmp that it mounts is using less than a meg: > > [202]~ >df /tmp > Filesystem 1024-blocks Used Avail Capacity Mounted on > mfs:1521 95359 890 86841 1% /tmp > > This is after an uptime of around 5 1/2 days. Is there a leak in > mount_mfs? Or am I doing something wrong? > -- > Frank Mayhar frank@exit.com Seems alright to me. You have the process mapping an address space of 98780K, but using 2016K of it (actually, have 2016K of it in your RAM at the time). This seems OK to me. Note that it only takes space for memory it actually touches, but allocates enough for the whole size of the filesystem which is: 95359K in your case. Nadav From owner-freebsd-questions Thu Jan 22 01:15:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27315 for questions-outgoing; Thu, 22 Jan 1998 01:15:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27307 for ; Thu, 22 Jan 1998 01:15:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06165; Thu, 22 Jan 1998 01:15:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:15:27 -0800 (PST) From: Doug White Reply-To: Doug White To: Robert Watson cc: questions@FreeBSD.ORG Subject: Re: zp pcmcia etherlink driver -- second device In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Robert Watson wrote: > On Sat, 17 Jan 1998, Doug White wrote: > > > You might consider installing the PAO distribution so you don't have to be > > so careful about resources. http://www.jp.freebsd.org/PAO. > > Will the PAO work be integrated into the main FreeBSD distribution at some > point in the future? [rumor] At one point I heard that it might be making an appearance in 3.0-CURRENT. [/rumor] My suggestion: 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 Thu Jan 22 01:18:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27545 for questions-outgoing; Thu, 22 Jan 1998 01:18:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27537 for ; Thu, 22 Jan 1998 01:18:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06169; Thu, 22 Jan 1998 01:18:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:18:01 -0800 (PST) From: Doug White Reply-To: Doug White To: "Christopher J. Booth" cc: freebsd-questions Subject: Re: No Mouse in X In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Christopher J. Booth wrote: > I have a mousesystems mouse (switchable between Microsoft 2-button & Mouse > Systems 3-button protocols--set to Mouse Systems 3-button) on > sio1/cuaa1/COM2. In /stand/sysinstall I have so set the mouse. I am > running 2.2.5. The mouse, as is, works fine in the same machine in Linux > and DOS/Win 3.1. In /etc/XF86Config I have set the pointer information to > > Protocol "MouseSystems" > Device "/dev/sysmouse" > > In /etc/rc.conf I have set the > > moused_type="NO" > > or > > moused-type="mousesystems" I assume you used a _ instead of a -. > and the next line as > > moused_port="/dev/cuaa1" This should have worked. Have you tried Microsoft mode? > moused_port="/dev/mouse" That would create a cyclic reference. Make sure sio1 is probed properly. 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 Jan 22 01:24:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28067 for questions-outgoing; Thu, 22 Jan 1998 01:24:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28062 for ; Thu, 22 Jan 1998 01:24:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06176; Thu, 22 Jan 1998 01:24:18 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:24:18 -0800 (PST) From: Doug White Reply-To: Doug White To: Greg Miller cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about AT-1700 ethernet card In-Reply-To: <199801201654.LAA14255@postoffice.Reston.mci.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Greg Miller wrote: > >What type of card is this? (isa, pci?) > > Sorry. It's ISA. Also, I just realized that it's actually an AT-1700T Plus, > not just a vanilla AT-1700. Does that matter? I've never heard of it, so I'm more interested in what class of drivers this could land in. (The plus may connote that it's a NE2000+ -compatible card, which is not supported.) > >I'd suggest trying the ed device driver first; it's pretty generic. > > I tried the ed0 driver, after first changing the card's settings to > IRQ 5 > port addr 0x280 > boot rom addr 0xd8000 > > The installation program still doesn't recognize the card. Then try the lnc0 device next. After that....:-/ > I have another card that also doesn't work. It's a 3Com 3C509B. I have a > plain 3C509 that does work, but the rev B card isn't recognized when using > the 3C509 driver. Any suggestions? The B isn't significant (unlike for other cards). . Verify the card's settings with INSTALL/3c5x9cfg. . Turn Plug&Pray off with INSTALL/3C5X9CFG. > In general, I'm having trouble finding > cards that are listed on the list of supported hardware. They seem to be > older cards that have been replaced by newer revs. Any help will be > appreciated. I have a good list for PCI cards, but not really for ISA. The best thing in the ISA department I can recommend are stock generic ISA NE2000s with Plug&Pray turned off. We have a (thankfully) pre-PnP one in our main server (486/25sx) and it's chugging along quite nicely :-) 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 Jan 22 01:25:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28230 for questions-outgoing; Thu, 22 Jan 1998 01:25:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28217 for ; Thu, 22 Jan 1998 01:25:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06183; Thu, 22 Jan 1998 01:25:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:25:13 -0800 (PST) From: Doug White Reply-To: Doug White To: Eric Hedstrom cc: freebsd-questions@FreeBSD.ORG Subject: Re: search engines? In-Reply-To: <34C4D8D3.956E3421@compecon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Eric Hedstrom wrote: > Greetings, > We are looking for a search engine to build into our web site, > and I haven't found much for FreeBSD, looking through the ports > collection. I suppose the Linux version of Excite for Web Servers > might be coerced into working.. I've used WebGlimpse with good success, and I guess htDig also works. As long as Linux Excite doesn't do anything nutty it should work fine under the linuxulator. 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 Jan 22 01:26:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28368 for questions-outgoing; Thu, 22 Jan 1998 01:26:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28363 for ; Thu, 22 Jan 1998 01:26:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06187; Thu, 22 Jan 1998 01:26:35 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:26:35 -0800 (PST) From: Doug White Reply-To: Doug White To: Kwang-Soo Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: YAMAHA WAVETBLE sound card In-Reply-To: <34C4E093.96A7CCE3@cs.unc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Kwang-Soo Kim wrote: > I'm trying to get this new sound card to work on a new 300MHz Intel > box. The sound card is integrated in the motherboard and claims to > support SB Pro 16bit. That's a contradiction in terms :-) SB16 came *after* the SBPro; the SBPro is technically "8-bit". > What I tested, however, it only supports 8-bit mode. > Dmesg says.. > sb0 at 0x220 irq 5 drq 1 on isa > sb0: > sbxvi0 not found > sbmidi0 not found at 0x330 > > Does anybody know how to get 16-bit audio out of it? You don't. (?) 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 Jan 22 01:27:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28538 for questions-outgoing; Thu, 22 Jan 1998 01:27:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28522 for ; Thu, 22 Jan 1998 01:27:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06192; Thu, 22 Jan 1998 01:27:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:27:22 -0800 (PST) From: Doug White Reply-To: Doug White To: Leo Mrafko cc: questions@FreeBSD.ORG Subject: Re: Problem with roting ... In-Reply-To: <199801201739.SAA00238@gw.kesp.elf.stuba.sk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Leo Mrafko wrote: > I'm sorry to bother you, but I've got a problem and I can't help > myself.We've got a pair of SUN workstations connected on a large LAN and > SUN NFS didn't work when there was a big traffic on the net. So we > decided to build a router from a PC. I installed FreeBSD here, there are > two NICs (3COM), they're working properly, I think, but I can't find > out, how to configure this system, so that it would send to the SUNs > just the packets which are for them, and let the other packets on the > other NIC and to let the SUNs reach the outer net too. Could You plese > help me ? Sounds like you need a switch. 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 Jan 22 01:28:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28684 for questions-outgoing; Thu, 22 Jan 1998 01:28:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28677 for ; Thu, 22 Jan 1998 01:28:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06196; Thu, 22 Jan 1998 01:28:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:28:40 -0800 (PST) From: Doug White Reply-To: Doug White To: "Paul T. Root" cc: Questions FreeBSD Subject: Re: AMD manual In-Reply-To: <199801201741.LAA21289@horton.iaces.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Paul T. Root wrote: > Hi, > I'm setting up the amd automounter and was wondering what kind of > things I can put in amd.map. It seems that the only thing that would > explain it is SMM:13, but I can't find it on-line (I guess I'll call > Computer Literacy :-), but in the mean time, is there any online manual. The System Manager's Manual section 13 is encumbered by copyrights, but you can view a Web version of it under http://www.freebsd.org/ in Documentation...somewhere. :) > Is there a way to set up auto_home (from Solaris) like thing? Did you try `man amd' and checked the cross-refs? 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 Jan 22 01:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28901 for questions-outgoing; Thu, 22 Jan 1998 01:30:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28896 for ; Thu, 22 Jan 1998 01:30:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06203; Thu, 22 Jan 1998 01:30:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:30:23 -0800 (PST) From: Doug White Reply-To: Doug White To: GLEN.W.MANN@monsanto.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Colorado (HP) T1000e Tape with Parallel Port In-Reply-To: <"0120185906-Colorado (HP) T1000e Tape with Parallel Port"@MHS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On 20 Jan 1998 GLEN.W.MANN@monsanto.com wrote: > Hello everyone- > > From scanning the questions archives and reading docs, it appears > that the T1000 tape backup is not supported. However, all the > info seems to point to a floppy interface, which FreeBSD does not > support. The T1000e has a parallel port connector connecting to > the printer port. Does this change anything? Yes; then it has absolutely no hope since the only things connected to the printer port are printers and Zip drives in 3.0-CURRENT. (Well, I guess the PPBus stuff could allow for a new horrendously-slow-parallel-tape driver. Takers?) > It's been some time since the last T1000 post. Anything new? Nope: Buy SCSI. Trust us. 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 Jan 22 01:31:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29081 for questions-outgoing; Thu, 22 Jan 1998 01:31:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29067 for ; Thu, 22 Jan 1998 01:31:50 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id BAA06210; Thu, 22 Jan 1998 01:31:46 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 01:31:46 -0800 (PST) From: Doug White Reply-To: Doug White To: Apal Agrawal cc: freebsd-questions@FreeBSD.ORG Subject: Re: Makefile include file OR sources for DIFF ? In-Reply-To: <199801202017.MAA30217@spock.sidsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Apal Agrawal wrote: > > I have been trying to get/download the sources for "diff" > utility. diff comes with the system, BTW. If you need the real system source for it, see http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/diff > ftp ftp.freebsd.org/pub/FreeBSD/ports/textproc > get wdiff.tar > > but I cannot find the include file > > bsd.port.mk > > hence cannot run the Make utility on the Makefile. Hm, that would break all ports. It should be in /usr/share/mk/. 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 Jan 22 01:32:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29125 for questions-outgoing; Thu, 22 Jan 1998 01:32:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29073 for ; Thu, 22 Jan 1998 01:31:55 -0800 (PST) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.8/8.7.3) id LAA07763; Thu, 22 Jan 1998 11:31:40 +0200 (EET) Date: Thu, 22 Jan 1998 11:31:40 +0200 (EET) Message-Id: <199801220931.LAA07763@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: Doug White Cc: Greg Miller , freebsd-questions@FreeBSD.ORG Subject: Re: question about AT-1700 ethernet card In-Reply-To: References: <199801201654.LAA14255@postoffice.Reston.mci.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The AT1700 (plus or not) card runs on the fe0 driver. Pete Doug White writes: > On Tue, 20 Jan 1998, Greg Miller wrote: > > > >What type of card is this? (isa, pci?) > > > > Sorry. It's ISA. Also, I just realized that it's actually an AT-1700T Plus, > > not just a vanilla AT-1700. Does that matter? > > I've never heard of it, so I'm more interested in what class of drivers > this could land in. (The plus may connote that it's a NE2000+ -compatible > card, which is not supported.) > > > >I'd suggest trying the ed device driver first; it's pretty generic. > > > > I tried the ed0 driver, after first changing the card's settings to > > IRQ 5 > > port addr 0x280 > > boot rom addr 0xd8000 > > > > The installation program still doesn't recognize the card. > > Then try the lnc0 device next. After that....:-/ > > > I have another card that also doesn't work. It's a 3Com 3C509B. I have a > > plain 3C509 that does work, but the rev B card isn't recognized when using > > the 3C509 driver. Any suggestions? > > The B isn't significant (unlike for other cards). > > . Verify the card's settings with INSTALL/3c5x9cfg. > . Turn Plug&Pray off with INSTALL/3C5X9CFG. > > > In general, I'm having trouble finding > > cards that are listed on the list of supported hardware. They seem to be > > older cards that have been replaced by newer revs. Any help will be > > appreciated. > > I have a good list for PCI cards, but not really for ISA. The best thing > in the ISA department I can recommend are stock generic ISA NE2000s with > Plug&Pray turned off. We have a (thankfully) pre-PnP one in our main > server (486/25sx) and it's chugging along quite nicely :-) > > 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 Jan 22 01:54:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00262 for questions-outgoing; Thu, 22 Jan 1998 01:54:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.sby.globalinfo.net ([167.205.169.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA00255 for ; Thu, 22 Jan 1998 01:54:39 -0800 (PST) (envelope-from alik@sby.globalinfo.net) Received: from [167.205.169.212] by smtp.sby.globalinfo.net (SMTPD32-3.03) id A93AB0101E6; Thu, 22 Jan 1998 17:02:34 +0700 From: "Alik Yuswanto" To: "Pedro A M Vazquez" Cc: Subject: Re: ed driver more than two cards Date: Thu, 22 Jan 1998 16:54:47 +0700 Message-ID: <01bd271b$c65fa880$d4a9cda7@Ws3-sby.Ywcn-sby> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, Thanks for your answer, Pedro. You know, I'm really a newcomer in Un*x world, especially FreeBSD. Could you show me (step by step) how to build the kernel? What commands will I use for it? Thanks. Alik -----Original Message----- From: Pedro A M Vazquez To: Alik Yuswanto Date: Thursday, January 22, 1998 11:50 PM Subject: Re: ed driver more than two cards >Alik Yuswanto was saying that: >> >> Hello, >> >> Is it possible if we have more than two cards of driver 'ed' such as ed0, >> ed1, ed2, ed3 and so on ? >Yes: >Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll >ed0 1500 00.40.33.90.f7.ab 154215 295 167627 0 287 >ed0 1500 IQ-Net-A/26 voxel 154215 295 167627 0 287 >ed0 1500 ortro/32 ortro 154215 295 167627 0 287 >ed1 1500 00.53.4e.00.76.3e 122487 1 85896 0 79 >ed1 1500 IQ-Net-G/26 akheron 122487 1 85896 0 79 >ed2 1500 00.40.33.36.b8.e8 32847 0 21729 0 54 >ed2 1500 IQ-Net-H/26 moon-ra 32847 0 21729 0 54 > >> Do I have to reinstall the system or recompiling the kernel everytime new >> NIC is added? > >you need to build a kernel with support for as many ed cards as >you plan to use > >Pedro >> >> Thanks in advance. >> >> Alik >> >> >> >> >> > > From owner-freebsd-questions Thu Jan 22 02:39:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02533 for questions-outgoing; Thu, 22 Jan 1998 02:39:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from intranet.blueberry.co.uk (intranet.blueberry.co.uk [195.129.9.107]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02527 for ; Thu, 22 Jan 1998 02:39:38 -0800 (PST) (envelope-from keith@intranet.blueberry.co.uk) Received: (from keith@localhost) by intranet.blueberry.co.uk (8.8.8/8.8.7) id KAA23920; Thu, 22 Jan 1998 10:39:25 GMT (envelope-from keith) Message-ID: <19980122103925.11287@blueberry.co.uk> Date: Thu, 22 Jan 1998 10:39:25 +0000 From: Keith Jones To: questions@FreeBSD.ORG Subject: Re: 2.2.5 problems and very poor network performance References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Wed, Jan 21, 1998 at 10:28:47PM -0800 Organization: Blueberry New Media Ltd. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 10:28:47PM -0800, Doug White wrote: > Actually, you probably started noticing the crc errors, since in 2.2.5 > they added a printf() to print log messages when they occur. :( If they really annoy you, I guess you could take out line 3419 of /usr/src/sys/pci/if_de.c: 3419d3418 < error = "bad crc"; and recompile the kernel. That way you won't get your console completely flooded if you've a lot of machines talking to your FreeBSD box ;) This wouldn't survive a system upgrade, of course... is there any chance of adding an kernel option to suppress some/all of these error messages on the 'de' interface? Keith -- v Keith Jones Systems Manager, Blueberry New Media Ltd. v | Postal Mail: 2/10 Harbour Yard, Chelsea Harbour, LONDON, UK. SW10 0XD | | Telephone: +44 (0)171 351 3313 Fax: +44 (0)171 351 2476 | ^ Email: Keith.Jones@blueberry.co.uk WWW: http://www.blueberry.co.uk/ ^ From owner-freebsd-questions Thu Jan 22 03:28:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05167 for questions-outgoing; Thu, 22 Jan 1998 03:28:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from WG.netium.com.br (wg.netium.com.br [200.241.125.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA05162 for ; Thu, 22 Jan 1998 03:28:06 -0800 (PST) (envelope-from rdibo@netium.com.br) Received: from [200.241.125.131] by netium.com.br id 3b7b0.wrk; Thu, 22 Jan 1998 07:27:54 EDT From: "Rodolfo Dibo" To: Subject: Install Date: Thu, 22 Jan 1998 07:27:41 -0400 Message-ID: <01bd2728$c0bb08e0$837df1c8@rodolfod> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD2707.39A968E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD2707.39A968E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I tried to install FreeBSD + Win95. After i finished installation, when = I boot on FreeBSD the system ask me for "login:" and "Password:" and I = can't make the login, geting a "login Incorrect" message. How can I = configure a login and password?=20 Thank you ------=_NextPart_000_0004_01BD2707.39A968E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I tried to install = FreeBSD + Win95.=20 After i finished installation, when I boot on FreeBSD the system ask me = for=20 "login:" and "Password:" and I can't make the login, = geting=20 a "login Incorrect" message. How can I configure a login and = password?=20
Thank = you
------=_NextPart_000_0004_01BD2707.39A968E0-- From owner-freebsd-questions Thu Jan 22 03:29:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05282 for questions-outgoing; Thu, 22 Jan 1998 03:29:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05275 for ; Thu, 22 Jan 1998 03:29:20 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id PAA20742; Wed, 21 Jan 1998 15:26:22 +0200 (EET) Message-ID: <34C5F776.F2D36F8@Shevchenko.kiev.ua> Date: Wed, 21 Jan 1998 15:26:15 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: deen@slt.lk CC: freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd and uucp References: <34C5A956.56E3@slt.lk> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk M.I. Deen wrote: > I need to download the uucp mail version for uucp. Please tell me from > where I can download > UUCP come with base distribution. So, if you have FreeBSD, you have UUCP included. > Thanks ? Regards > > Deen > Engineer Data Communications -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 22 03:57:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06548 for questions-outgoing; Thu, 22 Jan 1998 03:57:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post-ofc06.srv.cis.pitt.edu (root@post-ofc06.srv.cis.pitt.edu [136.142.185.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06540 for ; Thu, 22 Jan 1998 03:57:28 -0800 (PST) (envelope-from jddst19+@pitt.edu) Received: from pitt.edu (jddst19@ehdup-a3-8.rmt.net.pitt.edu [136.142.20.58]) by post-ofc06.srv.cis.pitt.edu with ESMTP (8.8.8/8.8.8/cispo-7.1.2.2) ID ; Thu, 22 Jan 1998 06:52:29 -0500 (EST) Message-ID: <34C73278.4EBBCAB8@pitt.edu> Date: Thu, 22 Jan 1998 06:50:16 -0500 From: John Duncan X-Mailer: Mozilla 4.03 [en] (X11; I; Linux 2.0.29 i686) MIME-Version: 1.0 To: Rodolfo Dibo CC: freebsd-questions@FreeBSD.ORG Subject: Re: Install References: <01bd2728$c0bb08e0$837df1c8@rodolfod> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Rodolfo Dibo wrote: > > I tried to install FreeBSD + Win95. After i finished installation, > when I boot on FreeBSD the system ask me for "login:" and "Password:" > and I can't make the login, geting a "login Incorrect" message. How > can I configure a login and password? > Thank you First, try typing "root" when it asks you for a login. It probably won't even need to go for a password. If that fails, follow these instructions: When the boot prompt comes up, type "-s" at the ":" prompt. After the system boots, it will ask you for a shell. type "sh" then execute this command: mount -a and then these: PATH=/bin:/sbin:/usr/bin:/usr/sbin: export PATH vipw The "ee" editor should come up with your password file on it. it should look like this root:1$aw234a23ijo;i34oi;j3oi4:0:0:... daemon:*:... delete all the junk between the first and second colons on the line labeled root. exit the editor, and vipw should tell you some nice messages, and you'll be returned to your prompt. type exit and when the system comes up multiuser, (i.e. login:), you should type "root". Then, you can type passwd and it will ask you to set a password for the root account. The root is the superuser, and has many priviliges that you do not want for everyday use, so you should read the handbook to find out about adding new users. If you installed lynx, then you can read the handbook with lynx /usr/share/doc/handbook/handbook.html you don't want to run as root because it is very easy to be in the middle of things and screw up royally. For example, many sysadmins have typed "kill 1" instead of "kill %1" when they wanted to kill one of thier background processes, and they ended up killing init, which essentially disables the machine for a few minutes, losing all work that was unsaved for all users. It's annoying to the single user as well. I'd recommend that you get some of the O'Reilly books on unix and unix system administration. They're concise and informative. It will make learning to use your own system a lot easier. -John From owner-freebsd-questions Thu Jan 22 05:16:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11255 for questions-outgoing; Thu, 22 Jan 1998 05:16:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA11238; Thu, 22 Jan 1998 05:16:22 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 22 Jan 1998 8:15:19 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA00610; Thu, 22 Jan 98 08:15:14 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id IAA16371; Thu, 22 Jan 1998 08:13:47 -0500 Message-Id: <19980122081347.46523@ct.picker.com> Date: Thu, 22 Jan 1998 08:13:47 -0500 From: Randall Hopper To: Jonathan Hahn Cc: freebsd-questions@FreeBSD.ORG, freebsd-install@FreeBSD.ORG Subject: Re: installing on FAT32 w/Partition Magic References: <199801152242.OAA04752@and.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801152242.OAA04752@and.com>; from Jonathan Hahn on Thu, Jan 15, 1998 at 02:42:27PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Jonathan Hahn: |if anyone's interested. I had read many things about partition restrictions |restricitons. In particular, I read that the FreeBSD DOS partition |cannot be beyond 1024 cylinders from the MBR. This is the restriction |I violated, as far as I know (my disk is 2GB, Win95 is 1.5GB and |FreeBSD is .5GB). | |The issue is that my (logical?) disk geometry had less than 600 |cylinders, so I didn't think I had to worry about the 1024 cyl |restriction. I wouldn't be surprised if there were > 1024 physical |cylinders and there probably are and it's probably the physical |cylinder number that the restriction refers to. I don't believe I've |encountered a tools which tells me the number of physical cylinders... Your 2GB drive is almost certainly way above 1024 "physical" cylinders. However, if your BIOS supports LBA and you format your disk with LBA, you should have no trouble booting FreeBSD from anywhere on the disk you want to put it. Almost all of my FreeBSD installs have been like this (FreeBSD slice(s) are given the biggest chunk at the end of my disk, with root typically above physical cylinder 1024). Check section 7.3.1 of the FreeBSD MultiOS tutorial for details: http://www.freebsd.org/tutorials/multios/multios.html |> The problem is that when I try to create Unix partitions in the new |> DOS partition, the install program refuses. If I try to create a |> root file system of any size, I get: |> |> This region cannot be used for your root partition as the |> FreeBSD boot code cannot deal with a root partition created |> in that location. Please choose another partition or |> smaller size for your root partition and try again! |> |> I suspect a problem in my DOS partition setup. Here's my table: |> |> Name PType Desc Subtype Flags Comment |> - 6 unused 0 size = 1 track |> wd0s1 1 unknown 11 win95 (1.5 GB) |> wd0s3 2 fat 6 for freebsd (.5 GB) Maybe this isn't related to cylinders at all. You said you tried to create a UNIX partition in the DOS partition? Do you mean replace the DOS slice with a UNIX slice? Or create UNIX partitions in the UNIX slice? Or (another possibility). I'm not at my FreeBSD box now, but here's the procedure I go through that you might mentally check against. Move the cursor down to wd0s3, hit (D) (I think) to free up the space for that slice (wd0s3), move the cursor back up to the free space pool at the top of the screen, hit (C)reate to create a FreeBSD slice. Reading between the lines, it sounds like you might not have marked your old wd0s3 FAT partition for deletion (D) before trying to create a FreeBSD slice in its place. Randall From owner-freebsd-questions Thu Jan 22 05:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13284 for questions-outgoing; Thu, 22 Jan 1998 05:43:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13276 for ; Thu, 22 Jan 1998 05:43:37 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA29686; Thu, 22 Jan 1998 07:42:30 -0600 (CST) From: "Paul T. Root" Message-Id: <199801221342.HAA29686@horton.iaces.com> Subject: Re: AMD manual To: dwhite@resnet.uoregon.edu Date: Thu, 22 Jan 1998 07:42:29 -0600 (CST) Cc: questions@FreeBSD.ORG In-Reply-To: from Doug White at "Jan 22, 98 01:28:40 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In a previous message, Doug White said: > On Tue, 20 Jan 1998, Paul T. Root wrote: > > > Hi, > > I'm setting up the amd automounter and was wondering what kind of > > things I can put in amd.map. It seems that the only thing that would > > explain it is SMM:13, but I can't find it on-line (I guess I'll call > > Computer Literacy :-), but in the mean time, is there any online manual. > > The System Manager's Manual section 13 is encumbered by copyrights, but > you can view a Web version of it under http://www.freebsd.org/ in > Documentation...somewhere. :) Unfortunately, it's not there (http://www.freebsd.org/de/docs). It has some of the chapters online, but not amd (chapter 13). It's ok though. I did get an answer from Jose Alcaide. Thanks, Jose! That got me going. And I've ordered the SMM manual from Computer Literacy. BTW, Computer Literacy doesn't have the whole set BSD manuals anymore. One of the programmer manuals is out of print. So a word of warning if anybody has been thinking of these books. I have a complete set from BSD4.2 (or maybe 4.3), but amd shows up in 4.4. > > Is there a way to set up auto_home (from Solaris) like thing? > > Did you try `man amd' and checked the cross-refs? Yeah, I followed everything, but there wasn't much there. I've got what I need now. I'm on to writing a perl script to grab users from Solaris' passwd/shadow combination and putting it into FreeBSDs passwd/master.passwd (then pwd_mkdb, of course). And also to convert auto_home to an amd map. Integrating a FreeBSD desktop into a solaris desktop group is fun. It's going remarkably well. Paul. -- No pig should go sky diving during monsoon For this isn't really the norm. But should a fat swine try to soar like a loon, So what? Any pork in a storm. No pig should go sky diving during monsoon, It's risky enough when the weather is fine. But to have a pig soar when the monsoon doth roar Cast even more perils before swine. From owner-freebsd-questions Thu Jan 22 06:22:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15413 for questions-outgoing; Thu, 22 Jan 1998 06:22:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dry.jps.net (dry.jps.net [208.25.63.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15404 for ; Thu, 22 Jan 1998 06:22:47 -0800 (PST) (envelope-from david.small@usa.net) Received: from zamonster (oak-port569.jps.net [209.142.30.82]) by dry.jps.net (8.8.5/8.8.5) with SMTP id GAA16087 for ; Thu, 22 Jan 1998 06:22:44 -0800 (PST) Received: by localhost with Microsoft MAPI; Thu, 22 Jan 1998 06:24:21 -0800 Message-ID: <01BD26FE.6019BC90.david.small@usa.net> From: "David B. Small" To: "'freebsd-questions@freebsd.org'" Subject: Using a 2.2.5 boot floppy to load from a 2.2.2 CDROM Date: Thu, 22 Jan 1998 06:21:29 -0800 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a Walnut Creek 2.2.2 CDROM. My computer configuration (ATAPI CDROM drive on the 2nd controller, an inability to move it to the first controller, ...) has made it difficult for me to install FreeBSD (and I've been unsuccessful in loading from a FAT partition, as the install program has trouble mounting it, even after the partition editor has found it) In any case, I believe that 2.2.5 may have better ATAPI support, but I don't have 2.2.5. I'd like to know if it's possible for me to download some small subset of 2.2.5 from cdrom.com, and then use that to install from my CD. Thanks for your help (and thanks to everyone who's helped so far), -David From owner-freebsd-questions Thu Jan 22 06:26:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15824 for questions-outgoing; Thu, 22 Jan 1998 06:26:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15812 for ; Thu, 22 Jan 1998 06:26:30 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id IAA14728; Thu, 22 Jan 1998 08:55:12 -0500 (EST) Message-ID: <19980122085511.13537@emu.sourcee.com> Date: Thu, 22 Jan 1998 08:55:11 -0500 From: Norman C Rice To: Alejandro Galindo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp program References: <1.5.4.32.19980122020740.0094ff3c@exsocom.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <1.5.4.32.19980122020740.0094ff3c@exsocom.com.mx>; from Alejandro Galindo on Wed, Jan 21, 1998 at 08:07:40PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 08:07:40PM -0600, Alejandro Galindo wrote: > Hi, > > IS there a program that permit transfer a subdirectory structure in > a text terminal (not in XWindows) for FTP. I need transfer a very large > subdirectory structure from my server to another server across internet and > in the ftp program i only can transfer some files with mput or mget but not > a directory structure. > > Thanks for your reply > Saludos > Alejandro > > ---------------------------------------------------------------------------- > | , , | > | /( )` | > | \ \___ / | | > | /- _ `-/ ' | > | (/\/ \ \ /\ | > | ExSoCom Dgo. MEXICO / / | ` \ | > | O O ) / | | > | `-^--'`< ' | > | (_.) _ ) / | > | Alejandro Galindo Chairez `.___/` / | > | Tel: (18) 179177 `-----' / | > | Fax: (18) 179177 <----. __ / __ \ | > | <----|====O)))==) \) /==== | > | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | > | | | | > | http://www.exsocom.com.mx \ / /\| > | ______( (_ / \______/ | > | ,' ,-----' | | > | a FreeBSD user `--{__________) | > ---------------------------------------------------------------------------- Check out the latest version of ``ncftp'' in the ports. The `-R' option to the `put' and `get' commands does what you want. -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Thu Jan 22 06:34:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16624 for questions-outgoing; Thu, 22 Jan 1998 06:34:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inner.cortx.com (inner.cortx.com [207.207.221.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16616 for ; Thu, 22 Jan 1998 06:34:42 -0800 (PST) (envelope-from costa@cortx.com) Received: from cman (cman.cortx.com [207.207.221.12]) by inner.cortx.com (8.8.8/8.8.6) with SMTP id JAA14418 for ; Thu, 22 Jan 1998 09:37:02 -0500 (EST) From: "Costa Morris" To: Subject: dump errors Date: Thu, 22 Jan 1998 09:40:05 -0500 Message-ID: <01bd2743$a0eab3b0$0cddcfcf@cman.cortx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i just installed a new seagate 4gb tape backup unit and i got this when i tried running a full dump: DUMP: 36.91% done, finished in 0:17 DUMP: 56.16% done, finished in 0:11 DUMP: 75.52% done, finished in 0:06 DUMP: write error 694350 blocks into volume 1 ### DUMP: fopen on /dev/tty fails: Device not configured ### DUMP: The ENTIRE dump is aborted. DUMP: Date of this level 0 dump: Thu Jan 22 00:18:24 1998 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rsd0s1e (/var) to /dev/nrst0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 62159 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: write error 10 blocks into volume 1 DUMP: fopen on /dev/tty fails: Device not configured ###DUMP: The ENTIRE dump is aborted. the command i ran was (off a script): /sbin/dump 0uaf $TAPE $filesystem i am running 2.2.5 with seagate 4.55 barracuda also can someone give me a generic distfile for rdist so i can set up redundant servers? thanks in advance! -costa From owner-freebsd-questions Thu Jan 22 06:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17109 for questions-outgoing; Thu, 22 Jan 1998 06:38:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA17030 for ; Thu, 22 Jan 1998 06:38:02 -0800 (PST) (envelope-from victor@usac.edu.gt) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/17Apr97-1150AM) id AA27495; Thu, 22 Jan 1998 08:35:06 -0600 Date: Thu, 22 Jan 1998 08:35:06 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: FreeBSD Questions mailing list Subject: HP SureStore 7100 CD-RW Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! Has anyone used one of those CD writers under FreeBSD? What kind of driver supports an EIDE CD burner? The only WORM device I saw in the kernel config file, is for SCSI... TIA, Victor From owner-freebsd-questions Thu Jan 22 06:38:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17197 for questions-outgoing; Thu, 22 Jan 1998 06:38:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17178 for ; Thu, 22 Jan 1998 06:38:31 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA20663; Thu, 22 Jan 1998 09:32:46 -0500 (EST) Date: Thu, 22 Jan 1998 09:32:45 -0500 (EST) From: Steve Hovey To: Artem Koutchine cc: questions@FreeBSD.ORG Subject: Re: EMERGENCY! Need help! Disk Data Lost ! In-Reply-To: <19980122004951.3117.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Im sure this is not a helpful thing to say - but this does show the value of good, daily backups. On Wed, 21 Jan 1998, Artem Koutchine wrote: > EMERGENCY! Need help! Disk Data Lost! Help! Help! Help! SOS! SOS! SOS! > > Hello from Russia ! > We are ISP and one of our server suffered a crush today. One of its > disks lost it partition table (slices that is) and the labels (file > system labels or is it correctly called partitions). > The main question: > Is there a utility, which could exctract data file-by-file from a disk > w/o partition and labels? And if there is no, what can I do? > Of course, some of the data can be exctracted using disk editor (Norton > Utilities), but there is no way to exctract a whole directory > tree. > Please, HELP !!! > > Artem A. Koutchine > VirtMatrix@hotmail.com > > Eugene V. Makhnyov > Axxiom@unforgettable.com > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > ------------------------------------------------------------------ Steve Hovey Chief Engineer BuffNET More Than Just a Connection! ------------------------------------------------------------------ From owner-freebsd-questions Thu Jan 22 07:01:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19469 for questions-outgoing; Thu, 22 Jan 1998 07:01:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19458 for ; Thu, 22 Jan 1998 07:01:37 -0800 (PST) (envelope-from jbutt@mwci.net) Received: from localhost (localhost [127.0.0.1]) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id IAA06920; Thu, 22 Jan 1998 08:41:58 -0600 (CST) Date: Thu, 22 Jan 1998 08:41:58 -0600 (CST) From: "James D. Butt" To: Steve Hovey cc: Artem Koutchine , questions@FreeBSD.ORG Subject: Re: EMERGENCY! Need help! Disk Data Lost ! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Im sure this is not a helpful thing to say - but this does show the value > of good, daily backups. Call Ontrack Data Recovery. (www.ontrack.com) They are the best. I think they even have offices on that side of the world. They are expensive a few thousand. > > EMERGENCY! Need help! Disk Data Lost! Help! Help! Help! SOS! SOS! SOS! > > > > Hello from Russia ! > > We are ISP and one of our server suffered a crush today. One of its > > disks lost it partition table (slices that is) and the labels (file > > system labels or is it correctly called partitions). > > The main question: > > Is there a utility, which could exctract data file-by-file from a disk > > w/o partition and labels? And if there is no, what can I do? > > Of course, some of the data can be exctracted using disk editor (Norton > > Utilities), but there is no way to exctract a whole directory > > tree. > > Please, HELP !!! > > > > Artem A. Koutchine > > VirtMatrix@hotmail.com > > > > Eugene V. Makhnyov > > Axxiom@unforgettable.com > > > > > > ______________________________________________________ > > Get Your Private, Free Email at http://www.hotmail.com > > > > ------------------------------------------------------------------ > Steve Hovey > Chief Engineer > BuffNET More Than Just a Connection! > ------------------------------------------------------------------ > > -------------------------------------------------------------------------- James D. Butt 'J.D.' Network Engineer Voice 319-557-8463 Network Operations Center Fax 319-557-9771 MidWest Communications, Inc. Pager 319-557-6347 241 Main St. noc@mwci.net Dubuque, IA 52001 jbutt@mwci.net -------------------------------------------------------------------------- Drive defensively. Buy a tank. From owner-freebsd-questions Thu Jan 22 07:04:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19756 for questions-outgoing; Thu, 22 Jan 1998 07:04:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from austin.cs.unc.edu (austin.cs.unc.edu [152.2.128.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19736 for ; Thu, 22 Jan 1998 07:04:33 -0800 (PST) (envelope-from kimk@cs.unc.edu) Received: from cs.unc.edu (kimpc.cs.unc.edu [152.2.142.45]) by austin.cs.unc.edu (8.8.8/8.8.8) with ESMTP id KAA22405; Thu, 22 Jan 1998 10:04:22 -0500 (EST) Message-ID: <34C75FF6.F676C544@cs.unc.edu> Date: Thu, 22 Jan 1998 10:04:22 -0500 From: Kwang-Soo Kim Organization: UNC-CH X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Doug White CC: freebsd-questions@FreeBSD.ORG Subject: Re: YAMAHA WAVETBLE sound card References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White wrote: > > On Tue, 20 Jan 1998, Kwang-Soo Kim wrote: > > > I'm trying to get this new sound card to work on a new 300MHz Intel > > box. The sound card is integrated in the motherboard and claims to > > support SB Pro 16bit. > > That's a contradiction in terms :-) SB16 came *after* the SBPro; the > SBPro is technically "8-bit". The reason that I asked so was because I saw it supports "SB Pro 16bit" on Windows NT. I also talked with the person who purchased the PC and he said it should support at least 16-bit sound. He also showed an NT driver which supports 16 bit. > > > What I tested, however, it only supports 8-bit mode. > > Dmesg says.. > > sb0 at 0x220 irq 5 drq 1 on isa > > sb0: > > sbxvi0 not found > > sbmidi0 not found at 0x330 Yes, you seem to be right. I also checked another FreeBSD machine which has AWE32 sound card with the same kernel. It clearly says supporting "SoundBlaster 16" not the "SoundBlaster Pro": sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvi0: sbmidi0 at 0x330 on isa It's hard to believe that the new 300MHz motherboard has an 8-bit sound card on it. Thus I thought it's a matter of driver problem. Kwang-Soo Kim From owner-freebsd-questions Thu Jan 22 07:20:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21016 for questions-outgoing; Thu, 22 Jan 1998 07:20:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21002 for ; Thu, 22 Jan 1998 07:20:43 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id JAA05258; Thu, 22 Jan 1998 09:25:45 GMT Message-Id: <1.5.4.32.19980122152537.0091484c@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 22 Jan 1998 09:25:37 -0600 To: Norman C Rice From: Alejandro Galindo Subject: THANKS Re: ftp program Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Muchas Gracias, it works that i like Saludos Alejandro At 08:55 22/01/98 -0500, you wrote: >On Wed, Jan 21, 1998 at 08:07:40PM -0600, Alejandro Galindo wrote: >> Hi, >> >> IS there a program that permit transfer a subdirectory structure in >> a text terminal (not in XWindows) for FTP. I need transfer a very large >> subdirectory structure from my server to another server across internet and >> in the ftp program i only can transfer some files with mput or mget but not >> a directory structure. >> >> Thanks for your reply >> Saludos >> Alejandro >> >> ---------------------------------------------------------------------------- >> | , , | >> | /( )` | >> | \ \___ / | | >> | /- _ `-/ ' | >> | (/\/ \ \ /\ | >> | ExSoCom Dgo. MEXICO / / | ` \ | >> | O O ) / | | >> | `-^--'`< ' | >> | (_.) _ ) / | >> | Alejandro Galindo Chairez `.___/` / | >> | Tel: (18) 179177 `-----' / | >> | Fax: (18) 179177 <----. __ / __ \ | >> | <----|====O)))==) \) /==== | >> | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | >> | | | | >> | http://www.exsocom.com.mx \ / /\| >> | ______( (_ / \______/ | >> | ,' ,-----' | | >> | a FreeBSD user `--{__________) | >> ---------------------------------------------------------------------------- > >Check out the latest version of ``ncftp'' in the ports. The `-R' >option to the `put' and `get' commands does what you want. >-- >Regards, >Norman C. Rice, Jr. > > ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Thu Jan 22 07:23:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21410 for questions-outgoing; Thu, 22 Jan 1998 07:23:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21399 for ; Thu, 22 Jan 1998 07:23:20 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.8.5/8.8.5) with SMTP id QAA05630 for ; Thu, 22 Jan 1998 16:22:50 +0100 (CET) Date: Thu, 22 Jan 1998 16:22:50 +0100 (CET) From: Konrad Heuer To: freebsd-questions@FreeBSD.ORG Subject: How to Raise Security Level? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk As far as I know FreeBSD supports the 4.4BSD concept of running the system in a definite security level to protect special files against modification etc. `sysctl -a' shows that the system by default runs in level `-1' which means `always insecure'. So how should I increase the security level for example to `1' (= secure) in multi-user mode and to `0' in single-user mode? Can it simply be done with `sysctl' or will this raise some difficulties in standard multi-user mode (apart from the fact that the kernel might only be replaced and the system log might only be truncated in single-user mode)? Thanks for any information! Konrad Heuer, GWDG, Goettingen, Germany (kheuer@gwdu60.gwdg.de) From owner-freebsd-questions Thu Jan 22 07:42:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23435 for questions-outgoing; Thu, 22 Jan 1998 07:42:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA23430 for ; Thu, 22 Jan 1998 07:42:02 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (qmail 36352 invoked from network); 22 Jan 1998 15:41:47 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 22 Jan 1998 15:41:48 -0000 Received: from barnowl.roost.net (apm7-212.realtime.net [204.96.0.212]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id JAA00134; Thu, 22 Jan 1998 09:41:38 -0600 Date: Thu, 22 Jan 1998 09:46:32 -0600 (CST) From: John Kenagy X-Sender: jktheowl@barnowl.roost.net To: Doug White cc: Eric Hedstrom , freebsd-questions@FreeBSD.ORG Subject: Re: search engines? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I use htDig with good success on my lan. I use it to index all system documentation for all machines on the lan, several community interest sites on the net, and the freebsd site (for the most current info). I can search any or all of these sites click on a hit and link to it. It comes with simple but effective searchforms which you will almost certainly wish to modify. It isn't an Altavista or whatever, but it was used to search and index San Diego State U. I would say that focused indexing is it's strong point. The only other limitation I had to work around was that it only goes after http documents, so on my local machine I run Apache. But, that works out nicely since the entire lan is served. Any other questions, just ask. John On Thu, 22 Jan 1998, Doug White wrote: > On Tue, 20 Jan 1998, Eric Hedstrom wrote: > > > Greetings, > > We are looking for a search engine to build into our web site, > > and I haven't found much for FreeBSD, looking through the ports > > collection. I suppose the Linux version of Excite for Web Servers > > might be coerced into working.. > > I've used WebGlimpse with good success, and I guess htDig also works. As > long as Linux Excite doesn't do anything nutty it should work fine under > the linuxulator. > > 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 Jan 22 07:47:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24038 for questions-outgoing; Thu, 22 Jan 1998 07:47:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from uhura.concentric.net (uhura.concentric.net [206.173.119.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24032 for ; Thu, 22 Jan 1998 07:47:30 -0800 (PST) (envelope-from ursa@cris.com) Received: from marconi.concentric.net (marconi [206.173.119.71]) by uhura.concentric.net (8.8.8/(98/01/20 5.9)) id KAA15065; Thu, 22 Jan 1998 10:47:16 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from UrsaMinor.Ursa.com (ts007d13.okc-ok.concentric.net [206.173.130.169]) by marconi.concentric.net (8.8.8) id KAA16835; Thu, 22 Jan 1998 10:47:15 -0500 (EST) Message-ID: <4A96AA6A.41C67EA6@cris.com> Date: Thu, 27 Aug 2009 10:46:50 -0500 From: amg X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: CD-Recorder Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Question: Will the FreeBSD driver for a SCSI CD-ROM work with a SCSI CD-Recorder, so that I will be able to use the CR-R to make CD's? I have no desire to use NT for the task. august ursa@cris.com From owner-freebsd-questions Thu Jan 22 07:48:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24164 for questions-outgoing; Thu, 22 Jan 1998 07:48:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA24156 for ; Thu, 22 Jan 1998 07:48:49 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 22 Jan 1998 10:47:44 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA07864; Thu, 22 Jan 98 10:47:42 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA16782; Thu, 22 Jan 1998 10:46:16 -0500 Message-Id: <19980122104615.44114@ct.picker.com> Date: Thu, 22 Jan 1998 10:46:15 -0500 From: Randall Hopper To: Nathan Ahlstrom Cc: questions@FreeBSD.ORG Subject: Re: dosemu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Nathan Ahlstrom on Wed, Jan 21, 1998 at 06:44:58PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Nathan Ahlstrom: |Does anyone have the linux dosemu program running under freebsd? |http://www.suse.com/~dosemu/ |Thanks. Try doscmd. I'm pretty impressed with how well it runs my old DOS stuff. It's fast as well (VM86 mode). If you're running 3.0-current, you have it already. Otherwise, post to emulation@freebsd.org and they can likely point you to the latest 2.2.x patch kit. Randall From owner-freebsd-questions Thu Jan 22 08:12:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26216 for questions-outgoing; Thu, 22 Jan 1998 08:12:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fwext.micron.com (fwext.micron.com [204.134.212.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA26184 for ; Thu, 22 Jan 1998 08:12:20 -0800 (PST) (envelope-from tvoshell@micron.com) Received: from mailsrv1.micron.com by fwext.micron.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 22 Jan 1998 16:12:16 UT Received: from admin-srv17.micron.com (admin-srv17.micron.com [137.201.97.108]) by mailsrv1.micron.com (8.8.7/8.8.7) with ESMTP id JAA07797 for ; Thu, 22 Jan 1998 09:12:10 -0700 (MST) Received: from micron.com (tvo-sun [137.201.45.173]) by admin-srv17.micron.com (8.7.5/8.7.3) with ESMTP id JAA07500 for ; Thu, 22 Jan 1998 09:12:09 -0700 (MST) Message-ID: <34C76FCD.75BFCC0B@micron.com> Date: Thu, 22 Jan 1998 09:11:57 -0700 From: Tom Voshell Organization: Micron Technology, Inc. X-Mailer: Mozilla 4.04 [en] (X11; U; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: floppy troubles Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk FreeBSD When running fdimage.exe I get "sector not found" on fresh diskettes. When trying to boot it loops forever on boot:. cant find kernel. The boot.flp image is 1,474,560 bytes. The floppy holds 1,457,664 bytes. Is there another way to boot? TomV :-( From owner-freebsd-questions Thu Jan 22 08:28:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27460 for questions-outgoing; Thu, 22 Jan 1998 08:28:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from morris.glam.ac.uk (morris.glam.ac.uk [193.63.134.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27424 for ; Thu, 22 Jan 1998 08:28:14 -0800 (PST) (envelope-from lamofor@glam.ac.uk) Received: from ems2.glam.ac.uk by morris.glam.ac.uk with SMTP (PP); Thu, 22 Jan 1998 16:34:49 +0000 Received: by EMS2 with Internet Mail Service (5.5.1960.3) id ; Thu, 22 Jan 1998 16:27:49 -0000 Message-ID: From: "Mofor L A (SoBE)" To: "'freebsd-questions@freebsd.org'" Subject: installation boot disk Date: Thu, 22 Jan 1998 16:27:45 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello. I have been trying to create an installation this without success. The boot.flp file is 1,474,560 and the size of the floppy disk is 1,456,796. I have the fdimage.exe and the boot.flp files in my c:\freebsd directory. After running fdimage boot.flp a: the floppy disk becomes unreadable and I have to reformat it with the DOS format command. Can you kindly give me some suggestions on how to proceed in getting freesbd installed please? My current system is using Windows 95/NT. Many thanks for your time and help. Linus From owner-freebsd-questions Thu Jan 22 09:04:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00902 for questions-outgoing; Thu, 22 Jan 1998 09:04:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from world (sdt.com [199.100.49.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA00897 for ; Thu, 22 Jan 1998 09:04:27 -0800 (PST) (envelope-from rhoward@sabre.com) Received: by world (SMI-8.6) id LAA20158; Thu, 22 Jan 1998 11:02:04 -0600 Received: from aadt(144.9.149.25) by world via smap (V2.0) id xma020156; Thu, 22 Jan 98 17:02:00 GMT Received: from SLA2504A (dhcp110-62) by aadt (4.1/SUN-2.0hub) id AA00713; Thu, 22 Jan 98 10:58:08 CST Message-Id: <34C77AE7.5AFD@sabre.com> Date: Thu, 22 Jan 1998 10:59:19 -0600 From: Russ Howard Organization: Sabre Technology Solutions X-Mailer: Mozilla 2.02E (OS/2; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Gentlemen, I am thinking of putting either Linux, Free BSD, or some form of Unix on my system at home to coexist with my Windows 95, Windows NT 4.0, and OS/2 Warp 4 partitions. Linux appears to be out, because it doesn't support plug 'n pray (at least that's what I read at the Red Hat homepage). Does Free BSD support plug 'n play (I couldn't find it in the online docs)? Also, here is my system : Intel Pentium 90mhz 72MB non-parity 70ns RAM 1.6 GB EIDE Western Digital Hard Drive 5.2 GB EIDE Maxtor Hard Drive Blaster 6X CD-ROM (off of its own PNP EIDE card) Creative Labs Vibra 16 Sound Card Parallel Port Zip Drive Microsoft Inport Bus Mouse (off of its own PNP card) HP Deskjet 560C (off of the Zip Drive) Cirrus Logic 5434 SVGA video w/ 1MB RAM AST BIOS 2.02 17in. Magnavox .28 Monitor The system has LBA BIOS for my hard drives. Here is how my drives are laid out : Disk 1 - 5.1 GB Maxtor EIDE (Master) Boot Manager 7.8MB Primary C: 313MB FAT Primary Windows 95 353MB NTFS Logical Windows NT 4.0 E: 251MB FAT Logical Data 300MB HPFS Logical OS/2 Data F: 1GB FAT Logical Data G: 1GB FAT Logical Data H: 1GB FAT Logical Data I: 1GB FAT Logical Data 400MB HPFS Logical OS/2 Warp 4 Disk 2 - 1.6GB Western Digital EIDE (Slave) D: 549MB FAT Primary Linux or Free BSD 1GB HPFS Logical OS/2 Data Will this drive setup work with BSD? Will Free BSD cooperate with my system? Also, when was the last official version of Free BSD cut and when will the next one be (I want to get the most current official release)? What is the version number of the most current official release? Thanks for your help with this. Russ P.S. You can send the answers either to rhoward@sabre.com (work) or falcon@dhc.net (home). -- Russ Howard Sr. Consultant Sabre Technology Solutions 4-3696 rhoward@sabre.com From owner-freebsd-questions Thu Jan 22 09:16:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02325 for questions-outgoing; Thu, 22 Jan 1998 09:16:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02310 for ; Thu, 22 Jan 1998 09:16:39 -0800 (PST) (envelope-from mstaszew@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id MAA04803 for ; Thu, 22 Jan 1998 12:18:31 -0500 (EST) Received: from name-me (as2511-6.sl015.cns.vt.edu [128.173.32.172]) by sable.cc.vt.edu (8.8.8/8.8.8) with SMTP id MAA15179 for ; Thu, 22 Jan 1998 12:16:31 -0500 (EST) Message-ID: <000701bd2759$4c235b00$ac20ad80@name-me> From: "Michael Staszewski II" To: Subject: GUI Date: Thu, 22 Jan 1998 12:15:10 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD272F.62B64320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD272F.62B64320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Where can I find installation instructions for setting up X-Windows? = The standard instructions do not seem to cover this. Michael Staszewski ------=_NextPart_000_0004_01BD272F.62B64320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Where can I find installation = instructions for=20 setting up X-Windows?  The standard instructions do not seem to = cover=20 this.
 
Michael = Staszewski
------=_NextPart_000_0004_01BD272F.62B64320-- From owner-freebsd-questions Thu Jan 22 09:25:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03037 for questions-outgoing; Thu, 22 Jan 1998 09:25:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mhv.net (root@spice.mhv.net [199.0.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03029 for ; Thu, 22 Jan 1998 09:25:29 -0800 (PST) (envelope-from mgraffam@mhv.net) From: mgraffam@mhv.net Received: from localhost (qripto@port118.mhv.net [206.229.41.46]) by mhv.net (8.8.5/8.7.3) with SMTP id MAA18305; Thu, 22 Jan 1998 12:25:22 -0500 Date: Thu, 22 Jan 1998 12:19:22 -0500 (EST) X-Sender: qripto@localhost To: Randall Hopper cc: questions@FreeBSD.ORG Subject: Re: dosemu In-Reply-To: <19980122104615.44114@ct.picker.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Thu, 22 Jan 1998, Randall Hopper wrote: > Nathan Ahlstrom: > |Does anyone have the linux dosemu program running under freebsd? > |http://www.suse.com/~dosemu/ > |Thanks. > > Try doscmd. I'm pretty impressed with how well it runs my old DOS stuff. > It's fast as well (VM86 mode). If you're running 3.0-current, you have it > already. Otherwise, post to emulation@freebsd.org and they can likely > point you to the latest 2.2.x patch kit. > Cool. Will doscmd run 32 bit DOS games, like Duke Nukem 3d and Warcraft II? Since trying FreeBSD on a little 486 I threw together from left over parts, I've become very impressed with it and have put together a new P5 200MHz machine to run it. I still use Dosemu under Linux on my P5/150 for games, but FreeBSD has grown on me for everyday use. Of course, my Linux-user friends dont like FreeBSD at all.. but they are DOS users at heart anyhow so what do they know :) I'll take UNIX. Michael J. Graffam (mgraffam@mhv.net) http://www.mhv.net/~mgraffam -- Philosophy, Religion, Computers, Crypto, etc "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. . .Sapere aude! Have the courage to use your own understanding!" - Immanuel Kant "What is Enlightenment?" -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQCVAwUBNMd/rQKEiLNUxnAfAQFgiAP/Xys4M6NNRemkT/ivTSVu7PavL9kYJSl1 AGjMNO8tdZka23JZzstprKM3eSR67VrVz1xPHeE60TT1NVmMhGtjj9O9xIyy2Em3 yzdijnEGnqocqMQye2hyIwnTr9fTSsoY4YpvBZ06HvpyEho4NXrkLwYVShwLeaA4 KiuT1D2qQRI= =q/qJ -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Jan 22 09:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03210 for questions-outgoing; Thu, 22 Jan 1998 09:26:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03203 for ; Thu, 22 Jan 1998 09:26:46 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.5/8.8.5) id LAA18927 for questions@freebsd.org; Thu, 22 Jan 1998 11:26:45 -0600 (CST) From: Kevin Day Message-Id: <199801221726.LAA18927@home.dragondata.com> Subject: /var/mail nfs corruption To: questions@FreeBSD.ORG Date: Thu, 22 Jan 1998 11:26:44 -0600 (CST) 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-freebsd-questions@FreeBSD.ORG Precedence: bulk I operate a rather busy shell account service... Big enough that we have multiple shell machines. /var/mail is exported on our main NFS server to all the shell servers. Users keep complaining that their mail files are getting really corrupted badly, and that they are losing mail. If they use elm/pine on the machine that actually receives the incoming mail, they're fine, but if they use elm/pine on a machine with /var/mail mounted, they lose things like crazy. Am I missing a step here, or is this just normal for dealing with nfs? Kevin From owner-freebsd-questions Thu Jan 22 09:37:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04118 for questions-outgoing; Thu, 22 Jan 1998 09:37:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from news.cioe.com (news.cioe.com [204.248.219.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04112; Thu, 22 Jan 1998 09:37:37 -0800 (PST) (envelope-from steve@news.cioe.com) Received: (from steve@localhost) by news.cioe.com (8.8.8/8.8.5) id MAA20711; Thu, 22 Jan 1998 12:37:45 -0500 (EST) Date: Thu, 22 Jan 1998 12:37:45 -0500 (EST) From: Steven Ames Message-Id: <199801221737.MAA20711@news.cioe.com> To: jmb@FreeBSD.ORG, steve@news.cioe.com Subject: Re: Backup Problem... Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > Whenever I use Amanda to backup another server on my > > LAN the backup server locks up. No problems backing up > > servers from the WAN. > > > > Anyone have a guess on this one? > > much higher data and interrupt rates on both the server and > the client.....what ethernet cards you using? > are you running out of resources? > try a netstat -m and vmstat -m Looked at the netstat -m and the vmstat -m... ran the backup a couple times and watched the lockup. No consistent results. I'm using the ed1 driver... I forget the exact manufacturer of the card. >From the boot probe: ed1 at 0x300-0x31f irq 5 on isa ed1: address 00:40:01:41:bc:fb, type NE2000 (16 bit) I'll be pulling a known quality card from somewhere today and replacing this to see if the results vary... -Steve From owner-freebsd-questions Thu Jan 22 09:50:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04931 for questions-outgoing; Thu, 22 Jan 1998 09:50:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04867 for ; Thu, 22 Jan 1998 09:49:57 -0800 (PST) (envelope-from wpub1@net-link.net) Received: from ricecake (grxa6-ppp15.triton.net [209.172.4.15]) by serv01.net-link.net (8.8.8/8.6.9) with SMTP id MAA08646 for ; Thu, 22 Jan 1998 12:49:46 -0500 Message-Id: <3.0.3.32.19980122125321.006ed1f8@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 22 Jan 1998 12:53:21 -0500 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: Semaphores (semop and semctl) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, I am trying to bet a BSDI binary (a database) to run on 2.2.5 but when I try to access the database server it crashes with an error to semop(), then semctl() error 22. I did a ktrace and kdump to see what might be going on, but I really am not sure what I'm looking at. I have options SYSVSHM SYSVSEM SYSVMSG set in my kernel, is there anything else I should check? I noticed *many* options for semaphores in the kernel LINT file, but I have no idea where to start. Any info, pointers, man pages to read, etc. would be greatly appreciated. Also, how compatable is FreeBSD's semaphores to BSDI's? Then again, I think BSD4.4 borrowed semaphores from SVR4? Yes, no? Thanks, Matthew Hagerty wpub1@net-link.net From owner-freebsd-questions Thu Jan 22 10:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05938 for questions-outgoing; Thu, 22 Jan 1998 10:01:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from challenger.grtk.com (challenger.grtk.com [12.8.224.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05932 for ; Thu, 22 Jan 1998 10:01:31 -0800 (PST) (envelope-from drainey@grtk.com) Received: by challenger.grtk.com with Internet Mail Service (5.0.1458.49) id ; Thu, 22 Jan 1998 13:03:47 -0500 Message-ID: <66DB0D816614D111BB19080009DC3A09014ADA@challenger.grtk.com> From: Dan Rainey To: "'freebsd-questions@FreeBSD.ORG'" Date: Thu, 22 Jan 1998 13:03:46 -0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We have a FreeBSD system running TIS Toolkit Firewall Software. It is only acting as an FTP Server right now. The problem is no one can remember the root password. Any suggestions short of rebuilding the server or calling my psychic Friend? From owner-freebsd-questions Thu Jan 22 10:03:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06040 for questions-outgoing; Thu, 22 Jan 1998 10:03:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from proxy. ([199.103.178.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA05905 for ; Thu, 22 Jan 1998 10:00:42 -0800 (PST) (envelope-from isapt@africaonline.co.ci) Received: from africaonline.co.ci by proxy. (SMI-8.6/SMI-SVR4) id RAA29349; Thu, 22 Jan 1998 17:58:57 +0100 Message-ID: <34C78927.1E1DDDA4@africaonline.co.ci> Date: Thu, 22 Jan 1998 18:00:07 +0000 From: ISAPT Reply-To: isapt@africaonline.co.ci Organization: ISAPT X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: squid Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have configure ppp to use with squid and i would like to know how to run it. and please tell me if you have other proxy on freeBSD and how to use it. Thanks. OUALI from isapt@africaonline.co.ci From owner-freebsd-questions Thu Jan 22 10:11:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06766 for questions-outgoing; Thu, 22 Jan 1998 10:11:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA06741; Thu, 22 Jan 1998 10:11:20 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 22 Jan 1998 13:10:12 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA12327; Thu, 22 Jan 98 13:10:10 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id NAA18586; Thu, 22 Jan 1998 13:08:44 -0500 Message-Id: <19980122130844.35403@ct.picker.com> Date: Thu, 22 Jan 1998 13:08:44 -0500 From: Randall Hopper To: mgraffam@mhv.net Cc: questions@FreeBSD.ORG, emulation@FreeBSD.ORG Subject: Re: dosemu References: <19980122104615.44114@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from mgraffam@mhv.net on Thu, Jan 22, 1998 at 12:19:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm a new user of doscmd myself, so I'll defer to those that know better (Ccing -emulation). Don't know about 32-bit. But I asked about graphics mode support a few days ago. Apparently there's some VGA graphics support in the original BSD/OS version when running on the console. According to Mike Smith, it allows you to directly map the VGA hardware if you are running doscmd on the console, but indications were that this hasn't been worked through for FreeBSD yet. Randall Michael J. Graffam : |On Thu, 22 Jan 1998, Randall Hopper wrote: | |> Nathan Ahlstrom: |> |Does anyone have the linux dosemu program running under freebsd? |> |http://www.suse.com/~dosemu/ |> |Thanks. |> |> Try doscmd. I'm pretty impressed with how well it runs my old DOS stuff. |> It's fast as well (VM86 mode). If you're running 3.0-current, you have it |> already. Otherwise, post to emulation@freebsd.org and they can likely |> point you to the latest 2.2.x patch kit. |> | |Cool. Will doscmd run 32 bit DOS games, like Duke Nukem 3d and Warcraft |II? | |Since trying FreeBSD on a little 486 I threw together from left over |parts, I've become very impressed with it and have put together a new |P5 200MHz machine to run it. I still use Dosemu under Linux on my |P5/150 for games, but FreeBSD has grown on me for everyday use. Of course, |my Linux-user friends dont like FreeBSD at all.. but they are DOS users |at heart anyhow so what do they know :) I'll take UNIX. From owner-freebsd-questions Thu Jan 22 10:17:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07283 for questions-outgoing; Thu, 22 Jan 1998 10:17:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07272 for ; Thu, 22 Jan 1998 10:17:30 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id SAA23378; Thu, 22 Jan 1998 18:15:50 GMT (envelope-from brian@Awfulhak.org) Message-Id: <199801221815.SAA23378@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "ExecPC Internet Mail" cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp help In-reply-to: Your message of "Wed, 21 Jan 1998 23:09:56 PST." <199801220514.XAA18313@mailgw02.execpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Jan 1998 18:15:50 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I am trying to configue ppp to work on FreeBSD v2.2.5. > It dials and logs on to my ISP o.k. After connecting I get a message > from my machine that says: > > "{date & time}: merc ppp[561]:tun0: Error: Get ConfigReq while state = 4" > > my machine name is merc. > Because I can't connect with my machine I do not have the contents of > ppp.log > available to attach. Hmm, that's not very helpful. > The output of netstat -rn is: > Destination Gateway Flags Ref Use Net Exp. > 127.0.0.1 127.0.0.1 UH 1 186 lo0 No routes ? How are you running ppp ? > for my ISP, ppp.conf is > execpc: > set phone "827 6000" > set login "TIMEOUT 10 gin:-BREAK-gin: Prvh word: mercs > set timout 300 > deny lqr > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 > delete ALL > add 0 0 HISADDR Looks ok. What about your port and speed etc ? Have you got a ppp.linkup file ? Have you got a dynamic or static IP ? Have you set up your nameservers in /etc/resolv.conf ? Have you read the man page on how to setup ppp with an ISP ? > I don't have my machine connected to a network. > > any ideas? Not really without more info. Check out http://www.freebsd.org/FAQ/userppp.html for details of how to post problems (and possible solutions). > thanks, > rick v. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 10:19:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07383 for questions-outgoing; Thu, 22 Jan 1998 10:19:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from challenger.grtk.com (challenger.grtk.com [12.8.224.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07363 for ; Thu, 22 Jan 1998 10:18:57 -0800 (PST) (envelope-from drainey@grtk.com) Received: by challenger.grtk.com with Internet Mail Service (5.0.1458.49) id ; Thu, 22 Jan 1998 13:05:57 -0500 Message-ID: <66DB0D816614D111BB19080009DC3A09014ADB@challenger.grtk.com> From: Dan Rainey To: "'freebsd-questions@FreeBSD.ORG'" Subject: Passwd Date: Thu, 22 Jan 1998 13:05:54 -0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We have a FreeBSD system running TIS Toolkit Firewall Software. It is only acting as an FTP Server right now. The problem is no one can remember the root password. Any suggestions short of rebuilding the server or calling my psychic Friend? From owner-freebsd-questions Thu Jan 22 10:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09231 for questions-outgoing; Thu, 22 Jan 1998 10:40:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.club-internet.fr (root@mail.club-internet.fr [194.158.96.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09220 for ; Thu, 22 Jan 1998 10:40:01 -0800 (PST) (envelope-from dcollard@club-internet.fr) Received: from sister-ray (ppp-109-135.villette.club-internet.fr [194.158.109.135]) by mail.club-internet.fr (8.8.8/MGC-970630-No_Relay) with SMTP id TAA27568 for ; Thu, 22 Jan 1998 19:39:47 +0100 (MET) Message-ID: <34C791E5.48F7@club-internet.fr> Date: Thu, 22 Jan 1998 19:37:25 +0100 From: Damien Collard Reply-To: dcollard@club-internet.fr X-Mailer: Mozilla 3.01 [fr]C-CLUB (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: STB Velocity 128 AGP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello. I'm planning to install FreeBSD on my machine because that's the OS used on a project at my university. ==> So, is there any X server for my STB Velocity 128 (Nvidia) on AGP port, as there exists a SuSE server for Linux? Thanks. Damien From owner-freebsd-questions Thu Jan 22 10:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10133 for questions-outgoing; Thu, 22 Jan 1998 10:51:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10124 for ; Thu, 22 Jan 1998 10:50:54 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id NAA13097 for ; Thu, 22 Jan 1998 13:50:49 -0500 (EST) Date: Thu, 22 Jan 1998 13:50:48 -0500 (EST) From: Cliff Addy To: questions@FreeBSD.ORG Subject: copy/paste in X Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've just started using XFree86 with afterstep. I can't seem to copy from an xterm window and then paste into Netscape. I can copy/paste from xterm to xterm and from Netscape to xterm, though. Is this something strange about Netscape or X or afterstep or me? From owner-freebsd-questions Thu Jan 22 11:00:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10852 for questions-outgoing; Thu, 22 Jan 1998 11:00:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10843 for ; Thu, 22 Jan 1998 11:00:45 -0800 (PST) (envelope-from wweng@stevens-tech.edu) Received: from wweng.stevens-tech.edu (wweng@wweng.u00.stevens-tech.edu [155.246.209.61]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id OAA05921; Thu, 22 Jan 1998 14:00:18 -0500 (EST) Message-Id: <199801221900.OAA05921@attila.stevens-tech.edu> X-Sender: wweng@attila X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Fri, 23 Jan 1998 02:20:52 -0500 To: Cliff Addy , questions@FreeBSD.ORG From: Wei Weng Subject: Re: copy/paste in X In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 01:50 PM 1/22/98 -0500, Cliff Addy wrote: >I've just started using XFree86 with afterstep. I can't seem to copy from >an xterm window and then paste into Netscape. I can copy/paste from xterm >to xterm and from Netscape to xterm, though. Is this something strange >about Netscape or X or afterstep or me? > yeah. Check out readme file or document like that for netscape. You should have it with you when you untar the file. It shows me exactly how to solve the problem Good luck! :) Wei Weng wweng@stevens-tech.edu http://attila.stevens-tech.edu/~wweng ---------------------------------------------------------------------------- Darkness beyond twilight, crimson beyond blood that flows ... buried in the flow of time ... in the great name, I pledge myself to darkness, all the fools who stand in our way shall be destroyed ... by the power you and I possess, DRAGON SLAVE! ---------------------------------------------------------------------------- main(a,b){a="main(a,b){a=%c%s%c;b='%c';printf(a,b,a,b,b);}";b='"';printf (a,b,a,b,b);}main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a, 34);}main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} ---------------------------------------------------------------------------- From owner-freebsd-questions Thu Jan 22 11:04:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11259 for questions-outgoing; Thu, 22 Jan 1998 11:04:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mph124.rh.psu.edu (root@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11251 for ; Thu, 22 Jan 1998 11:04:09 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id NAA13533; Thu, 22 Jan 1998 13:33:38 -0500 (EST) (envelope-from mph) Message-ID: <19980122133338.55185@mph124.rh.psu.edu> Date: Thu, 22 Jan 1998 13:33:38 -0500 From: Matthew Hunt To: Dan Rainey Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: your mail References: <66DB0D816614D111BB19080009DC3A09014ADA@challenger.grtk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <66DB0D816614D111BB19080009DC3A09014ADA@challenger.grtk.com>; from Dan Rainey on Thu, Jan 22, 1998 at 01:03:46PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 01:03:46PM -0500, Dan Rainey wrote: > We have a FreeBSD system running TIS Toolkit Firewall Software. It is > only acting as an FTP Server right now. The problem is no one can > remember the root password. Any suggestions short of rebuilding the > server or calling my psychic Friend? Assuming you have physical access to the machine, and can reboot it: At the "Boot:" prompt, enter "-s" to boot in single user mode. After the system boots, it will ask for the pathname of a shell, or you can hit enter for /bin/sh. Hit enter. Run the following commands: fsck -p mount -u / mount -a -t ufs You can now run "passwd" to change the root password. Then "shutdown -r now" to reboot as usual. Matthew -- Matthew Hunt * Think locally, act globally. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. From owner-freebsd-questions Thu Jan 22 11:11:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12018 for questions-outgoing; Thu, 22 Jan 1998 11:11:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from orion.neiu.edu (orion2.neiu.edu [207.241.96.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12013 for ; Thu, 22 Jan 1998 11:11:31 -0800 (PST) (envelope-from JR-Sconiers@neiu.edu) Received: from localhost (jrsconie@localhost) by orion.neiu.edu (8.8.5/8.8.6) with SMTP id NAA01186 for ; Thu, 22 Jan 1998 13:14:43 -0600 (CST) Date: Thu, 22 Jan 1998 13:14:43 -0600 (CST) From: John R Sconiers To: freebsd-questions@FreeBSD.ORG Subject: limiting isdn pipe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi. I just want to ask one quick question. I do 128k voice over data with an isdn router. I connect 3 boxes behind the router (two freebsd, one windows). Everything works ok but i have a problem. If my machines try to do something at once i get slow response times because the pipe is being completely taken up. Is there a way i can limit that in my frreebsd machines by using something in the configuration file. John From owner-freebsd-questions Thu Jan 22 11:15:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12391 for questions-outgoing; Thu, 22 Jan 1998 11:15:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12379 for ; Thu, 22 Jan 1998 11:15:25 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id TAA16890; Thu, 22 Jan 1998 19:15:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id UAA06973; Thu, 22 Jan 1998 20:15:21 +0100 (MET) Message-ID: <19980122201521.41178@follo.net> Date: Thu, 22 Jan 1998 20:15:21 +0100 From: Eivind Eklund To: Frank Griffith Cc: "'freebsd-questions@freebsd.org'" Subject: Re: How do I install FreeBSD 2.2.5 over existing network References: <01BD2694.C3E7B700@fast1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <01BD2694.C3E7B700@fast1>; from Frank Griffith on Wed, Jan 21, 1998 at 05:48:20PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 05:48:20PM -0600, Frank Griffith wrote: > I have an existing ethernet network and want to install FreeBSD across it. > I have downloaded all the necessary files and placed them on a Windows95 > computer in a folder called FreeBSD. This computer is hooked to the FreeBSD > box by BNC cable with terminators in place. > > When I start the FreeBSD floppy and get to the install program, I can't seem > to make the thing work. I have an FTP server program running on the Win95 > unit and its pinging the other stations okay. > > When I choose FTP server as the media, it won't give me the choice to pick > a machine on my local network. What should a guy do? Select 'Specify URL' as your FTP target, and then set 'ftp://172.16.0.1/pub/FreeBSD'. Replace 172.16.0.1 with the IP address of your local server, and /pub/FreeBSD with the correct path on that machine. Eivind. From owner-freebsd-questions Thu Jan 22 11:16:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12522 for questions-outgoing; Thu, 22 Jan 1998 11:16:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12431 for ; Thu, 22 Jan 1998 11:16:01 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul4.u.washington.edu (root@saul4.u.washington.edu [140.142.83.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id LAA12936 for ; Thu, 22 Jan 1998 11:15:49 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul4.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id LAA04247 for ; Thu, 22 Jan 1998 11:15:47 -0800 (PST) Message-Id: <3.0.5.32.19980122111536.007d93d0@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 22 Jan 1998 11:15:36 +0000 To: freebsd-questions@FreeBSD.ORG From: Jason Wells Subject: Installing from /usr/src/contrib Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The questions: Is there a procedure for adding software under the /usr/src tree that is akin to the method for adding ports and just as simple? Does this procedure change depending on the software I wish to install? The background: This is not a question about opie, but I will use it as an example. I recently tried to install fetchmail which stopped with an error because it could not find opie.h. I 'find'ed opie.h in /usr/src/contrib/opie. I ran make from this directory. This build died with an error because of some MD4 libraries were not found. Go figure. The options were setup to use the MD5 libraries. Anyway... I poked around some more and found a Makefile in /usr/src/lib/libopie. I ran make. Opie compiled and installed perfectly. There were two different Makefiles in two different directories. Both seemed to be the Makefile for opie. But only one (/usr/src/lib/libopie) did the build without complaints. I found this installation of opie to be marginally less easy than adding a port. It seems that the way opie should be installed is to run './configure' in /usr/src/contrib/opie and then run 'make' in /usr/src/lib/libopie. All of this seems to be in contrast to the simplicity by which a port is installed. Again the questions: Is there a procedure for adding software under the /usr/src tree that is akin to the method for adding ports and just as simple? Does this procedure change depending on the software I wish to install? Oh yeah... Feel free to point any gross misconceptions that I have about installing software. As an aside, I did get fetchmail to build after building opie. I don't really have any problems. What I seek is a greater understanding of my OS. Thank you, Jason Wells P.S. Some of you may have noticed that I use a windows mailer. I am working on fixing that problem. :) From owner-freebsd-questions Thu Jan 22 12:08:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16123 for questions-outgoing; Thu, 22 Jan 1998 12:08:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pinnacle.hurlburt.af.mil (pinnacle.hurlburt.af.mil [151.166.201.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16112 for ; Thu, 22 Jan 1998 12:08:44 -0800 (PST) (envelope-from musicm@hurlburt.af.mil) Received: from loki.hurlburt.af.mil (loki.hurlburt.af.mil [151.166.201.6]) by pinnacle.hurlburt.af.mil (8.8.5/8.8.5) with ESMTP id OAA07343 for ; Thu, 22 Jan 1998 14:02:58 -0600 (CST) From: Mark Music Received: from snow.hurlburt.af.mil (snow.hurlburt.af.mil [151.166.11.5]) by loki.hurlburt.af.mil (8.8.5/8.8.5) with SMTP id OAA05194 for ; Thu, 22 Jan 1998 14:02:55 -0600 (CST) Received: from ccMail by snow.hurlburt.af.mil (ccMail Link to SMTP R8.00.00) id AA885499348; Thu, 22 Jan 98 14:02:33 -0600 Message-Id: <9801228854.AA885499348@snow.hurlburt.af.mil> X-Mailer: ccMail Link to SMTP R8.00.00 Date: Thu, 22 Jan 98 13:57:03 -0600 To: Subject: Install MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Having trouble with the install of qmail into free BSD. In particular step 11 in the install instructions. It reads: Pre-upgrade tests: 11. Enable deliveries of messages injected into qmail: # env - PATH="/var/qmail/bin:$PATH" \ qmail-start ./Mailbox splogger qmail & Make sure to include the ./ in ./Mailbox. Where does this need to be entered?? Any help on this would be greatly appreciated. Mark Music From owner-freebsd-questions Thu Jan 22 13:11:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21103 for questions-outgoing; Thu, 22 Jan 1998 13:11:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21097 for ; Thu, 22 Jan 1998 13:11:11 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from Brent ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <325991-13481>; Thu, 22 Jan 1998 16:10:49 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Thu, 22 Jan 1998 16:12:05 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Packages CC: FreeBSD Questions References: <98Jan18.155429-0500_est.330145-17895+287@mail.on.rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan22.161049-0500_est.325991-13481+340@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Okay dokie and thank you. Now I know how to handle that part of FreeBsd. Still can't get the internet portion to work but the good news is I got Linux working with the internet (yes, I have 3 os's on board...I like being confused. The simplicity of the pkg_add is amazing when you think about it. ttyl Brent From owner-freebsd-questions Thu Jan 22 13:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21260 for questions-outgoing; Thu, 22 Jan 1998 13:13:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21251 for ; Thu, 22 Jan 1998 13:13:24 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id VAA18280; Thu, 22 Jan 1998 21:13:17 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id WAA08958; Thu, 22 Jan 1998 22:13:16 +0100 (MET) Message-ID: <19980122221315.52363@follo.net> Date: Thu, 22 Jan 1998 22:13:15 +0100 From: Eivind Eklund To: Jose Manuel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Spanish FreeBSD References: <3.0.32.19980121112930.00957a60@mail.p-ancora.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <3.0.32.19980121112930.00957a60@mail.p-ancora.es>; from Jose Manuel on Wed, Jan 21, 1998 at 11:29:34AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 11:29:34AM +0100, Jose Manuel wrote: > > What I need to make an spanish FreeBSD site like http://www.es.freebsd.org? > > I thing that is a good idea and I would like to make it. First: I'm not officially speaking for FreeBSD. I'd think the right thing to do would be to first just set up the mirror and run it for a while (to be certain everything is stable at your end), and then send a mail to freebsd-hubs@freebsd.org with the relevant information and offer. I'm now assuming that what you want to do is just create a web-mirror - if what you want to do is provide a full translation, I'd suggest you join the discussion of this in freebsd-doc@freebsd.org. If I've understood correctly, work is underway. Eivind. From owner-freebsd-questions Thu Jan 22 13:17:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21668 for questions-outgoing; Thu, 22 Jan 1998 13:17:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cobblers.csc.ncsu.edu (cobblers.csc.ncsu.edu [152.1.75.165]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21658 for ; Thu, 22 Jan 1998 13:17:34 -0800 (PST) (envelope-from fwang2@cobblers.csc.ncsu.edu) Received: from localhost (fwang2@localhost) by cobblers.csc.ncsu.edu (8.8.7/8.8.7) with SMTP id QAA19167 for ; Thu, 22 Jan 1998 16:16:33 -0500 (EST) (envelope-from fwang2@cobblers.csc.ncsu.edu) Date: Thu, 22 Jan 1998 16:16:33 -0500 (EST) From: Feiyi Wang To: FreeBSD Questions Subject: X fonts path problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, there I have two questions related to X font path - 1) how to check what is current x fonts search path? 2) I try to add a fonts to it, error output as follows, what could be the problem? thanks /oliver bash2.0$ xset +fp $HOME/wenye/xfonts X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 51 (X_SetFontPath) Value in failed request: 0x0 Serial number of failed request: 8 Current serial number in output stream: 10 From owner-freebsd-questions Thu Jan 22 13:29:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22511 for questions-outgoing; Thu, 22 Jan 1998 13:29:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dodo.ntccc.tas.gov.au (dodo.ntccc.tas.gov.au [147.109.162.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22498 for ; Thu, 22 Jan 1998 13:29:35 -0800 (PST) (envelope-from sdd@ntccc.tas.gov.au) Received: from pc62.nt.tas.gov.au (pc62.ntccc.tas.gov.au [147.109.162.62]) by dodo.ntccc.tas.gov.au (8.8.7/8.8.3) with SMTP id IAA06568 for ; Thu, 23 Jan 1997 08:27:48 +1100 (EST) Message-Id: <3.0.3.32.19980123082822.009ba614@dodo.ntccc.tas.gov.au> X-Sender: sdd@dodo.ntccc.tas.gov.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Fri, 23 Jan 1998 08:28:22 +1100 To: freebsd-questions@FreeBSD.ORG From: Scott Donovan Subject: AAA-13? Driver Support? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi folks, Is there a driver or any driver under way for the adaptec AAA raid controllers ? Cheers, Scott D. From owner-freebsd-questions Thu Jan 22 13:38:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23164 for questions-outgoing; Thu, 22 Jan 1998 13:38:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fledge.watson.org (root@FLEDGE.RES.CMU.EDU [128.2.91.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23159 for ; Thu, 22 Jan 1998 13:38:48 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from cyrus.watson.org (cyrus.pr.watson.org [192.0.2.4]) by fledge.watson.org (8.8.8/8.6.10) with SMTP id QAA09047 for ; Thu, 22 Jan 1998 16:38:09 -0500 (EST) Date: Thu, 22 Jan 1998 16:42:01 -0500 (EST) From: Robert Watson Reply-To: Robert Watson To: questions@FreeBSD.ORG Subject: pthreads implementation in 3.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Quick questions about the pthreads implementation: 1. Is there a thread-safe fork (as found in the Solaris pthreads fork() or lwp fork1()) that only copies the current thread (not the current process and all of its threads). I am working with threads and need to fork/exec another process, but current behavior duplicates all existing threads not just the one that wishes to cause another program to execute. Is there a known workaround to this? :) The Solaris fork() library call implementation claims that it is pthreads compliant; this would make ours less compliant (on the other hand, our fork does not claim to be compliant, so this might not be a problem as such.) 2. As an alternative, is there a call that can be used to suspend threading (leaving the current thread in the foreground) such that the process could fork, do it's little fork thing, then reenable threading to perform a threaded wait for the child to finish. In the mean time, the forked child would not be threading, so the rest of the threads would not be awake to cause problems. Robert N Watson Carnegie Mellon University http://www.cmu.edu/ SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org http://www.watson.org/~robert/ From owner-freebsd-questions Thu Jan 22 13:40:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23305 for questions-outgoing; Thu, 22 Jan 1998 13:40:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metronet.lib.mi.us (metronet.lib.mi.us [199.179.30.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23235 for ; Thu, 22 Jan 1998 13:39:48 -0800 (PST) (envelope-from davidzon@metronet.lib.mi.us) Received: from worldserver (fhm-ppp-f.metronet.lib.mi.us [199.179.30.115]) by metronet.lib.mi.us (8.8.7/8.8.7) with SMTP id QAA05168 for ; Thu, 22 Jan 1998 16:39:24 -0500 (EST) Message-ID: <003101bd277e$78d305e0$5152450a@worldserver> From: "Vladislav S. Davidzon" To: Subject: RE: Rebooting Date: Thu, 22 Jan 1998 16:41:14 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01BD2754.8DED09A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BD2754.8DED09A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please pardon my posting for the third time, however I am yet to find a = solution to this problem. I have a 486 machine which is running FreeBSD, since about two weeks = ago. I used to run Linux on it, and linux had a parameter of = reboot=3Dbios passed on to the kernel. The machine does not currently = reboot. It will freeze up while trying to reboot. How do I pass a = similar parameter (I need to know what its called under FreeBSD) to = FreeBSD kernel? The keyboard fix does not work (the one in the kernel) Thanks Vladislav ------=_NextPart_000_002E_01BD2754.8DED09A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Please pardon my posting for the = third time,=20 however I am yet to find a solution to this problem.
 
I have a 486 machine which is = running FreeBSD,=20 since about two weeks ago.  I used to run Linux on it, and linux = had a=20 parameter of reboot=3Dbios passed on to the kernel.  The machine = does not=20 currently reboot.  It will freeze up while trying to reboot.  = How do I=20 pass a similar parameter (I need to know what its called under FreeBSD) = to=20 FreeBSD kernel?   The keyboard fix does not work (the one in = the=20 kernel)
 
Thanks
 
Vladislav
------=_NextPart_000_002E_01BD2754.8DED09A0-- From owner-freebsd-questions Thu Jan 22 14:16:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26147 for questions-outgoing; Thu, 22 Jan 1998 14:16:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zen.com (phwilm.zeneca.com [208.197.163.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA26142 for ; Thu, 22 Jan 1998 14:16:11 -0800 (PST) (envelope-from ian.clendaniel@phwilm.zeneca.com) Received: from usuwphmsxhub02.usuwph.zeneca.com by zen.com (4.1/SMI-4.1) id AA18856; Thu, 22 Jan 98 17:03:10 EST Received: by usuwphmsxhub02.usuwph.zeneca.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63) id <01BD2759.5611C660@usuwphmsxhub02.usuwph.zeneca.com>; Thu, 22 Jan 1998 17:15:28 -0500 Message-Id: From: Clendaniel Ian IB To: "'freebsd-questions@freebsd.org'" Subject: PPP/tun0 problems.... Date: Thu, 22 Jan 1998 17:15:27 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I was attempting to configure my FreeBSD machine to function as a PPP router last night and was following the procedures laid out in the PPP tutorial. The machine is currently hooked up to a 9-port hub and runs on the LAN just fine. But when I attempted to run the ppp command it returned the following error: #ppp User Process PPP. Written by Toshiharu OHNO. OpenTunnel: Can't find ifindex. Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find ifindex. Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find ifindex. Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find ifindex. open_tun: No such file or directory # This error was after completing all necessary steps listed in the tutorial. The kernel is compiled for one tun device and it is listed when I run ifconfig...the only problem is that it differs slightly from listing I see everywhere else...here it is: #ifconfig tun0 tun0: flags=8010 mtu 1500 The one listed in the tutorial and in the handbook is: tun0: flags=8010 mtu 1500 I could not figure out how to change this. I tried to remake the device with no luck...it still came up with the same thing. Any ideas?? Please copy my email address on the message, also, as I'm not subscribed right now...thanks. Ian Clendaniel Zeneca Pharmaceuticals IT Technician FOC1 NW255 ian.clendaniel@phwilm.zeneca.com From owner-freebsd-questions Thu Jan 22 14:27:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26695 for questions-outgoing; Thu, 22 Jan 1998 14:27:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26688 for ; Thu, 22 Jan 1998 14:26:57 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EN700A01ICVJB@jaguar.ir.miami.edu> for freebsd-questions@freebsd.org; Thu, 22 Jan 1998 17:26:55 -0500 (EST) Date: Thu, 22 Jan 1998 17:26:54 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: Sorry To: FreeBSD User Questions List Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If anyone on this list received a rude message from this address, please disregard. We were doing some PMDF testing, and I forgot to delete my .forward file. Sorry for the inconvenience. Joe Clarke From owner-freebsd-questions Thu Jan 22 14:41:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27702 for questions-outgoing; Thu, 22 Jan 1998 14:41:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27673 for ; Thu, 22 Jan 1998 14:40:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA06878; Thu, 22 Jan 1998 14:40:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 14:40:03 -0800 (PST) From: Doug White Reply-To: Doug White To: s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net cc: FreeBSD Questions Subject: Re: Dual homed host - followup #1 In-Reply-To: <65256594.002F7470.00@yokogawa.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm redirecting this back onto questions. On Thu, 22 Jan 1998 s-mathew/Yokogawa_Blue_Star_Ltd/IN@yokogawa.soft.net wrote: > First of all, thanks for replying ! No problem. This is an easy fix -- you forgot to enable gatewaying in /etc/rc.conf. See below. > I can ping hosts on the general Internet (eg 204.216.27.18 - the FreeBSD > site) from my machine but not from a host on the private network (eg the NT > machine I mentioned earlier). OK. > I can telnet to the address set on the internet side card (164.164.153.7) > from the NT machine. This is surely a problem, since I want to setup a > firewall with applications being handled by proxies, not filtering. > Incidentally, I can ping the internet side card from the NT machine even if > the cable to the internet side card is not connected. This would imply that the routing from the interior net to the exterior net is faulty. The machine knows how to reach it's own interfaces, but nothing beyond that. Once this works you'll need to install ipfw or FTWK and desired proxy(ies) since your NT box will be exposed. In rc.conf: > ### Network routing options: ### > gateway_enable="NO" # Set to YES if this host will be a gateway. This must be set to YES. Then the packets should flow through. You may want to enable the firewall and make sure you have IPFIREWALL built into your kernel before you enable gatewaying, otherwise your internal net will be exposed. In terms of proxy applications, you're on your own; FWTK (FireWall ToolKit) is a good collection of applications for what you're trying to do. FTWK is available through the ports collection. Hope this helps and good luck! 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 Jan 22 14:42:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27792 for questions-outgoing; Thu, 22 Jan 1998 14:42:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27758 for ; Thu, 22 Jan 1998 14:41:38 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id RAA15851; Thu, 22 Jan 1998 17:41:11 -0500 (EST) (envelope-from mph) Message-ID: <19980122174110.08338@mph124.rh.psu.edu> Date: Thu, 22 Jan 1998 17:41:10 -0500 From: Matthew Hunt To: "Vladislav S. Davidzon" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Rebooting References: <003101bd277e$78d305e0$5152450a@worldserver> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <003101bd277e$78d305e0$5152450a@worldserver>; from Vladislav S. Davidzon on Thu, Jan 22, 1998 at 04:41:14PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 04:41:14PM -0500, Vladislav S. Davidzon wrote: > Please pardon my posting for the third time, however I am yet to find > a solution to this problem. I do not mean to be rude, but asking the same people the same question several times isn't too likely to improve your results. If nobody responds to a question, it is probably because they do not know the answer. When I first moved from FreeBSD to Linux, I had exactly the same problem as the one you describe. I asked freebsd-questions (once) and didn't get any responses that solved the problem. A friend who knew his way around the kernel tried to port the Linux "reboot=bios" method, but we never did get it to work. I eventually "solved" the problem by upgrading to a Pentium-class chip and motherboard. :-) Regards, Matthew -- Matthew Hunt * Think locally, act globally. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. From owner-freebsd-questions Thu Jan 22 14:44:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28027 for questions-outgoing; Thu, 22 Jan 1998 14:44:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28007 for ; Thu, 22 Jan 1998 14:44:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA06886; Thu, 22 Jan 1998 14:42:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 14:42:25 -0800 (PST) From: Doug White Reply-To: Doug White To: Victor Manuel Carranza Gonzalez cc: FreeBSD Questions mailing list Subject: Re: ld.so and 3.0-SNAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Victor Manuel Carranza Gonzalez wrote: > On Wed, 21 Jan 1998, Doug White wrote: > > > Did you upgrade the userland with your SNAP CD? YOu can't just update the > > kernel and call it done; you need the new improved libraries too. > > There was no userland to upgrade... this is a new installation, on a blank > disk, in a brand new machine. Okay, that answers that... Did you check that your /usr/lib and other library directories are in good shape? 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 Jan 22 14:50:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28656 for questions-outgoing; Thu, 22 Jan 1998 14:50:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-out-0.tiac.net (mail-out-0.tiac.net [199.0.65.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28651 for ; Thu, 22 Jan 1998 14:50:28 -0800 (PST) (envelope-from tlovell@Foster-Miller.com) Received: from mail-out-4.tiac.net (mail-out-4.tiac.net [199.0.65.16]) by mail-out-0.tiac.net (8.8.8/8.8.8) with ESMTP id RAA23607 for ; Thu, 22 Jan 1998 17:50:07 -0500 (EST) (envelope-from tlovell@Foster-Miller.com) Received: from Foster-Miller.com ([206.119.110.93]) by mail-out-4.tiac.net (8.8.7/8.8.7) with ESMTP id WAA07422 for ; Thu, 22 Jan 1998 22:49:59 GMT (envelope-from tlovell@Foster-Miller.com) Message-ID: <34C7CBDE.70DEFCEC@Foster-Miller.com> Date: Thu, 22 Jan 1998 17:44:46 -0500 From: Tom Lovell X-Mailer: Mozilla 4.02 [en] (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD FORTRAN compliers? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have read your FAQ, and Walnut Creek CD-ROM's web site. I see no mention of FORTRAN compilers for FreeBSD. Are any available (as I see are for LINUX)? Thanks Tom Lovell tlovell@Foster-Miller.com From owner-freebsd-questions Thu Jan 22 15:01:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29706 for questions-outgoing; Thu, 22 Jan 1998 15:01:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29675 for ; Thu, 22 Jan 1998 15:01:27 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id OAA06911; Thu, 22 Jan 1998 14:57:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 22 Jan 1998 14:57:52 -0800 (PST) From: Doug White Reply-To: Doug White To: Victor Manuel Carranza Gonzalez cc: FreeBSD Questions mailing list Subject: Re: HP SureStore 7100 CD-RW In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Victor Manuel Carranza Gonzalez wrote: > Hi! > > Has anyone used one of those CD writers under FreeBSD? What kind of > driver supports an EIDE CD burner? The only WORM device I saw in the > kernel config file, is for SCSI... Not ATAPI. Someone (you?) will have to write a driver. 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 Jan 22 15:03:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29883 for questions-outgoing; Thu, 22 Jan 1998 15:03:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29853 for ; Thu, 22 Jan 1998 15:03:23 -0800 (PST) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id FAA12554 for questions@freebsd.org; Fri, 23 Jan 1998 05:31:57 +0700 (TSK) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id XAA01162 for questions@freebsd.org; Thu, 22 Jan 1998 23:00:47 +0700 (KRS) From: Victor Sudakov Message-Id: <199801221600.XAA01162@vas.tsu.tomsk.su> Subject: mpg123 from ports would not play To: questions@FreeBSD.ORG (freebsd questions mailing list) Date: Thu, 22 Jan 1998 23:00:46 +0700 (KRS) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello. Any ideas? Any help would be appreciated. ========= cut here =========== vas: {5} mpg123 -t mc.mp3 High Performance MPEG 1.0/2.0 Audio Player for Layer 1, 2 and 3. Version 0.59k (1997/07/13). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Playing MPEG stream from mc.mp3 ... MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo [3:34] Decoding of mc.mp3 finished. vas: {6} mpg123 mc.mp3 High Performance MPEG 1.0/2.0 Audio Player for Layer 1, 2 and 3. Version 0.59k (1997/07/13). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! No supported audio format found! ========= cut here =========== vas: {7} cat /dev/sndstat VoxWare Sound Driver:3.0-beta-950506 (Sun Feb 5 14:38:12 EST 1995 freebsd-hackers@freefall.cdrom.com) Config options: ffffffff Installed drivers: Type 1: OPL-2/OPL-3 FM Type 2: SoundBlaster Type 6: SoundBlaster16 Type 7: SB16 MIDI Card config: SoundBlaster at 0x220 irq 7 drq 1 SoundBlaster16 at 0x220 irq 5 drq 6 SB16 MIDI at 0x300 irq 5 drq 0 OPL-2/OPL-3 FM at 0x388 irq 0 drq 0 Audio devices: 0: SoundBlaster Pro 3.1 Synth devices: Midi devices: 0: SoundBlaster Timers: 0: System Timer Mixers: 0: SoundBlaster ========= cut here =========== vas: {8} dmesg [...] sb0 at 0x220 irq 7 drq 1 on isa sb0: sbxvi0: disabled, not probed. sbmidi0: disabled, not probed. opl0: disabled, not probed. ========= cut here =========== Is it the problem of my hardware? Do I need to change the sound card? If yes, which one should I prefer to work flawlessly with FreeBSD? BTW if I enable sbxvi0, it is not found anyway. Still, timidity and 'cat file.au > /dev/audio' work perfectly, why doesn't mpg123 work? Any hints are very welcome. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Thu Jan 22 15:07:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00303 for questions-outgoing; Thu, 22 Jan 1998 15:07:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from superior.mooseriver.com (dynamic47.pm03.sf3d.best.com [209.24.234.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00291 for ; Thu, 22 Jan 1998 15:07:08 -0800 (PST) (envelope-from jgrosch@superior.mooseriver.com) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.8/8.8.5) id PAA28010; Thu, 22 Jan 1998 15:07:06 -0800 (PST) Message-ID: <19980122150705.26814@mooseriver.com> Date: Thu, 22 Jan 1998 15:07:05 -0800 From: Josef Grosch To: freebsd-questions@FreeBSD.ORG Subject: [jgrosch@mooseriver.com: Re: FreeBSD FORTRAN compliers?] Reply-To: jgrosch@superior.mooseriver.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 05:44:46PM -0500, Tom Lovell wrote: > I have read your FAQ, and Walnut Creek CD-ROM's web site. I see no > mention of FORTRAN compilers for FreeBSD. Are any available (as I see > are for LINUX)? > Try g77 or f2c. g77 is a port that must be installed from the CD or the net. f2c is part of the base install. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.5 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Thu Jan 22 15:14:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00829 for questions-outgoing; Thu, 22 Jan 1998 15:14:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00818 for ; Thu, 22 Jan 1998 15:14:22 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.7.3) with SMTP id QAA21479; Thu, 22 Jan 1998 16:15:40 -0700 (MST) Date: Thu, 22 Jan 1998 16:15:40 -0700 (MST) From: Brett Taylor Reply-To: Brett Taylor To: Tom Lovell cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD FORTRAN compliers? In-Reply-To: <34C7CBDE.70DEFCEC@Foster-Miller.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Tom Lovell writes: > I have read your FAQ, and Walnut Creek CD-ROM's web site. I see no > mention of FORTRAN compilers for FreeBSD. Are any available (as I see > are for LINUX)? There is an f77 built in and g77 is available in the ports collection: /usr/ports/lang/g77 ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ From owner-freebsd-questions Thu Jan 22 15:21:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01340 for questions-outgoing; Thu, 22 Jan 1998 15:21:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zephyr.isi.edu (zephyr.isi.edu [128.9.160.160]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01331 for ; Thu, 22 Jan 1998 15:21:04 -0800 (PST) (envelope-from berson@ISI.EDU) Received: from roo.isi.edu (roo.isi.edu [128.9.160.127]) by zephyr.isi.edu (8.8.7/8.8.6) with SMTP id PAA04727; Thu, 22 Jan 1998 15:21:00 -0800 (PST) Posted-Date: Thu, 22 Jan 1998 15:19:26 -0800 (PST) Received: from localhost by roo.isi.edu (5.65c/4.0.3-6) id ; Thu, 22 Jan 1998 15:19:27 -0800 Date: Thu, 22 Jan 1998 15:19:26 -0800 (PST) From: Steven Berson To: freebsd-questions@FreeBSD.ORG Cc: Bob Lindell Subject: Gateway 2000 2 button mouse with scroll button Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a Gateway 2000 machine running FreeBSD 2.2.2. The mouse is a two button mouse with a scroll button that supposedly scrolls the window on Microsoft Internet Explorer. Is there a way to get the scroll button to act as a normal third mouse button on FreeBSD? Thanks, Steve From owner-freebsd-questions Thu Jan 22 16:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04235 for questions-outgoing; Thu, 22 Jan 1998 16:07:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mikesweb.com (earth.mikesweb.com [198.247.204.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04223 for ; Thu, 22 Jan 1998 16:07:34 -0800 (PST) (envelope-from sturdee@mikesweb.com) Received: from sun.mikesweb.com([198.247.204.169]) (788 bytes) by mikesweb.com via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Thu, 22 Jan 1998 18:02:28 -0600 (CST) (Smail-3.2.0.97 1997-Aug-19 #1 built 1997-Dec-18) Message-Id: <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> X-Sender: sturdee@mail.mikesweb.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 22 Jan 1998 18:05:33 -0600 To: freebsd-questions@FreeBSD.ORG From: Mike Subject: question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am having a killer time trying to find the program "htpasswd" so that I can make password protected web pages... I have looked all over the FreeBSD site, and Apache, and have had no luck.. Any suggestions as to where I can find the prog, or what I need to make it? Thanx Mike From owner-freebsd-questions Thu Jan 22 16:12:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04583 for questions-outgoing; Thu, 22 Jan 1998 16:12:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-out-0.tiac.net (mail-out-0.tiac.net [199.0.65.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04571 for ; Thu, 22 Jan 1998 16:12:08 -0800 (PST) (envelope-from tlovell@foster-miller.com) Received: from mail-out-2.tiac.net (mail-out-2.tiac.net [199.0.65.13]) by mail-out-0.tiac.net (8.8.8/8.8.8) with ESMTP id TAA10037; Thu, 22 Jan 1998 19:12:05 -0500 (EST) (envelope-from tlovell@foster-miller.com) Received: from foster-miller.com (mail.foster-miller.com [206.119.110.2]) by mail-out-2.tiac.net (8.8.7/8.8.7) with SMTP id TAA18841; Thu, 22 Jan 1998 19:12:00 -0500 (EST) (envelope-from tlovell@foster-miller.com) Received: from ccMail by foster-miller.com (ccMail Link to SMTP R8.10.00) id AA885514147; Thu, 22 Jan 98 19:09:13 -0500 Message-Id: <9801228855.AA885514147@foster-miller.com> X-Mailer: ccMail Link to SMTP R8.10.00 Date: Thu, 22 Jan 98 19:04:19 -0500 From: "Tom Lovell" To: Cc: Subject: thanks for speedy reply to FORTRAN compiler question MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Description: "cc:Mail Note Part" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Brett, Thanks so much for your quick reply about FORTRAN in FreeBSD. Looks like I'll be trying FreeBSD soon. Tom Lovell From owner-freebsd-questions Thu Jan 22 16:33:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06100 for questions-outgoing; Thu, 22 Jan 1998 16:33:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06078 for ; Thu, 22 Jan 1998 16:33:19 -0800 (PST) (envelope-from Ruslan@Shevchenko.kiev.ua) Received: from Shevchenko.kiev.ua (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id EAA23161; Thu, 22 Jan 1998 04:30:23 +0200 (EET) Message-ID: <34C6AF3A.7E864946@Shevchenko.kiev.ua> Date: Thu, 22 Jan 1998 04:30:19 +0200 From: Ruslan Shevchenko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Mike CC: freebsd-questions@FreeBSD.ORG Subject: Re: question References: <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Mike wrote: > I am having a killer time trying to find the program "htpasswd" so that I > can make password protected web pages... I have looked all over the FreeBSD > site, and Apache, and have had no luck.. Any suggestions as to where I can > find the prog, or what I need to make it? It is not a programm, it's a file, with format:username:password or some like this. It have name .htpasswd and usially live in protected directory. for details, look at www documentation (FAQ, and directives for access.conf) at www.apache.org > Thanx > Mike -- @= //RSSH mailto://Ruslan@Shevchenko.Kiev.UA From owner-freebsd-questions Thu Jan 22 16:41:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06812 for questions-outgoing; Thu, 22 Jan 1998 16:41:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06767; Thu, 22 Jan 1998 16:41:43 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id KAA00294; Fri, 23 Jan 1998 10:56:09 +1030 (CST) Message-Id: <199801230026.KAA00294@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Randall Hopper cc: mgraffam@mhv.net, questions@FreeBSD.ORG, emulation@FreeBSD.ORG Subject: Re: dosemu In-reply-to: Your message of "Thu, 22 Jan 1998 13:08:44 CDT." <19980122130844.35403@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 10:56:09 +1030 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I'm a new user of doscmd myself, so I'll defer to those that know better > (Ccing -emulation). Thanks Randall. But you've proven that you have what it takes to hunt down and fix problems in doscmd, so I am going to go down on my knees and plead with you to spend a little time trying DOS programs and making them work. There are plenty of people here (as you've seen) that can point you in useful directions; what's needed is someone like you that can spare a little time to do the pushing. Please? > Don't know about 32-bit. But I asked about graphics mode support a few > days ago. Apparently there's some VGA graphics support in the original > BSD/OS version when running on the console. According to Mike Smith, it > allows you to directly map the VGA hardware if you are running doscmd on > the console, but indications were that this hasn't been worked through for > FreeBSD yet. That's correct. But we could use someone actually *trying* it. > Michael J. Graffam : > |Cool. Will doscmd run 32 bit DOS games, like Duke Nukem 3d and Warcraft > |II? Not as it stands, no. But as you have the software already, and a machine on which they run as reference, you're in an ideal situation to make a bit of a name for yourself hacking it so they do. 8) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-questions Thu Jan 22 16:46:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07641 for questions-outgoing; Thu, 22 Jan 1998 16:46:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gras-varg.worldgate.com (skafte@gras-varg.worldgate.com [198.161.84.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07599 for ; Thu, 22 Jan 1998 16:46:14 -0800 (PST) (envelope-from skafte@worldgate.com) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.8.8/8.6.12) id RAA11995; Thu, 22 Jan 1998 17:45:25 -0700 (MST) Message-ID: <19980122174524.36876@worldgate.com> Date: Thu, 22 Jan 1998 17:45:24 -0700 From: Greg Skafte To: Ruslan Shevchenko Cc: Mike , freebsd-questions@FreeBSD.ORG Subject: Re: question References: <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> <34C6AF3A.7E864946@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C6AF3A.7E864946@Shevchenko.kiev.ua>; from Ruslan Shevchenko on Thu, Jan 22, 1998 at 04:30:19AM +0200 Organization: WorldGate Inc. X-PGP-Fingerprint: 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 X-URL: http://gras-varg.worldgate.com/~skafte Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk the source for the htpasswd program is in the support directory under in the apache source tree ... Quoting Ruslan Shevchenko (Ruslan@Shevchenko.kiev.ua) On Subject: Re: question Date: Thu, Jan 22, 1998 at 04:30:19AM +0200 > Mike wrote: > > > I am having a killer time trying to find the program "htpasswd" so that I > > can make password protected web pages... I have looked all over the FreeBSD > > site, and Apache, and have had no luck.. Any suggestions as to where I can > > find the prog, or what I need to make it? > > It is not a programm, it's a file, with format:username:password > or some like this. > > It have name .htpasswd and usially live in protected directory. > > for details, look at www documentation (FAQ, and directives for access.conf) > at www.apache.org > > > Thanx > > Mike > > > > -- > > @= > //RSSH mailto://Ruslan@Shevchenko.Kiev.UA > > -- Email: skafte@worldgate.com Voice: +403 413 1910 Fax: +403 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) From owner-freebsd-questions Thu Jan 22 16:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07778 for questions-outgoing; Thu, 22 Jan 1998 16:47:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07769 for ; Thu, 22 Jan 1998 16:47:28 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA20675; Fri, 23 Jan 1998 00:47:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA09443; Fri, 23 Jan 1998 01:47:22 +0100 (MET) Message-ID: <19980123014722.46113@follo.net> Date: Fri, 23 Jan 1998 01:47:22 +0100 From: Eivind Eklund To: Konrad Heuer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to Raise Security Level? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Konrad Heuer on Thu, Jan 22, 1998 at 04:22:50PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 04:22:50PM +0100, Konrad Heuer wrote: > > As far as I know FreeBSD supports the 4.4BSD concept of running > the system in a definite security level to protect special files > against modification etc. > > `sysctl -a' shows that the system by default runs in level `-1' > which means `always insecure'. > > So how should I increase the security level for example to `1' > (= secure) in multi-user mode and to `0' in single-user mode? > > Can it simply be done with `sysctl' or will this raise some > difficulties in standard multi-user mode (apart from the fact that the > kernel might only be replaced and the system log might only be truncated > in single-user mode)? Just do a sysctl -w 'kern.securelevel=0' in rc.local, and it should be fine. The secure level will automatically be raised. It will *not* be lowered on a switch back to single-user mode; you have to reboot to lower it. This is because there have been several problems with the approach of letting init lower the securelevel. Eivind. From owner-freebsd-questions Thu Jan 22 16:49:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08047 for questions-outgoing; Thu, 22 Jan 1998 16:49:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07884 for ; Thu, 22 Jan 1998 16:48:02 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id TAA17264; Thu, 22 Jan 1998 19:47:27 -0500 (EST) (envelope-from mph) Message-ID: <19980122194726.48724@mph124.rh.psu.edu> Date: Thu, 22 Jan 1998 19:47:26 -0500 From: Matthew Hunt To: Ruslan Shevchenko Cc: Mike , freebsd-questions@FreeBSD.ORG Subject: Re: question References: <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> <34C6AF3A.7E864946@Shevchenko.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C6AF3A.7E864946@Shevchenko.kiev.ua>; from Ruslan Shevchenko on Thu, Jan 22, 1998 at 04:30:19AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 04:30:19AM +0200, Ruslan Shevchenko wrote: > > I am having a killer time trying to find the program "htpasswd" so that I [...] > It is not a programm, it's a file, with format:username:password > or some like this. Sure it's a program. It creates and modifies the .htpasswd files you described. It is included with the Apache distribution, but the port does not install it. I think that is a flaw which should be corrected. I installed htpasswd by doing a "make extract" in /usr/ports/www/apache, rummaging around the work directory, and building it by hand: cd work/apache_1.2.5/support cc -o htpasswd htpasswd.c -lcrypt install -o bin -g bin -m 555 htpasswd /usr/local/bin install -o bin -g bin -m 444 htpasswd.1 /usr/local/man/man1 Regards, Matthew -- Matthew Hunt * Think locally, act globally. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. From owner-freebsd-questions Thu Jan 22 16:54:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08617 for questions-outgoing; Thu, 22 Jan 1998 16:54:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08602 for ; Thu, 22 Jan 1998 16:54:18 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA20753; Fri, 23 Jan 1998 00:54:06 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA09496; Fri, 23 Jan 1998 01:54:05 +0100 (MET) Message-ID: <19980123015405.36649@follo.net> Date: Fri, 23 Jan 1998 01:54:05 +0100 From: Eivind Eklund To: Ted Buswell Cc: questions@FreeBSD.ORG Subject: Re: determine OS version at compile time. References: <199801220224.VAA09579@tbuswell.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801220224.VAA09579@tbuswell.ne.mediaone.net>; from Ted Buswell on Wed, Jan 21, 1998 at 09:24:27PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 09:24:27PM -0500, Ted Buswell wrote: > > What's the best way to determine the version of the operating system > that a given file is being compiled for? > I'd like to do something like: > > #if defined(__FreeBSD__) > #if (FREEBSD_MAJOR > 2) && (FREEBSD_MINOR > 2) && (FREEBSD_PATCH < 5) > ... > #else > ... > #endif > #endif Go for . It is upgraded with each major interface change, and with each OS release. Its format should be fairly obvious (100000major + 10000minor + 1000patch + post-release-interface-changes). Eivind. From owner-freebsd-questions Thu Jan 22 16:56:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08824 for questions-outgoing; Thu, 22 Jan 1998 16:56:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from public.ttsc.hl.cn (public.ttsc.hl.cn [202.97.227.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08774 for ; Thu, 22 Jan 1998 16:56:04 -0800 (PST) (envelope-from qifh@ttsc.hl.cn) Received: from qifh.ml.org ([202.97.228.205]) by public.ttsc.hl.cn (8.8.7/8.8.7) with SMTP id IAA13206 for ; Fri, 23 Jan 1998 08:54:10 +0800 (CST) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 23 Jan 1998 08:51:41 +0800 (CST) Organization: TTSC of HLJ From: qifh To: questions@FreeBSD.ORG Subject: FW: Re: Would you like to help me ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hi, > I installed ports 'x11' into FreeBSD 2.2.5-RELEASE , and I used 'fvwm9 5' > as Windows Manager , but when I run 'Console' from the 'Start' menu , I was t ol > d : > FvwmConsole:Can't exevp /usr/X11R6/lib/X11/fvwm95//FvwmConsoleC > and then I run /usr/X11R6/lib/X11/fvwm95/FvwmConsole , and another error messa ge > was displayed : > *FvwmConsole version 2.0.43a should only executed by Fvwm! > would you like to tell me how can I make console work properly? Thank you. sincerely, qi fanghong ---------------------------------- E-Mail: qifh Date: 23-Jan-98 Time: 08:51:41 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions Thu Jan 22 17:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09171 for questions-outgoing; Thu, 22 Jan 1998 17:00:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09105 for ; Thu, 22 Jan 1998 16:59:52 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980123005935.13640.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.218] by send1b; Thu, 22 Jan 1998 16:59:35 PST Date: Thu, 22 Jan 1998 16:59:35 -0800 (PST) From: Rudy Gireyev Subject: Re: FreeBSD 2.2.2 To: dbsmall@ttl.pactel.com, freebsd-questions@FreeBSD.ORG Cc: david.small@usa.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---dbsmall@ttl.pactel.com wrote: > > I've gotten some good advice from a couple of folks (Matthew Hagerty, > and someone else whose name is now on my machine at home, and which I > forget...Rudy at Yahoo?) > > Unfortunately, I still don't have FreeBSD running, and I've once again > rendered my system unusable. > > Here's what I've got: > A Dell Pentium II, with SDRAM, and an AGP video card. The motherboard > has 2 IDE controllers on it. > The primary controller has only an IBM EIDE Hard Drive on it. > The secondary controller has an IDE ZIP drive first (master), and an > ATAPI CDROM second (slave). > (Actually, both the ZIP drive and the CDROM Drive use cable select to > determine whether they're master or slave... and neither came with > enough jumpers to set them any other way. > The 6.4 GB HD has 3 'partitions' on it: the first is NTFS, and boots NT > 4.0 workstation. The second is FAT. The third (the last 1.2 GB of the > disk) is where I plan to put FreeBSD. I also intend to be able to boot > into either system. This disk has LBA enabled. > > Here's what I've tried so far: > 1) Boot off the CDROM: Install never gets to sysinstall. Hangs after > probing for devices. Identifies the CDROM drive as wd1 (since it's on > the IDE controller #2?) (I gave it 15 minutes....) > 2) Boot off of an ATAPI CDROM boot floppy. Same results as #1 > 3) Boot off the CDROM. During the install process, remove wd1 from the > kernel configs. Makes it to the menu screen, but is unable to install, > since it can't find the CDROM drive. > 4) Copied the entire contents of FreeBSD 2.2.2 from WC CDROM onto the > second partition. (the first FAT partition). David, is it FAT16 or FAT32? Currently FreeBSD will work with FAT16 only. > Booted into DOS via a > bootable DOS floppy. This partition is identified as the first DOS > partition, so DOS calls it C: (even though NT called it F:). Doesn't matter to FreeBSD. > Run the > Install program from DOS (telling it to install from a DOS partition). > Tell sysinstall "None" when asked which MBR to use (not to use BootEasy, > for example). Not only did the install fail (couldn't find the disk at > some point), It was probably looking for c:\freebsd directory. David do me a favor. Boot into dos with your floppy. Find a new floppy disk 1.44M. Run fdimage passing boot.flp as parameter. On your FAT partition create a subdirectory named FREEBSD off the C drive so that the final directory reads C:\FREEBSD and copy the entire bin partition there the name and the contents. Boot from the FreeBSD floppy and then select installing from DOS as your source option. > but it screwed up my MBR for NT. That is, the drive seems > to think the FreeBSD partition is the boot partition, at least, cause > rebooting results in the endless boot: prompts... I do not know how to restore the NT partition manager. > > One note: Mr. Hagerty has suggested that I put the CDROM drive on the > primary controller. Unfortunately, the physical configuration prohibits > me from splitting up the ZIP and the CDROM. So the only way I could do > that, is if I put the Hard drive on the second controller (which I > haven't tried...) > > Note two; I don't have 2.2.5, or I'd be installing it. > > My questions: > > 1) Is there a simple way to restore my MBR for NT? Using NT's Emergency > Restore Disk doesn't seem to work. Can I use FDISK? > 2) When I install FreeBSD 2.2.2, should I tell it to use BootEASY? the > other Bootloader? None? > 3) Can I put the HD on the second controller, and put the ZIP + CDROM on > the first. Does anyone think this will help? > 4) Any other big tips? > > > When responding, please cc: david.small@usa.net... > > thanks, > > -David > --------------------------------------- > David B. Small > Telesis Technologies Laboratory > http://www.ttl.pactel.com/~dbsmall > > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 22 17:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09264 for questions-outgoing; Thu, 22 Jan 1998 17:00:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09210 for ; Thu, 22 Jan 1998 17:00:25 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA15235; Thu, 22 Jan 1998 16:56:21 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd015232; Thu Jan 22 16:56:19 1998 Message-ID: <34C7E9EA.167EB0E7@whistle.com> Date: Thu, 22 Jan 1998 16:52:58 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Artem Koutchine CC: questions@FreeBSD.ORG Subject: Re: EMERGENCY! Need help! Disk Data Lost ! References: <19980122004951.3117.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Artem Koutchine wrote: > > EMERGENCY! Need help! Disk Data Lost! Help! Help! Help! SOS! SOS! SOS! > > Hello from Russia ! > We are ISP and one of our server suffered a crush today. One of its > disks lost it partition table (slices that is) and the labels (file > system labels or is it correctly called partitions). > The main question: > Is there a utility, which could exctract data file-by-file from a disk > w/o partition and labels? And if there is no, what can I do? > Of course, some of the data can be exctracted using disk editor (Norton > Utilities), but there is no way to exctract a whole directory > tree. > Please, HELP !!! > > Artem A. Koutchine > VirtMatrix@hotmail.com > > Eugene V. Makhnyov > Axxiom@unforgettable.com > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com if you can read other sectors on the disk, then not all is lost.. (can you read other sectors?) it is relatively easy to rebuild a partition table especially if you have a 2nd (bigger or same size) disk available to copy all the rest of the data onto.. how do you KNOW you lost the partition data? more info is needed.. From owner-freebsd-questions Thu Jan 22 17:16:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10329 for questions-outgoing; Thu, 22 Jan 1998 17:16:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dictaphone.com (smtpgw.dictaphone.com [206.26.152.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA10279 for ; Thu, 22 Jan 1998 17:15:52 -0800 (PST) (envelope-from JMORGAN@dictaphone.com) Received: from DICTAENG-Message_Server by dictaphone.com with Novell_GroupWise; Thu, 22 Jan 1998 20:03:26 -0500 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Thu, 22 Jan 1998 19:55:27 -0500 From: Joe Morgan To: freebsd-questions@FreeBSD.ORG Subject: Auth and Time Sync Servers. Mime-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ** High Priority ** I hope someone can help I am probably just lost in terminology. I have need to run FreeBSD as a time-sync server and as a authorization server can any one help me. I am not new to unix but green as grass to FreeBSD. Thanking you in advance. Joe Morgan jmorgan@dictaphone.com 407 255-8921 Dictaphone Corp. Melbourne, FL From owner-freebsd-questions Thu Jan 22 17:20:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10668 for questions-outgoing; Thu, 22 Jan 1998 17:20:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.myson.com.tw (myson.com.tw [203.70.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10635 for ; Thu, 22 Jan 1998 17:20:40 -0800 (PST) (envelope-from daniel@myson.com.tw) Received: from lin_km (lin_km [172.16.2.6]) by mail.myson.com.tw (8.8.5/8.8.6) with SMTP id UAA05915; Thu, 22 Jan 1998 20:17:49 GMT Date: Thu, 22 Jan 1998 20:10:56 +0800 (CST) From: "Daniel C. Konnoff" X-Sender: daniel@lin_km To: Brian Somers cc: questions@FreeBSD.ORG Subject: Re: ppp routing problems In-Reply-To: <199801211321.NAA14585@awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello Brian: Thanks for the reply to my mail. I again checked the rc.conf and sysconfig files; the gateway_enable keyword is set to yes. I am using the user level ppp that came with 2.2.5 and 2.2.1 respectively. Telnet IS working between these two platforms which is what's strange; ftp is enabled as you can see and does not function in either direction. I can telnet from mail to tpe or from tpe to mail without any problems. Where exactly does the output from set log +tcp/ip go? thanks Daniel C. Konnoff Myson Technologies 20111 Stevens Creek Blvd. #138 Cupertino, Ca. 95014 daniel@mysonusa.com.tw Tele: 408/252-8788 Fax: 408/252-8789 On Wed, 21 Jan 1998, Brian Somers wrote: > Hi, > > I suspect there are two problems here. First, it doesn't look as if > mail is forwarding IP packets. Check the gateway_enable setting in > /etc/rc.conf. > > The second problem seems to be that tpe is refusing connections from > mail. Can you try doing a telnet, then an ftp from mail to tpe and > see how things go ? You may also want to see what `set log +tcp/ip' > on each side comes up with. > > I'm assuming you're using a reasonably recent version of ppp from > http://www.FreeBSD.org/~brian :-) > > > Hello Brian: > > > > In early November 97 you responded to several questions > > I posted to questions@freebsd.org so I'm mailing you > > directly. I am in Asia now attempting to debug this and > > some other problems. Let me briefly refresh you memory. > > ppp > > bsd2.2.1 system named tpe <----------> bsd2.2.5 system - mail <--> > > > > LAN <--> ISP > > > > These two systems, tpe and mail, are connected via user level ppp > > over a dedicated 14.4 modem line. The mail machine is the principle > > mail server at the corporate headquarters, part of a local lan > > connected to the isp through fiber. > > > > User level ppp is functioning between mail and tpe but only the > > telnet function works. Ftp, and rlogin both fail: > > > > daniel@mail(12)$ftp tpe > > Connected to tpe.myson.com.tw. > > 220 tpe.myson.com.tw FTP server (Version 6.00) ready. > > Name (tpe:daniel): > > 331 Password required for daniel. > > Password: > > 230 User daniel logged in. > > Remote system type is UNIX. > > Using binary mode to transfer files. > > ftp> pwd > > 257 "/home/user/daniel" is current directory. > > ftp> put foo > > local: foo remote: foo > > 200 PORT command successful. > > 425 Can't build data connection: Connection refused. > > ftp> > > > > > > daniel@mail(13)$rlogin tpe > > rlogind: Permission denied. > > daniel@mail(14)$ > > > > > > Neither the mail or the tpe machine are running any type of > > firewall; before the tpe machine was at the end of the ppp > > link it was part of the local lan here and all networking > > commands functioned normally. PPP was the single configuration > > addition. > > > > I've checked inetd.conf, services, and sysconfig on both > > machines and cannot find anything amiss, so at this point > > I'm a bit stumped. Nslookup works fine from the ppp client > > machine tpe: (resolv.conf points to mail) > > > > daniel@tpe$ nslookup www.freebsd.org > > Server: mail.myson.com.tw > > Address: 172.16.2.1 > > > > Name: hub.freebsd.org > > Address: 204.216.27.18 > > Aliases: www.freebsd.org > > > > daniel@tpe$ > > > > So does ping: > > > > daniel@tpe$ ping www.freebsd.org > > PING hub.freebsd.org (204.216.27.18): 56 data bytes > > 64 bytes from 204.216.27.18: icmp_seq=0 ttl=240 time=569.078 ms > > 64 bytes from 204.216.27.18: icmp_seq=1 ttl=240 time=650.184 ms > > > > but any network connection (ftp, telnet, rlogin) beyond > > the mail machine fails (ftp and rlogin etc. do not work > > even to mail as already mentioned). > > > > I have tcpdump working on the mail > > platform and have looked at the traffic between mail and tpe > > during a ftp session and included it below. > > > > First is netstat -rn for both tpe and mail > > > > Any help would be greatly appreciated! > > > > Thanks in advance. > > > > > > Daniel C. Konnoff > > Myson Technologies > > 20111 Stevens Creek Blvd. #138 > > Cupertino, Ca. 95014 > > > > daniel@mysonusa.com.tw > > Tele: 408/252-8788 > > Fax: 408/252-8789 > > > > > > daniel@tpe$ netstat -rn > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif > > Expire > > default 172.16.2.1 UGSc 1 53 tun0 > > 127.0.0.1 127.0.0.1 UH 0 0 lo0 > > 172.16.2.1 172.16.1.247 UH 4 10434 tun0 > > 192.168.188 link#1 UC 0 0 > > 192.168.188.20 0:c0:f6:0:2:e UHLW 0 7 ed1 > > 348 > > daniel@tpe$ > > > > > > daniel@mail(7)$netstat -rn > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif Expire > > default 172.16.1.254 UGSc 21 7 ed0 > > 127.0.0.1 127.0.0.1 UH 0 60 lo0 > > 172.16 link#1 UC 0 0 > > 172.16.1.100 link#1 UHLW 0 5 > > 172.16.1.103 0:c0:b4:1:95:0 UHLW 0 608 ed0 990 > > 172.16.1.109 0:c0:b4:70:12:82 UHLW 0 191 ed0 1087 > > 172.16.1.111 0:c0:b4:70:13:8 UHLW 0 14 ed0 968 > > 172.16.1.113 0:c0:b4:70:13:27 UHLW 0 227 ed0 943 > > 172.16.1.115 0:c0:b4:70:12:a8 UHLW 0 225 ed0 1039 > > 172.16.1.119 0:c0:f6:0:1:46 UHLW 0 184 ed0 1111 > > 172.16.1.123 0:0:e8:2c:61:2c UHLW 0 106 ed0 872 > > 172.16.1.139 0:0:e8:29:fe:20 UHLW 0 1423 ed0 498 > > 172.16.1.149 0:0:e8:39:bb:7f UHLW 1 515 ed0 507 > > 172.16.1.155 0:c0:b4:70:13:2 UHLW 0 79 ed0 1042 > > 172.16.1.160 0:c0:b4:11:11:11 UHLW 0 3 ed0 289 > > 172.16.1.172 0:0:e8:39:b9:65 UHLW 0 63 ed0 185 > > 172.16.1.174 0:c0:b4:70:4:e1 UHLW 0 197 ed0 1003 > > 172.16.1.247 172.16.2.1 UH 2 10355 tun0 > > 172.16.1.247 0:0:e8:1f:e5:69 UHLS2 0 0 ed0 > > 172.16.1.254 8:0:20:22:e4:e8 UHLW 22 17 ed0 821 > > 172.16.2.1 0:0:e8:1f:e5:69 UHLW 1 3419 lo0 > > 172.16.2.3 8:0:20:23:b:16 UHLW 2 14 ed0 624 > > 172.16.2.4 8:0:20:22:e2:d6 UHLW 0 13 ed0 160 > > 172.16.2.6 8:0:20:73:c3:1e UHLW 3 4304 ed0 1187 > > 172.16.2.7 8:0:20:22:97:da UHLW 0 273 ed0 641 > > 172.16.2.8 8:0:20:72:fc:32 UHLW 0 202 ed0 698 > > 172.16.2.10 8:0:20:23:6e:1e UHLW 0 242 ed0 1193 > > 172.16.2.11 8:0:20:73:8:41 UHLW 0 46 ed0 156 > > 172.16.2.12 8:0:20:72:fc:b4 UHLW 0 244 ed0 318 > > 172.16.2.13 8:0:20:20:28:2b UHLW 0 14 ed0 154 > > 172.16.2.14 8:0:20:23:16:2f UHLW 0 1269 ed0 191 > > 172.16.2.15 8:0:20:23:16:a4 UHLW 0 566 ed0 963 > > 172.16.2.17 8:0:20:73:0:49 UHLW 0 505 ed0 1059 > > 172.16.2.18 8:0:20:73:d8:3b UHLW 0 52 ed0 1026 > > 172.16.2.19 8:0:20:22:93:da UHLW 0 244 ed0 398 > > 172.16.2.20 8:0:20:8e:4e:7c UHLW 2 6551 ed0 539 > > 172.16.2.28 8:0:20:22:cf:a7 UHLW 0 119 ed0 114 > > 172.16.2.29 8:0:20:72:14:ac UHLW 0 100 ed0 1030 > > 172.16.2.30 8:0:20:23:30:db UHLW 0 588 > > 172.16.2.31 8:0:20:72:14:8c UHLW 0 859 ed0 396 > > 172.16.2.32 0:1:7a:81:b0:c2 UHLW 0 192 ed0 266 > > 172.16.2.33 8:0:20:d:e6:eb UHLW 0 320 ed0 220 > > 172.16.2.40 8:0:20:8e:b:65 UHLW 0 226 ed0 149 > > 172.16.2.41 8:0:20:8e:4c:2b UHLW 0 20 ed0 1032 > > 172.16.2.42 8:0:20:8e:8:19 UHLW 0 210 ed0 1002 > > 172.16.2.49 0:c0:78:0:0:c8 UHLW 0 101 ed0 1034 > > 172.16.2.53 8:0:20:8e:4c:30 UHLW 0 179 ed0 173 > > 172.16.2.54 8:0:20:8e:a:b4 UHLW 0 84 ed0 1024 > > 172.16.2.57 8:0:20:8e:7:9c UHLW 0 242 ed0 1149 > > 172.16.2.58 8:0:20:8e:52:cf UHLW 0 99 ed0 1127 > > 172.16.2.72 0:c0:78:0:1:7c UHLW 0 239 ed0 28 > > 172.16.2.78 0:40:61:c2:13:b2 UHLW 0 800 ed0 230 > > 172.16.2.79 0:3:e3:d0:4:b UHLW 0 441 ed0 337 > > 172.16.2.97 0:3:e3:c0:4:15 UHLW 0 100 ed0 1189 > > 172.16.2.150 8:0:20:8e:52:b5 UHLW 1 204 ed0 712 > > daniel@mail(8)$ > > > > > > Here is the ftp session: > > > > daniel@mail(20)$ftp tpe > > Connected to tpe.myson.com.tw. > > 220 tpe.myson.com.tw FTP server (Version 6.00) ready. > > Name (tpe:daniel): > > 331 Password required for daniel. > > Password: > > 230 User daniel logged in. > > Remote system type is UNIX. > > Using binary mode to transfer files. > > ftp> bi > > 200 Type set to I. > > ftp> pwd > > 257 "/home/user/daniel" is current directory. > > ftp> ls > > 200 PORT command successful. > > 425 Can't build data connection: Connection refused. > > ftp> put test > > local: test remote: test > > 200 PORT command successful. > > 425 Can't build data connection: Connection refused. > > ftp> quit > > 221 Goodbye. > > daniel@mail(21)$ > > > > > > Here is the tcpdump output as run on mail during the ftp session shown > > above: > > > > root@mail(64)$tcpdump -i tun0 'host mail and (port ftp or ftp-data)' > > tcpdump: listening on tun0 > > 17:57:28.108774 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: S > > 1520286024:1520286024(0) win 16384 > 0,nop,nop,timestamp 15652 0,nop,nop,cc[|tcp]> (DF) > > 17:57:28.350234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: S > > 1216667494:1216667494(0) ack 1520286025 win 17280 > 0,nop,nop,timestamp 12769 15652,nop,nop,cc[|tcp]> (DF) > > 17:57:28.350342 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 1 win > > 17280 (DF) > > 17:57:28.700281 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 1:56(55) ack 1 > > win 17280 (DF) [tos 0x10] > > 17:57:28.820057 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 56 win > > 17280 (DF) [tos 0x10] > > 17:57:31.831503 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 1:14(13) ack > > 56 win 17280 (DF) [tos > > 0x10] > > 17:57:32.070233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 56:91(35) ack > > 14 win 17280 (DF) [tos 0x10] > > 17:57:32.220055 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 91 win > > 17280 (DF) [tos 0x10] > > 17:57:38.390405 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 14:28(14) ack > > 91 win 17280 (DF) [tos > > 0x10] > > 17:57:38.710215 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 28 win > > 17280 (DF) [tos 0x10] > > 17:57:38.850235 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 91:119(28) ack > > 28 win 17280 (DF) [tos 0x10] > > 17:57:38.850875 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 28:34(6) ack > > 119 win 17280 (DF) [tos > > 0x10] > > 17:57:39.100292 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 119:158(39) > > ack 34 win 17280 (DF) [tos > > 0x10] > > 17:57:39.220065 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 158 win > > 17280 (DF) [tos 0x10] > > 17:57:41.270320 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 34:42(8) ack > > 158 win 17280 (DF) [tos > > 0x10] > > 17:57:41.490302 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 158:178(20) > > ack 42 win 17280 (DF) [tos > > 0x10] > > 17:57:41.620059 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 178 win > > 17280 (DF) [tos 0x10] > > 17:57:43.772146 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 42:47(5) ack > > 178 win 17280 (DF) [tos > > 0x10] > > 17:57:44.010285 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 178:225(47) > > ack 47 win 17280 (DF) [tos > > 0x10] > > 17:57:44.020074 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 225 win > > 17280 (DF) [tos 0x10] > > 17:57:47.031004 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 47:55(8) ack > > 225 win 17280 (DF) [tos > > 0x10] > > 17:57:47.250234 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 225:245(20) > > ack 55 win 17280 (DF) [tos > > 0x10] > > 17:57:47.250659 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 55:79(24) ack > > 245 win 17280 (DF) [tos > > 0x10] > > 17:57:47.460260 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 245:275(30) > > ack 79 win 17280 (DF) [tos > > 0x10] > > 17:57:47.460964 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 79:85(6) ack > > 275 win 17280 (DF) [tos > > 0x10] > > 17:57:47.730219 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 85 win > > 17280 > nop,timestamp 12808 15690,nop,nop,cc 9> (DF) [tos 0x10] > > 17:57:47.900244 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 275:329(54) > > ack 85 win 17280 (DF) [tos > > 0x10] > > 17:57:48.020058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 329 win > > 17280 (DF) [tos 0x10] > > 17:57:51.814949 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 85:93(8) ack > > 329 win 17280 (DF) [tos > > 0x10] > > 17:57:52.030236 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 329:349(20) > > ack 93 win 17280 (DF) [tos > > 0x10] > > 17:57:52.030847 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 93:117(24) ack > > 349 win 17280 (DF) [tos > > 0x10] > > 17:57:52.260238 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 349:379(30) > > ack 117 win 17280 (DF) [tos > > 0x10] > > 17:57:52.260908 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 117:128(11) > > ack 379 win 17280 (DF) > > [tos 0x10] > > 17:57:52.520223 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 128 win > > 17280 (DF) [tos 0x10] > > 17:57:52.730255 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 379:433(54) > > ack 128 win 17280 (DF) [tos > > 0x10] > > 17:57:52.820058 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 433 win > > 17280 (DF) [tos 0x10] > > 17:58:17.095410 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: P 128:134(6) ack > > 433 win 17280 (DF) [tos > > 0x10] > > 17:58:17.310232 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: P 433:447(14) > > ack 134 win 17280 (DF) [tos > > 0x10] > > 17:58:17.310842 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack > > 447 win 17280 (DF) [tos > > 0x10] > > 17:58:17.360233 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack > > 134 win 17280 (DF) [tos 0x10] > > 17:58:17.360322 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: F 134:134(0) ack > > 448 win 17280 (DF) [tos > > 0x10] > > 17:58:17.520217 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: F 447:447(0) ack > > 135 win 17280 (DF) [tos 0x10] > > 17:58:17.520296 mail.myson.com.tw.ansoft-lm-1 > tpe.ftp: . ack 448 win > > 17280 (DF) [tos 0x10] > > 17:58:17.550243 tpe.ftp > mail.myson.com.tw.ansoft-lm-1: . ack 135 win > > 17280 (DF) [tos 0x10] > > ^C > > 339 packets received by filter > > 0 packets dropped by kernel > > root@mail(65)$ > > > > > From owner-freebsd-questions Thu Jan 22 17:22:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10861 for questions-outgoing; Thu, 22 Jan 1998 17:22:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.drzone.com (ns.Drzone.co.kr [210.108.20.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10850 for ; Thu, 22 Jan 1998 17:22:16 -0800 (PST) (envelope-from hostmaster@DrZone.COM) Received: from DrZone.COM (mach.DrZone.com [210.108.20.3]) by ns.drzone.com (8.8.7H1/8.8.7) with ESMTP id KAA14042 for ; Fri, 23 Jan 1998 10:24:53 +0900 (KST) Message-ID: <34C7F0AB.E2C176C6@DrZone.COM> Date: Fri, 23 Jan 1998 10:21:47 +0900 From: System Administrator X-Mailer: Mozilla 4.02 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Can i use FreeBSD on Alpha Machine ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi~ I'm system administrator of EWON I&C Inc., Korea. Currently, FreeBSD 2.2.5 and FreeBSD 3.0-current are running on Pentium-II mchines. my clients request about Alpha Machine FreeBSD, but i dont't know ... Is there complete FreeBSD port to Alpha ? I'll waiting your answer .. Thanks.. From owner-freebsd-questions Thu Jan 22 17:35:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11808 for questions-outgoing; Thu, 22 Jan 1998 17:35:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA11801 for ; Thu, 22 Jan 1998 17:35:22 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980123013505.8692.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.234] by send1b; Thu, 22 Jan 1998 17:35:05 PST Date: Thu, 22 Jan 1998 17:35:05 -0800 (PST) From: Rudy Gireyev Subject: Re: floppy troubles To: Tom Voshell , freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Tom don't run fdimage from a DOS window, either boot to a DOS floppy or run DOS in full screen text mode. Rudy ---Tom Voshell wrote: > > FreeBSD > > When running fdimage.exe I get "sector not found" on fresh diskettes. When trying to boot it > loops forever on boot:. cant find kernel. The boot.flp image is 1,474,560 bytes. The floppy > holds 1,457,664 bytes. Is there another way to boot? > > TomV :-( > > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 22 17:45:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12538 for questions-outgoing; Thu, 22 Jan 1998 17:45:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA12525 for ; Thu, 22 Jan 1998 17:45:10 -0800 (PST) (envelope-from rgireyev@yahoo.com) Message-ID: <19980123013808.10832.rocketmail@send1b.yahoomail.com> Received: from [156.153.255.234] by send1b; Thu, 22 Jan 1998 17:38:08 PST Date: Thu, 22 Jan 1998 17:38:08 -0800 (PST) From: Rudy Gireyev Subject: Re: installation boot disk To: lamofor@glam.ac.uk, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Linus these problems usually happen when fdimage is run in a DOS window. Try running it in a full screen DOS or maybe even booting to a DOS floppy. Rudy ---"Mofor L A (SoBE)" wrote: > > Hello. > > I have been trying to create an installation this without success. The > boot.flp file is 1,474,560 and the size of the floppy disk is 1,456,796. > > I have the fdimage.exe and the boot.flp files in my c:\freebsd > directory. After running > > fdimage boot.flp a: > > the floppy disk becomes unreadable and I have to reformat it with the > DOS format command. > > Can you kindly give me some suggestions on how to proceed in getting > freesbd installed please? My current system is using Windows 95/NT. > > Many thanks for your time and help. > > Linus > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Thu Jan 22 17:52:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13091 for questions-outgoing; Thu, 22 Jan 1998 17:52:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12994 for ; Thu, 22 Jan 1998 17:51:31 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id BAA21280; Fri, 23 Jan 1998 01:51:23 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id CAA10862; Fri, 23 Jan 1998 02:51:22 +0100 (MET) Message-ID: <19980123025122.20614@follo.net> Date: Fri, 23 Jan 1998 02:51:22 +0100 From: Eivind Eklund To: System Administrator Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can i use FreeBSD on Alpha Machine ? References: <34C7F0AB.E2C176C6@DrZone.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <34C7F0AB.E2C176C6@DrZone.COM>; from System Administrator on Fri, Jan 23, 1998 at 10:21:47AM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 10:21:47AM +0900, System Administrator wrote: > Hi~ > > I'm system administrator of EWON I&C Inc., Korea. > > Currently, FreeBSD 2.2.5 and FreeBSD 3.0-current are running on > Pentium-II mchines. > > my clients request about Alpha Machine FreeBSD, but i dont't know ... > > Is there complete FreeBSD port to Alpha ? No, the port is just beginning to show activity, after quite a long pause due to lacking documentation for the hardware Digital donated. It will take a few months (at least) before the alpha port with the FreeBSD kernel is ready. Presently, I believe the port is fairly close to bootstrapping with a NetBSD kernel, but that isn't a "real port" (even though it will make it _feel_ like FreeBSD wrt what commands do etc). Eivind. From owner-freebsd-questions Thu Jan 22 18:06:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14137 for questions-outgoing; Thu, 22 Jan 1998 18:06:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14123 for ; Thu, 22 Jan 1998 18:06:01 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id BAA21362; Fri, 23 Jan 1998 01:57:14 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id CAA10888; Fri, 23 Jan 1998 02:57:14 +0100 (MET) Message-ID: <19980123025713.00521@follo.net> Date: Fri, 23 Jan 1998 02:57:13 +0100 From: Eivind Eklund To: Joe Morgan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Auth and Time Sync Servers. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Joe Morgan on Thu, Jan 22, 1998 at 07:55:27PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 07:55:27PM -0500, Joe Morgan wrote: > ** High Priority ** > > I hope someone can help I am probably just lost in terminology. > I have need to run FreeBSD as a time-sync server and as a authorization > server can any one help me. I am not new to unix but green as grass to > FreeBSD. For the time server part, you'll just have to run xntpd - do a 'man xntpd' and then set the appropriate flags in /etc/rc.conf. I'm using the following config file for my NTP server: # Change xxx.xxx.xxx.xxx to the IP address of the NTP host you want to # synchronize from, preferably one that has a low 'stratum' (will be # shown when you do ntptrace) and is close to you netwise. server xxx.xxx.xxx.xxx driftfile /var/run/ntp.drift I've put the above file with an appropriate IP address in /etc/ntp.conf, and set the appropriate part of rc.conf as follows: ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="YES" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). Be aware that xntpd takes quite a while to connect - often several minutes. As for the authentication server, I don't know what kind of authorization you want to do, so I can't help you there. Eivind. From owner-freebsd-questions Thu Jan 22 18:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15147 for questions-outgoing; Thu, 22 Jan 1998 18:17:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from basil.stthom.edu (basil.stthom.edu [199.3.235.21]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA15138 for ; Thu, 22 Jan 1998 18:17:07 -0800 (PST) (envelope-from jim@basil.stthom.edu) Received: from basil.stthom.edu (dial46.as2.phoenix.net [205.240.148.109]) by basil.stthom.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id UAA28872; Thu, 22 Jan 1998 20:13:04 -0800 Message-ID: <34C7A7C1.92564E35@basil.stthom.edu> Date: Thu, 22 Jan 1998 20:10:41 +0000 From: Jim Joseph Reply-To: jcj@phoenix.net X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Alik Yuswanto CC: questions@FreeBSD.ORG Subject: Re: ed driver more than two cards References: <01bd26ff$ad3fd6c0$d4a9cda7@Ws3-sby.Ywcn-sby> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Alik Yuswanto wrote: > > Hello, > > Is it possible if we have more than two cards of driver 'ed' such as ed0, > ed1, ed2, ed3 and so on ? Yup, just make sre the irqs don't conflict. and set ed0 and ed1 correspondingly > Do I have to reinstall the system or recompiling the kernel everytime new > NIC is added? Yes and No. If you recompiledy your kernel with the NIC options you want removed then yes you do have to recompile or at least use the generic. > Thanks in advance. > > Alik -- ---------------------------------- Jim Joseph Email: jcj@phoenix.net Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse From owner-freebsd-questions Thu Jan 22 18:20:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15407 for questions-outgoing; Thu, 22 Jan 1998 18:20:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from basil.stthom.edu (basil.stthom.edu [199.3.235.21]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA15402 for ; Thu, 22 Jan 1998 18:20:40 -0800 (PST) (envelope-from jim@basil.stthom.edu) Received: from basil.stthom.edu (dial46.as2.phoenix.net [205.240.148.109]) by basil.stthom.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id UAA29026; Thu, 22 Jan 1998 20:21:35 -0800 Message-ID: <34C7A9C0.C786DE5A@basil.stthom.edu> Date: Thu, 22 Jan 1998 20:19:12 +0000 From: Jim Joseph Reply-To: jcj@phoenix.net X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: "Mofor L A (SoBE)" CC: "'freebsd-questions@freebsd.org'" Subject: Re: installation boot disk References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk After you make the boot floppy for FreeBSD you have to boot on it. You will not be able to read it from winthing 95/NT. Mofor L A (SoBE) wrote: > > Hello. > > I have been trying to create an installation this without success. The > boot.flp file is 1,474,560 and the size of the floppy disk is 1,456,796. > > I have the fdimage.exe and the boot.flp files in my c:\freebsd > directory. After running > > fdimage boot.flp a: > > the floppy disk becomes unreadable and I have to reformat it with the > DOS format command. > > Can you kindly give me some suggestions on how to proceed in getting > freesbd installed please? My current system is using Windows 95/NT. > > Many thanks for your time and help. > > Linus -- ---------------------------------- Jim Joseph Email: jcj@phoenix.net Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse From owner-freebsd-questions Thu Jan 22 18:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15993 for questions-outgoing; Thu, 22 Jan 1998 18:29:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.nich.edu (server.nich.edu [198.51.92.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA15984 for ; Thu, 22 Jan 1998 18:29:11 -0800 (PST) (envelope-from cs-tom@nich-nsunet.nich.edu) From: cs-tom@nich-nsunet.nich.edu Received: by server.nich.edu (5.57/Ultrix3.0-C) id AA29267; Thu, 22 Jan 98 20:25:26 -0600 Received: from NICH-NSUNET/SpoolDir by nich-nsunet.nich.edu (Mercury 1.31); 22 Jan 98 20:28:24 +0800 Received: from SpoolDir by NICH-NSUNET (Mercury 1.31); 22 Jan 98 20:28:21 +0800 Received: from tombo by nich-nsunet.nich.edu (Mercury 1.31); 22 Jan 98 20:28:10 +0800 Comments: Authenticated sender is To: freebsd-questions@FreeBSD.ORG Date: Thu, 22 Jan 1998 20:28:01 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: Is there credit card validation software for FreeBSD? X-Mailer: Pegasus Mail for Windows (v2.54) Message-Id: <4FC255A3CC4@nich-nsunet.nich.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Is there some software for freebsd that will validate credit cards from a web server running on freebsd. In other words I would have say Apache running on freebsd and have a form that would accept a credit card that would be captured by some server script and passed to a credit card verification deamon that would return the results. Thanks. From owner-freebsd-questions Thu Jan 22 18:31:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16261 for questions-outgoing; Thu, 22 Jan 1998 18:31:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyber1.servtech.com (root@cyber1.servtech.com [199.1.22.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16253 for ; Thu, 22 Jan 1998 18:31:29 -0800 (PST) (envelope-from rmillian@espuma.roc.servtech.com) Received: from espuma.roc.servtech.com (espuma.roc.servtech.com [204.181.4.49]) by cyber1.servtech.com (8.8.6/8.8.5) with ESMTP id VAA06069 for ; Thu, 22 Jan 1998 21:31:09 -0500 (EST) Message-ID: <34C7FF6E.958324F8@espuma.roc.servtech.com> Date: Thu, 22 Jan 1998 21:24:50 -0500 From: "Rudynell S. Millian" X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: User PPP (again!)... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've followed the ppp setup instructions in the handbook and the ppp man page, and I still can't connect on-demand. My modem dials, the script logs me in, but the connection gets dropped as soon as the ppp application switches to "Packet mode". Below is a copy of my ppp.conf settings. Note: Phone numbers, IP addresses, and or passwords may have been modified in this example. # Default setup. Always executed when PPP is invoked. # default: set device /dev/cuaa1 set speed 115200 set log Phase Chat Connect Carrier LCP IPCP CCP tun Error Warning set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" # Entry for connecting to Servtech. # cyberlink: set phone 5551234 #set redial 5 5 set login "TIMEOUT 20 ost:-BREAK-ost: ppp ogin: rmillian word: ******" set timeout 0 deny lqr set ifaddr 204.181.4.49 172.25.22.18/0 delete ALL add 0 0 HISADDR The contents of my ppp.linkup file is: # Per the handbook, use this entry when the host's gateway # address isn't know until connection is established. # cyberlink: delete ALL add 0 0 HISADDR !bg sendmail -bd -q15m I won't bore you with the contents of my rc.conf file. Suffice it to say that it follows the handbook word for word. I can connect using ppp in manual mode, but I can't even do something like. ppp > load cyberlink ppp > dial What am I missing? From owner-freebsd-questions Thu Jan 22 18:32:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16457 for questions-outgoing; Thu, 22 Jan 1998 18:32:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from basil.stthom.edu (basil.stthom.edu [199.3.235.21]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16424 for ; Thu, 22 Jan 1998 18:32:34 -0800 (PST) (envelope-from jim@basil.stthom.edu) Received: from basil.stthom.edu (dial46.as2.phoenix.net [205.240.148.109]) by basil.stthom.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id UAA29187; Thu, 22 Jan 1998 20:33:37 -0800 Message-ID: <34C7AC92.7CAE555C@basil.stthom.edu> Date: Thu, 22 Jan 1998 20:31:14 +0000 From: Jim Joseph Reply-To: jcj@phoenix.net X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Tom Lovell CC: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD FORTRAN compliers? References: <34C7CBDE.70DEFCEC@Foster-Miller.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Tom Lovell wrote: > > I have read your FAQ, and Walnut Creek CD-ROM's web site. I see no > mention of FORTRAN compilers for FreeBSD. Are any available (as I see > are for LINUX)? > > Thanks > Tom Lovell > tlovell@Foster-Miller.com Category lang g77-0.5.19.1 The GNU Fortran 77 compiler. Maintained by: ports@FreeBSD.ORG Also listed in: math Description : Browse : Download : Package : Changes : Sources Category math lapack-2.0 A library of Fortran 77 subroutines for linear algebra. Maintained by: jmz@FreeBSD.org Description : Browse : Download : Package : Changes : Sources I believe this answers your question :) Check http://www.freebsd.org/ports/ for more details. -- ---------------------------------- Jim Joseph Email: jcj@phoenix.net Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse From owner-freebsd-questions Thu Jan 22 18:38:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16947 for questions-outgoing; Thu, 22 Jan 1998 18:38:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from basil.stthom.edu (basil.stthom.edu [199.3.235.21]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16937 for ; Thu, 22 Jan 1998 18:38:24 -0800 (PST) (envelope-from jim@basil.stthom.edu) Received: from basil.stthom.edu (dial46.as2.phoenix.net [205.240.148.109]) by basil.stthom.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id UAA29266; Thu, 22 Jan 1998 20:39:19 -0800 Message-ID: <34C7ADE9.BF6EBB11@basil.stthom.edu> Date: Thu, 22 Jan 1998 20:36:57 +0000 From: Jim Joseph Reply-To: jcj@phoenix.net X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: System Administrator CC: freebsd-questions@FreeBSD.ORG Subject: Re: Can i use FreeBSD on Alpha Machine ? References: <34C7F0AB.E2C176C6@DrZone.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk System Administrator wrote: > > Hi~ > > I'm system administrator of EWON I&C Inc., Korea. > > Currently, FreeBSD 2.2.5 and FreeBSD 3.0-current are running on > Pentium-II mchines. > > my clients request about Alpha Machine FreeBSD, but i dont't know ... > > Is there complete FreeBSD port to Alpha ? > > I'll waiting your answer .. > > Thanks.. There is one in progress however I don't belive the is any release of FreeBSD. Look into the following: http://www.netbsd.org http://www.openbsd.org -- ---------------------------------- Jim Joseph Email: jcj@phoenix.net Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse From owner-freebsd-questions Thu Jan 22 18:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17344 for questions-outgoing; Thu, 22 Jan 1998 18:42:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17329 for ; Thu, 22 Jan 1998 18:42:05 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id CAA29687; Fri, 23 Jan 1998 02:38:12 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230238.CAA29687@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Clendaniel Ian IB cc: "'freebsd-questions@freebsd.org'" Subject: Re: PPP/tun0 problems.... In-reply-to: Your message of "Thu, 22 Jan 1998 17:15:27 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 02:38:12 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I was attempting to configure my FreeBSD machine to function as a PPP > router last night and was following the procedures laid out in the PPP > tutorial. The machine is currently hooked up to a 9-port hub and runs > on the LAN just fine. But when I attempted to run the ppp command it > returned the following error: > > #ppp > User Process PPP. Written by Toshiharu OHNO. > OpenTunnel: Can't find ifindex. > Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find > ifindex. > Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find > ifindex. > Jan 21 21:08:43 kamikaze ppp[299]: Error: OpenTunnel: Can't find > ifindex. > open_tun: No such file or directory > # > > This error was after completing all necessary steps listed in the > tutorial. The kernel is compiled for one tun device and it is listed > when I run ifconfig...the only problem is that it differs slightly from > listing I see everywhere else...here it is: > > #ifconfig tun0 > tun0: flags=8010 mtu 1500 > > The one listed in the tutorial and in the handbook is: > > tun0: flags=8010 mtu 1500 > > I could not figure out how to change this. I tried to remake the device > with no luck...it still came up with the same thing. Any ideas?? > > Please copy my email address on the message, also, as I'm not subscribed > right now...thanks. That line can say one of tun0: flags=8051 mtu 1500 tun0: flags=8050 mtu 1500 tun0: flags=8010 mtu 1500 depending on if it's been configured or not. Assuming you have an entry for /dev/tun0, your best bet is to get the latest ppp from http://www.FreeBSD.org/~brian. I've heard of this before, but it doesn't happen with newer versions of ppp.... > Ian Clendaniel > Zeneca Pharmaceuticals > IT Technician > FOC1 NW255 > ian.clendaniel@phwilm.zeneca.com > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 18:42:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17435 for questions-outgoing; Thu, 22 Jan 1998 18:42:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17392 for ; Thu, 22 Jan 1998 18:42:27 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id CAA29483; Fri, 23 Jan 1998 02:21:18 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230221.CAA29483@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Daniel C. Konnoff" cc: Brian Somers , questions@FreeBSD.ORG Subject: Re: ppp routing problems In-reply-to: Your message of "Thu, 22 Jan 1998 20:10:56 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 02:21:18 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hello Brian: > > Thanks for the reply to my mail. I again checked the > rc.conf and sysconfig files; the gateway_enable keyword > is set to yes. > > I am using the user level ppp that came with 2.2.5 and 2.2.1 > respectively. > > Telnet IS working between these two platforms which is what's > strange; ftp is enabled as you can see and does not function in > either direction. > I can telnet from mail to tpe or from tpe to mail without any > problems. > > Where exactly does the output from set log +tcp/ip go? Depends on /etc/syslog.conf - usually /var/log/ppp.log. > thanks > > Daniel C. Konnoff > Myson Technologies > 20111 Stevens Creek Blvd. #138 > Cupertino, Ca. 95014 [.....] > > > 172.16.1.100 link#1 UHLW 0 5 [.....] > > > 172.16.1.247 172.16.2.1 UH 2 10355 tun0 > > > 172.16.1.247 0:0:e8:1f:e5:69 UHLS2 0 0 ed0 > > > 172.16.1.254 8:0:20:22:e4:e8 UHLW 22 17 ed0 821 > > > 172.16.2.1 0:0:e8:1f:e5:69 UHLW 1 3419 lo0 [.....] On second thoughts, perhaps this is the problem. This looks like you've got ``enable proxy'' in your config on mail, but you're giving tpe 172.16.2.1 as mails IP number. You should be giving it the 172.16.1.100 number instead with set ifaddr 172.16.1.100 172.16.1.247 255.255.255.0 enable proxy -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 18:49:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17892 for questions-outgoing; Thu, 22 Jan 1998 18:49:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17886 for ; Thu, 22 Jan 1998 18:49:13 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id CAA04522; Fri, 23 Jan 1998 02:48:50 GMT Date: Thu, 22 Jan 1998 18:48:50 -0800 (PST) From: Dan Busarow To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: question In-Reply-To: <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Mike wrote: > I am having a killer time trying to find the program "htpasswd" so that I > can make password protected web pages... I have looked all over the FreeBSD > site, and Apache, and have had no luck.. Any suggestions as to where I can > find the prog, or what I need to make it? In the Apache distribution it is in the support directory. 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 Thu Jan 22 18:52:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18315 for questions-outgoing; Thu, 22 Jan 1998 18:52:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18294 for ; Thu, 22 Jan 1998 18:52:33 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id CAA04543; Fri, 23 Jan 1998 02:52:35 GMT Date: Thu, 22 Jan 1998 18:52:35 -0800 (PST) From: Dan Busarow To: cs-tom@nich-nsunet.nich.edu cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is there credit card validation software for FreeBSD? In-Reply-To: <4FC255A3CC4@nich-nsunet.nich.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998 cs-tom@nich-nsunet.nich.edu wrote: > Is there some software for freebsd that will validate credit cards > from a web server running on freebsd. In other words I would have say > Apache running on freebsd and have a form that would accept a credit > card that would be captured by some server script and passed to a > credit card verification deamon that would return the results. See the Merchant software available from www.cybercash.com You have to use CyberCash as your clearing house but they seem to have pretty good rates and the banks I've checked with have < 3% discount rates when using it. 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 Thu Jan 22 18:53:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18454 for questions-outgoing; Thu, 22 Jan 1998 18:53:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18426 for ; Thu, 22 Jan 1998 18:53:28 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA12351 for ; Fri, 23 Jan 1998 13:23:11 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA18243; Fri, 23 Jan 1998 13:23:10 +1030 (CST) (envelope-from grog) Message-ID: <19980123132310.09667@lemis.com> Date: Fri, 23 Jan 1998 13:23:10 +1030 From: Greg Lehey To: FreeBSD Questions Subject: How do I read RTF ("Rich Text Format")? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Somebody has just sent me a document in RTF, and I can't do much with it. Does anybody know of software which can decipher this stuff? Greg From owner-freebsd-questions Thu Jan 22 18:56:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18797 for questions-outgoing; Thu, 22 Jan 1998 18:56:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from daisy.snet.net (mail.snet.net [204.60.7.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18767 for ; Thu, 22 Jan 1998 18:56:22 -0800 (PST) (envelope-from metcalf@snet.net) Received: from metcaljm_home.res.utc.com (hrfr03-sh15-port164.snet.net [204.60.11.164]) by daisy.snet.net (8.8.7/8.8.7/SNET-1.5) with SMTP id VAA08082 for ; Thu, 22 Jan 1998 21:56:07 -0500 (EST) Message-ID: <000b01bd27aa$b60757a0$a40b3ccc@metcaljm_home.res.utc.com> From: "Jeffrey M. Metcalf" To: Subject: Q: Can users customize their keyboard mappings? Date: Thu, 22 Jan 1998 21:57:52 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BD2780.C96CF4A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BD2780.C96CF4A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I am sure that there must be a way for users to customize their keyboard mappings. It is obvious from rc.conf that global keyboard mappings can be set with kbdcontrol, but I was hoping somebody could tell me the best way for users to remap the keyboard=20 settings for their and only their shells. Specifically, I would like to have the global keyboard mapping set to the US standard (QWERTY), but some of my users want to set theirs to DVORAK. Any ideas? I'm running FreeBSD-2.2.2. Thanks, JM ----- Jeffrey M. Metcalf metcalf@snet.net http://pages.cthome.net/metcalf=20 ------=_NextPart_000_0008_01BD2780.C96CF4A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I am sure that there must be a way = for users=20 to
customize their keyboard mappings.  It is obvious
from = rc.conf=20 that global keyboard mappings can be
set with kbdcontrol, but I was = hoping=20 somebody could
tell me the best way for users to remap the keyboard=20
settings for their and only their shells.
 
Specifically, I would like to have = the global=20 keyboard
mapping set to the US standard (QWERTY), but some of
my = users=20 want to set theirs to DVORAK.  Any ideas?
I'm running=20 FreeBSD-2.2.2.
 
Thanks,
 
JM
-----
Jeffrey M. Metcalf
metcalf@snet.net
 
http://pages.cthome.net/metcalf<= /A>=20
------=_NextPart_000_0008_01BD2780.C96CF4A0-- From owner-freebsd-questions Thu Jan 22 19:22:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20234 for questions-outgoing; Thu, 22 Jan 1998 19:22:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (X6jJ3eoucJFgo8uwJ5TyKrrPsxP6Y9ju@tok.qiv.com [204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20213 for ; Thu, 22 Jan 1998 19:22:43 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id VAA10178; Thu, 22 Jan 1998 21:22:29 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id VAA01685; Thu, 22 Jan 1998 21:21:17 -0600 (CST) Date: Thu, 22 Jan 1998 21:21:17 -0600 (CST) From: Jay Nelson To: Greg Lehey cc: FreeBSD Questions Subject: Re: How do I read RTF ("Rich Text Format")? In-Reply-To: <19980123132310.09667@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, Greg Lehey wrote: >Somebody has just sent me a document in RTF, and I can't do much with >it. Does anybody know of software which can decipher this stuff? > >Greg > StarOffice can read all but the latest versions. Andrew has some rtf tools that works better than most. There is also some rtf2??? tools out there that supposedly convert to LaTeX and HTML. I looked at them some time ago and the porting pain outweighed the benifit. M$ recently "enhanced" RTF so I doubt anything will handle rtf out of '95. If there's not too much, you can tr the carriage returns to line feeds and edit most of the markup out. _Most_ rtf files are plain text with markup. (Except for CR instead of LF.) -- Jay From owner-freebsd-questions Thu Jan 22 19:22:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20235 for questions-outgoing; Thu, 22 Jan 1998 19:22:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cook.bhvr.com ([207.139.137.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20206 for ; Thu, 22 Jan 1998 19:22:41 -0800 (PST) (envelope-from simonp@behaviour.com) Received: from [207.139.137.52] by cook.bhvr.com (post.office MTA v2.0 0813 ID# 0-30395U510) with ESMTP id AAA384 for ; Thu, 22 Jan 1998 21:42:33 -0500 X-Sender: spiette@pop.generation.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Eudora Light F3.1l Date: Thu, 22 Jan 1998 21:36:11 -0500 To: freebsd-questions@FreeBSD.ORG From: simonp@behaviour.com (Simon Piette) Subject: Choosing a motherboard and a Pentium Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I would like to know if there is a speed gain to use FreeBSD with a Pentium II (over a Pentium Pro, or a vanilla Pentium) and if FreeBSD is compatible with ATX motherboards. Thank you very much for you time. Simon Piette From owner-freebsd-questions Thu Jan 22 19:31:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20849 for questions-outgoing; Thu, 22 Jan 1998 19:31:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20839 for ; Thu, 22 Jan 1998 19:31:01 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id OAA12391; Fri, 23 Jan 1998 14:00:53 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id OAA18410; Fri, 23 Jan 1998 14:00:52 +1030 (CST) (envelope-from grog) Message-ID: <19980123140052.49550@lemis.com> Date: Fri, 23 Jan 1998 14:00:52 +1030 From: Greg Lehey To: Jay Nelson Cc: FreeBSD Questions Subject: Re: How do I read RTF ("Rich Text Format")? References: <19980123132310.09667@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Jay Nelson on Thu, Jan 22, 1998 at 09:21:17PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 09:21:17PM -0600, Jay Nelson wrote: > On Fri, 23 Jan 1998, Greg Lehey wrote: > >> Somebody has just sent me a document in RTF, and I can't do much with >> it. Does anybody know of software which can decipher this stuff? > > StarOffice can read all but the latest versions. Hmm. I tried this, and got a typical Microsoft-world message, one that I can't even copy and paste (grrr): Errir opening document file: General Error. General input/output error. file(1) says: Rich Text Format data, version 1, ANSI > Andrew has some rtf tools that works better than most. I suppose I should try this. > There is also some rtf2??? tools out there that supposedly convert > to LaTeX and HTML. I looked at them some time ago and the porting > pain outweighed the benifit. I can understand the concern. I'm wondering too. > M$ recently "enhanced" RTF so I doubt anything will handle rtf out of > '95. If there's not too much, you can tr the carriage returns to line > feeds and edit most of the markup out. _Most_ rtf files are plain text > with markup. (Except for CR instead of LF.) I think I need to format this document. I've asked the sender to resend it in something portable. Thanks for the reply Greg From owner-freebsd-questions Thu Jan 22 19:37:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21215 for questions-outgoing; Thu, 22 Jan 1998 19:37:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from maila.telia.com (root@maila.telia.com [194.236.189.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21200 for ; Thu, 22 Jan 1998 19:37:27 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by maila.telia.com (8.8.8/8.8.5) with ESMTP id EAA03021 for ; Fri, 23 Jan 1998 04:37:15 +0100 (MET) Received: from partitur.se (t2o62p4.telia.com [195.198.198.64]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id EAA02091 for ; Fri, 23 Jan 1998 04:37:13 +0100 (MET) Message-ID: <34C81057.CA0B571B@partitur.se> Date: Fri, 23 Jan 1998 04:36:55 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: shared memory problem, SHMAX kernel setting? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! I'm trying to get the backup software Amanda up and running. Instead of using the port, I tried the new beta, 2.4.0b6 (last beta, they hope). When running amanda 2.4.0b6, I get: ... START driver date 19980123 FATAL taper shmget: Cannot allocate memory ... in the /var/amanda/log file. (Apart from the tape not working, amanda seems to be doing just fine...) it seems to happen in this call: shmid = shmget(IPC_PRIVATE, sizeof(buffer_t)*NBUFS, IPC_CREAT|0700); This call requires approx 32*20 KB = 640 KB of shared memory. The system maxlevel is set to 4 Mb, *I think* (?), but I'm not sure if this is for all shared memory or per share id? Do I need to boost this in the kernel? How do I do this best? I use postgres and some other stuff that uses shared memory on the computer, so it could have ran out of it, perhaps? The machine has plenty of memory (128 MB RAM) so that's not the problem. (This is from top: > CPU states: 0.4% user, 0.0% nice, 0.0% system, 0.0% interrupt, 99.6% idle > Mem: 70M Active, 7496K Inact, 21M Wired, 23M Cache, 8351K Buf, 4320K Free > Swap: 424M Total, 2568K Used, 421M Free, 1% Inuse ) The system is a FreeBSD 2.2.5 w/ SCSI tape. Shared memory (SYSVSHM) is on in the kernel config. If somone could give me a helping hand, I'd be much obliged. From owner-freebsd-questions Thu Jan 22 19:47:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22064 for questions-outgoing; Thu, 22 Jan 1998 19:47:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailc.telia.com (root@mailc.telia.com [194.22.190.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22051 for ; Thu, 22 Jan 1998 19:47:13 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailc.telia.com (8.8.8/8.8.5) with ESMTP id EAA01321; Fri, 23 Jan 1998 04:47:06 +0100 (MET) Received: from partitur.se (t2o62p4.telia.com [195.198.198.64]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id EAA04655; Fri, 23 Jan 1998 04:47:00 +0100 (MET) Message-ID: <34C812A1.EEB536F@partitur.se> Date: Fri, 23 Jan 1998 04:46:41 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Greg Lehey CC: Jay Nelson , FreeBSD Questions Subject: Re: How do I read RTF ("Rich Text Format")? References: <19980123132310.09667@lemis.com> <19980123140052.49550@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi! RTFtoHTML lives on http://www.sunpack.com/RTF/ It supports freebsd nowadays, and is distributed as a binary, and is shareware. It's good, IMHO. Hope this helps. Palle From owner-freebsd-questions Thu Jan 22 20:10:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23829 for questions-outgoing; Thu, 22 Jan 1998 20:10:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23746; Thu, 22 Jan 1998 20:09:52 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id EAA02451; Fri, 23 Jan 1998 04:09:32 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230409.EAA02451@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jonathan M. Bresler" cc: brian@Awfulhak.org (Brian Somers), kuku@gilberto.physik.RWTH-Aachen.DE, dwhite@resnet.uoregon.edu, freebsd-questions@freefall.FreeBSD.org Subject: Re: /etc/mail - anti spam measures In-reply-to: Your message of "Thu, 04 Dec 1997 17:59:46 PST." <199712050159.RAA26466@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 04:09:32 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [following up from a month and a half ago - that O'Reilly book is thick] > Brian Somers wrote: > > > > I've attached my version - altered to deal with machine names too. > > on further reflection, no reason to limit this to > three part hostnames. > > > # called with host.tld and IP address of connecting host. > > # ip address must NOT be in the "denyip" database > > Scheck_relay > > R$* $| [$+ $1 $| $2 should not be needed > > R$* $| $+] $1 $| $2 same (bat 2nd ed p510) > > R$* $| $* $: $1 $| $(denyip $2 $) > > R$* $| $*.REJECT $#error $: 521 blocked. contact postmaster@FreeBSD.ORG ($2) > > # host must *not* be in the "spamsites" database > > > > # jmb suggests for hosts as well as domains: > > R$+.$+.$+ $| $* $: $(spamsites $1.$2.$3 $) $1.$2.$3 $| $4 > > replcae the rule above with the rulse below: > > R$+.$+.$* $| $* $(spamsites $1.$2.$3 $) $1.$2 $| $4 > > this will iterate, allowing you to check for > > host.foo.bar.baz.com > foo.bar.baz.com > bar.baz.com > baz.com Well, now I know a little more about sendmail, I figure that this doesn't quite work. If I feed this rule `a.b.c $| 1.2.3.4', I'll get in: a.b.c $| 1.2.3.4 out: a.b.c a.b $| 1.2.3.4 in: a.b.c a.b $| 1.2.3.4 out: a.b.c a.b a.b $| 1.2.3.4 etc. Your rule seems to assume that $( ... $) will eat the string if it doesn't match.... Perhaps, what we really want is: # host must *not* be in the "spamsites" database R$* $| $* $: <$1> <$1 $| $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*$|$*> $#error $: 521 $4: $2 R<$*> $* <$+> $3 Here, we grab the text from spamsites.db and display it after the failed host/domain name :-) > > #jmb also suggests these two: > > R$+.$+.$+ $: $(spamsites $1.$2.$3 $) $1.$2.$3 > > do the same here. And assuming a "user@domain" input, # host must *not* be in the "spamsites" database R$* @ $* $: <$2> <$1 @ $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*@$*> $#error $: 521 $5: $2 R<$*> $* <$+> $3 > jmb I'd like to commit this to src/etc/mail/sendmail.cf.additions. Does this make sense ? Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 20:10:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23889 for questions-outgoing; Thu, 22 Jan 1998 20:10:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23830; Thu, 22 Jan 1998 20:10:17 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id EAA02451; Fri, 23 Jan 1998 04:09:32 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230409.EAA02451@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jonathan M. Bresler" cc: brian@Awfulhak.org (Brian Somers), kuku@gilberto.physik.RWTH-Aachen.DE, dwhite@resnet.uoregon.edu, freebsd-questions@freefall.FreeBSD.org Subject: Re: /etc/mail - anti spam measures In-reply-to: Your message of "Thu, 04 Dec 1997 17:59:46 PST." <199712050159.RAA26466@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 04:09:32 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [following up from a month and a half ago - that O'Reilly book is thick] > Brian Somers wrote: > > > > I've attached my version - altered to deal with machine names too. > > on further reflection, no reason to limit this to > three part hostnames. > > > # called with host.tld and IP address of connecting host. > > # ip address must NOT be in the "denyip" database > > Scheck_relay > > R$* $| [$+ $1 $| $2 should not be needed > > R$* $| $+] $1 $| $2 same (bat 2nd ed p510) > > R$* $| $* $: $1 $| $(denyip $2 $) > > R$* $| $*.REJECT $#error $: 521 blocked. contact postmaster@FreeBSD.ORG ($2) > > # host must *not* be in the "spamsites" database > > > > # jmb suggests for hosts as well as domains: > > R$+.$+.$+ $| $* $: $(spamsites $1.$2.$3 $) $1.$2.$3 $| $4 > > replcae the rule above with the rulse below: > > R$+.$+.$* $| $* $(spamsites $1.$2.$3 $) $1.$2 $| $4 > > this will iterate, allowing you to check for > > host.foo.bar.baz.com > foo.bar.baz.com > bar.baz.com > baz.com Well, now I know a little more about sendmail, I figure that this doesn't quite work. If I feed this rule `a.b.c $| 1.2.3.4', I'll get in: a.b.c $| 1.2.3.4 out: a.b.c a.b $| 1.2.3.4 in: a.b.c a.b $| 1.2.3.4 out: a.b.c a.b a.b $| 1.2.3.4 etc. Your rule seems to assume that $( ... $) will eat the string if it doesn't match.... Perhaps, what we really want is: # host must *not* be in the "spamsites" database R$* $| $* $: <$1> <$1 $| $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*$|$*> $#error $: 521 $4: $2 R<$*> $* <$+> $3 Here, we grab the text from spamsites.db and display it after the failed host/domain name :-) > > #jmb also suggests these two: > > R$+.$+.$+ $: $(spamsites $1.$2.$3 $) $1.$2.$3 > > do the same here. And assuming a "user@domain" input, # host must *not* be in the "spamsites" database R$* @ $* $: <$2> <$1 @ $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*@$*> $#error $: 521 $5: $2 R<$*> $* <$+> $3 > jmb I'd like to commit this to src/etc/mail/sendmail.cf.additions. Does this make sense ? Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 20:11:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24013 for questions-outgoing; Thu, 22 Jan 1998 20:11:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23996; Thu, 22 Jan 1998 20:10:52 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id EAA02451; Fri, 23 Jan 1998 04:09:32 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230409.EAA02451@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jonathan M. Bresler" cc: brian@Awfulhak.org (Brian Somers), kuku@gilberto.physik.RWTH-Aachen.DE, dwhite@resnet.uoregon.edu, freebsd-questions@freefall.FreeBSD.org Subject: Re: /etc/mail - anti spam measures In-reply-to: Your message of "Thu, 04 Dec 1997 17:59:46 PST." <199712050159.RAA26466@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 04:09:32 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [following up from a month and a half ago - that O'Reilly book is thick] > Brian Somers wrote: > > > > I've attached my version - altered to deal with machine names too. > > on further reflection, no reason to limit this to > three part hostnames. > > > # called with host.tld and IP address of connecting host. > > # ip address must NOT be in the "denyip" database > > Scheck_relay > > R$* $| [$+ $1 $| $2 should not be needed > > R$* $| $+] $1 $| $2 same (bat 2nd ed p510) > > R$* $| $* $: $1 $| $(denyip $2 $) > > R$* $| $*.REJECT $#error $: 521 blocked. contact postmaster@FreeBSD.ORG ($2) > > # host must *not* be in the "spamsites" database > > > > # jmb suggests for hosts as well as domains: > > R$+.$+.$+ $| $* $: $(spamsites $1.$2.$3 $) $1.$2.$3 $| $4 > > replcae the rule above with the rulse below: > > R$+.$+.$* $| $* $(spamsites $1.$2.$3 $) $1.$2 $| $4 > > this will iterate, allowing you to check for > > host.foo.bar.baz.com > foo.bar.baz.com > bar.baz.com > baz.com Well, now I know a little more about sendmail, I figure that this doesn't quite work. If I feed this rule `a.b.c $| 1.2.3.4', I'll get in: a.b.c $| 1.2.3.4 out: a.b.c a.b $| 1.2.3.4 in: a.b.c a.b $| 1.2.3.4 out: a.b.c a.b a.b $| 1.2.3.4 etc. Your rule seems to assume that $( ... $) will eat the string if it doesn't match.... Perhaps, what we really want is: # host must *not* be in the "spamsites" database R$* $| $* $: <$1> <$1 $| $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*$|$*> $#error $: 521 $4: $2 R<$*> $* <$+> $3 Here, we grab the text from spamsites.db and display it after the failed host/domain name :-) > > #jmb also suggests these two: > > R$+.$+.$+ $: $(spamsites $1.$2.$3 $) $1.$2.$3 > > do the same here. And assuming a "user@domain" input, # host must *not* be in the "spamsites" database R$* @ $* $: <$2> <$1 @ $2> R<$+.$+> $* <$+> <$2> $| $(spamsites $1 $2 $) $3 <$4> R<$*> $* $| $*.REJECT $* <$1> $3.REJECT $4 R<$*> $*.REJECT $* <$*@$*> $#error $: 521 $5: $2 R<$*> $* <$+> $3 > jmb I'd like to commit this to src/etc/mail/sendmail.cf.additions. Does this make sense ? Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 20:20:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24690 for questions-outgoing; Thu, 22 Jan 1998 20:20:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24685 for ; Thu, 22 Jan 1998 20:20:37 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id EAA22777; Fri, 23 Jan 1998 04:20:31 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id FAA14199; Fri, 23 Jan 1998 05:20:30 +0100 (MET) Message-ID: <19980123052030.19786@follo.net> Date: Fri, 23 Jan 1998 05:20:30 +0100 From: Eivind Eklund To: cs-tom@nich-nsunet.nich.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is there credit card validation software for FreeBSD? References: <4FC255A3CC4@nich-nsunet.nich.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <4FC255A3CC4@nich-nsunet.nich.edu>; from cs-tom@nich-nsunet.nich.edu on Thu, Jan 22, 1998 at 08:28:01PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 08:28:01PM +0000, cs-tom@nich-nsunet.nich.edu wrote: > Is there some software for freebsd that will validate credit cards > from a web server running on freebsd. In other words I would have say > Apache running on freebsd and have a form that would accept a credit > card that would be captured by some server script and passed to a > credit card verification deamon that would return the results. Depending on what level of verification you want, you can do a minor check by running the normal credit-card checksum algorithm against the cards. Contact me for details of how this work. (Beware that it will not give you good security, but it will protect against typos and pranksters that don't know what they're doing. It will _not_ protect you against serious attempts at fraud.) Eivind. From owner-freebsd-questions Thu Jan 22 20:22:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24830 for questions-outgoing; Thu, 22 Jan 1998 20:22:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24788 for ; Thu, 22 Jan 1998 20:21:55 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id EAA02604; Fri, 23 Jan 1998 04:15:25 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230415.EAA02604@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Rudynell S. Millian" cc: freebsd-questions@FreeBSD.ORG Subject: Re: User PPP (again!)... In-reply-to: Your message of "Thu, 22 Jan 1998 21:24:50 EST." <34C7FF6E.958324F8@espuma.roc.servtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 04:15:25 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > I've followed the ppp setup instructions in the handbook and the ppp man > page, and I still can't connect on-demand. My modem dials, the script > logs me in, but the connection gets dropped as soon as the ppp > application switches to "Packet mode". > > Below is a copy of my ppp.conf settings. Note: Phone numbers, > IP addresses, and or passwords may have been modified in this example. > > # Default setup. Always executed when PPP is invoked. > # > default: > set device /dev/cuaa1 > set speed 115200 > set log Phase Chat Connect Carrier LCP IPCP CCP tun Error Warning > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > \\dATDT\\T TIMEOUT 40 CONNECT" > > # Entry for connecting to Servtech. > # > cyberlink: > set phone 5551234 > #set redial 5 5 > set login "TIMEOUT 20 ost:-BREAK-ost: ppp ogin: rmillian word: ******" > set timeout 0 > deny lqr > set ifaddr 204.181.4.49 172.25.22.18/0 > delete ALL > add 0 0 HISADDR > > The contents of my ppp.linkup file is: > > # Per the handbook, use this entry when the host's gateway > # address isn't know until connection is established. > # > cyberlink: > delete ALL > add 0 0 HISADDR > !bg sendmail -bd -q15m Hmm, I suspect the handbook suggests a ``sendmail -q''. -bd puts sendmail in smtp mode. > I won't bore you with the contents of my rc.conf file. Suffice it to say > that it follows the handbook word for word. I can connect using ppp in > manual mode, but I can't even do something like. > > ppp > load cyberlink > ppp > dial > > What am I missing? Dunno. You'll need to supply some log file info. Check out http://www.FreeBSD.org/FAQ/userppp.html for what sort of stuff may be useful. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Jan 22 20:33:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25649 for questions-outgoing; Thu, 22 Jan 1998 20:33:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25617 for ; Thu, 22 Jan 1998 20:33:14 -0800 (PST) (envelope-from frankg@idfw.com) Received: from dal16-05.ppp.iadfw.net (dal16-05.ppp.iadfw.net [206.66.4.229]) by idfw.com (8.8.5) id VAA28210; Thu, 22 Jan 1998 21:32:58 -0700 (MST) Received: by dal16-05.ppp.iadfw.net with Microsoft Mail id <01BD2785.D7CB4B00@dal16-05.ppp.iadfw.net>; Thu, 22 Jan 1998 22:34:04 -0600 Message-ID: <01BD2785.D7CB4B00@dal16-05.ppp.iadfw.net> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: Installing FreeBSD 2.2.5 over existing Ethetnet Network+ Date: Thu, 22 Jan 1998 22:34:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have an ethernet LAN with Win95 workstations. I want to install FreeBSD 2.2.5 to a machine that's hooked to this network. I have downloaded all the files needed (I hope!) and prepared the boot floppy. The FreeBSD files are on a Win95 workstation which has an IP address of 192.168.0.2, in a folder called /pub/FreeBSD. This Win95 workstation is also running a program called FreewayFTP, an FTP server program I got from http://www.tucows.com. I have configured the FTP server to accept anonymous users, and set the IP filter to 0.0.0.0 When I attempt to install FreeBSD and get to the Network Configuration screen I enter the following: Host = next Domain = my.domain Gateway = 0.0.0.0 Name Server = 192.168.0.2 In the Configuration for Interface ed1, I enter: IP Address = 192.168.0.1 Netmask = 255.255.255.0 I have tried other combinations of the above, for example I have changed the Gateway to 192.168.0.2, and left the IP Address in the "Configuration for Interface ed1" blank. The most I have gotten done is to see some kind of error message on the Win95 machine about login. This only happened once. The rest of the time, the FreeBSD program can't login to 192.168.0.2. Can anyone offer advice here? Is there some FTP Server program that anyone can recommend that has worked? Please note that I have another hard drive which already has FreeBSD 2.2.5 up and running well. The network cards and cables in my system have communicated with this hardware just a few moments ago. So I think we can rule out hardware. From owner-freebsd-questions Thu Jan 22 21:32:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29532 for questions-outgoing; Thu, 22 Jan 1998 21:32:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29520 for ; Thu, 22 Jan 1998 21:32:17 -0800 (PST) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id HAA02586 for ; Fri, 23 Jan 1998 07:32:44 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <34C82B7C.2781E494@wired.ctech.ac.za> Date: Fri, 23 Jan 1998 07:32:44 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: An intersting question .... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Gentleman ... How would you explain how to do this? Say you are standing in front of a hub (switch/BNC/etc), you plug in your laptop and start to run some diags. How would you: 1) know what to set your ip to (you have no idea of what segment you are plugged into.) 2) configure your gateway? Is there a way one can configure his network blindly, maybe some tools to do a dump getting IPX/IP info? Thanks -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Thu Jan 22 21:47:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00819 for questions-outgoing; Thu, 22 Jan 1998 21:47:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00796 for ; Thu, 22 Jan 1998 21:46:43 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id QAA12551; Fri, 23 Jan 1998 16:16:31 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id QAA18896; Fri, 23 Jan 1998 16:16:30 +1030 (CST) (envelope-from grog) Message-ID: <19980123161630.14383@lemis.com> Date: Fri, 23 Jan 1998 16:16:30 +1030 From: Greg Lehey To: Palle Girgensohn Cc: Jay Nelson , FreeBSD Questions Subject: Re: How do I read RTF ("Rich Text Format")? References: <19980123132310.09667@lemis.com> <19980123140052.49550@lemis.com> <34C812A1.EEB536F@partitur.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C812A1.EEB536F@partitur.se>; from Palle Girgensohn on Fri, Jan 23, 1998 at 04:46:41AM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 04:46:41AM +0100, Palle Girgensohn wrote: > Hi! > > RTFtoHTML lives on http://www.sunpack.com/RTF/ > > It supports freebsd nowadays, and is distributed as a binary, and is > shareware. > > It's good, IMHO. > > Hope this helps. Thanks, yes, that was the answer I was looking for. Greg From owner-freebsd-questions Thu Jan 22 21:52:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01259 for questions-outgoing; Thu, 22 Jan 1998 21:52:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01253 for ; Thu, 22 Jan 1998 21:52:02 -0800 (PST) (envelope-from wpub1@net-link.net) Received: from dimension (grxa6-ppp21.triton.net [209.172.4.21]) by serv01.net-link.net (8.8.8/8.6.9) with SMTP id AAA23618; Fri, 23 Jan 1998 00:51:55 -0500 Message-Id: <3.0.1.32.19980123004808.006ab9fc@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Fri, 23 Jan 1998 00:48:08 -0500 To: cs-tom@nich-nsunet.nich.edu, freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: Re: Is there credit card validation software for FreeBSD? In-Reply-To: <4FC255A3CC4@nich-nsunet.nich.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk You should look at: http://www.cybercash.com I'm not sure if they have a FreeBSD version yet, but you may be able to get the BSDI version to run on FreeBSD. The software is called SMPS. SMPS is just the server that runs on your system and communicates with CyberCash's server to check and authorize credit card transactions via the web. Takes about 3 to 5 seconds to do a transaction. Realize that this is an actual credit card authentication, not a checksum check. If the credit card is invalid or does not have the funds available, it will return failure. You will also need an account with a bank or credit card processing company that will work with CyberCash or whatever gateway service you find, but usually you should try to use a processor that is already doing business with the gateway service. You see, CyberCash only provides an Internet gateway to a card processor. Hope this helps. Matthew >Is there some software for freebsd that will validate credit cards >from a web server running on freebsd. In other words I would have say >Apache running on freebsd and have a form that would accept a credit >card that would be captured by some server script and passed to a >credit card verification deamon that would return the results. > >Thanks. > > > From owner-freebsd-questions Thu Jan 22 21:55:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01443 for questions-outgoing; Thu, 22 Jan 1998 21:55:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw00.execpc.com (sendmail@mailgw00.execpc.com [169.207.16.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01437 for ; Thu, 22 Jan 1998 21:55:04 -0800 (PST) (envelope-from rvh@execpc.com) Received: from rickverh (hiper-17.mdm.mke.execpc.com [169.207.84.17]) by mailgw00.execpc.com (8.8.6) id XAA21680 for ; Thu, 22 Jan 1998 23:55:01 -0600 (CST) Message-Id: <199801230555.XAA21680@mailgw00.execpc.com> From: "ExecPC Internet Mail" To: Subject: Installation suggestions Date: Thu, 22 Jan 1998 23:50:38 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I've had FreeBSD for a year now and have not been able to successfully establish connections to the "outside" world. I've been attempted to set up ppp to my ISP. I am a student and would like to eventually connect through the university I am attending. In my latest attempt I did get ppp to connect and log on. I still could not run my browser, ftp, or other internet communication packages. After rebooting I also could no longer my X server, which I had done successfully in the past. Soon after I encountered many problems and have to re-install. I have FreeBSD v2.2.5. I am not sure about some of the installation options. I've read "The Complete FreeBSD" book by Greg Lehey numerous times, but there are some setup options I am not confident in. My purpose for FreeBSD is to install it on my PC at home and be able to connect to school and my ISP so I can do the majority of my programming work at home and then transfer the files and re-compile on my school's UNIX system. I don't have problems with the hardware setup during installation. My uncertainties arise when choosing network options. In "The Complete FreeBSD" book the author steps through Network services (chapter 4). I am not sure which options would be best (or even mandatory) for my purposes. Do you have any suggestions? My main area of confusion comes from setting up network interfaces. I intend on using my serial port (cuaa0) for the connection but after I make this choice I am asked to setup the internet parameters. My internet provider's info is: IP addres: dynamically allocated Netmask: 255.255.0.0 Primary DNS: 169.207.1.3 Secondary DNS: 204.29.202.6 POP Mail Server: mail.execpc.com SMTP Mail Server: mailgate.execpc.com NNTP News Server: news.execpc.com Home Page: http:\\www.execpc.com Telnet Host: earth.execpc.com BBS: bbs.execpc.com Public FTP Host: ftp.execpc.com User FTF Host: earth.execpc.com email: {my username}@execpc.com PPP login: P{username} shell login: {username} My ISP website states that "Gateway addresses are used by some older dial-up products and should not be used as DNS Server addresses." My confusion comes in when, during installation I am asked for; Host Name, Domain Name, Gateway, Name server, and "Configuration information for Interface ed1, IP Address and Netmask, and Extra options to ifconfig. Do I pick any name for Host name?, do I use execpc.com for domain name, and what do I enter for Gateway and nameserver? (I would guess my Primary DNS provided). Any suggestions to get my installation going? I understand that there are a lot of things to configure after installation, but it might make those steps a little easier if I know my installation was done properly. Thanks for your time and help, rv From owner-freebsd-questions Thu Jan 22 21:56:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01601 for questions-outgoing; Thu, 22 Jan 1998 21:56:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw01.execpc.com (sendmail@mailgw01.execpc.com [169.207.16.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01596 for ; Thu, 22 Jan 1998 21:56:38 -0800 (PST) (envelope-from rvh@execpc.com) Received: from rickverh (hiper-17.mdm.mke.execpc.com [169.207.84.17]) by mailgw01.execpc.com (8.8.6) id XAA14563 for ; Thu, 22 Jan 1998 23:56:33 -0600 (CST) Message-Id: <199801230556.XAA14563@mailgw01.execpc.com> From: "ExecPC Internet Mail" To: Subject: Fw: Installation suggestions Date: Thu, 22 Jan 1998 23:52:05 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk ---------- > From: ExecPC Internet Mail > To: freebsd-questions@FreeBSD.ORG > Subject: Installation suggestions > Date: Thursday, January 22, 1998 11:50 PM > > I've had FreeBSD for a year now and have not been able to successfully > establish connections to the "outside" world. I've been attempted to set > up ppp to my ISP. I am a student and would like to eventually connect > through the university I am attending. In my latest attempt I did get ppp > to connect and log on. > I still could not run my browser, ftp, or other internet communication > packages. > After rebooting I also could no longer my X server, which I had done > successfully in the past. Soon after I encountered many problems and have > to re-install. I have FreeBSD v2.2.5. > I am not sure about some of the installation options. I've read "The > Complete FreeBSD" book by Greg Lehey numerous times, but there are some > setup options I am not confident in. > My purpose for FreeBSD is to install it on my PC at home and be able to > connect to school and my ISP so I can do the majority of my programming > work at home and then transfer the files and re-compile on my school's UNIX > system. > I don't have problems with the hardware setup during installation. My > uncertainties arise when choosing network options. In "The Complete > FreeBSD" book the author steps through Network services (chapter 4). I am > not sure which options would be best (or even mandatory) for my purposes. > Do you have any suggestions? > My main area of confusion comes from setting up network interfaces. I > intend on using my serial port (cuaa0) for the connection but after I make > this choice I am asked to setup the internet parameters. My internet > provider's info is: > IP addres: dynamically allocated > Netmask: 255.255.0.0 > Primary DNS: 169.207.1.3 > Secondary DNS: 204.29.202.6 > POP Mail Server: mail.execpc.com > SMTP Mail Server: mailgate.execpc.com > NNTP News Server: news.execpc.com > Home Page: http:\\www.execpc.com > Telnet Host: earth.execpc.com > BBS: bbs.execpc.com > Public FTP Host: ftp.execpc.com > User FTF Host: earth.execpc.com > email: {my username}@execpc.com > PPP login: P{username} > shell login: {username} > > My ISP website states that "Gateway addresses are used by some older > dial-up products and should not be used as DNS Server addresses." > My confusion comes in when, during installation I am asked for; > Host Name, Domain Name, Gateway, Name server, and "Configuration > information for Interface ed1, IP Address and Netmask, and Extra options to > ifconfig. > Do I pick any name for Host name?, do I use execpc.com for domain name, and > what do I enter for Gateway and nameserver? (I would guess my Primary DNS > provided). > > Any suggestions to get my installation going? > I understand that there are a lot of things to configure after > installation, but it might make those steps a little easier if I know my > installation was done properly. > > Thanks for your time and help, > rv From owner-freebsd-questions Thu Jan 22 22:15:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02730 for questions-outgoing; Thu, 22 Jan 1998 22:15:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.creative.net.au (mail.creative.net.au [203.56.168.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02705 for ; Thu, 22 Jan 1998 22:15:00 -0800 (PST) (envelope-from adrian@mail.creative.net.au) Received: from mail.creative.net.au (localhost.creative.net.au [127.0.0.1]) by mail.creative.net.au (8.8.5/8.7) with ESMTP id NAA05391 for ; Fri, 23 Jan 1998 13:39:55 +0800 (WST) Message-Id: <199801230539.NAA05391@mail.creative.net.au> To: freebsd-questions@FreeBSD.ORG Subject: ipfw 'in' and 'out' not counting right? Date: Fri, 23 Jan 1998 13:39:55 +0800 From: Adrian Chadd Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi. I'm doing some per-interface IP accounting using ipfw, like this: ipfw add allow ip from any to any via $int in ipfw add allow ip from any to any via $int out Which seemed to work with pings, both the packet and bytecounts are right. But I've noticed that it is counting a lot LESS traffic than is in reality passing through the interfaces (TCP/UDP stuff..) And the last rule 'allow ip from any to any' is really very high, considering at all times there is a pair of rules as shown above for each interface on the box. Has anyone set up accounting like this using ipfw before? Adrian -- Adrian Chadd | "I used to be thin, handsome and smart. | Then I discovered UNIX." | From owner-freebsd-questions Thu Jan 22 23:09:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06501 for questions-outgoing; Thu, 22 Jan 1998 23:09:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06496 for ; Thu, 22 Jan 1998 23:09:24 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id BAA15953; Fri, 23 Jan 1998 01:09:21 -0600 (CST) Received: (from font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) id BAA17152; Fri, 23 Jan 1998 01:09:20 -0600 (CST) Date: Fri, 23 Jan 1998 01:09:20 -0600 (CST) From: Font Message-Id: <199801230709.BAA17152@Jupiter.Mcs.Net> To: jonahkuo@mail.ttn.com.tw Cc: questions@FreeBSD.ORG Subject: Re: Acrobat reader? Newsgroups: mailing.freebsd.questions References: <6a6cha$38c$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In mailing.freebsd.questions you write: >Hi forks, > Has there anyone experianced Acrobat Reader 3.0 for linux in >Freebsd 3.0 using linux emulation? > When I invoke >% acroread >it appears this message: >The OS named FreeBSD version 3.0-971103-SNAP is currently not installed. The acroread script tries to figure out what system it's on by doing a uname. Just replace this in the script with the value "Linux" (or maybe "linux") and the case statement should be happy. Worked for me! I'm not at that system now or I'd give you the line number to change. -- A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. From owner-freebsd-questions Thu Jan 22 23:18:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07013 for questions-outgoing; Thu, 22 Jan 1998 23:18:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stoner.nsg.bc.ca (stoner.vn.opentext.com [199.175.2.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07008 for ; Thu, 22 Jan 1998 23:18:29 -0800 (PST) (envelope-from acton@stoner.vn.opentext.com) Received: from stoner.vn.opentext.com (localhost.nsg.bc.ca [127.0.0.1]) by stoner.nsg.bc.ca (8.8.7/8.7.2) with ESMTP id XAA13879; Thu, 22 Jan 1998 23:17:57 -0800 (PST) Message-Id: <199801230717.XAA13879@stoner.nsg.bc.ca> To: freebsd-questions@FreeBSD.ORG cc: acton@vn.opentext.com Subject: DMA beyond end of ISA in 3.0 Date: Thu, 22 Jan 1998 23:17:56 -0800 From: Donald Acton Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am not sure this is the correct group to post this problem to so if it isn't pointers to the appropriate place would be appreciated. I recently changed my 2.2.5 system to run the Dec 25 snap release of 3.0. Before making the change I backed up my system on to a SCSI DAT device. After making the change I tried to access the dump tapes I made and I got errors of the following form: aha0: DMA beyond end Of ISA: 0x12bad10 and accesses to the drive fail with tape i/o errors. Since then I have tried some the newer SNAP releases and the problem remains. I have searched the FreeBSD web site in the bug lists and mailing lists and there are some mentions of this problem as far back as the summer of '97, but no followups, as far as I could find, indicating how to fix the problem. In addition to having problems with the SCSI tape, there are also problems with the SCSI CDROM device. IF there isn't a disk in when the machine boots then I can't mount the CD and there are similar DMA errors reported. The system configuration is ASUS P/I P55SP4 mother board with P75 1 SMC Ethernet card Adaptec 1542CF SCSI Controller 2 Western Digital hard drives Here is the output from dmesg and at the very end are messages from the commands mt fsf 1 and restore -i (The last two messages appear when the restore command is given) dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-980117-SNAP #0: Sun Jan 18 22:21:07 PST 1998 acton@comox.nsg.bc.ca:/usr/src/sys/compile/Comox CPU: Pentium (74.70-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30208000 (29500K bytes) Probing for devices on PCI bus 0: chip0: rev 0x00 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ide_pci0: rev 0x07 int a irq 0 on pci0.1.1 ide_pci: controller is simplex, no DMA on secondary channel vga0: rev 0x00 int a irq 12 on pci0.11.0 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 10 maddr 0xcc000 msize 16384 on isa ed0: address 00:00:c0:85:28:47, type WD8013EPC (16 bit) sio0 at 0x3f8-0x3ff irq 4 flags 0x10 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 lpt1 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 325MB (666600 sectors), 1010 cyls, 12 heads, 55 S/T, 512 B/S 100 nSEC ok, using 150 nSEC aha0 at 0x330-0x333 irq 11 drq 5 on isa aha0: waiting for scsi devices to settle scbus0 at aha0 bus 0 cd0 at scbus0 target 0 lun 0 cd0: type 5 removable SCSI 2 cd0: CD-ROM cd present [293638 x 2048 byte records] st0 at scbus0 target 4 lun 0 st0: type 1 removable SCSI 2 st0: Sequential-Access density code 0x13, variable blocks, write-protected ie0 not probed due to I/O address conflict with ed0 at 0x300 npx0 on motherboard npx0: INT 16 interface Intel Pentium F00F detected, installing workaround aha0: DMA beyond end Of ISA: 0x12bad10 aha0: DMA beyond end Of ISA: 0x1227d10 st0: bad request, must be between 0 and 0 Any suggestions or help would be appreciated. Donald Acton acton@opentext.com From owner-freebsd-questions Thu Jan 22 23:22:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07408 for questions-outgoing; Thu, 22 Jan 1998 23:22:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07389 for ; Thu, 22 Jan 1998 23:22:16 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id RAA12933; Fri, 23 Jan 1998 17:52:05 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id RAA19257; Fri, 23 Jan 1998 17:52:04 +1030 (CST) (envelope-from grog) Message-ID: <19980123175204.39831@lemis.com> Date: Fri, 23 Jan 1998 17:52:04 +1030 From: Greg Lehey To: Donald Acton Cc: freebsd-questions@FreeBSD.ORG, acton@vn.opentext.com Subject: Re: DMA beyond end of ISA in 3.0 References: <199801230717.XAA13879@stoner.nsg.bc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801230717.XAA13879@stoner.nsg.bc.ca>; from Donald Acton on Thu, Jan 22, 1998 at 11:17:56PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 11:17:56PM -0800, Donald Acton wrote: > > I am not sure this is the correct group to post this problem to so if > it isn't pointers to the appropriate place would be appreciated. > > I recently changed my 2.2.5 system to run the Dec 25 snap release of > 3.0. Before making the change I backed up my system on to a SCSI DAT > device. After making the change I tried to access the dump tapes I > made and I got errors of the following form: > > aha0: DMA beyond end Of ISA: 0x12bad10 > > and accesses to the drive fail with tape i/o errors. Since then I have > tried some the newer SNAP releases and the problem remains. I have > searched the FreeBSD web site in the bug lists and mailing lists and > there are some mentions of this problem as far back as the summer of > '97, but no followups, as far as I could find, indicating how to fix > the problem. In addition to having problems with the SCSI tape, there > are also problems with the SCSI CDROM device. IF there isn't a disk in when > the machine boots then I can't mount the CD and there are similar DMA > errors reported. > The system configuration is > > FreeBSD 3.0-980117-SNAP #0: Sun Jan 18 22:21:07 PST 1998 > acton@comox.nsg.bc.ca:/usr/src/sys/compile/Comox > CPU: Pentium (74.70-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x525 Stepping=5 > Features=0x1bf > real memory = 33554432 (32768K bytes) > avail memory = 30208000 (29500K bytes) > aha0 at 0x330-0x333 irq 11 drq 5 on isa > aha0: waiting for scsi devices to settle This is probably because your kernel is built without the line options BOUNCE_BUFFERS #include support for DMA bounce buffers You need these with ISA DMA devices like your Adaptec 154x if you have more than 16 MB memory. Greg From owner-freebsd-questions Thu Jan 22 23:38:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08608 for questions-outgoing; Thu, 22 Jan 1998 23:38:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stoner.nsg.bc.ca (stoner.vn.opentext.com [199.175.2.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08601 for ; Thu, 22 Jan 1998 23:38:22 -0800 (PST) (envelope-from acton@stoner.vn.opentext.com) Received: from stoner.vn.opentext.com (localhost.nsg.bc.ca [127.0.0.1]) by stoner.nsg.bc.ca (8.8.7/8.7.2) with ESMTP id XAA13973; Thu, 22 Jan 1998 23:37:03 -0800 (PST) Message-Id: <199801230737.XAA13973@stoner.nsg.bc.ca> To: Greg Lehey cc: Donald Acton , freebsd-questions@FreeBSD.ORG, acton@vn.opentext.com, acton@stoner.nsg.bc.ca Subject: Re: DMA beyond end of ISA in 3.0 In-reply-to: Your message of "Fri, 23 Jan 1998 17:52:04 +1030." <19980123175204.39831@lemis.com> Date: Thu, 22 Jan 1998 23:37:03 -0800 From: Donald Acton Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greg Lehay responded with >This is probably because your kernel is built without the line > >options BOUNCE_BUFFERS #include support for DMA bounce buffers > >You need these with ISA DMA devices like your Adaptec 154x if you have >more than 16 MB memory. > I should have mentioned that this problem occurs with the kernel on the boot floppies shipped with the various releases, and with the kernel's I have built. Here is a copy of the kernel configuration file I have been using. Donald machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" ident Comox 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 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" config kernel root on wd0 controller isa0 controller eisa0 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 tape ft0 at fdc0 drive 2 options "CMD640" # work around CMD640 chip deficiency 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 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. options "TUNE_1542" controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller scbus0 device sd0 device st0 device cd0 #Only need one of these, the code dynamically grows # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 vector sioin tr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr pseudo-device loop pseudo-device ether pseudo-device ppp 1 pseudo-device tun 2 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device vn pseudo-device bpfilter 2 # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM From owner-freebsd-questions Fri Jan 23 00:20:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11231 for questions-outgoing; Fri, 23 Jan 1998 00:20:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.tcms26.rt.ru ([195.161.6.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11214 for ; Fri, 23 Jan 1998 00:20:48 -0800 (PST) (envelope-from tcms26@tcms26.rt.ru) Received: from corp (www.tcms26.rt.ru [195.161.6.194]) by ns.tcms26.rt.ru (8.8.7/8.8.7) with ESMTP id MAA12129 for ; Fri, 23 Jan 1998 12:19:31 +0500 (ES) (envelope-from tcms26@tcms26.rt.ru) Message-Id: <199801230719.MAA12129@ns.tcms26.rt.ru> From: "Sergey" To: Subject: HP C2502-66500 Date: Fri, 23 Jan 1998 13:22:59 -0000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1157 MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi , I have ISA SCSI card with my HP ScanJet IIcx scanner, it's HP C2502-66500 based on NCR 53C400A chip.My FreeBSD 2.2.5 box can't find this card. I try nca driver for it. In mailing list archive I find nothing about how to configure that card. Can anybody help me ? Thanks. Sibtel Communication Company Sergey V Egorov e-mail: se@sibtel.ru phone: +7 3452 214032 From owner-freebsd-questions Fri Jan 23 00:22:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11541 for questions-outgoing; Fri, 23 Jan 1998 00:22:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from denmark.it.earthlink.net (denmark-c.it.earthlink.net [204.119.177.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11535 for ; Fri, 23 Jan 1998 00:22:43 -0800 (PST) (envelope-from jonvan@earthlink.net) Received: from earthlink.net (pool009-max2.covina-ca-us.dialup.earthlink.net [207.217.135.59]) by denmark.it.earthlink.net (8.8.7/8.8.5) with ESMTP id AAA07454 for ; Fri, 23 Jan 1998 00:22:33 -0800 (PST) Message-ID: <34C85455.241BDC03@earthlink.net> Date: Fri, 23 Jan 1998 00:27:01 -0800 From: Jon Van Reply-To: jonvan@earthlink.net X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: thin OS under intranet... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hey there! I'm putting together a bizplan and I want to get away from the unreliable nature of Win95. I have plans of using the InterJet and want to attach clients with a thin OS. I recently found out that the InterJet may work nicely for sharing a single comm line for a LAN and allowing the flexibility of having an onsite mail server, however it does not have the power to serve up active webpages (have a requirement for video/animation). The question is what sort of hardware will it take to have freeBSD/Apache serving up .avi files or RealPlayer, etc? Pentium 200, 233, 266......? and how much is the Apache software for freeBSD platform? RSVPASAP, Jon Van From owner-freebsd-questions Fri Jan 23 00:36:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12394 for questions-outgoing; Fri, 23 Jan 1998 00:36:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.on.rogers.wave.ca (mail.on.rogers.wave.ca [24.112.32.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12389 for ; Fri, 23 Jan 1998 00:36:09 -0800 (PST) (envelope-from pizzaman@rogers.wave.ca) Received: from Brent ([24.112.47.5]) by mail.on.rogers.wave.ca with SMTP id <332747-13481>; Fri, 23 Jan 1998 03:35:43 -0500 Comments: Authenticated sender is From: pizzaman@mail.on.rogers.wave.ca To: dwhite@resnet.uoregon.edu Date: Fri, 23 Jan 1998 03:37:11 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: installing Free BDS with the WAVE CC: FreeBSD Questions References: <98Jan17.184241-0500_est.329035-21196+372@mail.on.rogers.wave.ca> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Message-Id: <98Jan23.033543-0500_est.332747-13481+841@mail.on.rogers.wave.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Here's a question for you. I had to reinstall FreeBsd, this time I got the ftp install method to work, worked wonderful this time. No problems. After it was reinstalled however, the internet portion no longer worked. I ran arena and it gave me a failed to fetch http: error. Also how do I install a window manager? I assumed (incorrectly it seems ) that it would be much like Linux and put in the fvwm95-2 manager (not that I want that one, I actually want to install Enlightenment.) Where can I find info on this? Or better yet how do you do it? From owner-freebsd-questions Fri Jan 23 00:41:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12765 for questions-outgoing; Fri, 23 Jan 1998 00:41:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from center (center.oaep.go.th [202.44.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA12733 for ; Fri, 23 Jan 1998 00:40:43 -0800 (PST) (envelope-from pirat@oaep.go.th) Received: from localhost by center (SMI-8.6/SMI-SVR4) id PAA00604; Fri, 23 Jan 1998 15:41:01 -0700 Date: Fri, 23 Jan 1998 15:41:00 -0700 (GMT) From: Pirat Sriyotha X-Sender: pirat@center To: questions@FreeBSD.ORG Subject: [Q] device timeout Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi, i am using FreeBSD 2.2.5-RELEASE #0 now. it works quite well. But just one thing a moment ago i've got a message that says that /kernel: ed0: device timeout. as i know, this means that i set irq to the wrong number, but i put the right one to ed0. both port and irq are correct. please, so what does this mean for. thanks in advance. regards, pirat sriyotha From owner-freebsd-questions Fri Jan 23 00:43:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13039 for questions-outgoing; Fri, 23 Jan 1998 00:43:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from center (center.oaep.go.th [202.44.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA13028 for ; Fri, 23 Jan 1998 00:43:47 -0800 (PST) (envelope-from pirat@oaep.go.th) Received: from localhost by center (SMI-8.6/SMI-SVR4) id PAA00647; Fri, 23 Jan 1998 15:44:14 -0700 Date: Fri, 23 Jan 1998 15:44:13 -0700 (GMT) From: Pirat Sriyotha X-Sender: pirat@center To: questions@FreeBSD.ORG Subject: [Q] device timeout Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hi, i am using FreeBSD 2.2.5-RELEASE #0 now. it works quite well. But just one thing a moment ago i've got a message that says that /kernel: ed0: device timeout. as i know, this means that i set irq to the wrong number, but i put the right one to ed0. both port and irq are correct. please, so what does this mean for. thanks in advance. regards, pirat sriyotha From owner-freebsd-questions Fri Jan 23 00:45:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13267 for questions-outgoing; Fri, 23 Jan 1998 00:45:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13257 for ; Fri, 23 Jan 1998 00:45:39 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id TAA13016; Fri, 23 Jan 1998 19:15:29 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id TAA19496; Fri, 23 Jan 1998 19:15:28 +1030 (CST) (envelope-from grog) Message-ID: <19980123191528.22710@lemis.com> Date: Fri, 23 Jan 1998 19:15:28 +1030 From: Greg Lehey To: Pirat Sriyotha Cc: questions@FreeBSD.ORG Subject: Re: [Q] device timeout References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Pirat Sriyotha on Fri, Jan 23, 1998 at 03:41:00PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 03:41:00PM -0700, Pirat Sriyotha wrote: > hi, > > i am using FreeBSD 2.2.5-RELEASE #0 now. > it works quite well. But just one thing a moment ago > i've got a message that says that /kernel: ed0: device timeout. > > as i know, this means that i set irq to the wrong number, but i put the > right one to ed0. both port and irq are correct. > > please, so what does this mean for. The term "device timeout" isn't overly specific. It's from a driver that has expected an interrupt, and for some reason it didn't get it. There could be lots of reasons: - Could be that the board is set up incorrectly, as you suggest. This is one of the most common reasons. - Could be that the board is defective. - Could be that something else is missing. In the case of an Ethernet board, I'd guess that you have cabling problems. If that's not the case, and the board can support more than one kind of cable, check that it's set up for the correct cable. "man ed" will tell you what ifconfig flags you need for your particular cable. Greg From owner-freebsd-questions Fri Jan 23 00:48:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13471 for questions-outgoing; Fri, 23 Jan 1998 00:48:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13465 for ; Fri, 23 Jan 1998 00:48:05 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id TAA13020; Fri, 23 Jan 1998 19:18:02 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id TAA19514; Fri, 23 Jan 1998 19:18:02 +1030 (CST) (envelope-from grog) Message-ID: <19980123191801.21565@lemis.com> Date: Fri, 23 Jan 1998 19:18:01 +1030 From: Greg Lehey To: Pirat Sriyotha Cc: FreeBSD Questions Subject: Re: [Q] device timeout References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Pirat Sriyotha on Fri, Jan 23, 1998 at 03:44:13PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 03:44:13PM -0700, Pirat Sriyotha wrote: > > please, so what does this mean for. To quote adventure(6): It says the same thing it did before. One message is enough. Greg From owner-freebsd-questions Fri Jan 23 01:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14755 for questions-outgoing; Fri, 23 Jan 1998 01:10:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14750 for ; Fri, 23 Jan 1998 01:10:22 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA24865; Fri, 23 Jan 1998 01:07:52 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd024862; Fri Jan 23 01:07:48 1998 Date: Fri, 23 Jan 1998 01:04:28 -0800 (PST) From: Julian Elischer To: Jon Van cc: freebsd-questions@FreeBSD.ORG Subject: Re: thin OS under intranet... In-Reply-To: <34C85455.241BDC03@earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Well the interjet is only supposed to be an "appliance" in the same way that a vcr is an appliance. It's not designed to do massive compute intensive applications, otherwise it would have to cost a lot more.. I would suggest that you simply take FreeBSD 2.2.5 and run apache on a P6-200 machine of your choice. That is the same as the IJ is running (but it only has a 486/DX4-75.) The other thing is that being an appliance, the IJ doesn't allow shell logins (even for the admin) or teh execution of ANY user supplied code. This means that active CGIs cannot be added by the user. As much as I'd like to be able to say "Sure the IJ can do that" I have to say instead. "That's not what the IJ is designed to solve" Most of the technical features of the IJ that we've added however ARE available in FreeBSD e.g. The multi-link PPP daemon. IP firewall and Divert code useable for NAT. Appletalk/Samba itegration. MCI certified Frame Relay support. (well, in a week) It's juust all the management and reliability software, and the hardware that makes it the IJ. On Fri, 23 Jan 1998, Jon Van wrote: > hey there! > > I'm putting together a bizplan and I want to get away from the > unreliable nature of Win95. I have plans of using the InterJet and want > to attach clients with a thin OS. I recently found out that the > InterJet may work nicely for sharing a single comm line for a LAN and > allowing the flexibility of having an onsite mail server, however it > does not have the power to serve up active webpages (have a requirement > for video/animation). The question is what sort of hardware will it > take to have freeBSD/Apache serving up .avi files or RealPlayer, etc? > Pentium 200, 233, 266......? > and how much is the Apache software for freeBSD platform? It's free of course.. BTW we'd love to hear about your thoughts about the IJ.. > > RSVPASAP, > > Jon Van julian > > From owner-freebsd-questions Fri Jan 23 01:28:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15563 for questions-outgoing; Fri, 23 Jan 1998 01:28:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.myson.com.tw (myson.com.tw [203.70.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15557 for ; Fri, 23 Jan 1998 01:28:17 -0800 (PST) (envelope-from daniel@myson.com.tw) Received: from lin_km (lin_km [172.16.2.6]) by mail.myson.com.tw (8.8.5/8.8.6) with SMTP id RAA09538; Fri, 23 Jan 1998 17:27:55 GMT Date: Fri, 23 Jan 1998 17:21:02 +0800 (CST) From: "Daniel C. Konnoff" X-Sender: daniel@lin_km To: Brian Somers cc: questions@FreeBSD.ORG Subject: Re: ppp routing and ftp/rlogin problems In-Reply-To: <199801230221.CAA29483@awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello Brian: Before I attempt any other changes I have decided to send along the ppp.config files for both the ppp server machine mail and the ppp client machine tpe. They are included at the end of this message. The connection between them is a dedicated line with special modems; this accounts for there being no modem config information in the config files. PPP does not use chap, pap or mgetty on the server serial ports (mgetty was problem prone). The client machine tpe itself serves as a gateway for windows machines and other freebsd machines that form a local lan at the remote site. They read mail via pop from the ppp server machine mail; they must be able to reach mail directly. To recap the machines connected to the client ppp machine tpe (and tpe itself) can ping past mail but that is all. Telnet functions between mail <---> tpe but not ftp or rlogin. Thanks much for your help. Daniel C. Konnoff Myson Technologies 20111 Stevens Creek Blvd. #138 Cupertino, Ca. 95014 daniel@mysonusa.com.tw Tele: 408/252-8788 Fax: 408/252-8789 On Fri, 23 Jan 1998, Brian Somers wrote: > > Hello Brian: > > > > Thanks for the reply to my mail. I again checked the > > rc.conf and sysconfig files; the gateway_enable keyword > > is set to yes. > > > > I am using the user level ppp that came with 2.2.5 and 2.2.1 > > respectively. > > > > Telnet IS working between these two platforms which is what's > > strange; ftp is enabled as you can see and does not function in > > either direction. > > I can telnet from mail to tpe or from tpe to mail without any > > problems. > > > > Where exactly does the output from set log +tcp/ip go? > > Depends on /etc/syslog.conf - usually /var/log/ppp.log. > > > thanks > > > > Daniel C. Konnoff > > Myson Technologies > > 20111 Stevens Creek Blvd. #138 > > Cupertino, Ca. 95014 > > [.....] > > > > 172.16.1.100 link#1 UHLW 0 5 > [.....] > > > > 172.16.1.247 172.16.2.1 UH 2 10355 tun0 > > > > 172.16.1.247 0:0:e8:1f:e5:69 UHLS2 0 0 ed0 > > > > 172.16.1.254 8:0:20:22:e4:e8 UHLW 22 17 ed0 821 > > > > 172.16.2.1 0:0:e8:1f:e5:69 UHLW 1 3419 lo0 > [.....] > > On second thoughts, perhaps this is the problem. This looks like > you've got ``enable proxy'' in your config on mail, but you're giving > tpe 172.16.2.1 as mails IP number. You should be giving it the > 172.16.1.100 number instead with > > set ifaddr 172.16.1.100 172.16.1.247 255.255.255.0 > enable proxy > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > > ############################################################### # # ppp.conf showing possible setup for ppp server machine mail # default: disable lqr set debug phase lcp chat set timeout 0 enable msext set ns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx set nbns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx ttyd1: disable passwdauth set ifaddr 172.16.2.1 172.16.1.247 255.255.0.0 enable proxy ########################################## #!/bin/sh - ## ## ppp dialup for server machine mail ## ## IDENT=`echo $0 | sed -e 's/^.*-\(.*\)$/\1/'` echo IDENT is now $IDENT CALLEDAS="$IDENT" TTY=`tty` if [ x$IDENT = xdialup ]; then IDENT=`basename $TTY` fi echo "PPP for $CALLEDAS on $TTY" echo "Starting PPP for $IDENT" echo "~~~~~~~~~~~~~~~~~~~~~~~~~" exec /usr/sbin/ppp -direct -alias ttyd1 ##exec /usr/sbin/ppp -direct -alias cuaa1 ######################################################################### # # ppp linkup file for server machine mail # # # This file is checked when PPP establishes a connection. # PPP searches the labels in this file as follows: # # 1) The label that matches the IP number assigned to our side. # # 2) The label specified on the command line to ppp. # # 3) If no label has been found, use MYADDR if it exists. # # ######################################################################### # If we've got 192.244.176.32 as our address, then regard peer as a gateway # to 192.244.176.0 network. # #192.244.176.32: 172.16.2.1: add 172.16.2.0 0 HISADDR # If we are invoked with an argument ``iij-demand'', then delete all # existing route entries and add the peer as the default gateway. # iij-demand: delete ALL add 0 0 HISADDR # Otherwise, simply add peer as default gateway. # MYADDR: add 0 0 HISADDR ################################################################# # # # ppp.conf: client machine tpe # ################################################################# # Default setup. Always executed when PPP is invoked. # default: set device /dev/cuaa1 # set device /dev/cuala1 # set speed 38400 set speed 9600 # set speed 57600 # set speed 19200 # set speed 115200 disable lqr deny lqr # set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" # Example with login script # o From PPP prompt, # ppp> dial simplesite # automatically dials and performs the login script. # # ppp> load simplesite # loads and executes commands, but doesn't dial. # # o From shell, invoke as # % ppp simplesite # to load commands associated with the 'simplesite' label. Use, # ppp> dial # to establish the connection. # site: set phone 5780377 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp" # set timeout 40 # set ifaddr 172.16.1.247 172.16.1.248 255.255.255.0 # add 0 0 172.16.1.248 # set openmode active # If the peer requires to use CHAP, don't forget to supply authname # and authkey. # # If you'd like to use CHAP to authenticate with the peer, comment out # the line ``enable chap'' below. You also need to prepare /etc/ppp.secret. # # If the remote system sends its system name within the CHAP packet and it # is found in /etc/ppp.secret, then the secret key is taken from that file # and value of authkey specified here is ignored. # chapsite: set phone 12345678 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" deny pap accept chap # enable chap set authname newcorp set authkey foo # On demand dialup example # Here, we assume that local side use 192.244.185.226 and # remote side use 192.244.176.44 as their IP address. # You must supply -auto option to invoke PPP. # # $ ppp -auto ondemand # ondemand: # set phone 5780377 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set timeout 0 set ifaddr 172.16.1.247 172.16.2.1 255.255.0.0 add 0 0 172.16.2.1 set openmode active # ppptelnet: set escape 0xff ppptcp: set device 192.244.191.33:2400 #################################### # ppp.dialup: client machine tpe # IDENT=`echo $0 | sed -e 's/^.*-\(.*\)$/\1/'` echo IDENT is now $IDENT CALLEDAS="$IDENT" TTY=`tty` if [ x$IDENT = xdialup ]; then IDENT=`basename $TTY` fi echo "PPP for $CALLEDAS on $TTY" echo "Starting PPP for $IDENT" echo "~~~~~~~~~~~~~~~~~~~~~~~~~" exec /usr/sbin/ppp -direct $IDENT ######################################################################## # # ppp.linkup: client machine tpe # ######################################################################### # If we've got 192.244.176.32 as our address, then regard peer as a gateway # to 192.244.176.0 network. # #192.244.176.32: 192.9.200.100: add 172.16.1.0 0 HISADDR # If we are invoked with an argument ``iij-demand'', then delete all # existing route entries and add the peer as the default gateway. # iij-demand: delete ALL add 0 0 HISADDR # Otherwise, simply add peer as default gateway. # MYADDR: add 0 0 HISADDR ##################################################### # how we start ppp from rc.local: client machine tpe # /usr/sbin/ppp -auto -alias ondemand From owner-freebsd-questions Fri Jan 23 01:42:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16278 for questions-outgoing; Fri, 23 Jan 1998 01:42:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nectech.nectech.co.uk (nectech.nectech.co.uk [194.129.183.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA16263 for ; Fri, 23 Jan 1998 01:42:11 -0800 (PST) (envelope-from <@host199-241.neceur.com:Jeff.Bond@nectech.co.uk>) Received: from host199-241.neceur.com by nectech.nectech.co.uk id aa15904; 23 Jan 98 9:52 GMT Received: by EXCHANGE with Internet Mail Service (5.0.1458.49) id ; Fri, 23 Jan 1998 09:38:43 -0000 Message-ID: <014CB6ADC0BCD0118B1B006097827D5B3D3344@EXCHANGE> From: "Bond, Jeffery" To: "'questions@freebsd.org'" Subject: smbmount Date: Fri, 23 Jan 1998 09:38:41 -0000 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi chaps, Is there a way of mounting SMB shares (from Win95 or SAMBA) on a FreeBSD system?. I know Linux has smbfs and smbmount etc, but is there a way to do this in FreeBSD? Am I right in thinking that smbfs is actually part of the Linux kernel, and would therefore have no chance of running under Linux emulation? Any information would be appreciated, Jeff Bond Jeffery Bond LSI Engineer NEC Technologies (UK) From owner-freebsd-questions Fri Jan 23 01:57:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17077 for questions-outgoing; Fri, 23 Jan 1998 01:57:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alex.metrocom.ru (alex.metrocom.ru [195.5.130.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17059 for ; Fri, 23 Jan 1998 01:57:02 -0800 (PST) (envelope-from alex@metrocom.ru) Received: from alex.metrocom.ru (alex.metrocom.ru [195.5.130.6]) by alex.metrocom.ru (8.8.8/8.8.8) with SMTP id MAA14061; Fri, 23 Jan 1998 12:54:28 +0300 (MSK) Date: Fri, 23 Jan 1998 12:54:28 +0300 (MSK) From: Varshavchick Alexander To: "Bond, Jeffery" cc: "'questions@freebsd.org'" Subject: Re: smbmount In-Reply-To: <014CB6ADC0BCD0118B1B006097827D5B3D3344@EXCHANGE> Message-ID: Ogranization: Metrocom JSC MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Use rumba, it does exactly what you wish. On Fri, 23 Jan 1998, Bond, Jeffery wrote: > Hi chaps, > > Is there a way of mounting SMB shares (from Win95 or SAMBA) on a FreeBSD > system?. I know Linux has smbfs and smbmount etc, but is there a way to do > this in FreeBSD? Am I right in thinking that smbfs is actually part of the > Linux kernel, and would therefore have no chance of running under Linux > emulation? > > Any information would be appreciated, > > Jeff Bond > > Jeffery Bond > LSI Engineer > NEC Technologies (UK) > > > Varshavchick Alexander, Metrocom Joint Stock Company Phone: (812)210-4500, 314-8986(fax) From owner-freebsd-questions Fri Jan 23 02:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17831 for questions-outgoing; Fri, 23 Jan 1998 02:10:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17797 for ; Fri, 23 Jan 1998 02:09:50 -0800 (PST) (envelope-from ash@fxsing.ml.com) Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31]) by freefall.freebsd.org (8.8.8/8.8.5) with ESMTP id CAA28345 for ; Fri, 23 Jan 1998 02:09:37 -0800 (PST) Received: from ml1.ml.com ([199.201.57.130]) by wfdutilgw.ml.com (8.8.7/8.8.7/MLgwo-3.05) with ESMTP id FAA16088 for ; Fri, 23 Jan 1998 05:07:33 -0500 (EST) Received: from tekkie.sg.ml.com (fxsg3.sg.ml.com [131.208.182.28]) by ml1.ml.com (8.8.7/8.8.7/MLml4-2.08) with ESMTP id FAA26499 for ; Fri, 23 Jan 1998 05:09:13 -0500 (EST) Received: from rachel.fxsing.ml.com (rachel.sg.ml.com [131.208.182.50]) by tekkie.sg.ml.com (8.8.7/8.8.7/MLdomain4-2.07) with SMTP id SAA03826 for ; Fri, 23 Jan 1998 18:09:06 +0800 (SST) Received: by rachel.fxsing.ml.com (4.1/SMI-4.1) id AA29666; Fri, 23 Jan 98 18:08:59 SST From: ash@fxsing.ml.com (Ash Yadav) Message-Id: <9801231008.AA29666@rachel.fxsing.ml.com> Subject: ATM card support. To: questions@freebsd.com Date: Fri, 23 Jan 1998 18:08:59 +0800 (SST) Cc: ash@tekkie.sg.ml.com (Ash Yadav) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Folks, Just got a call from my ISP in Singapore that I can get my ADSL modem. Does anyone have freeBSD running with ADSL. The modem connects to the PC via an ATM card ( Alcatel). Would appreciate tips from anyone who has managed to get their ISP connectivity via ADSL / freeBSD . Idealy I would like to get my freebsd box to act as a gateway for the other win95 machines on my Home Area Network (HAN). TIA ... Ash ;) From owner-freebsd-questions Fri Jan 23 02:12:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18103 for questions-outgoing; Fri, 23 Jan 1998 02:12:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (root@dal09-27.ppp.iadfw.net [206.66.4.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA18094 for ; Fri, 23 Jan 1998 02:12:53 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: from mutsgo.dyn.ml.org (kf7nn@localhost.iadfw.net [127.0.0.1]) by mutsgo.dyn.ml.org (8.8.7/8.8.7) with ESMTP id EAA02301 for ; Fri, 23 Jan 1998 04:12:51 -0600 (CST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Message-ID: <34C86D20.3506866B@mutsgo.dyn.ml.org> Date: Fri, 23 Jan 1998 10:12:49 +0000 From: laszlo vagner X-Mailer: Mozilla 4.03 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: motif Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I need to have motif installed to run some programs. where do i get it from? its not in my ports tree unless its called something else. From owner-freebsd-questions Fri Jan 23 02:33:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19394 for questions-outgoing; Fri, 23 Jan 1998 02:33:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wakko.visint.co.uk (wakko.visint.co.uk [194.207.134.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19386 for ; Fri, 23 Jan 1998 02:33:23 -0800 (PST) (envelope-from steve@visint.co.uk) Received: from dylan (dylan.visint.co.uk [194.207.134.180]) by wakko.visint.co.uk (8.8.5/8.7.3) with SMTP id KAA07603 for ; Fri, 23 Jan 1998 10:33:21 GMT Date: Fri, 23 Jan 1998 10:33:58 +0000 (GMT) From: Stephen Roome X-Sender: steve@dylan To: freebsd-questions@FreeBSD.ORG Subject: PCI Realtek NE2000 8029 netboot Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I'm having real problems getting the nb8390.com program to work on a Realtek 8029 Ne2000 compatible PCI card. The I/O address of the card is 0x6200, so I'm making it with this: make -DNE_BASE=0x6200 -DINCLUDE_NE Okay, so it compiles fine but when I get into DOS and try it just seems to look for the card at the standard addresses, but doesn't appear to check 0x6200. Any takers on why this isn't working ? Steve Steve Roome - Vision Interactive Ltd. Tel:+44(0)117 9730597 Home:+44(0)976 241342 WWW: http://dylan.visint.co.uk/ From owner-freebsd-questions Fri Jan 23 03:09:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21118 for questions-outgoing; Fri, 23 Jan 1998 03:09:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.sibtel.ru ([195.161.6.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21113 for ; Fri, 23 Jan 1998 03:09:19 -0800 (PST) (envelope-from se@ns.sibtel.ru) Received: (from se@localhost) by ns.sibtel.ru (8.8.7/8.8.7) id QAA23977 for freebsd-questions@freebsd.org; Fri, 23 Jan 1998 16:13:12 GMT (envelope-from se) Date: Fri, 23 Jan 1998 16:13:12 GMT From: Sergey V Egorov Message-Id: <199801231613.QAA23977@ns.sibtel.ru> To: freebsd-questions@FreeBSD.ORG Subject: HP C2502-66500 SCSI card ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi , I have ISA SCSI card with my HP ScanJet IIcx scanner, it's HP C2502-66500 based on NCR 53C400A chip.My FreeBSD 2.2.5 box can't find this card. I try nca driver for it. In mailing list archive I find nothing about how to configure that card. Can anybody help me ? Thanks. From owner-freebsd-questions Fri Jan 23 04:07:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25359 for questions-outgoing; Fri, 23 Jan 1998 04:07:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25351 for ; Fri, 23 Jan 1998 04:07:06 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id MAA06137; Fri, 23 Jan 1998 12:01:57 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801231201.MAA06137@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Daniel C. Konnoff" cc: Brian Somers , questions@FreeBSD.ORG Subject: Re: ppp routing and ftp/rlogin problems In-reply-to: Your message of "Fri, 23 Jan 1998 17:21:02 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 12:01:57 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > Hello Brian: > > Before I attempt any other changes I have decided to > send along the ppp.config files for both the ppp server > machine mail and the ppp client machine tpe. They [.....] > ttyd1: > disable passwdauth > set ifaddr 172.16.2.1 172.16.1.247 255.255.0.0 > enable proxy Ah, ok. It's a class B network - that pooh-poohs my last idea :-) > > ########################################## > #!/bin/sh - > ## > ## ppp dialup for server machine mail [.....] > exec /usr/sbin/ppp -direct -alias ttyd1 > ##exec /usr/sbin/ppp -direct -alias cuaa1 Eek. This is a problem. If the server uses IP aliasing, then the client is going to see no connections from any machines beyond that machine. Aliasing is *only* for the client side. > ######################################################################### > # > # ppp linkup file for server machine mail [.....] We don't need any ppp.linkup entries on the server for the client. [.....] > #################################### > # ppp.dialup: client machine tpe > # > > IDENT=`echo $0 | sed -e 's/^.*-\(.*\)$/\1/'` > echo IDENT is now $IDENT > CALLEDAS="$IDENT" > TTY=`tty` > > if [ x$IDENT = xdialup ]; then > IDENT=`basename $TTY` > fi > > echo "PPP for $CALLEDAS on $TTY" > echo "Starting PPP for $IDENT" > echo "~~~~~~~~~~~~~~~~~~~~~~~~~" > > exec /usr/sbin/ppp -direct $IDENT I'm not sure what this is. The client side shouldn't use the -direct switch. > ######################################################################## > # > # ppp.linkup: client machine tpe > # > ######################################################################### [.....] > MYADDR: > add 0 0 HISADDR This should really have a ``delete all'' first, but it will work like this because you have a fixed IP number. > ##################################################### > # how we start ppp from rc.local: client machine tpe > # > /usr/sbin/ppp -auto -alias ondemand Ah, ok. If you're using -auto, you don't need ppp.linkup at all on the client side either (and the above ppp.dialup script isn't used :-) Does everything work when you remove the -alias switch from the server ? This explains why you can't get past `mail', but I'm not sure if it explains why ftp doesn't work - but there's a good chance it does :-) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Fri Jan 23 04:23:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26209 for questions-outgoing; Fri, 23 Jan 1998 04:23:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mother.sneaker.net.au (akm@mother.sneaker.net.au [203.30.3.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26185 for ; Fri, 23 Jan 1998 04:23:18 -0800 (PST) (envelope-from akm@mother.sneaker.net.au) Received: (from akm@localhost) by mother.sneaker.net.au (8.8.5/8.8.5) id XAA02645; Fri, 23 Jan 1998 23:33:52 +1100 (EST) From: Andrew Kenneth Milton Message-Id: <199801231233.XAA02645@mother.sneaker.net.au> Subject: Re: An intersting question .... To: jacques@wired.ctech.ac.za (Jacques Hugo) Date: Fri, 23 Jan 1998 23:33:51 +1100 (EST) Cc: questions@FreeBSD.ORG In-Reply-To: <34C82B7C.2781E494@wired.ctech.ac.za> from "Jacques Hugo" at Jan 23, 98 07:32:44 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk +-----[ Jacques Hugo ]------------------------------ | | How would you: | 1) know what to set your ip to (you have no idea of what | segment you are plugged into.) Ask someone d8) | 2) configure your gateway? | | Is there a way one can configure his network blindly, | maybe some tools to do a dump getting IPX/IP info? Follow a cable back out of the hub until you find a machine you can get the IP from? Or unplug cables at random and wait for someone to phone the machine room, and ask them their IP then d8) Promiscuous mode on the ether device might also yield some clues. I tend to take low-tech solutions to these types of problems, because they nearly always work. If there is a hub there, and you're supposed to have access to it, someone has to know what the ranges are, and will tell you. If they have 'outsourced' their networking and there's noone there to talk to you should be able to get the phone number. If none of these are true... change jobs d8) -- ,-_|\ SneakerNet | Andrew Milton | GSM: +61(41)6 022 411 / \ P.O. Box 154 | akm@sneaker.net.au | Fax: +61(2) 9746 8233 \_,-._/ N Strathfield +--+----------------------+---+ Ph: +61(2) 9746 8233 v NSW 2137 | Low cost Internet Solutions | From owner-freebsd-questions Fri Jan 23 05:22:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29742 for questions-outgoing; Fri, 23 Jan 1998 05:22:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA29734 for ; Fri, 23 Jan 1998 05:22:16 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.86] by iglou.com with smtp (8.7.3/8.6.12) id 0xvj3Y-0006br-00; Fri, 23 Jan 1998 08:22:01 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <34C86D20.3506866B@mutsgo.dyn.ml.org> Date: Fri, 23 Jan 1998 08:21:13 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: laszlo vagner Subject: RE: motif Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk YOu can get it from www.xig.com. The version they have is for FreeBSD 2.2.2, but it should run under 2.2.5. The cost is $149.95 with a 25% discount if you fit the academic category. Patrick On 23-Jan-98 laszlo vagner wrote: >I need to have motif installed to run some programs. > >where do i get it from? its not in my ports tree unless its called >something else. From owner-freebsd-questions Fri Jan 23 05:24:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29917 for questions-outgoing; Fri, 23 Jan 1998 05:24:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29909 for ; Fri, 23 Jan 1998 05:24:39 -0800 (PST) (envelope-from henrich@crh.cl.msu.edu) Received: (from henrich@localhost) by crh.cl.msu.edu (8.8.7/8.8.7) id IAA15938; Fri, 23 Jan 1998 08:24:37 -0500 (EST) (envelope-from henrich) Message-ID: <19980123082437.19966@crh.cl.msu.edu> Date: Fri, 23 Jan 1998 08:24:37 -0500 From: Charles Henrich To: freebsd-questions@FreeBSD.ORG Subject: SCSI Zip Slow? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 X-Operating-System: FreeBSD 2.2.5-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Does anyone else out there have a SCSI Zip drive and get reasonable transfer rates? Under windows I see about 800K/sec, boot into FreeBSD, and I get 90.. Any suggestions? -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich From owner-freebsd-questions Fri Jan 23 05:27:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00225 for questions-outgoing; Fri, 23 Jan 1998 05:27:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00216 for ; Fri, 23 Jan 1998 05:26:56 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id NAA29836; Fri, 23 Jan 1998 13:26:27 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id OAA15108; Fri, 23 Jan 1998 14:26:27 +0100 (MET) Message-ID: <19980123142626.64572@follo.net> Date: Fri, 23 Jan 1998 14:26:26 +0100 From: Eivind Eklund To: Brian Somers Cc: "Daniel C. Konnoff" , questions@FreeBSD.ORG Subject: Re: ppp routing and ftp/rlogin problems References: <199801231201.MAA06137@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801231201.MAA06137@awfulhak.org>; from Brian Somers on Fri, Jan 23, 1998 at 12:01:57PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 12:01:57PM +0000, Brian Somers wrote: > Does everything work when you remove the -alias switch from the > server ? This explains why you can't get past `mail', but I'm not > sure if it explains why ftp doesn't work - but there's a good chance > it does :-) I've never heard of FTP not working through the alias routines (and I tend to get a copy of most bug-reports). Just FYI. Eivind. From owner-freebsd-questions Fri Jan 23 05:56:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02181 for questions-outgoing; Fri, 23 Jan 1998 05:56:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02161 for ; Fri, 23 Jan 1998 05:55:59 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id NAA00293; Fri, 23 Jan 1998 13:55:57 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id OAA15179; Fri, 23 Jan 1998 14:55:57 +0100 (MET) Message-ID: <19980123145556.39771@follo.net> Date: Fri, 23 Jan 1998 14:55:56 +0100 From: Eivind Eklund To: ExecPC Internet Mail Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation suggestions References: <199801230555.XAA21680@mailgw00.execpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801230555.XAA21680@mailgw00.execpc.com>; from ExecPC Internet Mail on Thu, Jan 22, 1998 at 11:50:38PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, Jan 22, 1998 at 11:50:38PM -0800, ExecPC Internet Mail wrote: > My main area of confusion comes from setting up network interfaces. I > intend on using my serial port (cuaa0) for the connection but after I make > this choice I am asked to setup the internet parameters. My internet > provider's info is: > IP addres: dynamically allocated > Netmask: 255.255.0.0 > Primary DNS: 169.207.1.3 > Secondary DNS: 204.29.202.6 > POP Mail Server: mail.execpc.com > SMTP Mail Server: mailgate.execpc.com > NNTP News Server: news.execpc.com > Home Page: http:\\www.execpc.com > Telnet Host: earth.execpc.com > BBS: bbs.execpc.com > Public FTP Host: ftp.execpc.com > User FTF Host: earth.execpc.com > email: {my username}@execpc.com > PPP login: P{username} > shell login: {username} > > My ISP website states that "Gateway addresses are used by some older > dial-up products and should not be used as DNS Server addresses." > My confusion comes in when, during installation I am asked for; > Host Name, Domain Name, Gateway, Name server, and "Configuration > information for Interface ed1, IP Address and Netmask, and Extra options to > ifconfig. Why are you doing this configuration for ed1? ed1 is your network interface (Twisted Pair or Coax). You should be configuring for PPP, not the network. > Do I pick any name for Host name? Unless you can get execpc.com or somebody else to donate you a 'real' hostname, you can use any hostname, yes. I'd advise you to get a real one, though - check out e.g. ml.org for free hostname service. > do I use execpc.com for domain name, This depend on where you get your hostname from. You'll want to get a fully qualified hostname, as in rvh.execpc.com, or mynamehere.ml.org. and > what do I enter for Gateway and nameserver? (I would guess my Primary DNS > provided). For gateway, you shouldn't need to enter anything if you're running with PPP. Just leave it at 0.0.0.0. For name server, enter primary DNS - DNS is Domain _Name Service_. I hope this helps. Eivind. From owner-freebsd-questions Fri Jan 23 06:23:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04351 for questions-outgoing; Fri, 23 Jan 1998 06:23:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA04344 for ; Fri, 23 Jan 1998 06:23:40 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 23 Jan 1998 9:22:31 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA08014; Fri, 23 Jan 98 09:22:30 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA26891; Fri, 23 Jan 1998 09:21:07 -0500 Message-Id: <19980123092106.44515@ct.picker.com> Date: Fri, 23 Jan 1998 09:21:06 -0500 From: Randall Hopper To: Cliff Addy Cc: questions@FreeBSD.ORG Subject: Re: copy/paste in X References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Cliff Addy on Thu, Jan 22, 1998 at 01:50:48PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk |I've just started using XFree86 with afterstep. I can't seem to copy from |an xterm window and then paste into Netscape. I can copy/paste from xterm |to xterm and from Netscape to xterm, though. Is this something strange |about Netscape or X or afterstep or me? Look at the netscape install tips in the package -- search for "nls". Nothing wrong with which packages you're using -- I'm an XFree86-AfterStep-Netscape user too. Randall From owner-freebsd-questions Fri Jan 23 06:37:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05238 for questions-outgoing; Fri, 23 Jan 1998 06:37:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA05218 for ; Fri, 23 Jan 1998 06:36:42 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es by polaris.we.lc.ehu.es (SMI-8.6/SMI-SVR4) id PAA02624; Fri, 23 Jan 1998 15:36:37 +0100 Message-ID: <34C8AAF4.44C4B430@we.lc.ehu.es> Date: Fri, 23 Jan 1998 15:36:36 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Yamaha CDR400t support? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have a Yamaha CDR400t internal SCSI CD-R recorder, and I would like to know which is the best [free] software that works with this drive under FreeBSD 2.2.5. Thanks! -- JM ----------------------------------------------------------------------- Jose M. Alcaide | mailto:jose@we.lc.ehu.es Universidad del Pais Vasco | http://www.we.lc.ehu.es/~jose Dpto. de Electricidad y Electronica | Facultad de Ciencias - Campus de Lejona | Tel.: +34-4-4647700 x2624 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-4-4858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan From owner-freebsd-questions Fri Jan 23 06:51:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07486 for questions-outgoing; Fri, 23 Jan 1998 06:51:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.sminter.com.ar (ns1.sminter.com.ar [200.10.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07480 for ; Fri, 23 Jan 1998 06:51:39 -0800 (PST) (envelope-from fpscha@ns1.sminter.com.ar) Received: (from fpscha@localhost) by ns1.sminter.com.ar (8.8.5/8.8.4) id LAA27461; Fri, 23 Jan 1998 11:49:25 +0300 (GMT) From: Fernando Schapachnik Message-Id: <199801230849.LAA27461@ns1.sminter.com.ar> Subject: Re: Problem adding a hard disk To: dwhite@resnet.uoregon.edu Date: Fri, 23 Jan 1998 11:49:25 +0300 (GMT) Cc: fpscha@ns1.sminter.com.ar, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jan 17, 98 09:18:08 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Well, here is how I solved it. I booted the machine with the install disk (from 2.1.7.1) and asked the program to install FSBD over sd1 in compatibility mode with the minimal stuff needed. It did. After that I booted from the hard disk and mounted the slices of sd1 I needed. This way I wasted a couple of Mbs, but didn't have to rush to move to 2.2.5, what would have brought me some headhache :) Thanks to all the peplo who tried to help me, and especially to Dough White, whos patience and good will to answer are provervial ,-) Regards! En un mensaje anterior, Doug White escribió: > > On Fri, 16 Jan 1998, Fernando Schapachnik wrote: > > > (ahc0:1:0): "SEAGATE ST34371W 0484" type 0 fixed SCSI 2 > > sd1(ahc0:1:0): Direct-Access 4148MB (8496884 512 byte sectors) > > OK, I was verifying that nothing had changed here. > > Since you're running 2.1.7.1 and I wrote my docs for 2.2, I can't > guarantee that those commands would actually work in that enviornment. My > suggestion would be to upgrade to 2.2.5 and then re-try formatting your > disk. > > > Jan 5 09:28:39 ns3 /kernel: FreeBSD 2.1.7.1-RELEASE #0: Thu Nov 6 09:42:50 ARST 1997 > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > Fernando P. Schapachnik S&M Internet From owner-freebsd-questions Fri Jan 23 06:51:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07526 for questions-outgoing; Fri, 23 Jan 1998 06:51:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from unix.nmarcom.com (root@host-034.nmarcom.com [207.181.124.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07509 for ; Fri, 23 Jan 1998 06:51:51 -0800 (PST) (envelope-from thelab@nmarcom.com) Received: from [207.181.124.43] (host-043.nmarcom.com [207.181.124.43]) by unix.nmarcom.com (8.8.7/8.8.5) with SMTP id JAA02082 for ; Fri, 23 Jan 1998 09:51:49 -0500 (EST) Message-Id: <199801231451.JAA02082@unix.nmarcom.com> X-Mailer: Microsoft Outlook Express for Macintosh - 4.0a (190) Date: Fri, 23 Jan 1998 09:51:02 -0500 Subject: newsletter From: "Will Mitayai Keeso Rowe" To: questions@FreeBSD.ORG Mime-version: 1.0 X-Priority: 3 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello... i have a questoion about the newsletter.... i signed up for it a while back (4 months or so), but haven't received a copy so far... is this normal? -MIt From owner-freebsd-questions Fri Jan 23 06:58:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08049 for questions-outgoing; Fri, 23 Jan 1998 06:58:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA08039 for ; Fri, 23 Jan 1998 06:58:21 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.86] by iglou.com with smtp (8.7.3/8.6.12) id 0xvkYX-0002UR-00; Fri, 23 Jan 1998 09:58:05 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199801231451.JAA02082@unix.nmarcom.com> Date: Fri, 23 Jan 1998 09:57:57 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Will Mitayai Keeso Rowe Subject: RE: newsletter Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes. They only come out occasionally. Only one has been released so far! Patrick On 23-Jan-98 Will Mitayai Keeso Rowe wrote: >Hello... i have a questoion about the newsletter.... i signed up for it a >while back (4 months or so), but haven't received a copy so far... is this >normal? > > >-MIt From owner-freebsd-questions Fri Jan 23 07:07:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08967 for questions-outgoing; Fri, 23 Jan 1998 07:07:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08959 for ; Fri, 23 Jan 1998 07:07:29 -0800 (PST) (envelope-from CSagar@exchange.iterated.com) Received: from [198.242.115.150] by gate.iterated.com for id KAA20888; Fri Jan 23 10:07:21 1998 Received: by exchange.iterated.com with Internet Mail Service (5.5.1664.3) id ; Fri, 23 Jan 1998 10:07:16 -0500 Message-ID: Subject: adding disk drives Date: Fri, 23 Jan 1998 10:07:05 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1664.3) Content-Type: text/plain To: "'freebsd-questions@FreeBSD.ORG'" From: Chris Sagar Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am trying to add two disk arrays. My configuration is: 8 4-gb Seagate drives on one Adaptec 2944UW controller ( two identical setups. 64 GB total, two controllers, 16 disks) I plan to use ccd to create two 32 GB logical volumes for the system. My question/comments: Am I missing something in that it looks like I have to configure the kernel to support two controllers? The controllers are probed and detected at bootup, but where do they show in the /dev directory. What are the device names that reflect the controller number in the disk device names ( /dev/cont??sd0s7). The handbook is very lacking in the part of adding disk drives. Do I need to get a BSD manaual to cover adding disks. I am fairly competent in various UNIXs (Intergraph, SGI, Sun) but I am a stranger to FreeBSD. .I have added ahc1 to my kernel config file. I have defined scbus0 as ahc0 and scbus1 as ahc1. I have locked-down the device numbers to the scsi ID (this is a really primitive thing to have to do). I have rebuilt the kernel and am proceeding. Anyone have any good tips on adding drive arrays like these? They would be greatly appreciated Chris Sagar Csagar@iterated.com From owner-freebsd-questions Fri Jan 23 07:09:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09267 for questions-outgoing; Fri, 23 Jan 1998 07:09:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09158 for ; Fri, 23 Jan 1998 07:08:29 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id QAA04929 for freebsd-questions@freebsd.org; Fri, 23 Jan 1998 16:04:04 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03274; 23 Jan 98 15:42:45 +0100 From: leifn@image.dk (Leif Neland) Date: 23 Jan 98 12:47:37 +0100 Subject: smbmount Message-ID: References: <014CB6ADC0BCD0118B1B006097827D5B3D3344@EXCHANGE> Organization: Fidonet: Swimsuit Safari. Go for it. To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 23 Jan 98 10:38:41 "Bond, Jeffery" wrote regarding smbmount "J> Is there a way of mounting SMB shares (from Win95 or SAMBA) on a "J> FreeBSD system?. I know Linux has smbfs and smbmount etc, but is "J> there a way to do this in FreeBSD? Rumba is in the ports, that's the opposite of samba. I have actually tried using samba on one FreeBSD-machine, and rumba on another to mount these shares. Awkward, but it works! Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Fri Jan 23 07:43:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12262 for questions-outgoing; Fri, 23 Jan 1998 07:43:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12249 for ; Fri, 23 Jan 1998 07:42:55 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip65.castlenet.com (ip65.castlenet.com [209.63.23.65]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id IAA10731 for ; Fri, 23 Jan 1998 08:49:57 GMT From: efinley@castlenet.com (Elliot Finley) To: freebsd-questions@FreeBSD.ORG Subject: Q: what does this getty error mean? Date: Fri, 23 Jan 1998 15:47:07 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c8ba57.123359776@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA12255 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk When I boot my system up, I get the following error from init: 'getty repeating too quickly on port /dev/ttyRXX, sleeping 30 secs' if anyone knows what this means, or how to resolve it, I would appreciate your input... TIA -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Fri Jan 23 07:48:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12604 for questions-outgoing; Fri, 23 Jan 1998 07:48:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.castlenet.com (ns1.castlenet.com [209.63.23.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12590 for ; Fri, 23 Jan 1998 07:48:18 -0800 (PST) (envelope-from efinley@castlenet.com) Received: from ip65.castlenet.com (ip65.castlenet.com [209.63.23.65]) by ns1.castlenet.com (8.8.5/8.8.5) with SMTP id IAA10800 for ; Fri, 23 Jan 1998 08:55:26 GMT From: efinley@castlenet.com (Elliot Finley) To: questions@FreeBSD.ORG Subject: Q: how to detect pppd idle time Date: Fri, 23 Jan 1998 15:52:36 GMT Organization: Hiawatha Coal Company Reply-To: efinley@castlenet.com Message-ID: <34c9bc52.123866775@castlenet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA12597 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk If I have dialin users using pppd, how would I disconnect them after X idle minutes? I've searched everywhere I can think of, and I can't find anywhere to determine how long they have been idle.. -- Elliot Finley (efinley@castlenet.com) President Hiawatha Coal Company From owner-freebsd-questions Fri Jan 23 08:00:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13709 for questions-outgoing; Fri, 23 Jan 1998 08:00:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from elvis.vnet.net (root@elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13700 for ; Fri, 23 Jan 1998 08:00:05 -0800 (PST) (envelope-from rivers@dignus.com) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.8/8.8.4) with ESMTP id LAA06184; Fri, 23 Jan 1998 11:00:49 -0500 (EST) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id LAA29479; Fri, 23 Jan 1998 11:21:09 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.8.7/8.6.9) id LAA10812; Fri, 23 Jan 1998 11:04:49 -0500 (EST) Date: Fri, 23 Jan 1998 11:04:49 -0500 (EST) From: Thomas David Rivers Message-Id: <199801231604.LAA10812@lakes.dignus.com> To: questions@FreeBSD.ORG, toasty@home.dragondata.com Subject: Re: /var/mail nfs corruption Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > > > I operate a rather busy shell account service... Big enough that we have > multiple shell machines. > > /var/mail is exported on our main NFS server to all the shell servers. > > Users keep complaining that their mail files are getting really corrupted > badly, and that they are losing mail. > > If they use elm/pine on the machine that actually receives the incoming > mail, they're fine, but if they use elm/pine on a machine with /var/mail > mounted, they lose things like crazy. > > > Am I missing a step here, or is this just normal for dealing with nfs? > > Kevin > Because FreeBSD doesn't have a working lockd - locking files over NFS doesn't work. So - if your user is rewriting the mail file on one machine, while sendmail tries to add to the end from another machine - you get corrupted mail files. Also - I've noticed a problem with local mail, which I suspect to be some mail process not properly locking the file. If you have a large mail file, and read some of the messages; and sendmail tries to append to the mailfile - the new mail is lost (this is using 'mail', I don't know if elm/pine would suffer the same symptoms.) A different approach would be to assign users particular machines; and only have them deal with their mail on that machine. Then, let them log into any machine and have their .profile rlogin them into the machine you'd like them to have.. - Dave Rivers - From owner-freebsd-questions Fri Jan 23 08:19:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14937 for questions-outgoing; Fri, 23 Jan 1998 08:19:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason01.u.washington.edu (root@jason01.u.washington.edu [140.142.70.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14928 for ; Fri, 23 Jan 1998 08:19:02 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul6.u.washington.edu (root@saul6.u.washington.edu [140.142.82.1]) by jason01.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id IAA27918; Fri, 23 Jan 1998 08:18:48 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul6.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id IAA13346; Fri, 23 Jan 1998 08:18:34 -0800 (PST) Message-Id: <3.0.5.32.19980123081812.007d13a0@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 23 Jan 1998 08:18:12 +0000 To: laszlo vagner From: Jason Wells Subject: RE: motif Cc: questions@FreeBSD.ORG In-Reply-To: References: <34C86D20.3506866B@mutsgo.dyn.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 08:21 1/23/98 -0500, Patrick Gardella wrote: >YOu can get it from www.xig.com. > >The version they have is for FreeBSD 2.2.2, but it should run under 2.2.5. > >The cost is $149.95 with a 25% discount if you fit the academic category. > >Patrick > >On 23-Jan-98 laszlo vagner wrote: >>I need to have motif installed to run some programs. >> >>where do i get it from? its not in my ports tree unless its called >>something else. There is motif clone called lesstif in the ports collection. I have compile against it and things worked out OK. Supposedly it is not yet fully implemented. BUT... It is free ! Later, Jason Wells From owner-freebsd-questions Fri Jan 23 08:42:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17414 for questions-outgoing; Fri, 23 Jan 1998 08:42:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17374 for ; Fri, 23 Jan 1998 08:41:53 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id QAA02677; Fri, 23 Jan 1998 16:41:36 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA15772; Fri, 23 Jan 1998 17:41:35 +0100 (MET) Message-ID: <19980123174130.13613@follo.net> Date: Fri, 23 Jan 1998 17:41:30 +0100 From: Eivind Eklund To: rv Cc: "'Eivind Eklund'" , questions@FreeBSD.ORG Subject: Re: Installation suggestions References: <01BD27E9.8896F660@adarlon-2.mdm.mke.execpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <01BD27E9.8896F660@adarlon-2.mdm.mke.execpc.com>; from rv on Fri, Jan 23, 1998 at 10:26:26AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk [Please fix your quoting - it wass very hard to see what was your and what was my text] I've also re-included questions@freebsd.org in the Cc: list, as it is well if the answers are available from the archives. I hope you don't mind. On Fri, Jan 23, 1998 at 10:26:26AM -0600, rv wrote: > > My ISP website states that "Gateway addresses are used by some older > > dial-up products and should not be used as DNS Server addresses." > > My confusion comes in when, during installation I am asked for; > > Host Name, Domain Name, Gateway, Name server, and "Configuration > > information for Interface ed1, IP Address and Netmask, and Extra options to > > ifconfig. [Eivind] > Why are you doing this configuration for ed1? ed1 is your network > interface (Twisted Pair or Coax). You should be configuring for PPP, > not the network. > [rv] > These are the options I am giving during installation when I select > a ppp over cuaa0 connection. > Earlier in the installation, I am asked if I am going to use this as > a gateway. I am assuming - yes. Could this be giving me some > problems? Well, that's probably why you are asked for info on ed1. It's your local interface - a good IP address for it is 192.168.0.1 (an unregistered address that won't be routed through the net). [rv] > > Do I pick any name for Host name? [Eivind] > Unless you can get execpc.com or somebody else to donate you a 'real' > hostname, you can use any hostname, yes. I'd advise you to get a real > one, though - check out e.g. ml.org for free hostname service. [rv] > I went to www.ml.org. I can't seem to find info for a hostname > service. Is ml.org a ISP? and can I still use a hostname from > ml.org if I dial through my current ISP, execpc? Go to the Free Domain Project, it's linked from the second page. The exact URL you'll end up at is http://www.ml.org/ml/freed/ And yes, they provide domain name service for everybody, and they're not an ISP (well, it depends a little on your definition, but they provide services to "everybody" for free.) Eivind. From owner-freebsd-questions Fri Jan 23 08:46:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17811 for questions-outgoing; Fri, 23 Jan 1998 08:46:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17804 for ; Fri, 23 Jan 1998 08:46:15 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.8/8.8.8) with ESMTP id RAA04304 for ; Fri, 23 Jan 1998 17:45:22 +0100 (MET) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id RAA02039 for ; Fri, 23 Jan 1998 17:45:22 +0100 (CET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id RAA09668 for ; Fri, 23 Jan 1998 17:45:22 +0100 (CET) From: Andre Albsmeier Message-Id: <199801231645.RAA26227@intern> Subject: No ctm deltas at the moment? To: freebsd-questions@FreeBSD.ORG Date: Fri, 23 Jan 1998 17:45:17 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, the last days I didn't receive any ctm deltas via email, although there are new ones on ftp.freebsd.org. Are there any known problems at the moment by sending them out? (Of course I am still subscribed to the appropriate lists :-)). Who should be contacted in the case of problems? Thanks, -Andre From owner-freebsd-questions Fri Jan 23 08:49:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18046 for questions-outgoing; Fri, 23 Jan 1998 08:49:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gw2.leirianet.pt (gw2-e0.leirianet.pt [195.23.92.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18017 for ; Fri, 23 Jan 1998 08:49:04 -0800 (PST) (envelope-from jm@pluriproj.pt) Received: from antares.leirianet.pt (antares.leirianet.pt [195.23.92.195]) by gw2.leirianet.pt (8.8.8/8.8.8) with SMTP id QAA11486 for ; Fri, 23 Jan 1998 16:50:23 GMT From: jm@pluriproj.pt (Jose' Monteiro) To: freebsd-questions@FreeBSD.ORG Subject: Flashpoint LW SCSI host adapter Date: Fri, 23 Jan 1998 16:48:45 GMT X-PGP-Key-Fingerprint: 2.6.3ia: 4289 7864 7C6F 06C6 BB1E 299E 8FFA DC61 - 5.0: B698 9856 F7DD C74B 657E 0122 9392 9164 F2EE A48B Organization: Leiri@net Reply-To: "Jose' Monteiro" Message-ID: <34d0c9d3.11852059@mail.pluriproj.pt> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAA18038 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998 16:24:22 GMT, jm@pluriproj.pt (Jose' Monteiro) wrote: Hi, I'm installing FreeBSD 2.2.5 on a Pentium II with Barracuda SCSI disk controled by a Flashpoint LW PCI to SCSI Host Adapter (Mylex). When booting from the CD, the generic kernel recognizes the adapter as beeing a Buslogic SCSI Adapter on IRQ 10, but specifies that there is no driver assigned. What support is there in FreeBSD 2.2.5 to this kind of SCSI controller? Tnx Jose Monteiro From owner-freebsd-questions Fri Jan 23 10:20:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26350 for questions-outgoing; Fri, 23 Jan 1998 10:20:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26175 for ; Fri, 23 Jan 1998 10:19:34 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id NAA09072; Fri, 23 Jan 1998 13:19:09 -0500 (EST) Date: Fri, 23 Jan 1998 13:19:08 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Thomas David Rivers cc: questions@FreeBSD.ORG, toasty@home.dragondata.com Subject: Re: /var/mail nfs corruption In-Reply-To: <199801231604.LAA10812@lakes.dignus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Procmail seems to handle this situation much better than mail.local. Haven't lost mail yet using procmail as the local delivery agent. This is going on about a year and a half of constant use. The only way I can trash a mail file is if a user is in the shell running a mail program while popping in. We try to discourage this. The damage is never too bad, just a missing "F" in the very first "From" line... Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Fri, 23 Jan 1998, Thomas David Rivers wrote: > > > > > > I operate a rather busy shell account service... Big enough that we have > > multiple shell machines. > > > > /var/mail is exported on our main NFS server to all the shell servers. > > > > Users keep complaining that their mail files are getting really corrupted > > badly, and that they are losing mail. > > > > If they use elm/pine on the machine that actually receives the incoming > > mail, they're fine, but if they use elm/pine on a machine with /var/mail > > mounted, they lose things like crazy. > > > > > > Am I missing a step here, or is this just normal for dealing with nfs? > > > > Kevin > > > > Because FreeBSD doesn't have a working lockd - locking files over > NFS doesn't work. > > So - if your user is rewriting the mail file on one machine, while > sendmail tries to add to the end from another machine - you get > corrupted mail files. > > Also - I've noticed a problem with local mail, which I suspect to > be some mail process not properly locking the file. If you have a > large mail file, and read some of the messages; and sendmail tries to > append to the mailfile - the new mail is lost (this is using 'mail', > I don't know if elm/pine would suffer the same symptoms.) > > A different approach would be to assign users particular machines; and > only have them deal with their mail on that machine. Then, let > them log into any machine and have their .profile rlogin them into > the machine you'd like them to have.. > > > - Dave Rivers - > From owner-freebsd-questions Fri Jan 23 10:37:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28455 for questions-outgoing; Fri, 23 Jan 1998 10:37:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28441 for ; Fri, 23 Jan 1998 10:37:07 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA08428; Fri, 23 Jan 1998 18:37:01 GMT Date: Fri, 23 Jan 1998 10:37:00 -0800 (PST) From: Dan Busarow To: Stephen Roome cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI Realtek NE2000 8029 netboot In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, Stephen Roome wrote: > I'm having real problems getting the nb8390.com program to work on a > Realtek 8029 Ne2000 compatible PCI card. The netboot stuff is for ISA cards only. 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 Fri Jan 23 11:19:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03391 for questions-outgoing; Fri, 23 Jan 1998 11:19:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plethora.techv.net ([205.210.170.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03381 for ; Fri, 23 Jan 1998 11:19:01 -0800 (PST) (envelope-from darin@techv.net) Received: from localhost (darin@localhost) by plethora.techv.net (8.8.8/8.8.8) with SMTP id OAA22688 for ; Fri, 23 Jan 1998 14:22:13 -0500 (EST) Date: Fri, 23 Jan 1998 14:22:13 -0500 (EST) From: Darin Slovitt To: questions@FreeBSD.ORG Subject: Address Masquerading Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello! I have recently gotten a Cable modem installed, and would like to use it with more than one machine. Unfortunatly my cable company refuses to give me another IP address. So, I need to be able to setup a FreeBSD machine to do Address Masquerading. I have read the PPP tutorial on the FreeBSD web site, but I need to do this using another ethernet adaptor. It would appear that the PPP program has the provisions to do this, not FreeBSD. I have looked high and low, but have not found _ANY_ documentation regarding this matter for FreeBSD. Am I to assume that I cannot do this using FreeBSD? I totally support FreeBSD, and would hate to have to resort to installing Linux (which does have kernel level support for this) ... Please help me! Or direct me to some documentation regarding Network Address Translation using FreeBSD ... -- TTYS :-) Darin Slovitt From owner-freebsd-questions Fri Jan 23 11:24:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03822 for questions-outgoing; Fri, 23 Jan 1998 11:24:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.inetone.net (mail.inetone.net [206.105.172.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03794 for ; Fri, 23 Jan 1998 11:23:39 -0800 (PST) (envelope-from kcarman@inetone.net) Received: by mail.inetone.net from localhost (router,SLMail V2.6); Fri, 23 Jan 1998 14:08:36 -0500 Received: by mail.inetone.net from kac.inetone.net (192.1.30.5::mail daemon; unverified,SLMail V2.6); Fri, 23 Jan 1998 14:08:36 -0500 Received: by kac.inetone.net with Microsoft Mail id <01BD2807.FBA33060@kac.inetone.net>; Fri, 23 Jan 1998 14:05:38 -0500 Message-ID: <01BD2807.FBA33060@kac.inetone.net> From: "Kevin A. Carman" To: "'questions@freebsd.org'" Cc: "'sysop@inetone.net'" Subject: INN Support for FreeBSD Date: Fri, 23 Jan 1998 14:05:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id LAA03796 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello; I am with the ISP InetONE (pronounced I - Net - One). We have used FreeBSD on multiple DNS servers for over 2 years now and have had excellent success. We have been using Windows-NT as a news server running Netscape News Server 2.01. Sprint, our upstream provider, has recently upgraded their systems to Cyclone 1.3.9. This new version is giving our Netscape system fits! Sprint is recommending we move to INN and sent us to the Internet Software Consortium web page (www.isc.org) to look at INN. Apparently this group released INN 1.7.2 in December of 1997. Sprint has, however, been very vague regarding which version works with their new upgrade. Here are our questions: 1). Is there a version of INN available for FreeBSD? 2). If so what version of FreeBSD is recommended? 3). What version of INN works with Cyclone 1.3.9? 4). If available, is the version of INN basically self-running or does it require massive amounts of user intervention. 5). Does FreeBSD support RAID level 5 using 3 - 8.4Gig IDE/EIDE Hard Drives? Your help with these questions is greatly appreciated. We have been fighting this problem for several weeks now and our customers are becoming extremely unhappy. Sincerely, Kevin A. Carman Network/Internet Systems Administrator Highland Cellular, Inc / InetONE Phone: (304) 255-5981 ext. 402 Cellular: (304) 673-0012 kcarman@inetone.net From owner-freebsd-questions Fri Jan 23 11:50:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06168 for questions-outgoing; Fri, 23 Jan 1998 11:50:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06070 for ; Fri, 23 Jan 1998 11:49:58 -0800 (PST) (envelope-from pc@website.com) From: pc@website.com Received: from socket.global-m.com ([193.243.230.197]) by relay.pair.com (8.8.7/8.8.5) with SMTP id NAA21730; Fri, 23 Jan 1998 13:02:35 -0500 (EST) Date: Fri, 23 Jan 1998 13:02:35 -0500 (EST) To: question@thedirectory.org, questions@FreeBSD.ORG, questions@patech.com, questions@usinternet.com, quinn@toledolink.com, quotes@netasset.com, quotes@yahoo-inc.com, qwerty@yournet.com, rab@yosemite.net, rada@yosemite.net Subject: computers Message-Id: LeUAZ.35818.7451506944@relay.qui.com> Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk We can deliver you additional business if you sell computer related products/services. If you do not want additional business please forgive our mistake in contacting you. The potential customers CCDB will send you will be highly qualified. We will not send you time wasters. They will already have selected you because they will know you have the skills and products which they have searched for on CCDB and similarly that you are at the location they need Registration is Free at http://safe-audit.com/ccdb and you also get a Free web page. Please visit us now and complete the simple registration. We are so confident that we can deliver you additional customers and Sales that you never have to pay us a cent unless you really do value our service enough to want it to continue. And that is an unconditional guarantee. From owner-freebsd-questions Fri Jan 23 12:15:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07720 for questions-outgoing; Fri, 23 Jan 1998 12:15:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from garibaldi.ncd.com (firewall-user@garibaldi.ncd.com [192.43.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07708 for ; Fri, 23 Jan 1998 12:15:44 -0800 (PST) (envelope-from henryt@hood.pcx.ncd.com) Received: by garibaldi.ncd.com; id MAA06301; Fri, 23 Jan 1998 12:15:38 -0800 (PST) Received: from rosebud.ncd.com(138.43.212.19) by garibaldi.ncd.com via smap (3.2) id xma006286; Fri, 23 Jan 98 12:15:11 -0800 Received: from hood.pcx.ncd.com (henryt@hood.pcx.ncd.com [192.86.85.4]) by rosebud.ncd.com (8.8.5/8.6.9) with SMTP id MAA28475 for ; Fri, 23 Jan 1998 12:15:10 -0800 (PST) Received: (henryt@localhost) by hood.pcx.ncd.com (8.6.9/8.6.5) id MAA05495; Fri, 23 Jan 1998 12:15:07 -0800 Date: Fri, 23 Jan 1998 12:15:07 -0800 Message-Id: <199801232015.MAA05495@hood.pcx.ncd.com> From: Henry Tieman To: freebsd-questions@FreeBSD.ORG Subject: malloc fail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i get malloc fails inside script files. i don't have the scripts handy here but would like some clues anyway. i have a set of scripts using netpbm, to do a series of graphic file conversions. after upgrading from FreeBSD 2.2.2 to 2.2.5 these scripts fail - conversions don't work always - but sometimes do. small files always work, large files fail 2/3 of the time. i have 'ulimit' in the sh script. yes, i have changed MAXDSIZ from 128meg to 512 meg, but the gif files in question are all smaller than .5meg. yes, i have recompiled the netpbm tools. none of these changed the poor behavior of the scripts in question. yes, i will send the scripts if someone want a look. henryt From owner-freebsd-questions Fri Jan 23 12:20:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08214 for questions-outgoing; Fri, 23 Jan 1998 12:20:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Modem056-Mankato.lakes.com [209.32.34.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08172 for ; Fri, 23 Jan 1998 12:20:06 -0800 (PST) (envelope-from child@prairie.lakes.com) Received: from jeremy (child [192.168.0.1]) by sommer.dyn.ml.org (8.8.8/8.8.8) with SMTP id OAA15669; Fri, 23 Jan 1998 14:20:45 -0600 (CST) (envelope-from child@prairie.lakes.com) Message-Id: <3.0.3.32.19980123142046.00b18380@sommer> X-Sender: child@sommer X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 23 Jan 1998 14:20:46 -0600 To: Darin Slovitt , questions@FreeBSD.ORG From: Child Subject: Re: Address Masquerading In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk you dont look hard do you? http://www.de.freebsd.org/de/cgi/man.cgi?natd natd will support ANY interface.....try it! From owner-freebsd-questions Fri Jan 23 12:26:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08829 for questions-outgoing; Fri, 23 Jan 1998 12:26:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08815 for ; Fri, 23 Jan 1998 12:26:27 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.8.8/8.8.7) with SMTP id PAA03863; Fri, 23 Jan 1998 15:26:55 -0500 (EST) Date: Fri, 23 Jan 1998 15:26:55 -0500 (EST) From: jack To: "Kevin A. Carman" cc: "'questions@freebsd.org'" Subject: Re: INN Support for FreeBSD In-Reply-To: <01BD2807.FBA33060@kac.inetone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, Kevin A. Carman wrote: > 1). Is there a version of INN available for FreeBSD? There is a port for inn-1.5.1sec2. inn-1.7 compiles with minimal difficulty. > 2). If so what version of FreeBSD is recommended? We ran 1.5.what_ever_it_was for about six months on FreeBSD without problems, and 1.7 has been running fine for ..., 25 days since it was installed. Since June there have been only one or two reboots of the machine that weren't for hardware/software upgrades. Innd has died and needed to be restarted once or twice. BSDi, running the same 1.5 version of inn, wouldn't last more than about two weeks on average. > 3). What version of INN works with Cyclone 1.3.9? Couldn't tell you, I don't know what our upstream is using. > 4). If available, is the version of INN basically self-running or does > it require massive amounts of user intervention. When I put server-side nocem on it yesterday is the first time it's been touched since Dec. 29th. > 5). Does FreeBSD support RAID level 5 using 3 - 8.4Gig IDE/EIDE Hard Drives? Look at ccd(4) Any another questions either email me privately or move it to the freebsd-isp list where the topic is more appropriate. :) -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- From owner-freebsd-questions Fri Jan 23 12:33:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09454 for questions-outgoing; Fri, 23 Jan 1998 12:33:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09448 for ; Fri, 23 Jan 1998 12:33:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08205; Fri, 23 Jan 1998 12:32:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:32:57 -0800 (PST) From: Doug White Reply-To: Doug White To: "Vladislav S. Davidzon" cc: freebsd-questions@FreeBSD.ORG Subject: RE: Rebooting via BIOS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Vladislav S. Davidzon wrote: > This is my second post to the list. I have a 486 machine > which used to run linux, now converted to FreeBSD. In order > to get it to reboot (at all) in Linux I had to pass a > reboot=bios to the kernel at boot time via Lilo. How would > I do this under FreeBSD? It currently hangs right before > it should reboot (says rebooting and then hangs). The > keyboard fix in the kernel did not work (the don't reboot > with the keyboard thing). Someone answered this already. Are you sure your mail address is OK? Try building a new kernel with options BROKEN_KEYBOARD_RESET See http://www.freebsd.org/handbook/ for instructions on rebuilding your kernel. 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 Jan 23 12:35:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09658 for questions-outgoing; Fri, 23 Jan 1998 12:35:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09642 for ; Fri, 23 Jan 1998 12:35:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08217; Fri, 23 Jan 1998 12:35:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:35:20 -0800 (PST) From: Doug White Reply-To: Doug White To: dlr cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Sony cdrom install CDU-621 In-Reply-To: <19980120163053.11133@insane.asylum.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, dlr wrote: > I'm unable to get freebsd 2.2.2 to recognize the above sony cdrom for an > install. > > The default address is 220 for the sony with freebsd. Wrong driver; this is an ATAPI/IDE disc, so the wdc driver should pick it up automatically. > I only have the cdrom on the ide cable and no other ide devices on the > machine. I've tried master and slave without success. Obviously i'm missing > something here, or this new drive isn't supported. Probably i need to define > another address? Try moving your CDROM on to your primary controller. 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 Jan 23 12:36:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09789 for questions-outgoing; Fri, 23 Jan 1998 12:36:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09766 for ; Fri, 23 Jan 1998 12:36:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08221; Fri, 23 Jan 1998 12:35:51 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:35:51 -0800 (PST) From: Doug White Reply-To: Doug White To: "Gustavo A. Barreto A." cc: questions@FreeBSD.ORG Subject: Re: Mirror Question... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Gustavo A. Barreto A. wrote: > > Hello, I mirrored the www.freebsd.org site for the past 3 months using > rsync, but now I get this message > > > /usr/local/bin/rsync --client -avz www.freebsd.org:www > /home2/FreeBSD-mirror/data > > can't connect stream socket: Connection refused > Could not connect to the remote server www.freebsd.org > > Could you help me with this? Try it again, rsync was hosed when hub died. I got a message the other day that it had been fixed. 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 Jan 23 12:37:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09928 for questions-outgoing; Fri, 23 Jan 1998 12:37:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09902 for ; Fri, 23 Jan 1998 12:36:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08225; Fri, 23 Jan 1998 12:36:49 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:36:49 -0800 (PST) From: Doug White Reply-To: Doug White To: Sean Shilton cc: questions@FreeBSD.ORG Subject: Re: USR XJ4336 pcmcia In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Sean Shilton wrote: > I have an IBM 760xl with a 3com 3c589d pcmica nic and an USR xj4336 mode. > The system is running freebsd 2.2.5. The system sees the 3com card > without a problem and on the lan the network works great. I cannot > however, configure the xj4336 modem, and i would like to use freebsd > soley, and i need ppp for that. Install the PAO package from http://www.jp.freebsd.org/PAO/. 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 Jan 23 12:41:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10259 for questions-outgoing; Fri, 23 Jan 1998 12:41:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10251 for ; Fri, 23 Jan 1998 12:40:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08236; Fri, 23 Jan 1998 12:40:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:40:19 -0800 (PST) From: Doug White Reply-To: Doug White To: Peter Mutsaers cc: freebsd-questions@FreeBSD.ORG Subject: Re: no digests anymore In-Reply-To: <199801210026.BAA01869@muon.xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Peter Mutsaers wrote: > I'm subscribed to the digest versions of > freebsd-{questions,cvs-all,hackers}. Since a week I've not received > digests anymore, but I'm still subscribed (checked with 'which'). > > Am I the only one suffering from this? I'm on hackers-digest and it's running in fits and starts, so it may be broken. Contact the postmaster for a status report. 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 Jan 23 12:41:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10301 for questions-outgoing; Fri, 23 Jan 1998 12:41:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10258 for ; Fri, 23 Jan 1998 12:41:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08240; Fri, 23 Jan 1998 12:40:53 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:40:53 -0800 (PST) From: Doug White Reply-To: Doug White To: George Vagner cc: questions@FreeBSD.ORG Subject: Re: cvsup problem? In-Reply-To: <199801210118.TAA29874@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, George Vagner wrote: > I cvsupped last night and tried to build a new kernel today, but i get an > error message. > > details: > > # config newkernel > files.i386: i386/isa/npx.c must be optional or standard > > maybe i have to edit files.i386 and fix something??? Build and install yourself a new version of config. didn't I answer this already? 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 Jan 23 12:42:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10525 for questions-outgoing; Fri, 23 Jan 1998 12:42:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10337 for ; Fri, 23 Jan 1998 12:41:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08244; Fri, 23 Jan 1998 12:41:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:41:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Matthew Giannini cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ethernet Card compatability In-Reply-To: <01bd2618$222088b0$445752c6@mahler.campus.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Matthew Giannini wrote: > Is the 3COM 3C905-TX PCI 10/100BASE-TX card supported in freeBSD 2.2.5? Yes. 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 Jan 23 12:42:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10539 for questions-outgoing; Fri, 23 Jan 1998 12:42:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10482 for ; Fri, 23 Jan 1998 12:42:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08248; Fri, 23 Jan 1998 12:42:03 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:42:03 -0800 (PST) From: Doug White Reply-To: Doug White To: Font cc: questions@FreeBSD.ORG Subject: Re: netatalk and ddp_route: still have no valid route In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Font wrote: > I've just upgraded a machine from 2.2.2-R to 2.2-980119-SNAP, and have > remade the kernel with the NETATALK option enabled. During bootup, after > ifconfig'ing but before rc.atalk is run, I get the bold/bright error > message > > ddp_route: still have no valid route > > twice. Where it shows up is not consistent other than as described above. > After rc.atalk completes, accesses from Macintoshes works fine (haven't > tried printing yet, but disk mounts are just fine). > > Since it works, I probably shouldn't be too worried, but in the odd case > that I'm doing something odd that I shouldn't be, I thought I'd ask the > list. Are there any gotchas of which I am unaware? A nearly identical > configuration was fine under 2.2.2-R; I've upgraded this one to keep > somewhat in line with the rest of my servers, running 2.2.5-R. I've gotten this on occaision; it usually stems from a slow response to AppleTalk queries. It'll fix itself. 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 Jan 23 12:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10822 for questions-outgoing; Fri, 23 Jan 1998 12:45:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10721 for ; Fri, 23 Jan 1998 12:43:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08256; Fri, 23 Jan 1998 12:43:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:43:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Frank Griffith cc: "'freebsd-questions@freebsd.org'" Subject: Re: Sweet Success In-Reply-To: <01BD2630.ACF895A0@fast1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, Frank Griffith wrote: > Well, no one said it was going to be easy! But many thanks > to all who helped by answering questions and giving advice. > > I never heard of FreeBSD until 3 weeks ago. And only knew > the slightest bit about UNIX. But this evening I completed > the final stage, that is my FreeBSD unit is a gateway to the > Internet for my favorite Win95 workstations. In fact this e-mail > is being routed to the group via this FreeBSD machine. Rock and roll! > Telnet, FTP all is working as planned. Now to put a big > drive in this thing, bring in a DS3 line and start renting > out the space. Its just that easy isn't it guys! When you use good hardware, then yes, it all works. :-) 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 Jan 23 12:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11322 for questions-outgoing; Fri, 23 Jan 1998 12:51:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11301 for ; Fri, 23 Jan 1998 12:50:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08273; Fri, 23 Jan 1998 12:49:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:49:01 -0800 (PST) From: Doug White Reply-To: Doug White To: "Mihail Af. Rybnikov" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Req: FreeBSD & Smart Array Controller on Compaq server In-Reply-To: <000d01bd262f$e8c53a80$1231e9c1@city1.city.yar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Mihail Af. Rybnikov wrote: > 1) May i to install FreeBSD on Compaq Server ? Sure. > 2) May i to install FreeBSD on Compaq Server, useng Smart Array Controller, > to RAID 5 mode ? Mail archives seem to point to no. It's an NCR controller of some type which may or may not be supported. I suggest trying to boot the boot floppy and see if it recognizes it during the boot probe (hit scroll lock at the main menu the use the up arrow). 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 Jan 23 12:53:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11598 for questions-outgoing; Fri, 23 Jan 1998 12:53:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11575 for ; Fri, 23 Jan 1998 12:53:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08284; Fri, 23 Jan 1998 12:53:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:53:40 -0800 (PST) From: Doug White Reply-To: Doug White To: Cliff Addy cc: questions@FreeBSD.ORG Subject: Re: Mysterious log message In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Cliff Addy wrote: > This showed up in the logs of one of our servers: > > ahc0: WARNING no command for scb 1 (cmdcmplt) QOUTCNT == 6 > > it hasn't appeared since. Any idea what caused it? Spurious SCSI error? 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 Jan 23 12:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11709 for questions-outgoing; Fri, 23 Jan 1998 12:54:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ccshst09.cs.uoguelph.ca (ccshst09.cs.uoguelph.ca [131.104.96.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11599 for ; Fri, 23 Jan 1998 12:53:57 -0800 (PST) (envelope-from agignac@uoguelph.ca) Received: from ccshst01 (ccshst01 [131.104.96.14]) by ccshst09.cs.uoguelph.ca (8.8.6/8.8.6) with SMTP id PAA13321 for ; Fri, 23 Jan 1998 15:53:36 -0500 (EST) Date: Fri, 23 Jan 1998 15:53:44 -0500 (EST) From: Andre Gignac X-Sender: agignac@ccshst01 To: questions@FreeBSD.ORG Subject: Re: help. (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I still can't get my FreeBSD box to address the network here at the house and I'm running out of ideas. I've recompiled the kernel and only the vx0 devices are being probed for. All other NIC's have been commented out of the configuration file. My NIC is a "3Com EtherLink III Combo (3C900)" rc.conf network_devices="vx0 lo0" ifconfig_vx0="inet 172.16.1.10 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" How can I test that the actual hardware is responding to the OS? What am I missing here? Do I have to play with the routing tables? Signed.... tired and confused! -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Andre~ Gignac The University of Guelph Globally Integrated Solutions Inc. mailto:agignac@uoguelph.ca mailto:andre@globally.com http://www.uoguelph.ca/~agignac http://www.globally.com ======================================================================== From owner-freebsd-questions Fri Jan 23 12:54:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11731 for questions-outgoing; Fri, 23 Jan 1998 12:54:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11570 for ; Fri, 23 Jan 1998 12:53:30 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08280; Fri, 23 Jan 1998 12:53:25 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:53:25 -0800 (PST) From: Doug White Reply-To: Doug White To: Edward Allison cc: questions@FreeBSD.ORG Subject: Re: can't write /somewhere/something on PPP In-Reply-To: <19980121134116.23246.rocketmail@send1b.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Edward Allison wrote: > FTP install attempt. > Everything seems to go fine right up to where I go to ALT F3. > > When I go to the VTY3 screen that first thing it is saying is that it > can't write /var/cauoo.if or something like that. You need to be more specific; that file doesn't exist. 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 Jan 23 12:57:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12190 for questions-outgoing; Fri, 23 Jan 1998 12:57:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12182 for ; Fri, 23 Jan 1998 12:57:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08307; Fri, 23 Jan 1998 12:56:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:56:56 -0800 (PST) From: Doug White Reply-To: Doug White To: =?iso-8859-1?Q?=DE=F3rhallur_Sverrisson?= cc: "'questions@freebsd.org'" Subject: Re: XTank port In-Reply-To: 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 hub.freebsd.org id MAA12183 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, [iso-8859-1] Ţórhallur Sverrisson wrote: > Hi, > > Im trying to compile XTank on my FreeBSD 3.0. Something goes wrong, and > Im not too good at Imake files. Has anyone done this? Is there maybe a > unoficial port? I bet it has somethign to do with IMake.tpl. In that case, you need to install the XFree86 prog distribution. 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 Jan 23 12:57:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12267 for questions-outgoing; Fri, 23 Jan 1998 12:57:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12232 for ; Fri, 23 Jan 1998 12:57:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08292; Fri, 23 Jan 1998 12:54:56 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:54:55 -0800 (PST) From: Doug White Reply-To: Doug White To: Vlad cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI Ethernet Card RP1651W(W89C940) In-Reply-To: <199801211517.WAA12282@relay.kuzbass.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Vlad wrote: > On Release 2.2.5 what include Subj. What kind of Ethernet card is this? What mfr/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 Fri Jan 23 12:57:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12280 for questions-outgoing; Fri, 23 Jan 1998 12:57:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12241 for ; Fri, 23 Jan 1998 12:57:22 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08252; Fri, 23 Jan 1998 12:42:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:42:34 -0800 (PST) From: Doug White Reply-To: Doug White To: chicheng@ibm.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: DSVD modem? In-Reply-To: <34C56F79.7766@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998 chicheng@ibm.net wrote: > The DSVD modem is incompatable with Linux, is it supported by > FreeBSD? Unless it talks like a modem (serial port/UART emulation), then 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 Fri Jan 23 12:57:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12332 for questions-outgoing; Fri, 23 Jan 1998 12:57:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12271 for ; Fri, 23 Jan 1998 12:57:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08288; Fri, 23 Jan 1998 12:54:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:54:31 -0800 (PST) From: Doug White Reply-To: Doug White To: accent@inficad.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Booting across multiple SCSI disks??? In-Reply-To: <34C60945.3458@inficad.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998 accent@inficad.com wrote: > My system is 100% SCSI with a Adaptec AHA2940 controller card. I just > added a faster 4 gig drive to my system and installed Win95b to it. My > old disk is 2 gig with a 1.2 gig partition for Win95a and a 800 meg > partition for FreeBSD 2.2.1. Is there any way to boot my existing > FreeBSD system from the second disk or do I have to reinstall FreeBSD on > the new 4 gig primary disk ?? I'm sorry, that doesn't make sense. You boot FreeBSd from the 800meg. Did you set up your 4 gig with a lower SCSI ID than the current disk? 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 Jan 23 12:57:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12360 for questions-outgoing; Fri, 23 Jan 1998 12:57:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12299 for ; Fri, 23 Jan 1998 12:57:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08267; Fri, 23 Jan 1998 12:45:48 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:45:48 -0800 (PST) From: Doug White Reply-To: Doug White To: George Vagner cc: questions@FreeBSD.ORG Subject: Re: preposterous process id In-Reply-To: <199801210512.XAA10652@epcot.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 20 Jan 1998, George Vagner wrote: > here is another message i am getting, and my ppp.log files are not > being logged. I think this has something to do with it. > anyone know how to fix this. > > Message 16/16 Cron Daemon Jan 20, 98 09:00:02 am -0600 > > Date: Tue, 20 Jan 1998 09:00:02 -0600 (CST) > To: root > Subject: Cron /usr/sbin/newsyslog > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > > newsyslog: preposterous process number: 0 Odd. Try running newsyslog with the -v option and see if that gives you any more insight. 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 Jan 23 12:58:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12641 for questions-outgoing; Fri, 23 Jan 1998 12:58:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12626 for ; Fri, 23 Jan 1998 12:58:24 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08316; Fri, 23 Jan 1998 12:58:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:58:13 -0800 (PST) From: Doug White Reply-To: Doug White To: chris cc: freebsd-questions@FreeBSD.ORG Subject: Re: qpopper system error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, chris wrote: > it seems that everything is up and running with the popper daemen, but > when i telnet to the mail port and try to log in with user and pass > it returns the following error, "-ERR System error, can't open temporary > file, do you own it?". then the server kills the connection Check that /var/mail is owned by bin:bin mode 777 (for now -- you might try 770 later). 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 Jan 23 13:00:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12943 for questions-outgoing; Fri, 23 Jan 1998 13:00:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12920 for ; Fri, 23 Jan 1998 13:00:10 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08327; Fri, 23 Jan 1998 13:00:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:00:01 -0800 (PST) From: Doug White Reply-To: Doug White To: "M. Monninger" cc: questions@FreeBSD.ORG Subject: Re: HP NIC's Supported? In-Reply-To: <3.0.5.32.19980121181229.0097e500@pop.primenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, M. Monninger wrote: > Does FBSD (2.2.5 specifically) support HP network cards, specifically the > J2585B? If so, which driver should be used? Probably not; HP network cards are pretty fruity (esp. the AnyLAN series). 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 Jan 23 13:01:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13089 for questions-outgoing; Fri, 23 Jan 1998 13:01:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13072 for ; Fri, 23 Jan 1998 13:01:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08335; Fri, 23 Jan 1998 13:01:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:01:33 -0800 (PST) From: Doug White Reply-To: Doug White To: "Sean J. Schluntz" cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCCARD.CONF and the 3C589D, please help. In-Reply-To: <34C64396.E26BE5F2@clicknet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Sean J. Schluntz wrote: > Greetings, I can't seem to get my FreeBSD v2.2.5 system to use my > network card (3Com 3C589D). > > I have ep0 in the kernel setup to use the default 0x300 and IRQ 10 (and > I used the 3Com utility to make sure those were the settings in the > card, which I'm trying to use in slot 1) Don't set up ep0, just make sure it's compiled into the kernel. pccard will do the rest. 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 Jan 23 13:02:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13237 for questions-outgoing; Fri, 23 Jan 1998 13:02:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13140 for ; Fri, 23 Jan 1998 13:02:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08339; Fri, 23 Jan 1998 13:01:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:01:59 -0800 (PST) From: Doug White Reply-To: Doug White To: nrrobins@eos.ncsu.edu cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2 qu[Destions In-Reply-To: <199801211928.OAA06187@c01021-111poe.eos.ncsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998 nrrobins@eos.ncsu.edu wrote: > Hello, > > My name is Neill Robins an I am new to FreeBSD. I have someone helping > me get setup but I have 2 questions that I was curious about. > 1) Does FreeBSD support and AGP graphics card? XFree86 does not support AGP cards at this time. FreeBSD could care less. :) 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 Jan 23 13:04:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13494 for questions-outgoing; Fri, 23 Jan 1998 13:04:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13455 for ; Fri, 23 Jan 1998 13:04:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08343; Fri, 23 Jan 1998 13:03:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:03:47 -0800 (PST) From: Doug White Reply-To: Doug White To: Satish Bommareddy cc: "'questions@freebsd.org'" , "'satish@holontech.com'" Subject: Re: arp handling of freeBSD In-Reply-To: <1162BE4AB70ED111A648006097BDDB852473DA@mom.holontech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Satish Bommareddy wrote: > hi, > i am interested to find out how freeBSD handles arp requests > especially when we have multiple IP addresses configured > per interface. > > if i have the primary IP as x.x.x.x > and the secondary IP as y.y.y.y > and so on > and there is an arp request for the primary IP > what does it respond back with. The ethernet address of the primary IP, of course. > and in the same scenario > when it does a arp request. > for an different ip address say.. a.b.c.d If it's not on the system and the system's never seen it, then it ignores it. > what is the source address of the arp request. > is it always the primary IP address??? it doesn't matter; the reply says `IP x.y.z.q (the one you asked about) has MAC address a.b.c.d.e.f.' Run tcpdump sometime and watch the arp requests come by. 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 Jan 23 13:05:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13697 for questions-outgoing; Fri, 23 Jan 1998 13:05:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13673 for ; Fri, 23 Jan 1998 13:05:19 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08354; Fri, 23 Jan 1998 13:05:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:05:05 -0800 (PST) From: Doug White Reply-To: Doug White To: "Randal S. Masutani" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Packet too large errors? In-Reply-To: <199801212048.KAA12116@oldyeller.comtest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Randal S. Masutani wrote: > Does anyone know what these errors are? Are they an attack on my system? > Is it comming in from the dial-up line or out to the dial-up line? > > Jan 17 23:35:18 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. > Jan 17 23:35:29 oldyeller ppp[6990]: tun0: Error: Packet too large (4102), discarding. They're coming over the link, so they are probably from the remote. They're probably modem errors, nothing to get too worked up about. 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 Jan 23 13:07:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13939 for questions-outgoing; Fri, 23 Jan 1998 13:07:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13923 for ; Fri, 23 Jan 1998 13:07:42 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08358; Fri, 23 Jan 1998 13:07:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:07:36 -0800 (PST) From: Doug White Reply-To: Doug White To: Loren Schooley cc: freebsd-questions@FreeBSD.ORG Subject: Re: dial-in login In-Reply-To: <19980121170042.46183@flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Loren Schooley wrote: > Hello, > I normaly telnet to a remote machine and loginyadayadayada but > I have been having to dial into the box now instead. With what program? > After dialing in, everything is normal until I try using vi, where upon thingis > go wack. I set in KSH export DISPLAY=vt100, and thing get a little better, but no editor or lynx won't work properly, as in they scramble and lock up once started. Also I have reset my stty erase. > > Question is, does the incoming modem call go thru some weird profile and > I lack permissions or what----- Your terminal program has crappy terminal emulation. > What I mean is, what is different about logging in telnet(SSH) or > dialing in thru a modem? What the terminal's capabilites are. Over telnet, you're using telnet's emulation, which is pretty good vt100. Over dialup, you're using your terminal, which could have sloppy vt100. Try a different terminal program. 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 Jan 23 13:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14231 for questions-outgoing; Fri, 23 Jan 1998 13:10:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14159 for ; Fri, 23 Jan 1998 13:09:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08362; Fri, 23 Jan 1998 13:09:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:09:31 -0800 (PST) From: Doug White Reply-To: Doug White To: The Computer Man cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question In-Reply-To: <3.0.5.32.19980121173552.0079aa30@itol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, The Computer Man wrote: > Hello Again, > I'm sorry to bother you guys but I have a major problem. My school > registerd a domain..and that setup ok, but I cannot get my server to look > at the host file and make the hosts come up... ie s01= inet" some other > stuff here {hosts} 255.255.255.192" but when the computer loads it will not > bring theses hosts up?? What are you talking about? Please be *very* explicit, include config files and error messages if necessary. > ,,and does anyone out there know how to setup > FreeBSD 2.2.2 as a DNS Server??? Go buy ``TCP/IP Network Administration'' from your local bookstore. I'm trying to setup this server as a dns > domain server, but need some help ... However that DNS and bind manual is a > bit out of my price range for now...Thanks So much you are more than > helpful with my last question Better start saving, UNIX involves a pretty good investment in books. Luckily they're generally cheaper than college coursebooks :-/ 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 Jan 23 13:11:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14384 for questions-outgoing; Fri, 23 Jan 1998 13:11:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14357 for ; Fri, 23 Jan 1998 13:11:12 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08369; Fri, 23 Jan 1998 13:11:08 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:11:08 -0800 (PST) From: Doug White Reply-To: Doug White To: John M Vinopal cc: questions@FreeBSD.ORG Subject: Re: more dumps core In-Reply-To: <199801220032.QAA13795@abattoir.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, John M Vinopal wrote: > > Xterm on freebsd host. Suspend cause more to dump core when invoked > as a pager; specifically, when paging mail. It appears to be shell > related: csh, sh dump core; tcsh does not. > > FreeBSD 2.2.5-RELEASE: kernel and userland. Wierd. :-/ I use less but on the off occaision I use more it seems to work okay. Do other things randomly sig11? You may have bad memory. 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 Jan 23 13:17:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14976 for questions-outgoing; Fri, 23 Jan 1998 13:17:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14970 for ; Fri, 23 Jan 1998 13:17:41 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08380; Fri, 23 Jan 1998 13:17:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:17:34 -0800 (PST) From: Doug White Reply-To: Doug White To: Shan-Min Chao cc: questions@FreeBSD.ORG Subject: Re: Setting up ethernet card In-Reply-To: <34C6E5B9.41C67EA6@lvdi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Shan-Min Chao wrote: > Can you guys please tell me how to setup my ethernet card? I have my > PPP stuff setup, but now I want to use my ethernet card on my local > LAN. I want my other computers to be able to telnet, ftp, etc. into > this computer. I went to /stand/sysinstall to configure the 3COM > ethernet card I have, and although it did something, when I tried to > ping myself using the mock IP address I made for this computer, it says > "no route to host". Is there something else I have to do. Please tell > me step by step and in detail. Assuming you have a 3com 3c509, you forgot to mention which card you have. 1. Make your kernel recognize your Ethernet card. Use the DOS setup utilities for the card to identify the resources it's using and disable PnP. 2. Boot with the -c option on the Boot: prompt, then feed the resources to the ep0 device. 3. Modify /etc/rc.conf, add a `ifconfig_ep0' line with appropriate IP addresses and other network info. Fill in `defaultrouter' if your network administrator gives you a default gateway. 4. Next reboot you should be set to go. > Also, instead of the usual '%' I get for the prompt, is it possible to > replace the '%' with the current directory I am in (like DOS)? Depends on your shell; most will, but you have to know how to set the prompt and the metacharacters to get the current directory with. > Also, how do I subscribe to this mailing list? About how many people > actually write everyday? mail majordomo@freebsd.org, body `subscribe freebsd-questions'. It gets about 100-150 messages/day. 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 Jan 23 13:21:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15316 for questions-outgoing; Fri, 23 Jan 1998 13:21:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15299 for ; Fri, 23 Jan 1998 13:20:54 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08389; Fri, 23 Jan 1998 13:19:17 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:19:17 -0800 (PST) From: Doug White Reply-To: Doug White To: Petri Helenius cc: Greg Miller , freebsd-questions@FreeBSD.ORG Subject: Re: question about AT-1700 ethernet card In-Reply-To: <199801220931.LAA07763@silver.sms.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Petri Helenius wrote: > > The AT1700 (plus or not) card runs on the fe0 driver. That clears that up :-) Thank you Petri, I didn't know that was even there. 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 Jan 23 13:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15346 for questions-outgoing; Fri, 23 Jan 1998 13:21:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15307 for ; Fri, 23 Jan 1998 13:20:57 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08396; Fri, 23 Jan 1998 13:20:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:20:45 -0800 (PST) From: Doug White Reply-To: Doug White To: Kwang-Soo Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: YAMAHA WAVETBLE sound card In-Reply-To: <34C75FF6.F676C544@cs.unc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Kwang-Soo Kim wrote: > Yes, you seem to be right. > I also checked another FreeBSD machine which has AWE32 sound card with > the same kernel. It clearly says supporting "SoundBlaster 16" not the > "SoundBlaster Pro": > > sb0 at 0x220 irq 5 drq 1 on isa > sb0: > sbxvi0 at 0x0 drq 5 on isa > sbxvi0: > sbmidi0 at 0x330 on isa > Yup, I have one of those cards. Very nice. > It's hard to believe that the new 300MHz motherboard has an 8-bit sound > card on it. Thus I thought it's a matter of driver problem. One word: cheap. The chips that drive these (the Crystal CS4231) are really inexpensive and do full-duplex audio. 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 Jan 23 13:23:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15687 for questions-outgoing; Fri, 23 Jan 1998 13:23:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15677 for ; Fri, 23 Jan 1998 13:23:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08400; Fri, 23 Jan 1998 13:22:40 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:22:40 -0800 (PST) From: Doug White Reply-To: Doug White To: "David B. Small" cc: "'freebsd-questions@freebsd.org'" Subject: Re: Using a 2.2.5 boot floppy to load from a 2.2.2 CDROM In-Reply-To: <01BD26FE.6019BC90.david.small@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, David B. Small wrote: > I have a Walnut Creek 2.2.2 CDROM. > My computer configuration (ATAPI CDROM drive on the 2nd controller, an > inability to move it to the first controller, ...) has made it difficult > for me to install FreeBSD (and I've been unsuccessful in loading from a FAT > partition, as the install program has trouble mounting it, even after the > partition editor has found it) > > In any case, I believe that 2.2.5 may have better ATAPI support, but I > don't have 2.2.5. > I'd like to know if it's possible for me to download some small subset of > 2.2.5 from cdrom.com, and then use that to install from my CD. > > Thanks for your help (and thanks to everyone who's helped so far), Yes -- you can fetch the 2.2.5 boot.flp, go to the options screen, and tell it you're installing 2.2.2. 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 Jan 23 13:23:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15817 for questions-outgoing; Fri, 23 Jan 1998 13:23:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15777 for ; Fri, 23 Jan 1998 13:23:43 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08404; Fri, 23 Jan 1998 13:23:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:23:39 -0800 (PST) From: Doug White Reply-To: Doug White To: Costa Morris cc: questions@FreeBSD.ORG Subject: Re: dump errors In-Reply-To: <01bd2743$a0eab3b0$0cddcfcf@cman.cortx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Costa Morris wrote: > i just installed a new seagate 4gb tape backup unit and i got this when i > tried running a full dump: > > DUMP: 36.91% done, finished in 0:17 > DUMP: 56.16% done, finished in 0:11 > DUMP: 75.52% done, finished in 0:06 > DUMP: write error 694350 blocks into volume 1 > ### DUMP: fopen on /dev/tty fails: Device not configured > ### DUMP: The ENTIRE dump is aborted. > DUMP: Date of this level 0 dump: Thu Jan 22 00:18:24 1998 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /dev/rsd0s1e (/var) to /dev/nrst0 > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 62159 tape blocks. > DUMP: dumping (Pass III) [directories] > DUMP: write error 10 blocks into volume 1 > DUMP: fopen on /dev/tty fails: Device not configured > ###DUMP: The ENTIRE dump is aborted. > > the command i ran was (off a script): > > /sbin/dump 0uaf $TAPE $filesystem Were you running this in the background? dump expects to be run on a tty and not backgrounded. It's trying to tell you that your tape is bad. 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 Jan 23 13:25:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16042 for questions-outgoing; Fri, 23 Jan 1998 13:25:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16005 for ; Fri, 23 Jan 1998 13:25:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08408; Fri, 23 Jan 1998 13:24:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:24:58 -0800 (PST) From: Doug White Reply-To: Doug White To: Tom Voshell cc: freebsd-questions@FreeBSD.ORG Subject: Re: floppy troubles In-Reply-To: <34C76FCD.75BFCC0B@micron.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Tom Voshell wrote: > FreeBSD > > When running fdimage.exe I get "sector not found" on fresh diskettes. When trying to boot it > loops forever on boot:. cant find kernel. The boot.flp image is 1,474,560 bytes. The floppy > holds 1,457,664 bytes. Is there another way to boot? Redownload the image in binary mode. 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 Jan 23 13:25:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16213 for questions-outgoing; Fri, 23 Jan 1998 13:25:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16127 for ; Fri, 23 Jan 1998 13:25:36 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08415; Fri, 23 Jan 1998 13:25:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:25:31 -0800 (PST) From: Doug White Reply-To: Doug White To: "Mofor L A (SoBE)" cc: "'freebsd-questions@freebsd.org'" Subject: Re: installation boot disk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Mofor L A (SoBE) wrote: > Hello. > > I have been trying to create an installation this without success. The > boot.flp file is 1,474,560 and the size of the floppy disk is 1,456,796. Redownload the image in binary mode. 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 Jan 23 13:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16760 for questions-outgoing; Fri, 23 Jan 1998 13:30:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16749 for ; Fri, 23 Jan 1998 13:30:09 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08427; Fri, 23 Jan 1998 13:30:04 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:30:04 -0800 (PST) From: Doug White Reply-To: Doug White To: Russ Howard cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions In-Reply-To: <34C77AE7.5AFD@sabre.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Russ Howard wrote: > I am thinking of putting either Linux, Free BSD, or some form of Unix on > my system at home to coexist with my Windows 95, Windows NT 4.0, and > OS/2 Warp 4 partitions. Linux appears to be out, because it doesn't > support plug 'n pray (at least that's what I read at the Red Hat > homepage). Does Free BSD support plug 'n play (I couldn't find it in the > online docs)? Also, here is my system : FreeBSD does, but you have to patch the kernel first. > Blaster 6X CD-ROM (off of its own PNP EIDE card) That probably won't work. You may want to move the CD onto the secondary IDE channel on your motherboard. > Parallel Port Zip Drive Another kernel patch to get that working. > Microsoft Inport Bus Mouse (off of its own PNP card) Barf. Can you force the InPort card? If you can then you can point the mse0 driver at it. > D: 549MB FAT Primary Linux or Free BSD FreeBSD can go here, but you have to delete the partition first since FreeBSD uses a native partition format. > Will this drive setup work with BSD? > Will Free BSD cooperate with my system? Also, when was the last official > version of Free BSD cut and when will the next one be (I want to get the > most current official release)? What is the version number of the most > current official release? Thanks for your help with this. Current release is 2.2.5, available from ftp://ftp.freebsd.org/pub/FreeBSD/. > P.S. You can send the answers either to rhoward@sabre.com (work) or > falcon@dhc.net (home). The reply is going where this one came from. If you don't like that then set up a Reply-To: header line. ;) 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 Jan 23 13:40:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17685 for questions-outgoing; Fri, 23 Jan 1998 13:40:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from webfarm1.whistle.com (webfarm1.whistle.com [207.76.204.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17676 for ; Fri, 23 Jan 1998 13:40:27 -0800 (PST) (envelope-from julian@whistle.com) Received: (from smap@localhost) by webfarm1.whistle.com (8.8.5/8.8.5) id NAA09082 for ; Fri, 23 Jan 1998 13:40:26 -0800 (PST) X-Authentication-Warning: webfarm1.whistle.com: smap set sender to using -f Received: from alpo.whistle.com(alpo.isp.whistle.com 207.76.204.38) by webfarm1.whistle.com via smap (V2.0) id xma009079; Fri, 23 Jan 98 13:40:11 -0800 Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA11240; Fri, 23 Jan 1998 13:24:44 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd011238; Fri Jan 23 13:24:35 1998 Message-ID: <34C909C9.2781E494@whistle.com> Date: Fri, 23 Jan 1998 13:21:13 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Doug White CC: nrrobins@eos.ncsu.edu, freebsd-questions@FreeBSD.ORG Subject: Re: 2 qu[Destions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White wrote: > > On Wed, 21 Jan 1998 nrrobins@eos.ncsu.edu wrote: > > > Hello, > > > > My name is Neill Robins an I am new to FreeBSD. I have someone helping > > me get setup but I have 2 questions that I was curious about. > > 1) Does FreeBSD support and AGP graphics card? > > XFree86 does not support AGP cards at this time. FreeBSD could care less. > :) what he means is the Freebsd could NOT care less.. (Americans destroying the language again you know..) support for video cards is supplied by a separate free sotware group (the XFree86 group) who supply X servers for all the '86 based Unices. Thus we support whatever they support. (same as Linux) there is also Xinside (xi) who have some server that the free group do not. > > 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 Jan 23 13:40:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17721 for questions-outgoing; Fri, 23 Jan 1998 13:40:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17573; Fri, 23 Jan 1998 13:40:00 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801232140.NAA17573@hub.freebsd.org> Subject: Re: no digests anymore In-Reply-To: from Doug White at "Jan 23, 98 12:40:19 pm" To: dwhite@resnet.uoregon.edu Date: Fri, 23 Jan 1998 13:40:00 -0800 (PST) Cc: plm@xs4all.nl, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Doug White wrote: > On Wed, 21 Jan 1998, Peter Mutsaers wrote: > > > I'm subscribed to the digest versions of > > freebsd-{questions,cvs-all,hackers}. Since a week I've not received > > digests anymore, but I'm still subscribed (checked with 'which'). > > > > Am I the only one suffering from this? > > I'm on hackers-digest and it's running in fits and starts, so it may be > broken. Contact the postmaster for a status report. digests are generated as needed, we just finished switching to new hardware. please give it a day to settle out ;) jmb From owner-freebsd-questions Fri Jan 23 13:45:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18345 for questions-outgoing; Fri, 23 Jan 1998 13:45:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from net1.netxxpress.net (net1.netxxpress.net [207.228.0.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18245 for ; Fri, 23 Jan 1998 13:44:32 -0800 (PST) (envelope-from bigdaddy@netxxpress.net) Received: from netxxpress.net (theryn.netxxpress.net [207.228.0.2]) by net1.netxxpress.net (8.8.5/8.8.5) with ESMTP id NAA00574 for ; Fri, 23 Jan 1998 13:37:19 -0800 (PST) Message-ID: <34C90F34.B98524B2@netxxpress.net> Date: Fri, 23 Jan 1998 13:44:20 -0800 From: Bigdaddy Organization: Net Express X-Mailer: Mozilla 4.02 [en]C-DIAL (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Video Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk HI I am writing to you to find out if there are any Video's currently avaible to help me lern FreeBSD. Thanks for your time From owner-freebsd-questions Fri Jan 23 13:57:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19578 for questions-outgoing; Fri, 23 Jan 1998 13:57:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19571 for ; Fri, 23 Jan 1998 13:57:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA08320; Fri, 23 Jan 1998 12:59:31 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 12:59:31 -0800 (PST) From: Doug White Reply-To: Doug White To: Reisha & Darrell Basdeo cc: Freebsd Subject: Re: Sound Card Configuration In-Reply-To: <000b01bd2697$53e0cac0$da411dc4@reisha> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Reisha & Darrell Basdeo wrote: Insert your file into your message and send it to multimedia@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 Fri Jan 23 13:57:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19606 for questions-outgoing; Fri, 23 Jan 1998 13:57:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19568 for ; Fri, 23 Jan 1998 13:57:32 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08373; Fri, 23 Jan 1998 13:14:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:14:07 -0800 (PST) From: Doug White Reply-To: Doug White To: Nick Fann cc: freebsd-questions@FreeBSD.ORG Subject: Re: About token ring support In-Reply-To: <199801220350.LAA17577@cvd.com.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, Nick Fann wrote: > Hi, > I wanna to know if freebsd support token ring network. Nope, not unless someone writes a driver. 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 Jan 23 13:57:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19605 for questions-outgoing; Fri, 23 Jan 1998 13:57:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19573 for ; Fri, 23 Jan 1998 13:57:34 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08331; Fri, 23 Jan 1998 13:00:45 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:00:45 -0800 (PST) From: Doug White Reply-To: Doug White To: "Cartwright, Mark, A GTE HQ SSG/SCLW" cc: questions@FreeBSD.ORG Subject: Re: PnP in 2.2-STABLE In-Reply-To: <2F2B6E9B0556D111817B00600852B3A22BE0A7@FSJUBJ03.GUNTER.AF.MIL> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, 21 Jan 1998, Cartwright, Mark, A GTE HQ SSG/SCLW wrote: > I currently use FreeBSD 2.2.2-RELEASE, but have just read on the > page that PnP is now more fully supported in -CURRENT and -STABLE branches. > My question is this: Is it worth the time of downloading the new sources to > get the PnP compatibility code, meaning, does it actually work with most > standard PnP devices? I know that may sound shrewd, but I have a slow > dial-up connection, and updating my source tree using cvsup is slow at best, > not to mention the time it takes to 'make world'. PnP is not in the core distribution. YOu have to install it as a kernel patch. Check the mail archives for more information. 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 Jan 23 13:58:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19776 for questions-outgoing; Fri, 23 Jan 1998 13:58:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19521 for ; Fri, 23 Jan 1998 13:57:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA08420; Fri, 23 Jan 1998 13:27:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 23 Jan 1998 13:27:26 -0800 (PST) From: Doug White Reply-To: Doug White To: "M.C Wong" cc: questions@FreeBSD.ORG Subject: Re: 2.2.5R Printing questions In-Reply-To: <19980122004113.14062.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, M.C Wong wrote: > Hi, > > This is a dump question which I need help with after reading through > the handbook. > > In our network, we have an NT server (sigh ...) that serves as the > print server for 3 printers: HP5Si, HP4MP, HP1600C and all of the > printers have NIC and IP address. > > I want to set up my FreeBSD 2.2.5R to print to those printers. > Preferably I would want to use the NT as a remote print server and > specify it in printcap as :rm. Tried that but I always get this > message: > > waiting for nt.domain to come up > > where nt.domain is the hostname of the NT. Are those printers served by LPD or by Windows Networking? If they're the latter you need either samba or rumba. > Alternativelty, I can use netprint (Perl script) to print directly to > port 515 of those printers. But, I am concerned with interfering the > spooling mechanism currently managed by the NT server. I wonder if I > simply use netprint, would I accidentally interfere with job that is > sent for printing by the NT server ?? It depends on how the NT server sends the requests. The network cards (I forgot the name of them!) only accept one job at a time and will just refuse the connection if they are busy. > Also, does anyone know of capability of those printers if we can probe > them for status so that if the printer is currently busy, then the > script would hold back a while and retry later, which means I would > have to modify netprint to do that. Just modify netprint to retry on connection refused's. 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 Jan 23 14:12:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21095 for questions-outgoing; Fri, 23 Jan 1998 14:12:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dns1.Cent.Org (dns1.Cent.Org [206.87.19.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21046 for ; Fri, 23 Jan 1998 14:11:53 -0800 (PST) (envelope-from gordon@dns1.Cent.Org) Received: from localhost (gordon@localhost) by dns1.Cent.Org (8.8.7/8.8.5) with SMTP id OAA16621 for ; Fri, 23 Jan 1998 14:10:37 -0800 (PST) Date: Fri, 23 Jan 1998 14:10:37 -0800 (PST) From: Gordon Chiu To: freebsd-questions@FreeBSD.ORG Subject: HTTPD 1.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I would like to know if any current versions of FreeBSD supports HTTPD 1.1 Thank you, Gordon ----------------------------- Gordon Chiu Webmaster, Centennial School From owner-freebsd-questions Fri Jan 23 14:29:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22711 for questions-outgoing; Fri, 23 Jan 1998 14:29:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from serv01.net-link.net (serv01.net-link.net [205.217.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22696 for ; Fri, 23 Jan 1998 14:29:20 -0800 (PST) (envelope-from wpub1@net-link.net) Received: from ricecake (pm201-2.bc [207.49.227.102]) by serv01.net-link.net (8.8.8/8.6.9) with SMTP id RAA02895; Fri, 23 Jan 1998 17:28:47 -0500 Message-Id: <3.0.3.32.19980123173228.007630ec@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 23 Jan 1998 17:32:28 -0500 To: Gordon Chiu , freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: Re: HTTPD 1.1 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Gordon, Spend some time at http://www.apache.org Apache is HTTP 1.1 compliant and it has run on FreeBSD since 2.x. Matthew At 02:10 PM 1/23/98 -0800, Gordon Chiu wrote: >Hello, > >I would like to know if any current versions of FreeBSD supports HTTPD >1.1 > >Thank you, > >Gordon > >----------------------------- >Gordon Chiu >Webmaster, Centennial School > > From owner-freebsd-questions Fri Jan 23 14:34:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23513 for questions-outgoing; Fri, 23 Jan 1998 14:34:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (F99.hotmail.com [207.82.250.218]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA23499 for ; Fri, 23 Jan 1998 14:34:15 -0800 (PST) (envelope-from jonahy@hotmail.com) Received: (qmail 27398 invoked by uid 0); 23 Jan 1998 22:27:03 -0000 Message-ID: <19980123222703.27397.qmail@hotmail.com> Received: from 198.178.8.173 by www.hotmail.com with HTTP; Fri, 23 Jan 1998 14:27:02 PST X-Originating-IP: [198.178.8.173] From: "" To: freebsd-questions@FreeBSD.ORG Subject: Printing Content-Type: text/plain Date: Fri, 23 Jan 1998 14:27:02 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, First does anyone know if there is any freebsd newgrou, that i can join. Second, can someone please tell me how i can set up my hp laser 6 printer to print with freebsd version 2.2.5. It is printing a blank page with nothing on it. Any help will be really appreciated. Thanks, Email me: jonahy@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com From owner-freebsd-questions Fri Jan 23 14:49:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24889 for questions-outgoing; Fri, 23 Jan 1998 14:49:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mph124.rh.psu.edu (root@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24877 for ; Fri, 23 Jan 1998 14:49:24 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id RAA27780; Fri, 23 Jan 1998 17:33:02 -0500 (EST) (envelope-from mph) Message-ID: <19980123173301.31459@mph124.rh.psu.edu> Date: Fri, 23 Jan 1998 17:33:01 -0500 From: Matthew Hunt To: Gordon Chiu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HTTPD 1.1 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Gordon Chiu on Fri, Jan 23, 1998 at 02:10:37PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 02:10:37PM -0800, Gordon Chiu wrote: > I would like to know if any current versions of FreeBSD supports HTTPD > 1.1 I think your question is a bit confused, but I am glad to answer what I think you're asking. Recent versions of the Apache web server (httpd) support HTTP/1.1. Apache runs very well under both FreeBSD 2.2.x and 3.0-CURRENT, and surely older versions as well. Unless you are experienced with Unix and ready to track down problems, you should plan to install FreeBSD 2.2.5 rather than 3.0-CURRENT, since 3.0-CURRENT is a work-in-progress. Regards, Matthew -- Matthew Hunt * Think locally, act globally. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. From owner-freebsd-questions Fri Jan 23 14:51:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25155 for questions-outgoing; Fri, 23 Jan 1998 14:51:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chong.ihug.co.nz (root@chong.ihug.co.nz [203.29.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25149 for ; Fri, 23 Jan 1998 14:51:19 -0800 (PST) (envelope-from marki@ihug.co.nz) Received: from gateway.ihug.co.nz (p14-max12.auck.ihug.co.nz [209.76.151.206]) by chong.ihug.co.nz (8.8.8/8.8.8) with SMTP id LAA27781; Sat, 24 Jan 1998 11:51:28 +1300 Message-ID: <34C91EFF.41C67EA6@ihug.co.nz> Date: Sat, 24 Jan 1998 11:51:43 +1300 From: Mark Ibell X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Darin Slovitt CC: freebsd-questions@FreeBSD.ORG Subject: Re: Address Masquerading References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Darin Slovitt wrote: > > Please help me! Or direct me to some documentation regarding Network > Address Translation using FreeBSD ... > I think what you need is pppd(8) and natd(8). You also might want to check out: http://www.computerbits.com/archive/9708/lan9708.htm There lies a pretty good article on NAT. ### Mark ### From owner-freebsd-questions Fri Jan 23 16:01:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00458 for questions-outgoing; Fri, 23 Jan 1998 16:01:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from revolution.3-cities.com (msmith@revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00448 for ; Fri, 23 Jan 1998 16:01:55 -0800 (PST) (envelope-from msmith@revolution.3-cities.com) Received: (from msmith@localhost) by revolution.3-cities.com (8.8.5/8.7.3) id PAA25632; Fri, 23 Jan 1998 15:56:47 -0800 (PST) From: Mark D Smith Message-Id: <199801232356.PAA25632@revolution.3-cities.com> Subject: Re: PnP in 2.2-STABLE To: dwhite@resnet.uoregon.edu Date: Fri, 23 Jan 1998 15:56:47 -0800 (PST) Cc: CARTWRIGHTM@SSG.Gunter.AF.mil, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jan 23, 98 01:00: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-freebsd-questions@FreeBSD.ORG Precedence: bulk > > PnP is not in the core distribution. YOu have to install it as a kernel > patch. Check the mail archives for more information. Actually, it was added to 2.2-STABLE last week or so, I saw it on my last cvsup. It's nice not having to repatch after every cvsup now. Mark From owner-freebsd-questions Fri Jan 23 16:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03857 for questions-outgoing; Fri, 23 Jan 1998 16:40:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from misery.sdf.com (misery.sdf.com [204.244.213.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA03843 for ; Fri, 23 Jan 1998 16:40:16 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.73 #1) id 0xvtO3-0003wj-00; Fri, 23 Jan 1998 16:23:51 -0800 Date: Fri, 23 Jan 1998 16:23:47 -0800 (PST) From: Tom To: dennis cc: freebsd-questions@FreeBSD.ORG Subject: Re: Intel 8640 cards In-Reply-To: <3.0.32.19980123175155.00f23be0@etinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, dennis wrote: > Are the "new" intel 8640 cards fully supported? ( a salesman told me > that they are the same at the Pro 100/B...but I'd like to know for certain. Belongs on freebsd-questions. Is this the Pro100+ as opposed to the Pro100/B? Is so, yes, the Pro100+ just combined the two chips into one. Same driver. > thanks, > > dennis > > Tom From owner-freebsd-questions Fri Jan 23 16:50:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05189 for questions-outgoing; Fri, 23 Jan 1998 16:50:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from miraf-server2.hondutel.hn (miraf-server2.hondutel.hn [206.48.104.141] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA05035 for ; Fri, 23 Jan 1998 16:49:41 -0800 (PST) (envelope-from quintana@hondutel.hn) Received: from skywalker.hondutel.hn ([207.42.188.100]) by miraf-server2.hondutel.hn (8.6.12/8.6.12) with ESMTP id SAA21947 for ; Fri, 23 Jan 1998 18:48:55 GMT Message-Id: <199801231848.SAA21947@miraf-server2.hondutel.hn> From: "Pablo Quintana" To: Subject: Installation not working Date: Fri, 23 Jan 1998 18:48:32 -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-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I`ve recently tried to put FreeBSD to work on a 486 33 MHz but when booting from the floppy disk makes a routine check and restart the machine. It keeps in that loop indefinetly. At the boot: prompt I type -cv but the programs continue like always. Need some help ASAP on this I formatted all my Windows 3.11 software because of FreeBSD. Pablo Quintana From owner-freebsd-questions Fri Jan 23 17:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06881 for questions-outgoing; Fri, 23 Jan 1998 17:17:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06873 for ; Fri, 23 Jan 1998 17:17:20 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id JAA00199 for ; Fri, 23 Jan 1998 09:15:39 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma000197; Fri, 23 Jan 98 09:15:28 -0800 Message-ID: <34C940D3.B490E9F0@partsnow.com> Date: Fri, 23 Jan 1998 17:16:03 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: ftp failure Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I just got a new message from my firewall machine. I was attempting to ftp to one of my FreeBSD clients inside and it said: Connected to WildeWeb. inetd in realloc(): warning: junk pointer, too low to make sense. This happened regardless of whether I called it by name or IP number, and it's the only machine that's having a problem. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Fri Jan 23 17:48:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09839 for questions-outgoing; Fri, 23 Jan 1998 17:48:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from webpoint.guelph.on.ca (webpoint.guelph.on.ca [199.212.135.209]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09832 for ; Fri, 23 Jan 1998 17:48:03 -0800 (PST) (envelope-from dusty@webpoint.net) Received: from Webpoint.webpoint.net (aflsc.sentex.ca [199.212.134.219]) by webpoint.guelph.on.ca (8.7.5/8.7.3) with ESMTP id UAA10164 for ; Fri, 23 Jan 1998 20:49:44 -0500 (EST) Message-ID: <34C94817.AE5D4728@webpoint.net> Date: Fri, 23 Jan 1998 20:47:03 -0500 From: Creig Eckersley X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: question ? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have Freebsd version 2.1 and I am haveing problems with it use more than 9 lines when the tenth line is been accessed by a member the modem picks up and the getty starts member gets prompt for login: and passwd: and then a error comes up tunnel device not found and hangs up. have you any ideas where to look ? dusty From owner-freebsd-questions Fri Jan 23 18:07:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14608 for questions-outgoing; Fri, 23 Jan 1998 18:07:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14579 for ; Fri, 23 Jan 1998 18:06:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA15921; Sat, 24 Jan 1998 12:35:41 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA26193; Sat, 24 Jan 1998 12:35:40 +1030 (CST) (envelope-from grog) Message-ID: <19980124123540.06606@lemis.com> Date: Sat, 24 Jan 1998 12:35:40 +1030 From: Greg Lehey To: efinley@castlenet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: what does this getty error mean? References: <34c8ba57.123359776@castlenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34c8ba57.123359776@castlenet.com>; from Elliot Finley on Fri, Jan 23, 1998 at 03:47:07PM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 03:47:07PM +0000, Elliot Finley wrote: > When I boot my system up, I get the following error from init: > > 'getty repeating too quickly on port /dev/ttyRXX, sleeping 30 secs' > > if anyone knows what this means, or how to resolve it, I would > appreciate your input... It means that you have a getty on a port which is not responding correctly; probably it's sending junk back on the login: prompt. You should either fix the port (is this a multiport serial board?), or disable the port in /etc/ttys. Greg From owner-freebsd-questions Fri Jan 23 18:15:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15571 for questions-outgoing; Fri, 23 Jan 1998 18:15:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15402 for ; Fri, 23 Jan 1998 18:13:46 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA15937; Sat, 24 Jan 1998 12:43:29 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA26270; Sat, 24 Jan 1998 12:43:28 +1030 (CST) (envelope-from grog) Message-ID: <19980124124328.25147@lemis.com> Date: Sat, 24 Jan 1998 12:43:28 +1030 From: Greg Lehey To: Pablo Quintana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation not working References: <199801231848.SAA21947@miraf-server2.hondutel.hn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801231848.SAA21947@miraf-server2.hondutel.hn>; from Pablo Quintana on Fri, Jan 23, 1998 at 06:48:32PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 06:48:32PM -0600, Pablo Quintana wrote: > Hi, I`ve recently tried to put FreeBSD to work on a 486 33 MHz but when > booting from the floppy disk makes a routine check and restart the machine. > It keeps in that loop indefinetly. At the boot: prompt I type -cv but the > programs continue like always. > > Need some help ASAP on this I formatted all my Windows 3.11 software > because of FreeBSD. Well, then we need more details. Check out http://www.lemis.com/questions.html for ideas on how to formulate your question. Greg From owner-freebsd-questions Fri Jan 23 18:15:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15589 for questions-outgoing; Fri, 23 Jan 1998 18:15:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wilkshire.net (root@wilkshire.net [207.206.44.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15566 for ; Fri, 23 Jan 1998 18:15:01 -0800 (PST) (envelope-from jeff@wilkshire.net) Received: from graphic.wilkshire.net ([207.206.44.11]) by wilkshire.net (8.8.5/8.8.5) with SMTP id VAA02195 for ; Fri, 23 Jan 1998 21:13:59 -0500 (EST) From: "Jeff Hartman" To: Subject: virtual hosting Date: Fri, 23 Jan 1998 21:13:06 -0500 Message-ID: <01bd286d$9bc88d00$0b2ccecf@graphic.wilkshire.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello, how do you create a virtual host on freebsd? i have created the virtual ip address by using ifconfig lo0 up "10.5.40.25" but i cannot add the following: apr -s `/usr/libexec/ether_addr "10.5.40.25"` pub ether_addr does not exist in the /usr/libexec directory and does creating a /etc/virtualip file save this information? also do you have any sample named.hosts and named.rev files on hand to help in the configuration of dns? thank you jeff hartman 330 874-9030 From owner-freebsd-questions Fri Jan 23 18:43:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18489 for questions-outgoing; Fri, 23 Jan 1998 18:43:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18482 for ; Fri, 23 Jan 1998 18:43:29 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA15952; Sat, 24 Jan 1998 12:47:12 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA26318; Sat, 24 Jan 1998 12:47:12 +1030 (CST) (envelope-from grog) Message-ID: <19980124124711.07831@lemis.com> Date: Sat, 24 Jan 1998 12:47:11 +1030 From: Greg Lehey To: Creig Eckersley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question ? References: <34C94817.AE5D4728@webpoint.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34C94817.AE5D4728@webpoint.net>; from Creig Eckersley on Fri, Jan 23, 1998 at 08:47:03PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 08:47:03PM -0500, Creig Eckersley wrote: > I have Freebsd version 2.1 and I am haveing problems with it use more > than 9 lines when the tenth line is been accessed by a member the modem > picks up and the getty starts member gets prompt for login: and passwd: > and then a error comes up tunnel device not found and hangs up. > > have you any ideas where to look ? Sorry, I don't understand the question. Could you reformulate, please? Exact error messages would help a lot. Greg From owner-freebsd-questions Fri Jan 23 18:56:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19804 for questions-outgoing; Fri, 23 Jan 1998 18:56:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19698 for ; Fri, 23 Jan 1998 18:55:40 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id KAA00346 for ; Sat, 24 Jan 1998 10:55:28 +0800 (PHT) Date: Sat, 24 Jan 1998 10:55:27 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: RE: 2.2.2 error... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk please disregard the previous message. it was my mistake! :I i forgot to check the CMOS for the correct capacity of the 3.5" floppy drive. it was set to 1.2MB, i set it back to 1.44MB and now it's working fine. --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Fri Jan 23 19:24:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22536 for questions-outgoing; Fri, 23 Jan 1998 19:24:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from talking.com (xata.winternet.com [199.199.125.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22529 for ; Fri, 23 Jan 1998 19:24:11 -0800 (PST) (envelope-from tab@talking.com) Received: from moose (moose.talking.com [204.246.103.40]) by talking.com (8.8.5/8.8.5) with SMTP id CAA12977 for ; Sat, 24 Jan 1998 02:58:13 -0600 (CST) Message-Id: <3.0.32.19980123212512.0068f7fc@talking.com> X-Sender: tab@talking.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 23 Jan 1998 21:25:13 -0600 To: freebsd-questions@FreeBSD.ORG From: Terry Braun Subject: netalk information Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Help, I cannot find information about configuring and using AppleTalk support. Could you please point me to a source of information. Thanks Terry ------------------- Terry Braun tab@talking.com Talking Networks, Inc. 612-351-0175 From owner-freebsd-questions Fri Jan 23 19:29:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23015 for questions-outgoing; Fri, 23 Jan 1998 19:29:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cheetah.it.wsu.edu (root@cheetah.it.wsu.edu [134.121.1.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23006 for ; Fri, 23 Jan 1998 19:29:31 -0800 (PST) (envelope-from hokanson@mail.wsu.edu) Received: from sativa (xtsd0607.it.wsu.edu [134.121.3.107]) by cheetah.it.wsu.edu (8.8.7/8.8.7) with SMTP id TAA31618 for ; Fri, 23 Jan 1998 19:04:42 -0800 (PST) From: "James Hokanson" To: Subject: FreeBSD 2.2.5 question... Date: Fri, 23 Jan 1998 19:03:30 -0800 Message-ID: <01bd2874$a6251f50$6b037986@sativa> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD2831.9801DF50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD2831.9801DF50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Just wondering if FreeBSD 2.2.5 supports the:=20 Matrox Millennium 2 Adaptec 2940UW (Ultra-Wide) SCSI controller ViewSonic PT775 17" monitor I would really appreciate any help you can give me on this hardware. Sincerely, ____________________________________________________ James W. Hokanson Washington State University http://www.wsu.edu:8080/~hokanson hokanson@mail.wsu.edu --------------------------------------------------- "There is nothing more difficult to take in hand, more perilous to conduct or more uncertain in its=20 success, than to take the lead in the introduction=20 of a new order of things...." - Machiavelli - ____________________________________________________ ------=_NextPart_000_0004_01BD2831.9801DF50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Just wondering if FreeBSD 2.2.5 = supports the:=20
 
Matrox Millennium 2
Adaptec 2940UW (Ultra-Wide) SCSI = controller 
ViewSonic PT775 17" monitor
 
I would really appreciate any help = you can give=20 me on this hardware.
 
Sincerely,
____________________________________________________
James W. Hokanson
Washington = State=20 University
http://www.wsu.edu:8080/~hokan= son
hokanson@mail.wsu.edu
------= ---------------------------------------------
"There=20 is nothing more difficult to take in hand,
more perilous to conduct = or more=20 uncertain in its
success, than to take the lead in the introduction =
of=20 a new order of things...."   - Machiavelli=20 -
____________________________________________________
  ------=_NextPart_000_0004_01BD2831.9801DF50-- From owner-freebsd-questions Fri Jan 23 19:47:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24967 for questions-outgoing; Fri, 23 Jan 1998 19:47:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24959 for ; Fri, 23 Jan 1998 19:47:48 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA21183; Fri, 23 Jan 1998 22:47:06 -0500 (EST) Message-ID: <19980123224705.31320@emu.sourcee.com> Date: Fri, 23 Jan 1998 22:47:05 -0500 From: Norman C Rice To: Creig Eckersley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question ? References: <34C94817.AE5D4728@webpoint.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C94817.AE5D4728@webpoint.net>; from Creig Eckersley on Fri, Jan 23, 1998 at 08:47:03PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, Jan 23, 1998 at 08:47:03PM -0500, Creig Eckersley wrote: > I have Freebsd version 2.1 and I am haveing problems with it use more > than 9 lines when the tenth line is been accessed by a member the modem > picks up and the getty starts member gets prompt for login: and passwd: > and then a error comes up tunnel device not found and hangs up. ^^^^^^^^^^^^^^^^^^^^^^^ How many tunnel devices are enabled in your kernel? pseudo-device tun ?? > > have you any ideas where to look ? In your kernel configuration file? > > dusty -- Regards, Norman C. Rice, Jr. From owner-freebsd-questions Fri Jan 23 20:27:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28793 for questions-outgoing; Fri, 23 Jan 1998 20:27:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from beast.toad.net (root@beast.toad.net [205.197.182.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28779 for ; Fri, 23 Jan 1998 20:27:42 -0800 (PST) (envelope-from gadget@toad.net) Received: from toad.net (sp4d45.toad.net [209.49.30.189]) by beast.toad.net (8.8.6/8.8.7) with ESMTP id XAA16416 for ; Fri, 23 Jan 1998 23:09:02 -0500 Message-ID: <34C968E7.6257B0FA@toad.net> Date: Fri, 23 Jan 1998 23:07:03 -0500 From: Brady Warren X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Panic: Double Fault Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I posted this message on one of the FreeBSD Newsgroups with no answers. Maybe you guys/gals can help out............ If this question has been asked before, sorry to all. While booting my system using the 'Bootfloppy' I encountered a 'Panic' fault. The error message was 'DOUBLE FAULT'. It came after the kernel configuration screen and after it ran throught all of its device probes. The last thing it tried to do was..... changing root device to fd0c ....then it tried to sync the disks and locked up tight. I am running a Intel 133 w/48 meg ram, two IDE drive 2 and 3gig, 1 CDrom. The drives are configured in this mannor: 2gig primary master, cdrom slave and the 3gig is the secondary master. I also have both the 5.25 and 3.5 floppies. I am running Win95 and wish to install FreeBSD on the 3gig (if at all possible). I realize there might be some reconfiguring of hardware to do; however, why do I get this error before I even get to the install screens? Any Suggestions? Brady gadget@toad.net From owner-freebsd-questions Fri Jan 23 20:33:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29307 for questions-outgoing; Fri, 23 Jan 1998 20:33:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@spain-8.ppp.hooked.net [206.169.228.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29300 for ; Fri, 23 Jan 1998 20:33:41 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id UAA00653; Fri, 23 Jan 1998 20:35:04 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Fri, 23 Jan 1998 20:35:04 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: James Hokanson cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 2.2.5 question... In-Reply-To: <01bd2874$a6251f50$6b037986@sativa> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, James Hokanson wrote: > Just wondering if FreeBSD 2.2.5 supports the: > Matrox Millennium 2 > ViewSonic PT775 17" monitor FreeBSD itself supports any standard VGA hardware (including monitors), as FreeBSD itself only does text. However for a graphical interface, you're probably looking into using X Windows, and you'll need to check with the author/vendors of your X Server to see if your hardware will work with their software. A popular set of free X servers is XFree86 at www.xfree86.org (easily found on the FreeBSD ftp site or cd-rom), they can easily be installed from FreeBSD's setup program. There are also comercial X Servers out there. I'm fairly sure that the Millenium 2 and Viewsonic stuff is supported by at least XFree86. > Adaptec 2940UW (Ultra-Wide) SCSI controller Yes, the 2940 and all of its variants (except for the Ultra2 models) are well supported, and in fact have a mailing list dedicated to them. > I would really appreciate any help you can give me on this hardware. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex From owner-freebsd-questions Fri Jan 23 20:42:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00323 for questions-outgoing; Fri, 23 Jan 1998 20:42:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sun.tir.com (sun.tir.com [205.138.41.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00297 for ; Fri, 23 Jan 1998 20:42:33 -0800 (PST) (envelope-from mercury@tir.com) Received: from computer (port19.mico01.tir.com [209.140.176.20]) by sun.tir.com (8.8.7/8.8.7) with SMTP id XAA12400 for ; Fri, 23 Jan 1998 23:42:24 -0500 (EST) From: "Marc Smith" To: Subject: FreeBSD Date: Fri, 23 Jan 1998 23:42:23 -0800 Message-ID: <01bd289b$9bebb680$14b08cd1@computer> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BD2858.8DC87680" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BD2858.8DC87680 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Ok, heres what I am trying to do. I have Win95 installed curently on my = machine, I wanna install FreeBSD too. I have a 3.2 GB hard drive and a = 500 MB hard drive. Windows is installed on my 3.2 GB hard drive. I wanna = devote my 500 MB drive just to FreeBSD. I had SystemCommander installed = before I tried installing FreeBSD. I tried starting up FreeBSD in = SysCommander and it looks at the A:\ drive and says "read error" and = just sits there and does nothing. Please help me out! Thanks for your time. Marc Smith ------=_NextPart_000_0008_01BD2858.8DC87680 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
Ok, heres what I am trying to do. I have Win95 = installed=20 curently on my machine, I wanna install FreeBSD too. I have a 3.2 GB = hard drive=20 and a 500 MB hard drive. Windows is installed on my 3.2 GB hard drive. I = wanna=20 devote my 500 MB drive just to FreeBSD. I had SystemCommander installed = before I=20 tried installing FreeBSD. I tried starting up FreeBSD in SysCommander = and it=20 looks at the A:\ drive and says "read error" and just sits = there and=20 does nothing. Please help me out!
Thanks for your time.
 
Marc Smith
------=_NextPart_000_0008_01BD2858.8DC87680-- From owner-freebsd-questions Fri Jan 23 20:47:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00863 for questions-outgoing; Fri, 23 Jan 1998 20:47:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00845 for ; Fri, 23 Jan 1998 20:47:21 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id KAA00332 for ; Sat, 24 Jan 1998 10:48:36 +0800 (PHT) Date: Sat, 24 Jan 1998 10:48:34 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: 2.2.2 boot disk just keeps on rebooting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello everyone! i created a boot disk from the 2.2.2-RELEASE CD (using setup.exe supplied) but i couldn't get the machine to boot from the floppy disk drive! it reboots when it starts to read from the floppy disk. what could be wrong here? --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Fri Jan 23 21:06:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02536 for questions-outgoing; Fri, 23 Jan 1998 21:06:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from solomon (solomon.ij.net [207.22.166.254]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA02347 for ; Fri, 23 Jan 1998 21:05:53 -0800 (PST) (envelope-from theancientone@ij.net) Received: from [209.4.40.134] by solomon (NTMail 3.02.13) with ESMTP id ya410252 for ; Sat, 24 Jan 1998 00:04:46 -0500 Message-ID: <34C9A03B.8FD32DEC@ij.net> Date: Sat, 24 Jan 1998 00:03:08 -0800 From: Tsu Kong Lue X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: freebsd and Asus motherboards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Will freebsd install on a syjet which is connected to an asus motherboard with an inbuilt scuzzy card ? From owner-freebsd-questions Fri Jan 23 21:25:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04439 for questions-outgoing; Fri, 23 Jan 1998 21:25:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (root@dal02-21.ppp.iadfw.net [206.66.11.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04432 for ; Fri, 23 Jan 1998 21:25:11 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from kf7nn@localhost) by mutsgo.dyn.ml.org (8.8.7/8.8.7) id VAA00395 for questions@freebsd.org; Fri, 23 Jan 1998 21:52:20 -0600 (CST) (envelope-from kf7nn) From: laszlo vagner Message-Id: <199801240352.VAA00395@mutsgo.dyn.ml.org> Subject: whod.txt To: questions@FreeBSD.ORG Date: Fri, 23 Jan 1998 21:52:19 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i am trying to configure ruptime i need to know the format for the whod.* file it keeps giving "no hosts in /var/whod" From owner-freebsd-questions Fri Jan 23 21:31:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05296 for questions-outgoing; Fri, 23 Jan 1998 21:31:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (proxy-c.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05225 for ; Fri, 23 Jan 1998 21:31:40 -0800 (PST) (envelope-from francis@cody.usls.edu) Received: from localhost (francis@localhost) by cody.usls.edu (8.8.5/8.8.5) with SMTP id NAA00577 for ; Sat, 24 Jan 1998 13:28:33 +0800 (PHT) Date: Sat, 24 Jan 1998 13:28:33 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: keeping up with time... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk hello everyone! what tool is recommended for syncronizing all servers with the correct time? i have 2 FreeBSD servers, 2 Linux servers and one NT server on my network plus a number of Windows 95 workstations. thanks! --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class From owner-freebsd-questions Fri Jan 23 21:41:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06099 for questions-outgoing; Fri, 23 Jan 1998 21:41:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sun.tir.com (sun.tir.com [205.138.41.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA06094 for ; Fri, 23 Jan 1998 21:41:37 -0800 (PST) (envelope-from mercury@tir.com) Received: from computer (port12.mico16.tir.com [209.140.179.13]) by sun.tir.com (8.8.7/8.8.7) with SMTP id AAA27350 for ; Sat, 24 Jan 1998 00:41:35 -0500 (EST) From: "Marc Smith" To: Subject: Free BSD Date: Sat, 24 Jan 1998 00:41:36 -0800 Message-ID: <01bd28a3$e18df880$0db38cd1@computer> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01BD2860.D36AB880" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_000C_01BD2860.D36AB880 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Ok, heres what I am trying to do. I have Win95 installed curently on my = machine, I wanna install FreeBSD too. I have a 3.2 GB=20 hard drive and a 500 MB hard drive. Windows is installed on my 3.2 GB = hard drive. I wanna devote my 500 MB drive just to=20 FreeBSD. I had SystemCommander installed before I tried installing = FreeBSD. I tried starting up FreeBSD in SysCommander and it=20 looks at the A:\ drive and says "read error" and just sits there and = does nothing. Please help me out! Thanks for your time. =20 Marc Smith ------=_NextPart_000_000C_01BD2860.D36AB880 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
Ok, heres what I am trying to do. I have Win95 = installed=20 curently on my machine, I wanna install FreeBSD too. I have a 3.2 GB=20
 
hard drive and a 500 MB hard drive. Windows is = installed on my=20 3.2 GB hard drive. I wanna devote my 500 MB drive just to
 
FreeBSD. I had SystemCommander installed before I = tried=20 installing FreeBSD. I tried starting up FreeBSD in SysCommander and it=20
 
looks at the A:\ drive and says "read = error" and=20 just sits there and does nothing. Please help me out!
 
Thanks for your time.
 
Marc Smith
------=_NextPart_000_000C_01BD2860.D36AB880-- From owner-freebsd-questions Fri Jan 23 23:08:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13049 for questions-outgoing; Fri, 23 Jan 1998 23:08:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tpts5.seed.net.tw (tpts5.seed.net.tw [139.175.55.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13043 for ; Fri, 23 Jan 1998 23:08:21 -0800 (PST) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-50.dialup.seed.net.tw [139.175.192.50]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id NAA02946 for ; Sat, 24 Jan 1998 13:01:57 +0800 (CST) Message-ID: <34C97367.1EE3@tpts5.seed.net.tw> Date: Sat, 24 Jan 1998 12:51:51 +0800 From: Gordon Wang Reply-To: guelph@tpts5.seed.net.tw X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: network scanner software. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dear Sir I am s FreeBSD 2.2.1 user. Could you tell me what the papular "network scanner" softwares for FreeBSD are . Where can I get it? Thanks for your help Gordon From owner-freebsd-questions Fri Jan 23 23:12:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13485 for questions-outgoing; Fri, 23 Jan 1998 23:12:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from klokan.sh.cvut.cz (root@klokan.sh.cvut.cz [193.84.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA13475 for ; Fri, 23 Jan 1998 23:12:25 -0800 (PST) (envelope-from J.Klaus@sh.cvut.cz) Received: from skunk.sh.cvut.cz (skunk.sh.cvut.cz [194.108.141.194]) by klokan.sh.cvut.cz (8.6.12/8.6.9) with ESMTP id HAA06977 for ; Sat, 24 Jan 1998 07:00:24 +0100 Received: from SKUNK/SpoolDir by skunk.sh.cvut.cz (Mercury 1.31); 24 Jan 98 07:00:25 +0100 Received: from SpoolDir by SKUNK (Mercury 1.31); 24 Jan 98 07:00:05 +0100 Received: from hell.sh.cvut.cz by skunk.sh.cvut.cz (Mercury 1.31); 24 Jan 98 06:59:57 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 MIME-Version: 1.0 Date: Sat, 24 Jan 1998 06:18:27 +0100 (CET) Organization: CTU Prague From: Jaroslav Klaus To: freebsd-questions@FreeBSD.ORG Subject: Interface IP address (SNMP) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id XAA13477 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, How could I "snmpget" IP address of host interfaces? I have ucd-snmp-3.2 on FBSD 225 box.Thanx -- Jarda From owner-freebsd-questions Fri Jan 23 23:48:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16064 for questions-outgoing; Fri, 23 Jan 1998 23:48:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16056 for ; Fri, 23 Jan 1998 23:48:34 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id PAA05589 for ; Sat, 24 Jan 1998 15:48:12 +0800 (WST) Date: Sat, 24 Jan 1998 15:48:12 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: uucp failing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hiyall, I'm getting an error that uucp and ramptops rmail and rnews requests are failing because they do not have permission to run rnews and rmail. How do you resolve this? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ From owner-freebsd-questions Fri Jan 23 23:57:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16638 for questions-outgoing; Fri, 23 Jan 1998 23:57:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bart.ionsys.com (root@bart.ionsys.com [206.49.34.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16630 for ; Fri, 23 Jan 1998 23:57:43 -0800 (PST) (envelope-from gwong@ionsys.com) Received: from [209.112.8.65] (itchy2-11-65.ionsys.com [209.112.8.65]) by bart.ionsys.com (8.8.6/8.7.3) with SMTP id CAA29286 for ; Sat, 24 Jan 1998 02:56:26 -0500 Message-Id: <199801240756.CAA29286@bart.ionsys.com> To: FreeBSD Support Subject: Problems Installing from floppy Date: Sat, 24 Jan 98 02:56:17 -0500 From: Gordon Wong X-Mailer: E-Mail Connection v2.5.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk -- [ From: Gordon Wong * EMC.Ver #2.5.02 ] -- Hello, I have problems installing from the floppy. When the program starts installing from the floppy, there is a message that reads," Couldn't extract the following distributions because they were not available on the installation media you,ve chosen: bin". However, my floppies have the directory "bin" along with the files(ie. bin. aa, bin.ab etc) in the bin directory yet the installation can't "detect" this. I am using the v3.0 SNAP ver. Any help would be most appreciated, Gordon gwong@ionsys.com From owner-freebsd-questions Sat Jan 24 00:06:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17579 for questions-outgoing; Sat, 24 Jan 1998 00:06:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ladybug.seas.gwu.edu (ladybug.seas.gwu.edu [128.164.9.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17574 for ; Sat, 24 Jan 1998 00:06:34 -0800 (PST) (envelope-from englishk@seas.gwu.edu) Received: from seas.gwu.edu (felix.seas.gwu.edu [128.164.9.3]) by ladybug.seas.gwu.edu (v8) with ESMTP id BAA15825 for ; Sat, 24 Jan 1998 01:50:57 -0500 (EST) Received: from localhost (englishk@localhost) by seas.gwu.edu (8.8.7/8.7.1) with SMTP id BAA08597 for ; Sat, 24 Jan 1998 01:49:51 -0500 (EST) Date: Sat, 24 Jan 1998 01:49:51 -0500 (EST) From: "Kevin W. English" X-Sender: englishk@felix To: questions@FreeBSD.ORG Subject: Dos Partition Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Alrigth, I've been fooling around with the install of Freebsd on and off for a couple of weeks. I downloaded the files from your ftp. I want to install from my dos partition but when i goto media in the custom option, I select the dos partition option and it says, "No Dos Primary Partion Found." SO that's as far as I can get. I have windows 95 B (OSR-2), I don't know if that matters. I would like to avoid installing from floppies so I just wanted your opinion on if this is necessary or is there a way to get around that error? Also, when I run fdisk. I do see the non-dos partion but obviously when I choose that option (F2) at boot up, I get all kinds of errors so I assume none of the files got copied. Thanks for your time and help, Kevin English From owner-freebsd-questions Sat Jan 24 00:45:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20748 for questions-outgoing; Sat, 24 Jan 1998 00:45:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20741 for ; Sat, 24 Jan 1998 00:45:54 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul7.u.washington.edu (root@saul7.u.washington.edu [140.142.82.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id AAA30480; Sat, 24 Jan 1998 00:45:53 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul7.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id AAA22142; Sat, 24 Jan 1998 00:45:52 -0800 (PST) Message-Id: <3.0.5.32.19980124004544.007c23f0@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 24 Jan 1998 00:45:44 +0000 To: Brady Warren From: Jason Wells Subject: Re: Panic: Double Fault Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <34C968E7.6257B0FA@toad.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 23:07 1/23/98 -0500, Brady Warren wrote: >I posted this message on one of the FreeBSD Newsgroups with no answers. >Maybe >you guys/gals can help out............ > >If this question has been asked before, sorry to all. > > While booting my system using the 'Bootfloppy' I encountered a >'Panic' fault. The error >message was 'DOUBLE FAULT'. It came after the kernel configuration >screen and after >it ran throught all of its device probes. The last thing it tried to do >was..... >changing root device to fd0c > ....then it tried to sync the disks and locked up tight. > I am running a Intel 133 w/48 meg ram, two IDE drive 2 and 3gig, 1 >CDrom. The >drives are configured in this mannor: 2gig primary master, cdrom slave >and the 3gig >is the secondary master. I also have both the 5.25 and 3.5 floppies. > I am running Win95 and wish to install FreeBSD on the 3gig (if at >all possible). I >realize there might be some reconfiguring of hardware to do; however, >why do I get this >error before I even get to the install screens? > > Any Suggestions? > Brady > gadget@toad.net I had this exact problem. I hear from the grapevine that there is a bug that affects computers with 48MB of RAM. This only affects you during boot from the boot.flp. After installation you will never see it again. I guess that you are using the 2.2.5-RELEASE boot.flp. You can do one of two things. Pull a couple simms and boot with 32MB ram; or get a 3.0-SNAP boot.flp, boot with it, then change the selected distribution to 2.2.5-RELEASE under the options menu. I chose the latter. It worked fine. I can't say about pulling simms. Like I said, I heard it through the grapevine. Also, newsgroups are great, if you like UCE. :) This list is superior to the groups for asking questions and getting correct and timely responses. This web page supports this position. http://www.freebsd.org/support.html Good Luck, Jason Wells From owner-freebsd-questions Sat Jan 24 00:47:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20902 for questions-outgoing; Sat, 24 Jan 1998 00:47:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from superior.mooseriver.com (dynamic16.pm02.sf3d.best.com [209.24.234.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20897 for ; Sat, 24 Jan 1998 00:47:35 -0800 (PST) (envelope-from jgrosch@superior.mooseriver.com) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.8/8.8.5) id WAA05972; Fri, 23 Jan 1998 22:28:14 -0800 (PST) Message-ID: <19980123222814.43925@mooseriver.com> Date: Fri, 23 Jan 1998 22:28:14 -0800 From: Josef Grosch To: Francis Vidal Cc: FreeBSD Questions Subject: Re: keeping up with time... Reply-To: jgrosch@superior.mooseriver.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: ; from Francis Vidal on Sat, Jan 24, 1998 at 01:28:33PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, Jan 24, 1998 at 01:28:33PM +0800, Francis Vidal wrote: > hello everyone! > > what tool is recommended for syncronizing all servers with the correct > time? i have 2 FreeBSD servers, 2 Linux servers and one NT server on my > network plus a number of Windows 95 workstations. > man xntpd(8) -- Josef Grosch | Another day closer to a | FreeBSD 2.2.5 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Sat Jan 24 02:25:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27138 for questions-outgoing; Sat, 24 Jan 1998 02:25:15 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (root@dal10-30.ppp.iadfw.net [206.66.4.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27130 for ; Sat, 24 Jan 1998 02:25:11 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from kf7nn@localhost) by mutsgo.dyn.ml.org (8.8.7/8.8.7) id DAA06759 for questions@freebsd.org; Sat, 24 Jan 1998 03:52:58 -0600 (CST) (envelope-from kf7nn) From: laszlo vagner Message-Id: <199801240952.DAA06759@mutsgo.dyn.ml.org> Subject: ntpdate servers To: questions@FreeBSD.ORG Date: Sat, 24 Jan 1998 03:52:57 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk i would like to know where i can syncronize my time using ntpdate. i always get no sutiable servers are available. From owner-freebsd-questions Sat Jan 24 03:01:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29054 for questions-outgoing; Sat, 24 Jan 1998 03:01:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (root@dal10-30.ppp.iadfw.net [206.66.4.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29048 for ; Sat, 24 Jan 1998 03:01:16 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: from mutsgo.dyn.ml.org (kf7nn@localhost.iadfw.net [127.0.0.1]) by mutsgo.dyn.ml.org (8.8.7/8.8.7) with ESMTP id FAA06871 for ; Sat, 24 Jan 1998 05:01:13 -0600 (CST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Message-ID: <34C9C9F6.FCC2603@mutsgo.dyn.ml.org> Date: Sat, 24 Jan 1998 11:01:10 +0000 From: laszlo vagner X-Mailer: Mozilla 4.03 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: ftp directories vs telnet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Here is another dumb question for someone who knows enough to get himself in a bit of trouble. I want to put people who have an account on my machine into their respective web page directory if they log in with a username and password thru FTP, but if they telnet in i want them to go to their /home/xxxuser directory also if they FTP in using anonymous login they go to the /var/ftp directory. right now they go to: telnet >> /home/xxxuser this is fine no changes needed ftp anon >> /var/ftp fine no changes ftp username > /home/xxxuser need to change to /usr/local/www/data/xxxuser the problem is if they upload webpages to /foo.bar.com/username it dont get displayed cause its in the wrong directory. they have to specifically upload to /foo.bar.com/usr/local/www/data/username for it to go to the right directory. how do i fix this, its gotta be simple.... From owner-freebsd-questions Sat Jan 24 04:07:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05708 for questions-outgoing; Sat, 24 Jan 1998 04:07:03 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05691; Sat, 24 Jan 1998 04:06:58 -0800 (PST) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-10.bellatlantic.net [151.201.122.10]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id HAA08467; Sat, 24 Jan 1998 07:07:05 -0500 (EST) Newsgroups: comp.unix.bsd.freebsd.misc Date: Sat, 24 Jan 1998 07:06:14 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: doscmd & vga (raw mode) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I had a question about doscmd... I know that raw mode isn't yet supported, and neither is vga mode. Does it need to cooperate with syscons via the libvgl interface, or does it directly access video memory via the bios/other? Does raw mode work on BSDI? I tried executing a self-displaying picture with doscmd -r picture.exe and got doscmd: fatal error reading program text. What needs to be done to do access VGA? Also, VGA should be doable under X, even though it would be much tougher. Thanks, Donn P.S. This is far fetched, but I thought I might even be possible to do a non-vga (libvga, syscons) port of netscape since the sources are going to be released soon. This could be tough. From owner-freebsd-questions Sat Jan 24 04:40:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08017 for questions-outgoing; Sat, 24 Jan 1998 04:40:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kiwi.easynet.co.uk (kiwi.easynet.co.uk [193.131.248.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA07917 for ; Sat, 24 Jan 1998 04:40:00 -0800 (PST) (envelope-from pjcsystems@cityconnect.co.uk) Message-Id: <199801241240.EAA07917@hub.freebsd.org> Received: (qmail 12671 invoked from network); 24 Jan 1998 12:41:31 -0000 Received: from unknown (HELO pentium) (195.40.220.175) by cityconnect.co.uk with SMTP; 24 Jan 1998 12:41:31 -0000 From: "Steven Jenkins" To: Subject: Installing FreeBSD Date: Sat, 24 Jan 1998 12:41:10 -0000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am considering installing FreeBSD over a PPP connection on my Pentium 100 PC. However I am concerned that the installation could go wrong and render my system unusable. How could I remove FreeBSD after installation and return to my original Windows 95 setup ? Is it straight forward ? Regards, Steven Jenkins From owner-freebsd-questions Sat Jan 24 05:22:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10381 for questions-outgoing; Sat, 24 Jan 1998 05:22:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10369 for ; Sat, 24 Jan 1998 05:22:27 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-47.cetlink.net [209.54.58.47]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id IAA16700; Sat, 24 Jan 1998 08:22:24 -0500 (EST) From: jak@cetlink.net (John Kelly) To: pstewart Cc: questions@FreeBSD.ORG Subject: Quick recipe to make world and kernel Date: Sat, 24 Jan 1998 14:23:04 GMT Message-ID: <34cbf7fb.3120783@mail.cetlink.net> References: In-Reply-To: X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id FAA10374 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 24 Jan 1998 06:49:57 -0500 (EST), pstewart wrote: >> Just to hear it in your own words ... what caused the decision >> to switch? > we spent literally hours in Linux just upgrading kernels on the > various servers, patching GCC, recompiling Apache constantly as > upgrades came out..... with FreeBSD this seems so much easier > and painless ... this ports collection thing has to be the best > invention I've ever seen, much better than RPM on Linux I recommend you also install the cvsup port to keep up with the latest patches to the -stable source tree: cd /usr/ports/net/cvsup make extract edit the Makefile and set MAKE_ENV= M3FLAGS="-DNOGUI -DM3STATIC" make install Look at the sample supfiles in /usr/share/examples/cvsup. Make a copy of stable-supfile and ports-supfile and edit them to your preferences. Then change to the directory where copied them and: cvsup -L 2 stable-supfile Or if you are behind a firewall you can add -P - as: cvsup -L 2 -P - stable-supfile When that completes, you will have the latest changes to the source tree. Then you are ready to: a) make world b) recompile the kernel: cd /usr/src make -DNOGAMES -DCLOBBER world That will take 3 to 8 hours depending on your CPU horsepower. When complete: cd /sys/i386/conf copy GENERIC to a name like OHBOY and edit it to your preferences config OHBOY cd ../../compile/OHBOY make make install If all goes well, you have rebuilt the world and your kernel and are ready to reboot with the latest FreeBSD patches to the -stable tree. John From owner-freebsd-questions Sat Jan 24 06:44:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14629 for questions-outgoing; Sat, 24 Jan 1998 06:44:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA14599 for ; Sat, 24 Jan 1998 06:43:59 -0800 (PST) (envelope-from n5ptn@bga.com) Received: (qmail 34124 invoked from network); 24 Jan 1998 14:43:53 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 24 Jan 1998 14:43:53 -0000 Received: from apm0-33.realtime.net (apm0-33.realtime.net [205.238.146.33]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id IAA28843 for ; Sat, 24 Jan 1998 08:43:49 -0600 Date: Sat, 24 Jan 1998 08:43:49 -0600 Message-Id: <2.2.16.19980124084142.25c784c6@bga.com> X-Sender: n5ptn@bga.com X-Mailer: Windows Eudora Pro Version 2.2 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@FreeBSD.ORG From: Michael Lay Subject: Can anyone relate? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk >> >>Subject: A new toaster >> >> >> >>Day 1: My boss, an engineer from the pre-CAD days, has successfully >>brought a generation of products from Acme Toaster Corp's engineering >>labs to market. Bob is a wonder of mechanical ingenuity. All of us in >>the design department have the utmost respect for him, so I was >>honored when he appointed me the lead designer on the new Acme 2000 >>Toaster. >> >>Day 6: We met with the president, head of sales, and the marketing >>vice president today to hammer out the project's requirements and >>specifications. Here at Acme, our market share is eroding to low-cost >>imports. We agreed to meet a cost of goods of $9.50 (100,000). I've >>identified the critical issue in the new design: a replacement for the >>timing spring we've used since the original 1922 model. Research with >>the focus groups shows that consumers set high expectations for their >>breakfast foods. Cafe latte from Starbuck's goes best with a precise >>level of toastal browning. The Acme 2000 will give our customers the >>breakfast experience they desire. I estimated a design budget of >>$21,590 for this project and final delivery in seven weeks. I'll need >>one assistant designer to help with the drawing packages. This is my >>first chance to supervise! >> >>Day 23: We've found the ideal spring material. Best of all, it's a >>well-proven technology. Our projected cost of goods is almost $1.50 >>lower than our goal. Our rough prototype, which was completed just 12 >>days after we started, has been servicing the employee cafeteria for a >>week without a single hiccup. Toastal quality exceeds projections. >> >>Day 24: A major aerospace company that had run out of defense >>contractors to acquire has just snapped up that block of Acme stock >>sold to the Mackenzie family in the '50s. At a companywide meeting, >>corporate assured us that this sale was only an investment and that >>nothing will change. >> >>Day 30: I showed the Acme 2000's exquisitely crafted toastal-timing >>mechanism to Ms. Primrose, the new engineering auditor. The single >>spring and four interlocking lever arms are things of beauty to me. >> >>Day 36: The design is complete. We're starting a prototype run of 500 >>toasters tomorrow. I'm starting to wrap up the engineering effort. My >>new assistant did a wonderful job. >> >>Day 38: Suddenly, a major snag happened. Bob called me into his >>office. He seemed very uneasy as he informed me that those on high >>feel that the Acme 2000 is obsolete -- something about using springs >>in the silicon age. I reminded Bob that the consultants had looked at >>using a microprocessor but figured that an electronic design would >>exceed our cost target by almost 50% with no real benefit in terms of >>toastal quality. "With a computer, our customers can load the bread >>the night before, program a finish time, and get a perfect slice of >>toast when they awaken," Bob intoned, as if reading from a script. >> >>Day 48: Bill Compguy, the new microprocessor whiz, scrapped my idea of >>using a dedicated 4-bit CPU. "We need some horsepower if we're gonna >>program this puppy in C," he said, while I stared fascinated at the >>old crumbs stuck in his wild beard. "Time-to-market, you >>know. Delivery is due in three months. We'll just pop this cool new >>8-bitter I found into it, whip up some code, and ship to the end >>user." >> >>Day 120: The good news is that I'm getting to stretch my >>mechanical-design abilities. Bill convinced management that the old >>spring-loaded, press-down lever control is obsolete. I've designed a >>"motorized insertion port," stealing ideas from a CD-ROM drive. Three >>cross-coupled, safety-interlock microswitches ensure that the heaters >>won't come on unless users properly insert the toast. We're seeing >>some reliability problems due to the temperature extremes, but I'm >>sure we can work those out. >> >>Day 132: New schedule: We now expect delivery in three months. We've >>replaced the 8-bitter with a Harvard-architecture, 16-bit, 3-MIPS CPU. >> >>Day 172: New schedule: We now expect delivery in three months. >> >>Day 194: The auditors convinced management we really need a graphical >>user interface with a full-screen LCD. "You're gonna need some >>horsepower to drive that," Bill warned us. "I recommend a 386 with a >>half-meg of RAM." He went back to design Revision J of the pc board. >> >>Day 268: New schedule: We now expect delivery in three months. We've >>cured most of the electronics' temperature problems with a pair of >>fans, though management is complaining about the noise. Bob sits in >>his office all day, door locked, drinking Jack Daniels. Like >>clockwork, his wife calls every night around midnight, sobbing. I'm >>worried about him and mentioned my concern to Chuck. "Wife?" he >>asked. "Wife? Yeah, I think I've got one of those and two or three >>kids, too. Now, let's just stick another meg of RAM in here, OK?" >> >>Day 290: We gave up on the custom GUI and are now installing Windows >>CE. The auditors applauded Bill's plan to upgrade to a Pentium with >>32 Mbytes of RAM. There's still no functioning code, but the toaster >>is genuinely impressive. Four circuit boards, bundles of cables, and a >>gigabit of hard-disk space. "This sucker has more computer power than >>the entire world did 20 years ago," Bill boasted proudly. >> >>Day 384: Toastal quality is sub-par. The addition of two more cooling >>fans keeps the electronics to a reasonable temperature but removes too >>much heat from the toast. I'm struggling with baffles to vector the >>air, but the thrust of all these fans spins the toaster around. >> >>Day 410: New schedule: We now expect delivery in three months. We >>switched From C++ to Java. "That'll get them pesky memory-allocation >>bugs, for sure," Bill told his team of 15 programmers. This approach >>seems like a good idea to me, because Java is platform-independent, >>and there are rumors circulating that we're porting to a SPARCstation. >> >>Day 530: New schedule: We now expect delivery in three months. I >>mastered the temperature problems by removing all of the fans and the >>heating elements. The Pentium is now thermally bonded to the toast. We >>found a thermal grease that isn't too poisonous. Our marketing people >>feel that the slight degradation in taste from the grease will be more >>than compensated for by the "toasting experience that can only come >>from a CISC-based, 32-bit multitasking machine running the latest >>multiplatform software." >> >>Day 610: The product shipped. It weighs 72 lb and costs $325. Bill was >>promoted to CEO. >> > > > > From owner-freebsd-questions Sat Jan 24 06:51:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15039 for questions-outgoing; Sat, 24 Jan 1998 06:51:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA15032 for ; Sat, 24 Jan 1998 06:51:18 -0800 (PST) (envelope-from n5ptn@bga.com) Received: (qmail 9956 invoked from network); 24 Jan 1998 14:51:16 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 24 Jan 1998 14:51:16 -0000 Received: from apm0-33.realtime.net (apm0-33.realtime.net [205.238.146.33]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id IAA29528 for ; Sat, 24 Jan 1998 08:51:14 -0600 Date: Sat, 24 Jan 1998 08:51:14 -0600 Message-Id: <2.2.16.19980124084907.08e7e494@bga.com> X-Sender: n5ptn@bga.com X-Mailer: Windows Eudora Pro Version 2.2 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@FreeBSD.ORG From: Michael Lay Subject: stray messages Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I just cleaned out my out box and it appeared I may have been sending stray stuff to this list. If so, I appologize. I am removing this entry from my quick send list so it shouldn't happen again. If it does though, would somebody let me know? Thanks! Michael Lay N5PTN Pflugerville, Texas From owner-freebsd-questions Sat Jan 24 08:06:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19420 for questions-outgoing; Sat, 24 Jan 1998 08:06:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1081.jumpnet.com [207.8.67.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19415 for ; Sat, 24 Jan 1998 08:06:16 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id KAA25622; Sat, 24 Jan 1998 10:06:07 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: whod.txt References: <199801240352.VAA00395@mutsgo.dyn.ml.org> From: Dave Marquardt Date: 24 Jan 1998 10:05:35 -0600 In-Reply-To: laszlo vagner's message of "Fri, 23 Jan 1998 21:52:19 -0600 (CST)" Message-ID: <8567n9g8mo.fsf@localhost.zilker.net> Lines: 15 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk laszlo vagner writes: > i am trying to configure ruptime i need to know the format for the > whod.* file Configure ruptime? I don't think there's any configuration you can do. rwhod traditionally just use broadcast, so if you have other hosts on your network running rwhod, they'll show up in the whod.* files. I think there's an RFC that added multicast to rwhod also, so you might get more hosts that way. Anyway, if no hosts on your network are running rwhod, you won't see anything. -Dave From owner-freebsd-questions Sat Jan 24 08:15:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20044 for questions-outgoing; Sat, 24 Jan 1998 08:15:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (kkkf5RrUv+p6TBvu6/MNkfEKxzdesA5q@tok.qiv.com [204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20025 for ; Sat, 24 Jan 1998 08:15:25 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id KAA16713; Sat, 24 Jan 1998 10:15:10 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id KAA00378; Sat, 24 Jan 1998 10:08:34 -0600 (CST) Date: Sat, 24 Jan 1998 10:08:33 -0600 (CST) From: Jay Nelson To: Dean Hollister cc: FreeBSD Questions Subject: Re: uucp failing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk You need a line in /etc/uucp/sys: commands /bin/rmail /bin/uucp /usr/lib/newsbin/input/rnews There should be a line like this for each system with which you communicate. If a command is not listed, the remote system is not allowed to execute it. -- Jay On Sat, 24 Jan 1998, Dean Hollister wrote: > >Hiyall, > >I'm getting an error that uucp and ramptops rmail and rnews requests are >failing because they do not have permission to run rnews and rmail. How do >you resolve this? > >Regards, > >d. > >+-------------------------------------------------------+ >| Dean Hollister, | dean@odyssey.apana.org.au | >| Perth, Western Australia. | deanh@iinet.net.au | >+-------------------------------------------------------+ > From owner-freebsd-questions Sat Jan 24 08:16:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20150 for questions-outgoing; Sat, 24 Jan 1998 08:16:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (7DtuNu/t0aOnzQ3zEJ391M+XztJtrhRU@tok.qiv.com [204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20133 for ; Sat, 24 Jan 1998 08:15:55 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id KAA16717; Sat, 24 Jan 1998 10:15:28 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id KAA00394; Sat, 24 Jan 1998 10:13:35 -0600 (CST) Date: Sat, 24 Jan 1998 10:13:34 -0600 (CST) From: Jay Nelson To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: ntpdate servers In-Reply-To: <199801240952.DAA06759@mutsgo.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk See: http://www.eecis.udel.edu/~ntp/ and pick a stratum 1 or stratum 2 server close to you that allows open access. -- Jay On Sat, 24 Jan 1998, laszlo vagner wrote: >i would like to know where i can syncronize my time using ntpdate. > >i always get no sutiable servers are available. > From owner-freebsd-questions Sat Jan 24 08:21:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21078 for questions-outgoing; Sat, 24 Jan 1998 08:21:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cerberus.partsnow.com (gatekeeper.partsnow.com [207.155.26.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21058 for ; Sat, 24 Jan 1998 08:21:14 -0800 (PST) (envelope-from don@partsnow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id AAA02689; Sat, 24 Jan 1998 00:13:57 -0800 (PST) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from wildeweb(192.168.100.10) by cerberus.partsnow.com via smap (V2.0) id xma002687; Sat, 24 Jan 98 00:13:43 -0800 Message-ID: <34CA134A.BFCFE441@partsnow.com> Date: Sat, 24 Jan 1998 08:14:02 -0800 From: Don Wilde Reply-To: don@partsnow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Michael Lay CC: questions@FreeBSD.ORG Subject: Re: stray messages References: <2.2.16.19980124084907.08e7e494@bga.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk You should have convinced them to port to FreeBSD. Then it would have been okay to repost the toast to the list. -- oooOOO O O O o * * * * * * o ___ _________ _________ ________ _________ _________ ___==_ V_=_=_DW ===--- Don Wilde [don@PartsNow.com] [http://www.PartsNow.com ] /oo0000oo-oo--oo-ooo---ooo-ooo---ooo-ooo--ooo-ooo---ooo-ooo---ooo-oo--oo  From owner-freebsd-questions Sat Jan 24 08:58:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25067 for questions-outgoing; Sat, 24 Jan 1998 08:58:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-x2-1186.jumpnet.com [207.8.67.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25060 for ; Sat, 24 Jan 1998 08:58:03 -0800 (PST) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id KAA26033; Sat, 24 Jan 1998 10:57:59 -0600 (CST) To: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Zip Slow? References: <19980123082437.19966@crh.cl.msu.edu> From: Dave Marquardt Date: 24 Jan 1998 10:57:27 -0600 In-Reply-To: Charles Henrich's message of "Fri, 23 Jan 1998 08:24:37 -0500" Message-ID: <85yb05erns.fsf@localhost.zilker.net> Lines: 14 X-Mailer: Quassia Gnus v0.17/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Charles Henrich writes: > Does anyone else out there have a SCSI Zip drive and get reasonable transfer > rates? Under windows I see about 800K/sec, boot into FreeBSD, and I get 90.. > Any suggestions? What are you using to test this? I've done dumps to files on a UFS filesystem on a Zip disk, and I've certainly seen throughput in the 600KB/second range. I don't think I've done anything unusual, configuration-wise, to achieve this. If you're trying to read/write from a DOS filesystem, I suspect you'd see lower throughput, but I don't really know. -Dave From owner-freebsd-questions Sat Jan 24 09:12:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26118 for questions-outgoing; Sat, 24 Jan 1998 09:12:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailmtx.acnet.net (mailmtx.acnet.net [170.76.16.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26105 for ; Sat, 24 Jan 1998 09:12:08 -0800 (PST) (envelope-from lmadrig@acnet.net) Received: from acnet.net ([167.114.17.101]) by mailmtx.acnet.net (8.8.4/8.8.4) with ESMTP id LAA17069 for ; Sat, 24 Jan 1998 11:21:03 -0600 (CST) Message-ID: <34CA210E.9B7649D3@acnet.net> Date: Sat, 24 Jan 1998 11:12:47 -0600 From: Leonardo Madrigal X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hi,.! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Im a user of the Xfree on freebsd 2.2.5-RELEASE, i would like to know if its posible to connect two macihnes running Xfree.? thanx see u -- ------------------------------------------------------------------------------- Leonardo Madrigal Multired Digital, S.A de C.V. Tel. 52 (3) 122-8260 lmadrig@acnet.net ------------------------------------------------------------------------------- From owner-freebsd-questions Sat Jan 24 10:22:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01298 for questions-outgoing; Sat, 24 Jan 1998 10:22:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out5.ibm.net (out5.ibm.net [165.87.194.245]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01292 for ; Sat, 24 Jan 1998 10:22:19 -0800 (PST) (envelope-from tomer@ibm.net) Received: from ibm.net (slip139-92-89-94.tel.il.ibm.net [139.92.89.94]) by out5.ibm.net (8.8.5/8.6.9) with ESMTP id SAA73104 for ; Sat, 24 Jan 1998 18:22:13 GMT Message-ID: <34CA3014.E70556BD@ibm.net> Date: Sat, 24 Jan 1998 20:16:52 +0200 From: SpuD X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hi... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk can i use FreeBSD with more OS's such as DOS, WIN95 and NT ? From owner-freebsd-questions Sat Jan 24 10:43:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02511 for questions-outgoing; Sat, 24 Jan 1998 10:43:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02502 for ; Sat, 24 Jan 1998 10:43:43 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id NAA06207 for ; Sat, 24 Jan 1998 13:43:41 -0500 (EST) Date: Sat, 24 Jan 1998 13:43:41 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: questions@FreeBSD.ORG Subject: FTPD and timezone Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I have BIOS time on a machine set to UTC, and used tzsetup to set the timezone to EST. Everything works fine, "date" reports the correct time, syslog is logging in localtime, but the native ftpd will give UTC time when listing files. How might I fix this? Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB From owner-freebsd-questions Sat Jan 24 10:44:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02615 for questions-outgoing; Sat, 24 Jan 1998 10:44:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA02607 for ; Sat, 24 Jan 1998 10:44:43 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD28CD.068C8100@keywest.ird.rl.af.mil>; Sat, 24 Jan 1998 13:36:07 -0500 Message-ID: From: "Goeringer, Michael" To: "'SpuD'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Hi... Date: Sat, 24 Jan 1998 13:36:05 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Yes...Yes...and YES :-) You can install one of two boot managers (booteasy or os-bs) and choose which operating system to boot during power-up. Each Operating system will have their own space on the drive(not mixed). For detailed info take a look at the handbook at www.freebsd.org. Michael G. ---------- From: SpuD[SMTP:tomer@ibm.net] Sent: Saturday, January 24, 1998 1:17 PM To: freebsd-questions@FreeBSD.ORG Subject: Hi... can i use FreeBSD with more OS's such as DOS, WIN95 and NT ? From owner-freebsd-questions Sat Jan 24 10:48:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02899 for questions-outgoing; Sat, 24 Jan 1998 10:48:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.207.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02890 for ; Sat, 24 Jan 1998 10:48:36 -0800 (PST) (envelope-from leifn@image.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.8/8.8.8) with UUCP id TAA15692 for freebsd-questions@freebsd.org; Sat, 24 Jan 1998 19:43:24 +0100 Received: by swimsuit.swimsuit.roskildebc.dk (0.99.970109) id AA03552; 24 Jan 98 19:43:10 +0100 From: leifn@image.dk (Leif Neland) Date: 24 Jan 98 17:13:56 +0100 Subject: ftp directories vs telnet Message-ID: <997_9801241943@swimsuit.swimsuit.roskildebc.dk> Organization: Fidonet: Swimsuit Safari. Go for it. To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 24 Jan 98 12:01:10 laszlo vagner wrote regarding ftp directories vs telnet lv> right now they go to: lv> lv>telnet >> /home/xxxuser this is fine no changes lv> needed lv> lv> ftp anon >> /var/ftp fine no changes lv> lv> ftp username > /home/xxxuser need to change to lv> /usr/local/www/data/xxxuser lv> lv> the problem is if they upload webpages to /foo.bar.com/username lv> it dont get displayed cause its in the wrong directory. lv> they have to specifically upload to lv> /foo.bar.com/usr/local/www/data/username for it to go to the lv> right directory. How about making a softlink from /home/xxxuser/public_html to /usr/local/www/data/xxxuser? Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Sat Jan 24 11:13:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04350 for questions-outgoing; Sat, 24 Jan 1998 11:13:24 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04337 for ; Sat, 24 Jan 1998 11:13:16 -0800 (PST) (envelope-from tomer@ibm.net) Received: from spud-s-comp (slip139-92-89-184.tel.il.ibm.net [139.92.89.184]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id SAA47346 for ; Sat, 24 Jan 1998 18:12:52 GMT Message-ID: <34CA2DEB.C61@ibm.net> Date: Sat, 24 Jan 1998 20:07:39 +0200 From: Boaz Weller Organization: Home X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: hi... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk can i use FreeBSD with more OS's such as DOS, WIN95 and NT ? From owner-freebsd-questions Sat Jan 24 11:24:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04988 for questions-outgoing; Sat, 24 Jan 1998 11:24:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04979 for ; Sat, 24 Jan 1998 11:24:25 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id NAA08236; Sat, 24 Jan 1998 13:17:07 -0600 (CST) Message-ID: <19980124131707.05304@emsphone.com> Date: Sat, 24 Jan 1998 13:17:07 -0600 From: Dan Nelson To: jgrosch@superior.mooseriver.com Cc: Francis Vidal , FreeBSD Questions Subject: Re: keeping up with time... References: <19980123222814.43925@mooseriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.13 In-Reply-To: <19980123222814.43925@mooseriver.com>; from "Josef Grosch" on Fri Jan 23 22:28:14 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk In the last episode (Jan 23), Josef Grosch said: > On Sat, Jan 24, 1998 at 01:28:33PM +0800, Francis Vidal wrote: > > hello everyone! > > > > what tool is recommended for syncronizing all servers with the correct > > time? i have 2 FreeBSD servers, 2 Linux servers and one NT server on my > > network plus a number of Windows 95 workstations. > > > > man xntpd(8) xntpd is the preferred solution for synchronizing your four Unix machines. Designate one machine as the 'master' server, and go to http://www.eecis.udel.edu/~ntp/servers.html and pick two secondary servers near you. Create an /etc/ntp.conf file with the following: server server broadcast <1.2.3.255> # put your broadcast IP here Then edit /etc/ntp.conf on your other machines and simply put in: broadcastclient yes Some routers can also do NTP; our Cisco router is our master NTP server at work. For the win95/NT machines, the software I use is a free program called "Dimension 4", available at http://www.thinkman.com/~thinkman/dimension4/index.htm. You can configure it to sync your clock on bootup, or every xxx minutes. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Sat Jan 24 11:30:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05490 for questions-outgoing; Sat, 24 Jan 1998 11:30:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tok.qiv.com (nu3XxCkhyaFsWU1VWl1MKuYDZH/XAAw9@tok.qiv.com [204.214.141.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05471 for ; Sat, 24 Jan 1998 11:30:42 -0800 (PST) (envelope-from jdn@acp.qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.8/8.8.5) with UUCP id NAA17098; Sat, 24 Jan 1998 13:30:24 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.8/8.8.5) with SMTP id NAA04219; Sat, 24 Jan 1998 13:23:03 -0600 (CST) Date: Sat, 24 Jan 1998 13:23:03 -0600 (CST) From: Jay Nelson To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: whod.txt In-Reply-To: <199801240352.VAA00395@mutsgo.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Fri, 23 Jan 1998, laszlo vagner wrote: >i am trying to configure ruptime i need to know the format for the >whod.* file There is no format. Just touch /var/rwho/whod. Make sure permissions are 664 root:daemon or 644 daemon:daemon for the /var/rwho/whod.* files and that rwhod is running on the other machines. -- Jay >it keeps giving "no hosts in /var/whod" > > > From owner-freebsd-questions Sat Jan 24 12:10:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09130 for questions-outgoing; Sat, 24 Jan 1998 12:10:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA09086 for ; Sat, 24 Jan 1998 12:10:08 -0800 (PST) (envelope-from giffunip@yahoo.com) Message-ID: <19980124200954.26661.rocketmail@send1b.yahoomail.com> Received: from [168.176.3.46] by send1b; Sat, 24 Jan 1998 12:09:54 PST Date: Sat, 24 Jan 1998 12:09:54 -0800 (PST) From: Pedro Giffuni Reply-To: pgiffuni@fps.biblos.unal.edu.co Subject: Mixing 60 and 70ns SIMMS To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello: My box (Compaq Deskpro/i) was designed to receive 70ns SIMMs, but I had to buy 60 ns SIMMs because they were easier to find (and cheaper :-). This is, of course not optimal, but it should work. I had a previous 8M SIMM (70ns) and I added two 60ns (8M each). The system board has 4M-70ns so this totals 28M (all is parity memory). The BIOS detects and checks all the memory without problem, but every operating systems has a different idea of the memory available: OS/2 Warp 3 reports 28M M$-Windows 95 26M FreeBSD 2.2.5R 16M I have tried changing the order of the SIMMs with no change. Any comments ? :-) cheers, Pedro. == --- FreeBSD: The Power to Serve ! http://www.FreeBSD.org _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Sat Jan 24 12:29:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10545 for questions-outgoing; Sat, 24 Jan 1998 12:29:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fire.undp.am ([194.151.101.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10524 for ; Sat, 24 Jan 1998 12:29:00 -0800 (PST) (envelope-from hovik@undp.am) Received: from undp.am (hovik.undp.am [194.151.101.67]) by fire.undp.am (8.8.7/8.8.7) with ESMTP id XAA04347 for ; Sat, 24 Jan 1998 23:29:00 +0400 (AMT) (envelope-from hovik@undp.am) Message-ID: <34CA4E49.FE077449@undp.am> Date: Sun, 25 Jan 1998 00:25:45 +0400 From: Hovik Melikyan X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Creating a FreeBSD FTP mirror Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, What amount of hard disk space is needed for FreeBSD ftp mirror site? TIA, -- Hovik Melikyan From owner-freebsd-questions Sat Jan 24 14:18:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17544 for questions-outgoing; Sat, 24 Jan 1998 14:18:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA17536 for ; Sat, 24 Jan 1998 14:18:15 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD28ED.06EAC010@keywest.ird.rl.af.mil>; Sat, 24 Jan 1998 17:25:12 -0500 Message-ID: From: "Goeringer, Michael" To: "'Pedro Giffuni'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Mixing 60 and 70ns SIMMS Date: Sat, 24 Jan 1998 17:25:10 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk For FreeBSD set options MAXMEM= (28x1024) in the kernel and recompile (***This is not the exact syntax as I don't add it often ..check the LINT file) Michael G. ---------- From: Pedro Giffuni[SMTP:giffunip@yahoo.com] Sent: Saturday, January 24, 1998 3:10 PM To: questions@FreeBSD.ORG Subject: Mixing 60 and 70ns SIMMS Hello: My box (Compaq Deskpro/i) was designed to receive 70ns SIMMs, but I had to buy 60 ns SIMMs because they were easier to find (and cheaper :-). This is, of course not optimal, but it should work. I had a previous 8M SIMM (70ns) and I added two 60ns (8M each). The system board has 4M-70ns so this totals 28M (all is parity memory). The BIOS detects and checks all the memory without problem, but every operating systems has a different idea of the memory available: OS/2 Warp 3 reports 28M M$-Windows 95 26M FreeBSD 2.2.5R 16M I have tried changing the order of the SIMMs with no change. Any comments ? :-) cheers, Pedro. == --- FreeBSD: The Power to Serve ! http://www.FreeBSD.org _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Sat Jan 24 14:19:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17647 for questions-outgoing; Sat, 24 Jan 1998 14:19:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA17637 for ; Sat, 24 Jan 1998 14:19:17 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD28ED.2C09EC90@keywest.ird.rl.af.mil>; Sat, 24 Jan 1998 17:26:14 -0500 Message-ID: From: "Goeringer, Michael" To: "'Pedro Giffuni'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Mixing 60 and 70ns SIMMS Date: Sat, 24 Jan 1998 17:26:13 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I forgot to mention...mixing is not causing this problem...your only drawback is your system will run at the slowest speed chip. (I've done this before). Michael G. ---------- From: Pedro Giffuni[SMTP:giffunip@yahoo.com] Sent: Saturday, January 24, 1998 3:10 PM To: questions@FreeBSD.ORG Subject: Mixing 60 and 70ns SIMMS Hello: My box (Compaq Deskpro/i) was designed to receive 70ns SIMMs, but I had to buy 60 ns SIMMs because they were easier to find (and cheaper :-). This is, of course not optimal, but it should work. I had a previous 8M SIMM (70ns) and I added two 60ns (8M each). The system board has 4M-70ns so this totals 28M (all is parity memory). The BIOS detects and checks all the memory without problem, but every operating systems has a different idea of the memory available: OS/2 Warp 3 reports 28M M$-Windows 95 26M FreeBSD 2.2.5R 16M I have tried changing the order of the SIMMs with no change. Any comments ? :-) cheers, Pedro. == --- FreeBSD: The Power to Serve ! http://www.FreeBSD.org _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com From owner-freebsd-questions Sat Jan 24 14:38:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19068 for questions-outgoing; Sat, 24 Jan 1998 14:38:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from miraf-server2.hondutel.hn (miraf-server2.hondutel.hn [206.48.104.141]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA19050 for ; Sat, 24 Jan 1998 14:38:26 -0800 (PST) (envelope-from quintana@hondutel.hn) Received: from skywalker.hondutel.hn ([207.42.188.100]) by miraf-server2.hondutel.hn (8.6.12/8.6.12) with ESMTP id QAA29647 for ; Sat, 24 Jan 1998 16:37:43 GMT Message-Id: <199801241637.QAA29647@miraf-server2.hondutel.hn> From: "Pablo Quintana" To: Subject: It keeps rebooting during installation Date: Sat, 24 Jan 1998 16:37:17 -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-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I`ve recently tried to put FreeBSD to work on a 486 33 MHz but when booting from the floppy disk makes a routine check and restart the machine. It keeps in that loop indefinetly. At the boot: prompt I type -cv but the programs continue like always. Need some help ASAP on this I formatted all my Windows 3.11 software because of FreeBSD. MS-DOS, Windows 3.11 (I will delete this if the programs starts) CPU Intel 486 33 MHz LAN NE2000 compatible adapter CONNER 85 MB HDD 1.44 Floppy Disk Drive VGA Monitor 4 MB RAM I downloaded the fdimage.exe program and the boot.flp from the Web Site of FreeBSD. (I just clicked the hypertext to download). Reboot in DOS my PC and typed: c:\downloads\fdimage.exe boot.flp a: and the prompt came back after a minutes. Then put the boot floppy on the machine and reboot. The / (spinning) appear and get the boot: prompt. I typed -cv and press . After that the machine prompts Booting 0:fd(0,a)kernel @ 0x279000 Text=0x12a000 / (spinning and waits about 20 sec.) text=0x12a000 data=0x0 bss=0x00 symbols=[+0x600+0x4+0x270+0x4+0x1f4] And appears some other text fast and reboots. Keeps that loop indefinetly. I`ve tried on other machine with different config and happens the same. Would that be enough to get help on this? Thanks Pablo Quintana From owner-freebsd-questions Sat Jan 24 14:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19415 for questions-outgoing; Sat, 24 Jan 1998 14:43:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19402 for ; Sat, 24 Jan 1998 14:43:30 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id QAA14238; Sat, 24 Jan 1998 16:43:29 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id QAA10338; Sat, 24 Jan 1998 16:43:28 -0600 (CST) Date: Sat, 24 Jan 1998 16:43:28 -0600 (CST) From: Font To: Terry Braun cc: freebsd-questions@FreeBSD.ORG Subject: Re: netalk information In-Reply-To: <3.0.32.19980123212512.0068f7fc@talking.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk The only thing you really need to do on the FreeBSD side is to include the NETATALK option in your kernel configuration file (see the Handbook on the web site for how to make kernels). Other than that, netatalk compiles out of the box, or you can use the port. One caveat is that netatalk wasn't completely working on 2.2.5-RELEASE, so you may want to grab something newer from releng22.freebsd.org. If you did all this and don't know what to do next, for printing I wouls suggest http://www.giub.unibe.ch/~eugster/appleprint.html . This is for Linux, but if you've been running FreeBSD for a little while it should be easy enough to adapt it, especially if you're armed with the printing information out of the Handbook. A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. On Fri, 23 Jan 1998, Terry Braun wrote: > Date: Fri, 23 Jan 1998 21:25:13 -0600 > From: Terry Braun > To: freebsd-questions@FreeBSD.ORG > Subject: netalk information > > Help, > > I cannot find information about configuring and using AppleTalk support. > Could you please > point me to a source of information. > Thanks > Terry > ------------------- > Terry Braun tab@talking.com > Talking Networks, Inc. 612-351-0175 > From owner-freebsd-questions Sat Jan 24 14:55:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20123 for questions-outgoing; Sat, 24 Jan 1998 14:55:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20103 for ; Sat, 24 Jan 1998 14:54:52 -0800 (PST) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id QAA28769; Sat, 24 Jan 1998 16:54:33 -0600 (CST) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id QAA04567; Sat, 24 Jan 1998 16:54:01 -0600 Message-ID: <19980124165401.04605@right.PCS> Date: Sat, 24 Jan 1998 16:54:01 -0600 From: Jonathan Lemon To: Pablo Quintana Cc: questions@FreeBSD.ORG Subject: Re: It keeps rebooting during installation References: <199801241637.QAA29647@miraf-server2.hondutel.hn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199801241637.QAA29647@miraf-server2.hondutel.hn>; from Pablo Quintana on Jan 01, 1998 at 04:37:17PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Jan 01, 1998 at 04:37:17PM -0600, Pablo Quintana wrote: > Hi, I`ve recently tried to put FreeBSD to work on a 486 33 MHz but when > booting from the floppy disk makes a routine check and restart the > machine. > CPU Intel 486 33 MHz > LAN NE2000 compatible adapter > CONNER 85 MB HDD > 1.44 Floppy Disk Drive > VGA Monitor > 4 MB RAM ^^^^^^^^ FreeBSD will not install itself on 4MB machines; there isn't enough memory to uncompress everything from the install disk. It _will_ run on these machines, it just won't install itself. I'd suggest temporarily installing a little bit more RAM for install purposes, or putting the hard drive in another machine temporarily and installing FreeBSD from there. -- Jonathan From owner-freebsd-questions Sat Jan 24 16:39:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27639 for questions-outgoing; Sat, 24 Jan 1998 16:39:40 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27634 for ; Sat, 24 Jan 1998 16:39:37 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id SAA01087 for ; Sat, 24 Jan 1998 18:37:37 -0600 (CST) Date: Sat, 24 Jan 1998 18:37:37 -0600 (CST) From: "Jesse D. Walters" To: freebsd-questions@FreeBSD.ORG Subject: pascal compiler Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I recently installed the p2c port that translates pascal source to c source. It works well, however does anyone know of the original pascal compiler that comes with most flavors of unix, that can be ported to freebsd. Thank You. ---------------------------------------------------------------------------------- Jesse Walters http://users.mwci.net/~jwalt Tech Support/Customer Service Rep. jwalt@mwci.net Midwest Communications Inc. 241 Main St. Dubuque, Ia 52002 ---------------------------------------------------------------------------------- Save the whales...collect the whole set. Lottery: A tax on people who are bad at math. Always remember you are unique, just like everybody else. From owner-freebsd-questions Sat Jan 24 16:57:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28976 for questions-outgoing; Sat, 24 Jan 1998 16:57:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from idfw.com (idfw.com [192.41.47.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28971 for ; Sat, 24 Jan 1998 16:57:08 -0800 (PST) (envelope-from frankg@idfw.com) Received: from fast1 (dal21-01.ppp.iadfw.net [206.66.5.131]) by idfw.com (8.8.5) id RAA03239; Sat, 24 Jan 1998 17:56:55 -0700 (MST) X-Authentication-Warning: idfw.com: Host dal21-01.ppp.iadfw.net [206.66.5.131] claimed to be fast1 Received: by fast1 with Microsoft Mail id <01BD28F9.FE739F80@fast1>; Sat, 24 Jan 1998 18:58:01 -0600 Message-ID: <01BD28F9.FE739F80@fast1> From: Frank Griffith To: "'freebsd-questions@freebsd.org'" Subject: How do I mount my floppy drive? Date: Sat, 24 Jan 1998 18:58:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Somewhere in the tutorials or the handbook I saw instructions on how to mount my floppy drive as a volume on my FreeBSD 2.2.5 server. I cannot seem to remember how I found this before. Can someone point me in the right direction? From owner-freebsd-questions Sat Jan 24 19:47:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08981 for questions-outgoing; Sat, 24 Jan 1998 19:47:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cnt1.compunetlink.com ([207.182.124.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08974 for ; Sat, 24 Jan 1998 19:47:07 -0800 (PST) (envelope-from eboktor@compunetlink.com) Received: from CNT.Compunetlink.com (du67.compunetlink.com [207.182.124.67]) by cnt1.compunetlink.com (8.8.5/8.8.5) with ESMTP id TAA23817 for ; Sat, 24 Jan 1998 19:41:37 -0800 (PST) Message-Id: <199801250341.TAA23817@cnt1.compunetlink.com> Reply-To: From: "M. E. Boktor" To: Subject: Help Date: Sat, 24 Jan 1998 19:42:29 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I am a small ISP in California. I have recently found out that someone is been using my SMTP (SPAMING) to send bulk mail messages. This person is not one of m customers. How can I find who it is? How can I stop this from happening? This is slowing down my server almost to a halt. I am beginning to lose clients. can you help. I am running FreeBSD ver. 2.2.1, and sendmail.hf 8.11. Any help would certainly be appreciated!!! Regards; Ed Boktor eboktor@compunetlink.com From owner-freebsd-questions Sat Jan 24 20:02:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09888 for questions-outgoing; Sat, 24 Jan 1998 20:02:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from houseofduck.thoroweb.com (hod.geocities.com [206.252.145.160]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09879 for ; Sat, 24 Jan 1998 20:02:22 -0800 (PST) (envelope-from shaggy@thoroweb.com) Received: from ms226211 (user-38lcfnm.dialup.mindspring.com [209.86.62.246]) by houseofduck.thoroweb.com (8.8.8/8.8.8) with SMTP id XAA05611; Sat, 24 Jan 1998 23:02:09 -0500 (EST) (envelope-from shaggy@thoroweb.com) Message-ID: <002b01bd2945$feea6ba0$f63e56d1@ms226211> From: "Joshua Fielden" To: "Frank Griffith" , "'freebsd-questions@freebsd.org'" Subject: Re: How do I mount my floppy drive? Date: Sat, 24 Jan 1998 23:02:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk mount /dev/fd0 /mnt or, if DOS floppy mount_msdos /dev/fd0 /mnt or /floppy instead of mount, if you have that mount point. JF -----Original Message----- From: Frank Griffith To: 'freebsd-questions@freebsd.org' Date: Saturday, January 24, 1998 8:03 PM Subject: How do I mount my floppy drive? >Somewhere in the tutorials or the handbook I saw instructions >on how to mount my floppy drive as a volume on my >FreeBSD 2.2.5 server. I cannot seem to remember how I >found this before. Can someone point me in the right direction? > > From owner-freebsd-questions Sat Jan 24 20:09:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10280 for questions-outgoing; Sat, 24 Jan 1998 20:09:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10269; Sat, 24 Jan 1998 20:09:14 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801250409.UAA10269@hub.freebsd.org> Subject: Re: Help In-Reply-To: <199801250341.TAA23817@cnt1.compunetlink.com> from "M. E. Boktor" at "Jan 24, 98 07:42:29 pm" To: eboktor@compunetlink.com Date: Sat, 24 Jan 1998 20:09:14 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk M. E. Boktor wrote: > I am a small ISP in California. I have recently found out that someone is > been using my SMTP (SPAMING) to send bulk mail messages. This person is > not one of m customers. How can I find who it is? How can I stop this > from happening? This is slowing down my server almost to a halt. I am > beginning to lose clients. can you help. > > I am running FreeBSD ver. 2.2.1, and sendmail.hf 8.11. > > Any help would certainly be appreciated!!! you need to stop them from relaying mail thru you. look at the antt-spam web pages referenced from www.sendmail.org you will need to create a class with all of your domains in the class. only accept mail sent to hosts in that class jmb From owner-freebsd-questions Sat Jan 24 20:20:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10986 for questions-outgoing; Sat, 24 Jan 1998 20:20:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.shianet.org (alpha.shianet.org [205.138.41.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10972 for ; Sat, 24 Jan 1998 20:20:21 -0800 (PST) (envelope-from onet@shianet.org) Received: from sean (port45.owosso05.tir.com [209.54.155.92]) by alpha.shianet.org (8.8.7/8.8.7) with SMTP id XAA24039 for ; Sat, 24 Jan 1998 23:19:46 -0500 (EST) Message-ID: <002701bd2948$59fd5280$5c9b36d1@sean> From: "Sean Heiney" To: Subject: PPP problems Date: Sat, 24 Jan 1998 23:18:50 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01BD291E.6E1B9120" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0024_01BD291E.6E1B9120 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, =20 I recentally set up FreeBSD(2.2.5-RELEASE) on my home system. In my = efforts to set up ppp (dial up/dynamic ip address) I have got pretty = far. I'm sure I have all my conf files setup correctally. I've double = checked them. I set up my script to connect to my ISP, and it works. It = will go into packet mode and successfully connect. At this point, I = type "shell" in the ppp program after I dialed, to be able to execute = commands while in the same terminal. As far as I know, when I'm = connected, FreeBSD doesn't know that I'm connected. When I try to "ping = rs.internic.net" or any other server, I get an error message along the = lines of "host not found" or "destination not reachable" or something = like that. I'm not sure of the exact error message. The point is that I = can not contact any other hosts while I'm connected. I have my = nameservers setup right, and my resolv.conf, and every other conf file = according to the FreeBSD handbook on PPP setup. What are the possible = causes of this problem? =20 =20 =20 Thanks alot, =20 Sean Heiney (sean@owosso.net) ------=_NextPart_000_0024_01BD291E.6E1B9120 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 

 
Hello,
 
I recentally set up FreeBSD(2.2.5-RELEASE) on my = home system.=20 In my efforts to set up ppp (dial up/dynamic ip address) I have got = pretty far.=20 I'm sure I have all my conf files setup correctally. I've double checked = them. I=20 set up my script to connect to my ISP, and it works. It will go into = packet mode=20 and successfully connect. At this  point, I type "shell" = in the=20 ppp program after I dialed, to be able to execute commands while in the = same=20 terminal. As far as I know, when I'm connected, FreeBSD  doesn't = know that=20 I'm connected. When I try to "ping rs.internic.net" or any = other=20 server, I get an error message along the lines of "host not = found" or=20 "destination not reachable" or something like that. I'm = not  sure=20 of the exact error message. The point is that I can not contact any = other =20 hosts while I'm connected. I have my nameservers setup right, and my=20 resolv.conf, and every other conf  file according to the FreeBSD = handbook=20 on PPP setup. What are the possible causes of this problem?
 
 
 
Thanks alot,
 

Sean Heiney = (sean@owosso.net)
------=_NextPart_000_0024_01BD291E.6E1B9120-- From owner-freebsd-questions Sat Jan 24 20:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11851 for questions-outgoing; Sat, 24 Jan 1998 20:32:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11838; Sat, 24 Jan 1998 20:32:52 -0800 (PST) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with SMTP id UAA17431; Sat, 24 Jan 1998 20:29:31 -0800 (PST) (envelope-from ejs@bfd.com) Date: Sat, 24 Jan 1998 20:29:31 -0800 (PST) From: "Eric J. Schwertfeger" To: "Jonathan M. Bresler" cc: eboktor@compunetlink.com, freebsd-questions@FreeBSD.ORG Subject: Re: Help In-Reply-To: <199801250409.UAA10269@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sat, 24 Jan 1998, Jonathan M. Bresler wrote: > > I am a small ISP in California. I have recently found out that someone is > > been using my SMTP (SPAMING) to send bulk mail messages. This person is > you will need to create a class with all of your domains in > the class. only accept mail sent to hosts in that class the rules that allow relaying by address are much more convenient for ISPs that do hosting. From owner-freebsd-questions Sat Jan 24 20:59:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13154 for questions-outgoing; Sat, 24 Jan 1998 20:59:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from images.netaddress.usa.net (image02.netaddress.usa.net [204.68.24.73]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA13143 for ; Sat, 24 Jan 1998 20:59:26 -0800 (PST) (envelope-from webcorner@usa.net) From: webcorner@usa.net Received: (qmail 25256 invoked from network); 25 Jan 1998 04:59:46 -0000 Received: from unknown (HELO www03.netaddress.usa.net) (204.68.24.52) by realimage02.netaddress.usa.net with SMTP; 25 Jan 1998 04:59:46 -0000 Received: (qmail 21746 invoked by uid 60001); 25 Jan 1998 04:59:25 -0000 Message-ID: <19980125045925.21745.qmail@www03.netaddress.usa.net> Date: Sat, 24 Jan 1998 21:59:25 To: questions@FreeBSD.ORG Subject: possible problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Just as a matter of importance to you I was wondering if you had liscenced out the use of your images as public domain... on the site "http://www.iag.net/~peterm" there are images of your little devil.... I was sure that if this was an infringment of the law you would be glad to have this drawn to your attention. ____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com From owner-freebsd-questions Sat Jan 24 22:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16882 for questions-outgoing; Sat, 24 Jan 1998 22:14:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16872 for ; Sat, 24 Jan 1998 22:14:32 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul7.u.washington.edu (root@saul7.u.washington.edu [140.142.82.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id WAA27112; Sat, 24 Jan 1998 22:14:26 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul7.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id WAA11014; Sat, 24 Jan 1998 22:14:24 -0800 (PST) Message-Id: <3.0.5.32.19980124221415.007ce280@jcwells.deskmail.washington.edu> X-Sender: jcwells@jcwells.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 24 Jan 1998 22:14:15 +0000 To: webcorner@usa.net From: Jason Wells Subject: Re: possible problems Cc: questions@FreeBSD.ORG In-Reply-To: <19980125045925.21745.qmail@www03.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk At 21:59 1/24/98, webcorner@usa.net wrote: >Just as a matter of importance to you I was wondering if you had liscenced out the use of your images as public domain... >on the site "http://www.iag.net/~peterm" there are images of your little devil.... I was sure that if this was an infringment of the law you would be glad to have this drawn to your attention. You can find more info here http://www.freebsd.org/daemon.html and here http://www.freebsd.org/gallery.html FWIW, Chuck (the character) is a daemon. Jason Wells From owner-freebsd-questions Sat Jan 24 23:37:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20671 for questions-outgoing; Sat, 24 Jan 1998 23:37:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns5.dmi.net (ns5.dmi.net [206.63.164.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA20664 for ; Sat, 24 Jan 1998 23:37:55 -0800 (PST) (envelope-from mtg@dmi.net) Received: from mtg (mtg.nampa.net) by ns5.dmi.net (5.x/SMI-SVR4) id AA17761; Sat, 24 Jan 1998 23:39:40 -0800 Message-Id: <34CAFB23.2847@dmi.net> Date: Sun, 25 Jan 1998 00:43:15 -0800 From: "Michael T. Gray, met" Reply-To: mtg@dmi.net Organization: MTG EnterPrizes X-Mailer: Mozilla 3.04 (Win16; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Manual? What manual? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I keep seeing a reference to On-line documentation. If I am reading these correctly, I should be able to pull up information on any command by typing: man . Even simple commands like respond with . Am I missing something?? Thanks, MTG -- ************************************* MTG EnterPrizes URL: http://www.nampa.net/ Email: mtg@dmi.net Smail: PO Box 9261 Nampa, Id 83652-9261 ************************************* From owner-freebsd-questions Sat Jan 24 23:50:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21213 for questions-outgoing; Sat, 24 Jan 1998 23:50:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21208 for ; Sat, 24 Jan 1998 23:50:50 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id SAA17716; Sun, 25 Jan 1998 18:20:44 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA01257; Sun, 25 Jan 1998 18:20:44 +1030 (CST) (envelope-from grog) Message-ID: <19980125182044.44599@lemis.com> Date: Sun, 25 Jan 1998 18:20:44 +1030 From: Greg Lehey To: mtg@dmi.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Manual? What manual? References: <34CAFB23.2847@dmi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34CAFB23.2847@dmi.net>; from Michael T. Gray, met on Sun, Jan 25, 1998 at 12:43:15AM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 25, 1998 at 12:43:15AM -0800, Michael T. Gray, met wrote: > Hi, > I keep seeing a reference to On-line documentation. If I am reading > these correctly, I should be able to pull up information on any command > by typing: man . Even simple commands like > respond with . Am I missing something?? The man pages, by the sound of it. Maybe you didn't install them. You can pull them off the CD-ROM with sysinstall. Greg