From owner-freebsd-questions Sun Oct 12 00:05:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA03870 for questions-outgoing; Sun, 12 Oct 1997 00:05:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA03863 for ; Sun, 12 Oct 1997 00:05:00 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xKI3K-00002p-00; Sun, 12 Oct 1997 03:03:02 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: inn port Message-ID: <61psgh$st1$1@twwells.com> References: Date: Sun, 12 Oct 1997 03:03:02 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , Shawn Ramsey wrote: : I know this isnt exactly the right place to ask this.. but I have a pretty : simple question about INN. (I think :) ). Should the INN port run "out of : the box" ? It seems to boot ok, no error message, and : 12183 p0 I 0:00.00 /bin/sh /usr/local/etc/rc.news : 12184 p0 I 0:00.10 /bin/sh /usr/local/news/bin/innwatch Hm...I don't know about the port but that really looks like either a hang in rc.news or that innd died after being started, and with innwatch having been started, I expect the latter. : Nothing is generated in the log files(/var/log/news). Does your /etc/syslog.conf point news to those files? Keep in mind that wherever news is logged, the files must exist at the time that syslog is started or given a SIGHUP, otherwise it won't write to those files. -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Sun Oct 12 00:24:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA04581 for questions-outgoing; Sun, 12 Oct 1997 00:24:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from DonaldBurr.dyn.ml.org (dburr@ppp12143.la.inreach.net [206.18.115.143]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA04571 for ; Sun, 12 Oct 1997 00:24:13 -0700 (PDT) (envelope-from dburr@DonaldBurr.dyn.ml.org) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id AAA01125 for freebsd-questions@freebsd.org; Sun, 12 Oct 1997 00:24:01 -0700 (PDT) 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: Sun, 12 Oct 1997 00:18:56 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Questions Subject: stripping shared libs, is it bad? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Last night I started running out of space on /usr. In desperation, I ran: cd /usr/local ; find . -type f -exec strip {} \; This ended up saving a lot of space. Unfortunately, something that it also did (which didn't hit me until later, MUCH later) is that it also stripped all of the shared libraries in /usr/local/lib (e.g. the libxxx.so.x.y files). This so far didn't seem to affect any software, even software that is built using those libraries that were stripped still seems to work OK. Does anyone know what are the ramifications of running 'strip' on shared libraries? Is it a Bad Thing to do, i.e. will software eventually start breaking? Lastly, should I go through the trouble of recompiling everything? (the ports would be the easiest, since I can search the files in /var/db/pkg to see which ports built which libraries... but I have a lot of software I DIDN'T compile from a port, and finding which library was built by which software would be a big pain). Please respond by email to . Thanks! - --- 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 iQCVAwUBNEB7DvjpixuAwagxAQEadAP/VIg0ulqTBwXZkhJs6SgRnoXvhmNdp8lK SNYksY/LOf0PrwTfhxRM9F3gJyIJ9C73JA6bgsMmaCsLJGCT0BLgzeh2qWUsSf9F Nsef4IJJ3WEGwoJM2H7z6Vz91+qGWOspEoRKDeYcW3I0mVBCW+7d0OT4uVbf4yHA 8+n914bXv2s= =uRDp -----END PGP SIGNATURE----- From owner-freebsd-questions Sun Oct 12 00:27:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA04687 for questions-outgoing; Sun, 12 Oct 1997 00:27:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA04677; Sun, 12 Oct 1997 00:27:07 -0700 (PDT) (envelope-from gpalmer@orion.webspan.net) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with ESMTP id DAA18165; Sun, 12 Oct 1997 03:27:02 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPAN/970608) with ESMTP id DAA04244; Sun, 12 Oct 1997 03:27:02 -0400 (EDT) To: Shawn Ramsey cc: questions@FreeBSD.ORG, isp@FreeBSD.ORG From: "Gary Palmer" Subject: Re: inn port In-reply-to: Your message of "Sat, 11 Oct 1997 23:15:54 PDT." Date: Sun, 12 Oct 1997 03:27:02 -0400 Message-ID: <4242.876641222@orion.webspan.net> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Shawn Ramsey wrote in message ID : > I know this isnt exactly the right place to ask this.. but I have a pretty > simple question about INN. (I think :) ). Should the INN port run "out of > the box" ? It seems to boot ok, no error message, and > > 12183 p0 I 0:00.00 /bin/sh /usr/local/etc/rc.news > 12184 p0 I 0:00.10 /bin/sh /usr/local/news/bin/innwatch > > are running. Nothing is generated in the log files(/var/log/news). I > cannot telnet into the nntp port 119, I get connection refused immedialty. > Im doing this from the same machine it is running on, and have added > additional hosts to nnrp.access with the same result. I have access to our > companys News server, which I obviosuly didnt configure. It doesnt look > very difficult to at least get something up and running... Did you build the history databases? I'm not sure if the port does that for you or not... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-questions Sun Oct 12 00:28:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA04817 for questions-outgoing; Sun, 12 Oct 1997 00:28:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA04803 for ; Sun, 12 Oct 1997 00:28:12 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id JAA09554; Sun, 12 Oct 1997 09:28:03 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199710120728.JAA09554@rvc1.informatik.ba-stuttgart.de> Subject: Re: shared libraries In-Reply-To: <344026A3.A0E4D0FA@gte.net> from "Michael E. Mercer" at "Oct 12, 97 01:23:48 am" To: mercer28@gte.net (Michael E. Mercer) Date: Sun, 12 Oct 1997 09:28:03 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > hello all! > > Please bare with me. I am compiling a program that uses the library > libgnumalloc.a > It does not exist. However libgnumalloc.so.2.0 does exist. I think ( uh > oh He's thinking) This only exists to support binaries compiled a long time ago. Delete the -lgnumalloc flag from your loader flags and everything should work fine--the functionality is already provided in libc. Wolfgang From owner-freebsd-questions Sun Oct 12 00:35:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA05225 for questions-outgoing; Sun, 12 Oct 1997 00:35:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05211 for ; Sun, 12 Oct 1997 00:34:57 -0700 (PDT) (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 DAA27735; Sun, 12 Oct 1997 03:34:50 -0400 (EDT) Date: Sun, 12 Oct 1997 03:34:49 -0400 (EDT) From: Wei Weng To: Gordon Wang cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: <34406D1C.44EC@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 yes. :) YOu can use netscape 4.03 for linux on your freebsd. But you have to enable linux support in /etc/rc.conf ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Sun, 12 Oct 1997, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user. > Where can I find the netscape for FreeBSD? > > Please tell me > > Thanks > > > Gordon > From owner-freebsd-questions Sun Oct 12 00:50:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA05878 for questions-outgoing; Sun, 12 Oct 1997 00:50:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05848 for ; Sun, 12 Oct 1997 00:50:00 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id AAA00818; Sun, 12 Oct 1997 00:48:35 -0700 (PDT) From: "Shawn Ramsey" To: "T. William Wells" , Subject: Re: inn port Date: Sun, 12 Oct 1997 00:49:29 -0700 Message-ID: <01bcd6e3$5ed57920$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk >Does your /etc/syslog.conf point news to those files? Keep in mind >that wherever news is logged, the files must exist at the time >that syslog is started or given a SIGHUP, otherwise it won't write >to those files. Umm.. no. :) Opps.. The *.news stuff in syslog was commented out. Here is what the log files are saying now : (news.crit) Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory (news.notice) Oct 12 00:43:47 luke innd: SERVER descriptors 360 Oct 12 00:43:47 luke innd: SERVER outgoing 347 Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory (news.err) Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory If I run ./makehistory, it generates a blank history file in /usr/local/news/lib. Is this the proper way to do it? From owner-freebsd-questions Sun Oct 12 00:50:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA05930 for questions-outgoing; Sun, 12 Oct 1997 00:50:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05920 for ; Sun, 12 Oct 1997 00:50:45 -0700 (PDT) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.7/8.7.3) id KAA22253; Sun, 12 Oct 1997 10:50:42 +0300 (EEST) Date: Sun, 12 Oct 1997 10:50:42 +0300 (EEST) Message-Id: <199710120750.KAA22253@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: freebsd-questions@freebsd.org Subject: de-driver X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've de0 rev 32 int a irq 11 on pci0:14 de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0 de0: address 00:00:c0:dd:4f:f9 ..how do I make it to go full duplex? Pete From owner-freebsd-questions Sun Oct 12 00:58:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06190 for questions-outgoing; Sun, 12 Oct 1997 00:58:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from greatdane.cisco.com (greatdane.cisco.com [171.69.1.141]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA06185 for ; Sun, 12 Oct 1997 00:58:15 -0700 (PDT) (envelope-from paras@cisco.com) Received: (paras@localhost) by greatdane.cisco.com (8.6.12/8.6.5) id AAA03215; Sun, 12 Oct 1997 00:57:35 -0700 From: Paras Trivedi Message-Id: <199710120757.AAA03215@greatdane.cisco.com> Subject: Serial mouse not working To: freebsd-questions@freebsd.org Date: Sun, 12 Oct 1997 00:57:35 -0700 (PDT) Cc: paras@cisco.com (Paras Trivedi) 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 Hi, I have installed FreeBSD 2.2.2-RELEASE on a PC. It has a mouse on COM1 port. The PC also has Win 95 and mouse works fine under Win95. But under FreeBSD, (startx), mouse has no effect atall. I managed to run XF86Setup using keyboard and generated proper XF86Config file. So, video card (Diamond Stealth 3D 2000) works fine. Everything comes up. But mouse cursor doesn't move. The mouse is not a name brand one. But it's a generic serial mouse. I've set mouse protocol to various types. /dev/mouse has been linked to /dev/cuaa0. The serial port is also properly recognised at boot probe: sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A I've disabled sio3 and 4 in custom kernel. I have GUS sound card that I haven't built into kernel yet. Otherwise, I have all the standard stuff (IDE drive, ATAPI CDROM etc). Everything works fine except this funny mouse. I've read the FAQs and tried out sysmouse by setting proper lines in rc.conf (for moused) and it didn'g work either. Any help is appreciated. Thanks in advance. - Paras. From owner-freebsd-questions Sun Oct 12 01:20:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA07853 for questions-outgoing; Sun, 12 Oct 1997 01:20:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from MailServer-1.Adviser.com (0@MoJo.Schoene.Adviser.com [194.221.31.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA07848 for ; Sun, 12 Oct 1997 01:20:45 -0700 (PDT) (envelope-from Meno.Abels@Technical.Adviser.com) Received: from plaza (Plaza.Schoene.Adviser.com [194.221.31.22]) by MailServer-1.Adviser.com (8.8.5/Mojo-MENO-07) with SMTP id KAA09912 for ; Sun, 12 Oct 1997 10:20:29 +0200 (MET DST) Message-ID: <34408851.58A6143A@Technical.Adviser.com> Date: Sun, 12 Oct 1997 10:20:33 +0200 From: Meno Abels X-Mailer: Mozilla 3.01 (X11; I; Linux 2.1.57 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ip alias 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 a strange problem, with setup up ip aliases. My Network looks like INTERNET | CISCO-ROUTER E0 E1 | | --- FBSD1--- | | | | --- FBSD2--- | - REALWEB For failure case we setup two squid- Accelators to the REALWEB Server. These are running on to FBSD1 und FBSD2 machines. There are no Routing-Protocols used. And all traffic from the internet is coming and going over E1(Ethernet). Defaultroute is set to E1(CISCO) ip. Now the problem if I switch off the FBSD1 e.g. and clear the arp cache on the cisco-router an setup up an ip-alias on FBSD2 with the adresse of FBSD1 than erverything seems to be ok. But some site from the internet could reach the FBSD1(ip) on FBSD2 and i see in "netstat -an" on FBSD2 that the SITE send SYN Packet but FBSD2 didn't answer them. I look on the network E1 with an protocolanalyser and saw the SYN Packets from this specific addresses but FBSD2 didn't send a answer. After something like a hour this symthom suddently disappear an everythink is ok. Any idea Meno From owner-freebsd-questions Sun Oct 12 01:21:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA07891 for questions-outgoing; Sun, 12 Oct 1997 01:21:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA07883 for ; Sun, 12 Oct 1997 01:21:16 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA08899; Sun, 12 Oct 1997 17:51:06 +0930 (CST) Message-ID: <19971012175106.09742@lemis.com> Date: Sun, 12 Oct 1997 17:51:06 +0930 From: Greg Lehey To: Wei Weng Cc: Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: Netscape References: <34406D1C.44EC@tpts5.seed.net.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Wei Weng on Sun, Oct 12, 1997 at 03:34:49AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 03:34:49AM -0400, Wei Weng wrote: > On Sun, 12 Oct 1997, Gordon Wang wrote: > >> Dear Sir >> I am a FreeBSD 2.2.1 user. >> Where can I find the netscape for FreeBSD? > yes. :) > YOu can use netscape 4.03 for linux on your freebsd. > But you have to enable linux support in /etc/rc.conf There's no need to use the Linux version of FreeBSD, though it works. Use the BSDI versions or (4.08) the FreeBSD version. Take a look in the Ports Collection. Greg From owner-freebsd-questions Sun Oct 12 01:21:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA07921 for questions-outgoing; Sun, 12 Oct 1997 01:21:29 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA07912 for ; Sun, 12 Oct 1997 01:21:25 -0700 (PDT) (envelope-from bill@twwells.com) Received: from bill by twwells.com with local (Exim 1.71 #1) id 0xKJH2-00014R-00; Sun, 12 Oct 1997 04:21:16 -0400 Subject: Re: inn port To: shawn@cpl.net (Shawn Ramsey) Date: Sun, 12 Oct 1997 04:21:16 -0400 (EDT) Cc: freebsd-questions@freebsd.org In-Reply-To: <01bcd6e3$5ed57920$c4ac43cf@shawn.cpl.net> from "Shawn Ramsey" at Oct 12, 97 00:49:29 am X-Mailer: ELM [version 2.4 PL25] Content-Type: text Message-Id: From: "T. William Wells" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > If I run ./makehistory, it generates a blank history file in > /usr/local/news/lib. Is this the proper way to do it? Yes. You should have a history.pag and a .dir; one should be 0 and the other small. You also need an active file.... From owner-freebsd-questions Sun Oct 12 01:34:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA08576 for questions-outgoing; Sun, 12 Oct 1997 01:34:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from jazz.snu.ac.kr (jazz.snu.ac.kr [147.46.59.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA08571 for ; Sun, 12 Oct 1997 01:34:46 -0700 (PDT) (envelope-from junker@jazz.snu.ac.kr) Received: (from junker@localhost) by jazz.snu.ac.kr (8.8.7/8.8.7-procmail-hmconv) id RAA01686; Sun, 12 Oct 1997 17:35:37 +0900 (KST) To: freebsd-questions@FreeBSD.ORG Subject: Re: Serial mouse not working References: <199710120757.AAA03215@greatdane.cisco.com> From: junker@jazz.snu.ac.kr (Choi Jun Ho(ÃÖÁØÈ£)) Date: 12 Oct 1997 17:35:37 +0900 In-Reply-To: Paras Trivedi's message of Sun, 12 Oct 1997 00:57:35 -0700 (PDT) Message-ID: Lines: 27 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paras Trivedi writes: I have similar problem... > I have installed FreeBSD 2.2.2-RELEASE on a PC. > It has a mouse on COM1 port. The PC also has Win 95 > and mouse works fine under Win95. But under FreeBSD, > (startx), mouse has no effect atall. In my case, My machine is PP200, 64MB, Matrox Millenium(4MB), 1 IDE(2.1G) and 1 SCSI(2.1G) disks, Logitech serial Mouse(3-button. connected in COM1), and 2.2.5-971005-BETA. In Win95(OSR2), the mouse is working nicely. > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A I saw the message. > Any help is appreciated. I am too... -- --Cool FreeBSD!-----MSX Forever!-----J.U.N.K.E.R/Beat Snatchers!--- Choi, Jun Ho http://jazz.snu.ac.kr/~junker Distributed Computing System Lab,CS Dept.,Seoul National Univ., ROK From owner-freebsd-questions Sun Oct 12 01:35:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA08598 for questions-outgoing; Sun, 12 Oct 1997 01:35:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA08593 for ; Sun, 12 Oct 1997 01:34:58 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id BAA01374; Sun, 12 Oct 1997 01:33:38 -0700 (PDT) From: "Shawn Ramsey" To: "T. William Wells" Cc: Subject: Re: inn port Date: Sun, 12 Oct 1997 01:34:31 -0700 Message-ID: <01bcd6e9$a97d0c80$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk >Yes. You should have a history.pag and a .dir; one should be 0 >and the other small. You also need an active file.... I now have a history(nothing in it, no news articles yet is why I would guess), a history.n.dir with this : dbz 3 120011 9 C 128 127 24 4 3 2 1 0 0 0 0 0 0 0 0 0 0 0 0 and history.n.pag is also blank. I have an active file as well.. still getting the same error in the log. :( Oct 12 01:11:11 luke last message repeated 3 times Oct 12 01:26:45 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory From owner-freebsd-questions Sun Oct 12 01:50:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA09262 for questions-outgoing; Sun, 12 Oct 1997 01:50:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA09256 for ; Sun, 12 Oct 1997 01:50:10 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xKJgw-0001LP-00; Sun, 12 Oct 1997 04:48:02 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: inn port Message-ID: <61q2m9$4re$1@twwells.com> References: <01bcd6e3$5ed57920$c4ac43cf@shawn.cpl.net> Date: Sun, 12 Oct 1997 04:48:02 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <01bcd6e3$5ed57920$c4ac43cf@shawn.cpl.net>, Shawn Ramsey wrote: > If I run ./makehistory, it generates a blank history file in > /usr/local/news/lib. Is this the proper way to do it? Yes. You should have a history.pag and a .dir; one should be 0 and the other small. You also need an active file.... From owner-freebsd-questions Sun Oct 12 02:10:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA10266 for questions-outgoing; Sun, 12 Oct 1997 02:10:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gulfa.kuwait.net (root@gulfa.kuwait.net [199.173.153.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA10254 for ; Sun, 12 Oct 1997 02:10:01 -0700 (PDT) (envelope-from shadows@whitefang.com) Received: from whatever.kuwait.net(src addr [194.54.234.229]) (1267 bytes) by gulfa.kuwait.net via sendmail with P\:smtp/R:inet_hosts/T:smtp (sender: ) (ident using rfc1413) id for ; Sun, 12 Oct 1997 12:10:00 +0300 (GMT) (Smail-3.2.0.96 1997-Jun-2 #31 built 1997-Jul-11) Date: Sun, 12 Oct 1997 12:02:28 +0000 (GMT) From: Thamer Al-Herbish X-Sender: shadows@whatever.kuwait.net Reply-To: shadows@whitefang.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Linux Compatiblity Help In-Reply-To: <199710090117.VAA11625@mail.eclipse.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, 8 Oct 1997, Guy Silliman wrote: Bit late, but no one mentioned another solution to the symptom. > ELF binary type not known Try "brandelf -t Linux nameofexecutable", this was mentioned in the release notes. ------------------------------------------------------------------------------- Thamer Al-Herbish tmh@kuwait.net UNIX Programmer Gulfnet Kuwait Floor 11, Al-Gas Tower. Network Analyst Ahmad Al-Jabar St. Sharq, Kuwait. ------------------------------------------------------------------------------- [ For PGP key finger shadows@kuwait.net ] From owner-freebsd-questions Sun Oct 12 02:15:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA10466 for questions-outgoing; Sun, 12 Oct 1997 02:15:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA10461 for ; Sun, 12 Oct 1997 02:15:10 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xKK56-0001aD-00; Sun, 12 Oct 1997 05:13:00 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: inn port Message-ID: <61q44r$5qs$1@twwells.com> References: <01bcd6e9$a97d0c80$c4ac43cf@shawn.cpl.net> Date: Sun, 12 Oct 1997 05:13:00 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <01bcd6e9$a97d0c80$c4ac43cf@shawn.cpl.net>, Shawn Ramsey wrote: : >Yes. You should have a history.pag and a .dir; one should be 0 : >and the other small. You also need an active file.... : : I now have a history(nothing in it, no news articles yet is why I would : guess), a history.n.dir with this : You need to have: history empty history.dir a small text file history.pag empty, i'm pretty sure And you get those by renaming history.n.* to history.* From owner-freebsd-questions Sun Oct 12 02:31:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA11061 for questions-outgoing; Sun, 12 Oct 1997 02:31:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chain.freebsd.os.org.za (yYhYgndrpVDMU0Leo6wKv9hO60X6AL6Z@chain.iafrica.com [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA11056 for ; Sun, 12 Oct 1997 02:30:54 -0700 (PDT) (envelope-from khetan@chain.iafrica.com) Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.8.7/8.8.7) with SMTP id LAA27333; Sun, 12 Oct 1997 11:30:24 +0200 (SAT) Date: Sun, 12 Oct 1997 11:30:24 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: Julian Elischer cc: questions@FreeBSD.ORG Subject: Re: Problem with 2.2.2-RELEASE machine 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 Sat, 11 Oct 1997, Julian Elischer wrote: >someone else getting this.. Oh, you too ? >can you do >nm -n /kernel >and find out where the instruction pointer points? I can't seem to find it in the list of things. I searched for f01b038c, and it wasn't there. >I see the same on a 486DX4/75 (STS not Intel) This is a Compaq ProLinea. >also with ide diskdrive.. >do you have a network? if so what driver? ed0, port 300, irq 10 --- Khetan Gajjar - whois kg1779 | khetan@iafrica.com or khetan@os.org.za http://chain.iafrica.com/~khetan | PGPKey : finger khetan@chain.iafrica.com UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org Unix is user friendly; it's just selective about who it calls a friend! From owner-freebsd-questions Sun Oct 12 06:38:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA20971 for questions-outgoing; Sun, 12 Oct 1997 06:38:21 -0700 (PDT) (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 GAA20964 for ; Sun, 12 Oct 1997 06:38:18 -0700 (PDT) (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 JAA02307 for ; Sun, 12 Oct 1997 09:09:56 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id JAA23929 for ; Sun, 12 Oct 1997 09:14:35 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id JAA04025; Sun, 12 Oct 1997 09:14:33 -0400 (EDT) Date: Sun, 12 Oct 1997 09:14:33 -0400 (EDT) Message-Id: <199710121314.JAA04025@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: <98937015@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Lehey wrote: > On Sun, Oct 12, 1997 at 03:34:49AM -0400, Wei Weng wrote: > > On Sun, 12 Oct 1997, Gordon Wang wrote: > > > >> Dear Sir > >> I am a FreeBSD 2.2.1 user. > >> Where can I find the netscape for FreeBSD? > > yes. :) > > YOu can use netscape 4.03 for linux on your freebsd. > > But you have to enable linux support in /etc/rc.conf > > There's no need to use the Linux version of FreeBSD, though it works. > Use the BSDI versions or (4.08) the FreeBSD version. Take a look in > the Ports Collection. Make sure you have plenty of RAM if you use the Communicator version. While the Communicator version is slicker than the older Navigator, it's serious bloatware. (I *like* Communicator better, but it *is* a pig.) ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ This fortune is inoperative. Please try another. From owner-freebsd-questions Sun Oct 12 07:54:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA25383 for questions-outgoing; Sun, 12 Oct 1997 07:54:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA25354; Sun, 12 Oct 1997 07:54:30 -0700 (PDT) (envelope-from jasonm@barney.webace.com.au) Received: from localhost (jasonm@localhost) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id XAA00394; Sun, 12 Oct 1997 23:01:02 +0800 (WST) Date: Sun, 12 Oct 1997 23:01:02 +0800 (WST) From: Jason McKay To: questions@freebsd.org cc: isp@freebsd.org Subject: Sendmail 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, When a message is sent out using sendmail on my FreeBSD 2.2.2-RELEASE machine, the sender address is: jasonm@barney.webace.com.au using both my host name (barney) and domain name (webace.com.au) ... How do I get sendmail to not include the host name and just have the following: jasonm@webace.com.au Also for nominated users, I would like it to display a different host name like: person@user.webace.com.au Any suggestions? Thank you, - Jason. From owner-freebsd-questions Sun Oct 12 08:42:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA28092 for questions-outgoing; Sun, 12 Oct 1997 08:42:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dcarmich.pr.mcs.net (dcarmich.pr.mcs.net [204.95.63.202]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA28087 for ; Sun, 12 Oct 1997 08:42:30 -0700 (PDT) (envelope-from dcarmich@dcarmich.pr.mcs.net) Received: (from dcarmich@localhost) by dcarmich.pr.mcs.net (8.8.5/8.8.5) id KAA00366; Sun, 12 Oct 1997 10:45:46 -0500 (CDT) From: Douglas Carmichael Message-Id: <199710121545.KAA00366@dcarmich.pr.mcs.net> Subject: Best way to upgrade from 2.2.2-RELEASE to 2.2.x-RELEASE or 3.0-RELEASE To: itojun@itojun.org, freebsd-questions@freebsd.org Date: Sun, 12 Oct 1997 10:45:46 -0500 (CDT) 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 X-Loop: FreeBSD.org Precedence: bulk Would it be possible to mount the CD-ROM, extract the bindist and srcdist with install.sh, and then reboot, without having to do a fresh reinstallation? From owner-freebsd-questions Sun Oct 12 09:43:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA01843 for questions-outgoing; Sun, 12 Oct 1997 09:43:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from homer.duff-beer.com (mail@homer.duff-beer.com [194.207.51.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA01816; Sun, 12 Oct 1997 09:43:09 -0700 (PDT) (envelope-from scot@poptart.org) Received: from localhost (scot@localhost) by homer.duff-beer.com (8.8.5/8.8.5) with SMTP id RAA06700; Sun, 12 Oct 1997 17:42:31 +0100 (BST) Date: Sun, 12 Oct 1997 17:42:30 +0100 (BST) From: Scot Elliott To: Jason McKay cc: questions@FreeBSD.ORG, isp@FreeBSD.ORG Subject: Re: Sendmail 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, 12 Oct 1997, Jason McKay wrote: > > using both my host name (barney) and domain name (webace.com.au) ... How > do I get sendmail to not include the host name and just have the > following: > > jasonm@webace.com.au > Yes - I use the virtuser stuff in the m4 config you get with sendmail... ie. I put the following in my .mc file: FEATURE(genericstable,hash /etc/maildb/generics-table)dnl GENERICS_DOMAIN_FILE(/etc/maildb/generics-doms) Where generics-table is a hash made from a text file containing entries like these: scot scot@poptart.org mvk1 meichelle@duff-beer.com ie. - login -> outgoing e-mail address and the generics-doms file is just a copy of my sendmail.cw - ie. a list of domains we accept mail for. Now, if I'm logged into thie host (homer.duff-beer.com), and send mail to someone (like this list) using homer as an SMTP host, then sendmail will change the scot@homer.duff-beer.com from address to scot@poptart.org I make the generics-table database from the text file using: makemap hash /etc/maildb/generics-table.db Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04886 for questions-outgoing; Sun, 12 Oct 1997 10:39:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from tpts5.seed.net.tw (root@tpts5.seed.net.tw [139.175.12.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04864 for ; Sun, 12 Oct 1997 10:39:11 -0700 (PDT) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-240.dialup.seed.net.tw [139.175.192.240]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id BAA15079 for ; Mon, 13 Oct 1997 01:33:58 +0800 (CST) Message-ID: <34410381.4347@tpts5.seed.net.tw> Date: Mon, 13 Oct 1997 01:06:09 +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: mosaic 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 . I just installed mosaic-2.7b5. How can I run it? What command should I type to run mosaic? Thanks for your help Gordon From owner-freebsd-questions Sun Oct 12 10:39:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04901 for questions-outgoing; Sun, 12 Oct 1997 10:39:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from tpts5.seed.net.tw (root@tpts5.seed.net.tw [139.175.12.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04860 for ; Sun, 12 Oct 1997 10:39:11 -0700 (PDT) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-240.dialup.seed.net.tw [139.175.192.240]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id BAA15087 for ; Mon, 13 Oct 1997 01:34:00 +0800 (CST) Message-ID: <34410438.5109@tpts5.seed.net.tw> Date: Mon, 13 Oct 1997 01: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: xterm texts 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. I use fvwm2.0. What should I do if I want to copy the texts on a Xterm window? Please help me Gordon From owner-freebsd-questions Sun Oct 12 10:39:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04895 for questions-outgoing; Sun, 12 Oct 1997 10:39:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from tpts5.seed.net.tw (root@tpts5.seed.net.tw [139.175.12.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04865 for ; Sun, 12 Oct 1997 10:39:11 -0700 (PDT) (envelope-from guelph@tpts5.seed.net.tw) Received: from ppt12797 (t192-240.dialup.seed.net.tw [139.175.192.240]) by tpts5.seed.net.tw (8.8.7/8.8.6) with SMTP id BAA15068 for ; Mon, 13 Oct 1997 01:33:56 +0800 (CST) Message-ID: <34410291.2A42@tpts5.seed.net.tw> Date: Mon, 13 Oct 1997 01:02:09 +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: ftp 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 When I use ftp to down load data from remote site, how can I know how many percentage I have received? Thanks for your help Gordon From owner-freebsd-questions Sun Oct 12 10:53:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA05714 for questions-outgoing; Sun, 12 Oct 1997 10:53:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from myname.my.domain (pm3bl1-39.csrlink.net [207.44.9.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA05701 for ; Sun, 12 Oct 1997 10:52:59 -0700 (PDT) (envelope-from rknebel@myname.my.domain) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id NAA02029; Sun, 12 Oct 1997 13:51:45 -0400 (EDT) Message-ID: <19971012135145.18033@my.domain> Date: Sun, 12 Oct 1997 13:51:45 -0400 From: rknebel@csrlink.net To: freebsd-questions@FreeBSD.ORG Subject: gimp Reply-To: rknebel@csrlink.net References: <199710121545.KAA00366@dcarmich.pr.mcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710121545.KAA00366@dcarmich.pr.mcs.net>; from Douglas Carmichael on Sun, Oct 12, 1997 at 10:45:46AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am trying to load the gimp out of the ports collection and it keeps telling me I need motiff. I have used gimp under linux without motif. Is there any way to use gimp under freebsd without motiff? Thanks Alot -- Rick Knebel rknebel@mail.csrlink.net From owner-freebsd-questions Sun Oct 12 11:57:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09171 for questions-outgoing; Sun, 12 Oct 1997 11:57:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cse.psu.edu (root@claven.cse.psu.edu [130.203.3.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09161 for ; Sun, 12 Oct 1997 11:57:30 -0700 (PDT) (envelope-from keefe@cse.psu.edu) Received: from 146.186.16.119 (nb8ppp119.cac.psu.edu [146.186.16.119]) by cse.psu.edu (8.8.6/8.7.3) with ESMTP id OAA17511 for ; Sun, 12 Oct 1997 14:57:23 -0400 (EDT) Message-ID: <34412D45.9FA6891@cse.psu.edu> Date: Sun, 12 Oct 1997 15:04:41 -0500 From: "Thomas F. Keefe" Reply-To: keefe@cse.psu.edu Organization: Penn State X-Mailer: Mozilla 4.01 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: timeouts with adaptec 1742 X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have been trying to get a Seagate ST32151N (Hawk 2-XL 2GB) to work with an adaptec 1742. I have been ablet to install FreeBSD to a Seagate ST3390 - 330 MB) drive. During the commit step during the install, the system hangs (the activity LED on the adaptec remains on) and after about 15sec. The message "Panic(adaptec 1742) for hisotical reasons" is displayed and after a short delay, the system reboots. The drive works fine (in the same system) using DOS 6.22 and Windows 3.1. Initially, I had timeout problems there as well, but after downloading the latest configuriation files from adaptec the problem wen away. These configuration files allowed me to set a specific IRQ (11) and to specify edge trigerring. Using EZ-SCSI I found that the drive doesnot support SCSI-Linking (?) while the older drive does. Is this related to tagged command queuing? Any suggestions would be appreciated. Tom Keefe From owner-freebsd-questions Sun Oct 12 12:25:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10176 for questions-outgoing; Sun, 12 Oct 1997 12:25:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from myname.my.domain (pm3bl1-11.csrlink.net [207.44.9.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10171 for ; Sun, 12 Oct 1997 12:25:51 -0700 (PDT) (envelope-from rknebel@myname.my.domain) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id PAA00954; Sun, 12 Oct 1997 15:24:46 -0400 (EDT) Message-ID: <19971012152446.42638@my.domain> Date: Sun, 12 Oct 1997 15:24:46 -0400 From: rknebel@csrlink.net To: freebsd-questions@FreeBSD.ORG Subject: color xterm Reply-To: rknebel@csrlink.net References: <34412D45.9FA6891@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <34412D45.9FA6891@cse.psu.edu>; from Thomas F. Keefe on Sun, Oct 12, 1997 at 03:04:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Does anyone know if there is nxterm or color xterm available for freebsd. I am using rxvt for my color apps now like slrn and mutt but would like to use colo xterm. Thanks alot -- Rick Knebel rknebel@mail.csrlink.net From owner-freebsd-questions Sun Oct 12 12:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10339 for questions-outgoing; Sun, 12 Oct 1997 12:30:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from galois.tf.or.jp (ppp129157.asahi-net.or.jp [202.213.129.157]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10306 for ; Sun, 12 Oct 1997 12:29:54 -0700 (PDT) (envelope-from tfuruya@galois.tf.or.jp) Received: from galois.tf.or.jp (localhost [127.0.0.1]) by galois.tf.or.jp (8.7.5/8.7.3) with ESMTP id EAA20706 for ; Mon, 13 Oct 1997 04:28:22 +0900 (JST) Message-Id: <199710121928.EAA20706@galois.tf.or.jp> To: freebsd-questions@freebsd.org Subject: Documentaion of u-area & kernel function. X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg="pgp-md5"; boundary="--Security_Multipart(Mon_Oct_13_04:26:48_1997)--" Date: Mon, 13 Oct 1997 04:28:22 +0900 From: Tetsuro FURUYA Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ----Security_Multipart(Mon_Oct_13_04:26:48_1997)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear Sirs, I write to this mailing list, for the first time. Now, I am reading "Writing Unix Device Drviers" written by George PAJARI. But this book only refers to BSD-OS data structure and kernel function. I would like to search the documentation on data structures like u.u_stats.p_prof.pr_scale, or basic functions like copyin/out which can be invoked from device driver. Any information or experiences or faults will be welcomed. Thank you, _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Tetsuro FURUYA pgp key finger print = 92 24 E5 F0 FA 2E FB FF 7C A2 E9 DB AC 1B C5 67 Tetsuro FURUYA pgp key finger print = F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ----Security_Multipart(Mon_Oct_13_04:26:48_1997)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3i iQCVAwUANEEkgnCpvetY1+tZAQE1ugQAhEbhnt/EFcfVZ+pN6UmjrUwlpck4Rmj5 iqJpWrv7LXi8p8T6eJUdugVNIba8c8O71qH5v8H6WHLouJwPo+idS5pMN//r1NP8 vh14tY4G1HPHAW1U6Q2u2wzG9RMorZlADb01CsPbJw+mtaaNq3k0V1+LCow7EeG9 mzqxzQgwISk= =3z42 -----END PGP MESSAGE----- ----Security_Multipart(Mon_Oct_13_04:26:48_1997)---- From owner-freebsd-questions Sun Oct 12 12:36:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10651 for questions-outgoing; Sun, 12 Oct 1997 12:36:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from galois.tf.or.jp (ppp129157.asahi-net.or.jp [202.213.129.157]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10643 for ; Sun, 12 Oct 1997 12:36:23 -0700 (PDT) (envelope-from tfuruya@galois.tf.or.jp) Received: from galois.tf.or.jp (localhost [127.0.0.1]) by galois.tf.or.jp (8.7.5/8.7.3) with ESMTP id EAA20761; Mon, 13 Oct 1997 04:34:47 +0900 (JST) Message-Id: <199710121934.EAA20761@galois.tf.or.jp> To: freebsd-questions@freebsd.org Cc: ht5t-fry@asahi-net.or.jp Subject: Documentaion of u-area & kernel function. Reply-To: ht5t-fry@asahi-net.or.jp X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg="pgp-md5"; boundary="--Security_Multipart(Mon_Oct_13_04:34:21_1997)--" Date: Mon, 13 Oct 1997 04:34:47 +0900 From: Tetsuro FURUYA Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ----Security_Multipart(Mon_Oct_13_04:34:21_1997)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sorry, I forget to attach return address : "ht5t-fry@asahi-net.or.jp". ------------------------------------------------------------------- Dear Sirs, I write to this mailing list, for the first time. Now, I am reading "Writing Unix Device Drviers" written by George PAJARI. But this book only refers to BSD-OS data structure and kernel function. I would like to search the documentation on data structures like u.u_stats.p_prof.pr_scale, or basic functions like copyin/out which can be invoked from device driver. Any information or experiences or faults will be welcomed. Thank you, _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Tetsuro FURUYA pgp key finger print = 92 24 E5 F0 FA 2E FB FF 7C A2 E9 DB AC 1B C5 67 Tetsuro FURUYA pgp key finger print = F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ----Security_Multipart(Mon_Oct_13_04:34:21_1997)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3i iQCVAwUANEEmSHCpvetY1+tZAQGG0QQAkZ0R/qWVa+G3+fbsC7fjRC3cEPZ7Hsnh U/C3BO8pqQ341btmerk3i0KP2ci2hbdd0o+VCUV9AOi1k4i+1mcTTxwrj9RRukBP aYvFN3yBWq4RMh+LSNV0tdQzdYh9HJ09GRX2cn9LPOOulb+NeA2ghsXcDrPC8fq3 Hjt7WziX8IM= =YLk8 -----END PGP MESSAGE----- ----Security_Multipart(Mon_Oct_13_04:34:21_1997)---- From owner-freebsd-questions Sun Oct 12 12:55:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11570 for questions-outgoing; Sun, 12 Oct 1997 12:55:58 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from michelle.esfm.ipn.mx (Michelle.esfm.ipn.mx [148.204.104.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA11558 for ; Sun, 12 Oct 1997 12:55:48 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost) by michelle.esfm.ipn.mx (8.8.5/8.8.5) with SMTP id OAA04894 for ; Sun, 12 Oct 1997 14:54:53 -0500 (CDT) X-Authentication-Warning: michelle.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 12 Oct 1997 14:54:53 -0500 (CDT) From: Eduardo Viruena Silva To: freebsd-questions@FreeBSD.org Subject: OPTI Sound Card. 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 there! May somebody tell me how the freebsd's kernel make detection of sound cards ? Almost a year ago I sent a question about initialization of OPTI sound card because it only works fine when it is initialized starting MS-DOS drivers and then rebooting the machine. Now, I modified some of the kernel source files for making the same initialization that MS-DOS makes, and the correction worked. I would like to know how can I make these modifications be put in standard places. Could anybody tell me how the "config" program gathers all the source files together for preparing the kernel compilation ? and how they are linked ? Is this information documented anywhere ? Thank you in advance. ______ _ * / / \ / \ __ /\ /\ * / ./ \ * \__|_/ | | / \/ \ | b | * _ | __ | | __ = .. \____ \ \_\ / / \| / \ | | /\_\/ = \_| * \___\___/ * \_/\_/\__/\__\/_/\__/ = \______/ _ | | From owner-freebsd-questions Sun Oct 12 12:58:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11724 for questions-outgoing; Sun, 12 Oct 1997 12:58:11 -0700 (PDT) (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 MAA11717 for ; Sun, 12 Oct 1997 12:58:08 -0700 (PDT) (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 PAA17142; Sun, 12 Oct 1997 15:58:06 -0400 Date: Sun, 12 Oct 1997 15:58:06 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: FreeBSD User Questions List Subject: Multiple host redirection? 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 Okay, maybe not the right subject, but here is my question. Is there a way with sendmail to create aliases in the following form: user@this.host.com: joe user@that.host.com: john If my machine is multi-homes, can I send mail to a username at one address, and have it go to one local user? Then, have mail sent to the same username at a different host, go to another local user? Thanks, Joe P.S. - I know you can do this with programs like procmail, but I wondered if there was some sendmail trick for it. From owner-freebsd-questions Sun Oct 12 13:13:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA12660 for questions-outgoing; Sun, 12 Oct 1997 13:13:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from michelle.esfm.ipn.mx (Michelle.esfm.ipn.mx [148.204.104.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA12655 for ; Sun, 12 Oct 1997 13:12:58 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost) by michelle.esfm.ipn.mx (8.8.5/8.8.5) with SMTP id PAA04914 for ; Sun, 12 Oct 1997 15:12:09 -0500 (CDT) X-Authentication-Warning: michelle.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 12 Oct 1997 15:12:09 -0500 (CDT) From: Eduardo Viruena Silva To: freebsd-questions@FreeBSD.ORG Subject: Serial Ports' IRQ and ports. 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 there. I have a doubt about serial ports IRQs. Serial Ports are configurated according to the following table: FreeBSD MS-DOS io-address MS-DOS's IRQ sio0 com1 0x3f8 4 sio1 com2 0x2f8 3 sio2 com3 0x3e8 4 sio3 com4 0x2e8 3 But using the same IRQ for ports 0 & 2 or 2 & 3 causes kernel configuration utility displays: "CONF" warning. Can the interrupt service routines distinguish which port is requiring attention if I give the configuration in the table to the serial ports ? Do I have to specify a different IRQ level for each port ? Thank you in advance. ______ _ * / / \ / \ __ /\ /\ * / ./ \ * \__|_/ | | / \/ \ | b | * _ | __ | | __ = .. \____ \ \_\ / / \| / \ | | /\_\/ = \_| * \___\___/ * \_/\_/\__/\__\/_/\__/ = \______/ _ | | From owner-freebsd-questions Sun Oct 12 13:30:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13829 for questions-outgoing; Sun, 12 Oct 1997 13:30:25 -0700 (PDT) (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 NAA13823 for ; Sun, 12 Oct 1997 13:30:22 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA20377; Sun, 12 Oct 1997 13:29:19 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd020374; Sun Oct 12 20:29:16 1997 Date: Sun, 12 Oct 1997 13:28:02 -0700 (PDT) From: Julian Elischer To: Khetan Gajjar cc: questions@FreeBSD.ORG Subject: Re: Problem with 2.2.2-RELEASE machine 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, 12 Oct 1997, Khetan Gajjar wrote: > On Sat, 11 Oct 1997, Julian Elischer wrote: > > >someone else getting this.. > > Oh, you too ? > > >can you do > >nm -n /kernel > >and find out where the instruction pointer points? > > I can't seem to find it in the list of things. I searched for > f01b038c, and it wasn't there. give the last synbol that comes BEFORE that address. (numerically) > > >I see the same on a 486DX4/75 (STS not Intel) > > This is a Compaq ProLinea. > > >also with ide diskdrive.. > >do you have a network? if so what driver? > > ed0, port 300, irq 10 > > --- > Khetan Gajjar - whois kg1779 | khetan@iafrica.com or khetan@os.org.za > http://chain.iafrica.com/~khetan | PGPKey : finger khetan@chain.iafrica.com > UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org > Unix is user friendly; it's just selective about who it calls a friend! > > From owner-freebsd-questions Sun Oct 12 13:35:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14229 for questions-outgoing; Sun, 12 Oct 1997 13:35:53 -0700 (PDT) (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 NAA14223 for ; Sun, 12 Oct 1997 13:35:50 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.7/8.7.3) with SMTP id NAA05392 for ; Sun, 12 Oct 1997 13:35:49 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 12 Oct 1997 13:35:49 -0700 (PDT) From: jkb X-Sender: jkb@shell6.ba.best.com To: questions@freebsd.org Subject: What cvsup tag for 2.2.5-971012-BETA? 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 all, The subject is pretty much is the question. What should be the tag=? in cvsup file if I want to get 2.2.5-971012-BETA. Thanks, -- Yan From owner-freebsd-questions Sun Oct 12 13:54:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA15470 for questions-outgoing; Sun, 12 Oct 1997 13:54:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lsmarso.dialup.access.net (lsmarso@lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA15464 for ; Sun, 12 Oct 1997 13:53:55 -0700 (PDT) (envelope-from lsmarso@lsmarso.dialup.access.net) Received: (from lsmarso@localhost) by lsmarso.dialup.access.net (8.8.5/8.8.5) id QAA12145 for freebsd-questions@freebsd.org; Sun, 12 Oct 1997 16:48:54 -0400 (EDT) Message-ID: <19971012164848.30474@panix.com> Date: Sun, 12 Oct 1997 16:48:48 -0400 From: "Larry S. Marso" To: freebsd-questions@freebsd.org Subject: x11 app that configures keyboard Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recall reading about, then successfully trying, an x11 app that reconfigures your keyboard, with a helpful graphical image of the keyboard to assist you, ... without the stilted syntax of xmodmap. (I'm trying to remap a "win95" key on my laptop to serve as a right-hand cntrl key). Can't remember the name of the app. Can anyone recall it? (Of course, I'd also be interested in anyone's .xmodmap entry for reconfiguring a win95 key in this manner). -- Larry S. Marso lsmarso@panix.com From owner-freebsd-questions Sun Oct 12 14:29:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA17558 for questions-outgoing; Sun, 12 Oct 1997 14:29:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chain.freebsd.os.org.za (Cc2nSm+fVf89sH6CkZ6+d2RvEkY4p92r@chain.iafrica.com [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA17552 for ; Sun, 12 Oct 1997 14:29:10 -0700 (PDT) (envelope-from khetan@chain.iafrica.com) Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.8.7/8.8.7) with SMTP id XAA00492; Sun, 12 Oct 1997 23:28:44 +0200 (SAT) Date: Sun, 12 Oct 1997 23:28:44 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: Julian Elischer cc: questions@FreeBSD.ORG Subject: Re: Problem with 2.2.2-RELEASE machine 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, 12 Oct 1997, Julian Elischer wrote: >> I can't seem to find it in the list of things. I searched for >> f01b038c, and it wasn't there. >give the last synbol that comes BEFORE that address. >(numerically) I hope this helps. This is the list : f01b0024 T _lgdt f01b0048 T _lidt f01b0050 T _lldt f01b0058 T _ltr f01b0060 T _ssdtosd f01b0090 T _load_cr0 f01b0098 T _rcr0 f01b009c T _rcr3 f01b00a0 T _load_cr3 f01b00a8 T _setjmp f01b00c4 T _longjmp f01b00e0 T ___bb_init_func f01b00f0 T _setrunqueue f01b00f0 F swtch.o f01b010f t set_rt f01b012d t set_id f01b014b t set_nort f01b0173 t set2 f01b0180 T _remrq f01b01b6 t rem1rt f01b01df t rem2rt f01b01e0 t rem_id f01b01f3 t rem1id f01b021c t rem2id f01b021d t rem_nort f01b023a t rem1 f01b0263 t rem2 f01b0264 t rem3 f01b026a t rem3rt f01b0273 t rem3id f01b027c t _idle f01b02a8 t idle_loop f01b02e8 T _cpu_switch f01b0335 t sw1 f01b0336 t sw1a f01b0364 t rt3 f01b036c t nortqr f01b039e t idqr f01b03cc t id3 f01b03d2 t swtch_com f01b0415 t badsw f01b041f t sw0 f01b042c T _savectx f01b0480 T _sysarch f01b0480 F sys_machdep.o f01b0490 F trap.o f01b064c T _trap f01b0b3c t _trap_pfault f01b0ea8 t _trap_fatal --- Khetan Gajjar - whois kg1779 | khetan@iafrica.com or khetan@os.org.za http://chain.iafrica.com/~khetan | PGPKey : finger khetan@chain.iafrica.com UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org Unix is user friendly; it's just selective about who it calls a friend! From owner-freebsd-questions Sun Oct 12 14:44:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18675 for questions-outgoing; Sun, 12 Oct 1997 14:44:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from intuition.iagnet.net (intuition.iagnet.net [207.206.8.155]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA18658; Sun, 12 Oct 1997 14:44:06 -0700 (PDT) (envelope-from jamie@intuition.iagnet.net) Received: (from jamie@localhost) by intuition.iagnet.net (8.8.7/8.8.6/gavroche) id RAA06524; Sun, 12 Oct 1997 17:43:52 -0400 (EDT) Message-Id: <199710122143.RAA06524@intuition.iagnet.net> Subject: Re: inn port To: shawn@luke.cpl.net (Shawn Ramsey) Date: Sun, 12 Oct 1997 17:43:51 -0400 (EDT) Cc: questions@FreeBSD.ORG, isp@FreeBSD.ORG In-Reply-To: from Shawn Ramsey at "Oct 11, 97 11:15:54 pm" RFC_Violation: You saw it here first! From: jamie@intuition.iagnet.net (Jamie Rishaw) X-PGP-Fingerprint: <921C135D> C4 48 1B 26 18 7B 1F D9 BA C4 9C 7A B1 07 07 E8 Reply-To: jamie@intuition.iagnet.net Organization: Internet Access Group, Inc. X-No-Archive: yes X-Face: >:-p 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 X-Loop: FreeBSD.org Precedence: bulk Get DNEWS. :-) Shawn Ramsey wrote: > I know this isnt exactly the right place to ask this.. but I have a pretty > simple question about INN. (I think :) ). Should the INN port run "out of > the box" ? It seems to boot ok, no error message, and > > 12183 p0 I 0:00.00 /bin/sh /usr/local/etc/rc.news > 12184 p0 I 0:00.10 /bin/sh /usr/local/news/bin/innwatch > > are running. Nothing is generated in the log files(/var/log/news). I > cannot telnet into the nntp port 119, I get connection refused immedialty. > Im doing this from the same machine it is running on, and have added > additional hosts to nnrp.access with the same result. I have access to our > companys News server, which I obviosuly didnt configure. It doesnt look > very difficult to at least get something up and running... > > -- jamie g.k. rishaw dal/efnet:gavroche __ IAGnet/CICNet/netILLINOIS Netops DID:216.902.5455 FAX:216.623.3566 \/ 800.637.4IAGx5455 "No. I'm *not* going to walk a nun through a router config." -dan@nic.net Forget regret, or life is yours to miss -- RENT From owner-freebsd-questions Sun Oct 12 14:45:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18828 for questions-outgoing; Sun, 12 Oct 1997 14:45:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kevin.sunshine.net (pme09.sunshine.net [204.191.205.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA18823 for ; Sun, 12 Oct 1997 14:45:41 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by kevin.sunshine.net (8.8.5/8.8.5) with SMTP id OAA01345; Sun, 12 Oct 1997 14:45:04 -0700 (PDT) X-Authentication-Warning: kevin.sunshine.net: cagey owned process doing -bs Date: Sun, 12 Oct 1997 14:44:59 -0700 (PDT) From: Kevin Eliuk X-Sender: cagey@kevin.sunshine.net To: Gordon Wang cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp In-Reply-To: <34410291.2A42@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 Mon, 13 Oct 1997, Gordon Wang wrote: > Dear Sir > When I use ftp to down load data from remote site, > how can I know how many percentage I have received? > Thanks for your help > Gordon man (1) ftp : use the hash command to get a representation of progress. man (1) fetch : This gives you a percent status as default. -- =| Regards, =| FreeBSD ==> http://www.FreeBSD.org =| Kevin G. Eliuk =| "Free at last, free at last, ...." British Columbia *BSD User Directory ==> http://www.cynic.net From owner-freebsd-questions Sun Oct 12 15:02:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19758 for questions-outgoing; Sun, 12 Oct 1997 15:02:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19732; Sun, 12 Oct 1997 15:02:39 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id PAA12182; Sun, 12 Oct 1997 15:01:26 -0700 (PDT) From: "Shawn Ramsey" To: , "Shawn Ramsey" Cc: , Subject: Re: inn port Date: Sun, 12 Oct 1997 15:02:12 -0700 Message-ID: <01bcd75a$7e170e80$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk >Get DNEWS. > >:-) Id like to check it out, especially considering the stability(lack of) inn 1.5.1 has been on our BSDI 2.1 news server... It has been crashing way too often, but I think it may be a resource limit on the news account. (at least thats what ive heard could be a reason for inn dying for no apparant reason with no error messages) limits on news are: cputime unlimited filesize unlimited datasize 163840 kbytes stacksize 4096 kbytes coredumpsize unlimited memoryuse 256284 kbytes memorylocked 85430 kbytes maxproc 256 openfiles 64 From owner-freebsd-questions Sun Oct 12 15:13:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20400 for questions-outgoing; Sun, 12 Oct 1997 15:13:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from YouAreAt.my.domain (1Cust126.max8.raleigh.nc.ms.uu.net [153.36.6.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20390 for ; Sun, 12 Oct 1997 15:13:09 -0700 (PDT) (envelope-from mercer@YouAreAt.my.domain) Received: (from mercer@localhost) by YouAreAt.my.domain (8.8.7/8.8.5) id SAA01210 for freebsd-questions@freebsd.org; Sun, 12 Oct 1997 18:13:14 -0400 (EDT) From: "Michael E. Mercer" Message-Id: <199710122213.SAA01210@YouAreAt.my.domain> Subject: HELP! Like an idiot I deleted my /etc/passwd file. To: freebsd-questions@freebsd.org Date: Sun, 12 Oct 1997 18:13:13 -0400 (EDT) Reply-To: mercer28@gte.net X-Mailer: ELM [version 2.4 PL25-h4.1] MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, Can someone please point me to the right place to get a generic copy of a /etc/passwd file so I can re-create mine. Thanks Michael ps: please reply back to mercer28@gte.net and not to root@YouAreAt.my.domain because that address will not exist. From owner-freebsd-questions Sun Oct 12 15:40:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA23180 for questions-outgoing; Sun, 12 Oct 1997 15:40:27 -0700 (PDT) (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 PAA23172 for ; Sun, 12 Oct 1997 15:40:16 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA22500; Sun, 12 Oct 1997 15:34:18 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd022498; Sun Oct 12 22:34:16 1997 Date: Sun, 12 Oct 1997 15:33:02 -0700 (PDT) From: Julian Elischer To: mercer28@gte.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! Like an idiot I deleted my /etc/passwd file. In-Reply-To: <199710122213.SAA01210@YouAreAt.my.domain> 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 look in /var/backups On Sun, 12 Oct 1997, Michael E. Mercer wrote: > Hello all, > Can someone please point me to the right place to get a generic copy > of a /etc/passwd file so I can re-create mine. > > > Thanks > Michael > > ps: please reply back to mercer28@gte.net and not to root@YouAreAt.my.domain > because that address will not exist. > > From owner-freebsd-questions Sun Oct 12 16:05:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA25923 for questions-outgoing; Sun, 12 Oct 1997 16:05:31 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA25898 for ; Sun, 12 Oct 1997 16:05:10 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xKWxV-0001TR-00; Sun, 12 Oct 1997 18:58:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: inn port Message-ID: <61rkhp$5ep$1@twwells.com> References: <01bcd75a$7e170e80$c4ac43cf@shawn.cpl.net> Date: Sun, 12 Oct 1997 18:58:01 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <01bcd75a$7e170e80$c4ac43cf@shawn.cpl.net>, Shawn Ramsey wrote: : 1.5.1 has been on our BSDI 2.1 news server... It has been crashing way too : often, but I think it may be a resource limit on the news account. (at least : thats what ive heard could be a reason for inn dying for no apparant reason : with no error messages) Yes. Set the class (in the passwd file) to news so that it gets better limits. -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Sun Oct 12 16:23:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27052 for questions-outgoing; Sun, 12 Oct 1997 16:23:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA27036 for ; Sun, 12 Oct 1997 16:22:59 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA12701; Mon, 13 Oct 1997 08:52:49 +0930 (CST) Message-ID: <19971013085249.09119@lemis.com> Date: Mon, 13 Oct 1997 08:52:49 +0930 From: Greg Lehey To: guelph@tpts5.seed.net.tw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xterm texts References: <34410438.5109@tpts5.seed.net.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34410438.5109@tpts5.seed.net.tw>; from Gordon Wang on Mon, Oct 13, 1997 at 01:09:12AM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 01:09:12AM +0800, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user. > I use fvwm2.0. > What should I do if I want to copy the texts on a Xterm window? Position the mouse cursor at one end of the text, press the left button, move to the other end of the text. The text will be shown in reverse video. To paste, position the mouse cursor where you want to insert the text, and press the middle button. Greg From owner-freebsd-questions Sun Oct 12 16:24:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27252 for questions-outgoing; Sun, 12 Oct 1997 16:24:52 -0700 (PDT) (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 QAA27239 for ; Sun, 12 Oct 1997 16:24:46 -0700 (PDT) (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 TAA02987 for ; Sun, 12 Oct 1997 19:20:00 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id TAA24687 for ; Sun, 12 Oct 1997 19:24:38 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id TAA06734; Sun, 12 Oct 1997 19:24:37 -0400 (EDT) Date: Sun, 12 Oct 1997 19:24:37 -0400 (EDT) Message-Id: <199710122324.TAA06734@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: xterm texts In-Reply-To: <87407223@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 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. > I use fvwm2.0. > What should I do if I want to copy the texts on a Xterm window? Type `man xterm' and read the docs. Here's a pertinent excerpt: Pointer button one (usually left) is used to save text into the cut buffer. Move the cursor to beginning of the text, and then hold the button down while moving the cursor to the end of the region and releasing the button. The selected text is highlighted and is saved in the global cut buffer and made the PRIMARY selection when the button is released. Double-clicking selects by words. Triple-clicking selects by lines. Quadruple-clicking goes back to characters, etc. Multiple-click is determined by the time from button up to button down, so you can change the selection unit in the middle of a selection. If the key/button bindings specify that an X selection is to be made, xterm will leave the selected text highlighted for as long as it is the selection owner. Pointer button two (usually middle) `types' (pastes) the text from the PRIMARY selection, if any, otherwise from the cut buffer, inserting it as keyboard input. Pointer button three (usually right) extends the current selection. ... ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ Let he who takes the plunge remember to return it by Tuesday. From owner-freebsd-questions Sun Oct 12 16:26:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27363 for questions-outgoing; Sun, 12 Oct 1997 16:26:08 -0700 (PDT) (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 QAA27355 for ; Sun, 12 Oct 1997 16:26:01 -0700 (PDT) (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 TAA02994 for ; Sun, 12 Oct 1997 19:21:20 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id TAA24691 for ; Sun, 12 Oct 1997 19:25:58 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id TAA06753; Sun, 12 Oct 1997 19:25:58 -0400 (EDT) Date: Sun, 12 Oct 1997 19:25:58 -0400 (EDT) Message-Id: <199710122325.TAA06753@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: ftp In-Reply-To: <56802639@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gordon Wang wrote: > When I use ftp to down load data from remote site, > how can I know how many percentage I have received? Install the `ncftp' or `ncftp2' port instead of the stock `ftp' program. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ A conclusion is simply the place where someone got tired of thinking. From owner-freebsd-questions Sun Oct 12 16:31:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27723 for questions-outgoing; Sun, 12 Oct 1997 16:31:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA27718 for ; Sun, 12 Oct 1997 16:31:51 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA13273; Mon, 13 Oct 1997 09:01:42 +0930 (CST) Message-ID: <19971013090141.09693@lemis.com> Date: Mon, 13 Oct 1997 09:01:41 +0930 From: Greg Lehey To: Eduardo Viruena Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Serial Ports' IRQ and ports. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Eduardo Viruena Silva on Sun, Oct 12, 1997 at 03:12:09PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 03:12:09PM -0500, Eduardo Viruena Silva wrote: > > Hello there. > > I have a doubt about serial ports IRQs. > > Serial Ports are configurated according to the following table: > > FreeBSD MS-DOS io-address MS-DOS's IRQ > sio0 com1 0x3f8 4 > sio1 com2 0x2f8 3 > sio2 com3 0x3e8 4 > sio3 com4 0x2e8 3 > > But using the same IRQ for ports 0 & 2 or 2 & 3 causes kernel > configuration utility displays: "CONF" warning. > > Can the interrupt service routines distinguish which port is requiring > attention if I give the configuration in the table to the serial > ports ? No. > Do I have to specify a different IRQ level for each port ? Yes. It's not just a question of specifying an IRQ, you also have to set the boards accordingly. Greg From owner-freebsd-questions Sun Oct 12 16:35:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28002 for questions-outgoing; Sun, 12 Oct 1997 16:35:49 -0700 (PDT) (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 QAA27997 for ; Sun, 12 Oct 1997 16:35:45 -0700 (PDT) (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 TAA02997 for ; Sun, 12 Oct 1997 19:30:58 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id TAA24696 for ; Sun, 12 Oct 1997 19:35:36 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id TAA06765; Sun, 12 Oct 1997 19:35:36 -0400 (EDT) Date: Sun, 12 Oct 1997 19:35:36 -0400 (EDT) Message-Id: <199710122335.TAA06765@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: x11 app that configures keyboard In-Reply-To: <4763051@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Larry S. Marso wrote: > I recall reading about, then successfully trying, an x11 app that > reconfigures your keyboard, with a helpful graphical image of the keyboard > to assist you, ... without the stilted syntax of xmodmap. > > (I'm trying to remap a "win95" key on my laptop to serve as a right-hand > cntrl key). > > Can't remember the name of the app. Can anyone recall it? (Of course, I'd > also be interested in anyone's .xmodmap entry for reconfiguring a win95 key > in this manner). You want the `xkeycaps' utility. It's available as a FreeBSD port. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ You are in a maze of twisty little passages, all alike. From owner-freebsd-questions Sun Oct 12 16:54:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28995 for questions-outgoing; Sun, 12 Oct 1997 16:54:41 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from hetzels (200-114-169.ipt.aol.com [152.200.114.169]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA28850; Sun, 12 Oct 1997 16:52:33 -0700 (PDT) (envelope-from hetzels@aol.com) From: "Scot W. Hetzel" To: , Cc: "ISP" Subject: Re: inn port Date: Sun, 12 Oct 1997 18:10:34 -0500 Message-ID: <01bcd764$0ba38ae0$0500000a@hetzels> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01BCD73F.A027B6C0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BCD73F.A027B6C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In a message dated 97-10-12 02:54:18 EDT, shawn@luke.cpl.net writes: > I know this isnt exactly the right place to ask this.. but I have a pretty > simple question about INN. (I think :) ). Should the INN port run "out of > the box" ? It seems to boot ok, no error message, and > When I first used the port I had the same problems you are experiencing, until I fixed a problem with the configure script. This script was not setting the value of PERL in the config.data file. I have made the corrections, updated it for INN 1.5.1sec2, and add an option for MMAP to the port but haven't gotten around to submitting them to the maintainer of the port. Attached is the completed port for INN 1.5.1sec2. Scot ------=_NextPart_000_0007_01BCD73F.A027B6C0 Content-Type: application/x-compressed; name="inn_1.5.1sec2.port.tgz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="inn_1.5.1sec2.port.tgz" H4sIAA1IQTQAA+w8+3PbNtL9NforECfT2leTevmRa5ImskQ5msiSRpKTpjc3CkVCEs8UyePDstK7 //3bxYMAKTlO58vlm/kumrYhFsDuYrEvLJCaVS8IZnXz1Kwn1GlUf/gP/MhJ7fz0lPxA8Fcr/Ska 5OykUWs0z89qdULq9ZNa/Qdy+p9gpvzLktSOCfkhDsP0c+M2K0r9b8HQt/2Zpf1PnNiL0uSr6sGX 7X/z/Pysfto8h+96s147+77/3+J33/47YbDwlllMvwKNeq12dnJy7/436rWGsP+T2tk52v9p7ez0 B1L7CrQf/P2X7/+Tx9W5F1STVeVJ5Ql52nN/IfnWH9+SunlC6n/961m13qjWn5FG85dmA/4haRgn KQ3mxLqLyFOY2+72W5eTlx8dOyXVdB1V55nnu0YUxmliBHSTGKBnhrPw7WXysTK6HL2zxr3uh4cm RMvolsbeYvuxcj2xZtN2/6EZWUJTx+fDR9a4f/oFE2YRjf1TPufqqjX6kinrtR19rMRrYiw+M/Iv lYq3IH8jB0//kMj/fUBekoPO8ID8vZKuaFB59IRcJ5RgH1mEMXHnnyqP5Oj6S6ODfxZGpSHJItdO KQEExHZS75aShedTU01svGTTqJ9QnNsJg59Skul0Ohe/63QkhZjabnUTe4j9i+iMrVansvDESg2X VG/tuJpEYehXURDk7+THH6Hncd7HoWL1A+v9pNMbvyzNEpwXehkcKeH2/MqkDv+aIGgzoa759Cl5 8YIYhjXsGkYl+fnxY5w9GQ2H/cePf34qUP28ZF2jsdXt/YZw/iXAXI8RzL/kaKmwbIJsiE4QBSgm 9ggdVXCmgbKHNVQfE7vsY41iX0Pva0CfXFkFFktePP2j2+tbuKJ/C29twlbZ5Nenf7wfv52M2xJc 6JXaWpRbRVfkcpfjkjJK8pys7RtKnEql8n/twb7//je/cvyPbpZf/Qzw5/O/RqNW+57/fYvfvv1v D6+urMH0q9F4IP8j5PQE9//stHFyflo/w/y/cVb/nv99i18vSGk8oOkAQ7JhsEDPYAFNyZrSNCHQ i4HX/O7p/x/+9tl/x5q0x1+RxkP2f9Ksl+2/1jz7bv/f4lewfy8hNhz/1pFPIeeHwwA6gWQLJ721 ScgUXIMTgmOAo18YUBIumLeIbOfGXtIKTAZVco+JHZDBYDoiCY3h7AZjIFlfZ37qAdo7CiR8n/Sq Q5MgTTxteMESSa/swPWpW5lvgYuERnaMJw+O5ZgEQRwBcoYNBieRvQkgDcaDDLWdFXF8jwYpsHkR pivGSQXw8WmAGg4uSbiG//jecpUSOE14duAAN4s4XLN1MJ6jOExDJ/T/a5zdPvsf9XuTrxf9H7T/ s7PGWdn+643v9Z9v8sPij8fO1fgV85N36lSZAckPFFEqWiazKNaIHZON9wLHz1zKhoL3WJurHOR7 czxKKsA/vRBaAJZddmVtB1X4t15d0tT3ktSsm8tPGjSm0QrAYbwt9TC+d2ABHlFvbX+nA1bh+14Z fRCkERAuQeM9qJNV7AU3rPxR6sjmO1wDE7dYOdnB4YfOTQHYrLrzT2azAMklWQQLkRWB4CfhpI6k inCUdBGy8Xx3baclKHecgLoAP63ycg84Bh3owkbEMDSy06TURe8iL6amk/qlDrl5JWiYAAqUfqkD V4hbuAve2Kmz2kNgHboUYkUYl1nCTVxQ6u6D++GyDAVeIOS5eyiEEIJuPboxF+u01BXZSbJx9y0E FpHGEEp20aEJmbYD4afI2bOqHTsrlPqzAnSOC6dxGZotFg4EzRLYicMkiUC6ZTjsMahVCSp2bR8Q F723I16XwAsbtGIHCIayhz000BUFG9gBl1kDEG5S5O/CuSbsgO/m98DXXlkaWL4SGr7bITW22MMc XxmGbsK1PX9nsFCxMgqhYkUwSnqPqKI4C+7hJXFsFE5SAqOH25pS8Yp9rKS7y5Jzm+6TGsgm2QbO rizBi5ZlyardMXVwGfvkENN/ZjQrC5rzmsFeQgoqJIKj0ctxpybWoaAoOsPDZK4EQ7mWQFnmaKBc lwqgZEV9H1LBZD/03uFm6tzX4yQr1ZP7HwVSbm8fzAxC3wNl1VAoV6FLJ/c5BTaY31QQ5RcVTHNK Cqhct05YecMCkdwLK6geFRRUqpCzWO4CvWWggLp75VBMRgSrVeYulnGYRclup0sXNpwtdjs0NdHB AGCodnvi9T0dKIX1HlQIh8PR/o4sC+x9k2CliRcGexYSfnadLAXLohnzk1Iv9QHgbuEk92A/d2L7 BggKSrd3Z+/vS2w8MJoFa82TyapzngXMwZQ7XLBvl5ahNChCRdRSAJEkKoDK+BRMhFEFEBFUA4jg qVESjlBBZARTEJEsFojf5fYqASU00rsrCM8C9bbMLDV2ZBjXhoFeceRU0xBhUTsAtwBZ03hZVEeW nioI9wHlNvKuCYTFeW0vVGqugCqyFmE7A7XQoIB6zFNQGbuKk3ng1eQjgmJ5ETrLhQhZBstgVNxw FHtxE0obLFOaAgTjpLYseY9dGLMp4kH+2QXoNyw+lM//qIRf9/XPF7//qtWap+eNMzz/N07rze/3 P9/it3//tRvjr0Djs/Wfer1WP8f7n5N6rdk4OW/i/d/J+Unze/3nW/yePCHk6ZjeepiV/ELq5tkJ vud5UsGOQnFYPguyUxgpXoHgoEHI3odgWXZBtmFGfIrVVhuGUN8lc98Obo5ZxxpkzUuxWG9NY/De WPpN7fljpCioDoZTyyRTiAGMCBZ7sUi8xdco7I0NAfIXk051OCGHtp+uwmy54vjtLUEHDiMRUbqh 9g2v+qYrIJQcmaTHWPwppiQIU4UI68o0IBEgsNOUBmyJHAurFM/BKIjv3VDS711MTI1bkBghV623 FmkPB93eJRm1xq0ra2qNJ6z7PWQdfL2di9+BmSzGorMd02NeeW6zKjjg6A0GIBsswB/COuaUhL57 BEKPtkgOUL08PHoBODq98aNHj16Lz19f/3p49LKSw00Tq0l88/hurPhmYDXd96nP3m0ck4SmKJQE hXrw44GiMGLIRwIvthiyNoliakRxiAeRMCbsHZfGl9WdcK7gQ/LEYUbPRB/Dqn8CFd4wwM7Gan67 zWa322Iuay8dh03ohCAxWEqcT8QyPT7Z2hIX2IfcCrsg4pK/HLwiI8+5IZ0h/DOYEnzmdD0YDBUp fFDTftMaz2C/JlOkWoQIDsrDJBad/7IU+IshvhL2KVcj4U8PUShHRD0z2ouRvbtKKNmgTvIutBO+ sUoTNHJ5S+mDRpR/Iln16kgoJ1htgSSYMMh2wQg+J0aEAjSi5TGh5lLTw9F42OWKAh9SVzgMRjPc XYYWr2dQ+Q8chxjhAdhQQJ8zZMfEuMAcyXPQDCdZMJycmHewZrR5l86z5RJ40Gj2O2q94ltQVj26 4uNykDQQCVw7dvkFzwZMPFygugQUktQAlrZhJoq2AKPhOBrb8faVoovTwOqRrPgUZPMOnSrTOn7d FESQ1acL4gVCewVu7mvQAtGZDEbj3mDaJQwJ7AL5+BEMBobK+ab9008m8Uzmbtko7adhYMZfmCfH t/wkBHqUvGm9s2Y5RTfcBGQOafVGl7KO8LXelMLWByB6pkQlBQazRGEElLrKbbPNkEIRsjCJYHII OhD64GsT0jBPCV7dNTApARcPn9wjrrwlbNUR2XjpimEDrdGMh4UjJIsxAL5BF38DreskMMrozGbJ bXwym8Hnhe3OFn5op7MVTmHopLPRfzBVsPsSZkvOjc6tBs6/cfYhhsGfYAUkC1w46DthTJMjHsHw YSiXxiaMb8ReKrlLmc6E3b4uQ4T4y+N03ZPiBiO7Qa0LQUaxkLRHk2Niu2wX1gQ1nkdvkDsEeIiC TOTdmFL41sK1mEIM34m3UUpcOE/xd6CIg6Ew/Cz1fC0qL6GbeWxUcowZqZf69PBI00FrCu6iPe1N +1ZJ+R5JtdP0Dd0KJyLYYHTfhBtcLXuIaOOiU6lVz0mEQYCtZPJh8u4Y3dhgOCjSGkwR9/RD3+Ik VTsnrQ/B+SXPhjQhdLd6vzGdS8iBsbnpHDwnXsrEyTYArQHf3rLM5MD4dFBiQviu16qhkRedxpwY K2J8IiKCMD4mmNkgC3jxnsCRGbcgylL0aiTMUrZvmEJhJUrxQ5zYjvjmj8Ik8SC3gSTHz2jyCxoN o9rrQwJTNIZ/EXx1agT4TBQcDTTAw3h3f3ZKmPzpKWC/f3rKNrn93By+A2oL2JB8D1hL3wTRfT9z uTKKW0ZQyiCylzQRmjgZXo/b1jEZQIzsGqNW+63+bUzaw2OGBTT2xDzZo61XrcGodWnl2qq3BafF IZyiloJiHhtmSc4ZSSBxBq+8DAtU6o8E+rpCizD1YLoqLzML85pyXlPNa+6d1yzMO5XzTtW8073z Tgvznsl5z9S8Z3vnPWNCGNsBOAeMFQBywWjxqTt1VqE8tXAjZS40ZmM16Y9bAxbogSL/FDRzOJ/B CH1otdvkcEvRAwh740+mRc3p1ZHCi2MZVvwQOAVsa4uA1E7R2zzEN8s4HByqsd2e5unoVMtGBZSN JkZKjE0lP800gEJ/eHnZG1ySvvXO6vNTTNd2ICVMt+xdjdQcP1zyOKc7tOHlDE4y4ODH74RFFSDS qkrDsI3P84vE0JC4CCGILGN7nXwJaQgslzphbJfI8iFFooUsGGJnRAN2OMWcMFyCIbODZM4IxkVE MOp1dB5mw5E1QLjy6kWQ5KQ88BC/8awB/owx1rH6rQ/c0fdhtXCctsGzEBrHYfxc8sFebM2Zrw8J vfPSAi/d1rTV5/GUf+fEZQ8jOu5NFZmAUxCvtthbqTUFKHvwFZM1ZDRweoWsHU/ES9ByH2+adarW eDwcC6rsO6cqe5AqfIsSAwTSNaspwOrAYjwHjqdZkmFBlh3SIV2C/MwB9wXbwRZbIDcYTnttHsHF d05PdiG9963xAJSa58P5My8sQji0gG86buEcho995+hkD6LrWBfXAhkoKRxvwzWyJ2xcmmtCDsX9 BRygUueoQKjdnrWvOpwQ/84pyS6ur92hss8m2Ofw/cAaT970RhPSGnQI/i0QcjXsWFyRh5sADAaO OPkuYeTnaVuIaSBrz0at6Ru0hU6nN9bOOmAOcEbk2ycb8riT97FHP0jrEi+rjlkqlGCOEWVxFCa0 iO9yPLweSXysoSEUnTnG9+DYlvjomK5tSPdYiUSV+hnrXN+lpNc0STCcmUWiV62JiOiqpZGV3Rl7 4riPMtZ/wPRHNugeHlq1AyGKTuFXLXkO1rpBfw2QjoEoGZXrtZ3coLFCZlxi+Romvc3ljg1d8Lyz 1mBYrkJXltyk5qndBgN1YmrjYaPsIltjzGWsGWoLUtLbglhxSO3s7KREkd19sLTy87QuWtP2mwK1 IkTQKw/bQ7Ggu5+hyHQJ1DknWAAIeqVBtfPzU2VdJyYWYyCkj1vjD6TT63atsTVoC8vCyJukrh0v 4SgF6RT/AN0PqIdR6hXhtad3LZh+OSGTaYf9qWVzkB7Ic9rtQpwnUadvF4ksFiyY0yulf4Bylud+ eUMsSesUpPVDoZYfvMBb+mBprn4tFQDXW9mjVQIn0/HsjdXqcDVXLXkQ1boV4vsor+kaH7HsoSx7 NMpX1pVGWbVkpqd1K8SqoMVeMbPScbhYADXYl6vryZRcWBBZIa/pDscg3/eaeCERhxPpjFUD5bcg prr8MFgWiLAi9jZiD6ExQs7/AWpKEu8TfQW6wgMYtmYpqkAGR7QlvljGM6Mm5d7vFmJHEbNPKV4J 5xjuJ0z4YxCSeS5TpaXnco8sEhlIFTfBYeNIc2DXvY4gyb5kxVNAARGjJ60qH3ypDZbQpRhMyFQx VOLgxvN9YEAvH+Y4RxpOCY1ynJfgnWPPIVHo4U0E5gUgwPkWvP7aibbHcJjx/dBhwZWlxlzorCAM 9G9Dz9WpDuEsJ2Kb+JaU8x6cwmWNf8HZcGxYgu3Dxq1pkB6zxDB28VE7ePBVlvKqQxZpLrbfuxyM pkxz5bd0rXmXF2gbKlJam6B+QA7En8HHJKZpFgev1LKQ1O6qJr3LN5AG9IWZ5q1cj1R3vji5V+pu w7GxFAjpnestPKakOwy9wvbMTiHeOLqCAAVwO0KD8VNR5vDSNMi1s8DhNyy4fr7OBNweL0Mc8ygv N52dqrHKwnyrJgPFQfd60J5+GDHnKL8FE6prZ/HNBpl7acEu6bIQUK4hQZo2G9JWZEvai9abzWA2 fKf7KNyLX8dexK16dLwYgFiFoIEyGIWJd5cHR8iVIQNLZAyCCGeJ6w/4ak/1O6SeFkvyhrw4UJ0c RU54gU9Wjgn+d8GjXshu1VjBEYA8JXjF60rIQrc/xDIH/rd7TLrtwbSf1+H0U1v7rWJHtfITm+pm CCv8Rkhdbb3IAg+iMkSAfO1Dtu4hY16QYVXH60EPYjLS0ZqCUGFAZ7hDBuIIPhlSUV5RMUtkIF5c XGPqkFPKIToxbdgeepCKpt6ahgvX3j5M8tKaTntX1rDbaX2QRHWYTrcwdv9KtZrtfto8j8H7Vllz tt1/YLkYy6Xi0sdL9ggmr/pqoslhJemosXu4XDgrcFYPS6bbfgOZXr4TvKkTkgP2SyLx3PtkUFrZ pNfR9xuapeWwATkVeaV5CKlTBmlDuj6SV7XperZcp5C78Bv0h6lPr2aXV1PIVHIGcojOgzbsXjbw Ri5nJElnc/8GE5Av5WQynV3032LuomSRgwry0AYKZtDJbGwvhfDPyqjUdtGJIqj5MOX3rd50pG2B aOs08yEawQPwHhCIkMiBThXc7mdp4vUweIvhgGGVt8gKot0i68OEU8rLxWApN5IOfrPYthD3QzK6 DcdvWYjADxnWOIwN3fWIHMM+h1iW2juO6LXW0iUmunOuC8axXc9DH5IzvG1KvkA1Plz1ewNFTLQL SiGH7LHF68C7M9wQDtIBSSDcgGk+TBNE/9usM7xq9Qaa05egkufPR+4YR6vL+iGYQ2KCSS2aBCiJ vNzm/IjM/zM8XfQGnRmqBOr9kFlrCSQPxeWBgiXUGpEuOn6YUCMMDHpHHUzd4LSVU++B4+wjAyzq 6hXh/m8q2OYNWRhWnQxBmWQA1OYY6jHq96rDL6Y6uOgNFVnVkvUNrZtNLROOKX83Y6Qh+ytcQL5E enw9aV1aSBtD20Sr3FsTRTlvyPK96uQIdNPE2maQreeimHZrez6mysSl/H+RBecDLdmBoNqZti6O 8WPc7131puzmEd8EHZNrAQD22GuSVq4V3MA77eH1YKr4LACkxRcH5WTkgXvJiiKsbhsQoy4eNKGy /m2Z/J2mMft7BaLyJKq7drDVl2NKXPl0SMkLsx2QPq/BoPD1HR6yEg7jiO2x1pa7XBhi1HULZ0nE C8x3wGsROyEb6vv454tkm1QF/LOmNbAsODzC3v9Pe1ffnkaO5Odf+1P0kMkFsoDBGNtxXsYEE4cL xl7ASWZ39mExNDYboBle8rJ7+e5XvypJLXU3tucuO7N7Rz8zDq2uVpXUUqmqVFUSA5q6MQY089Cw Mla9ZnN/MOpTv2Vhd6Hu4HZ7z/rQrkHKpAc3bKbP3lZhhYK3VUJNQ5emR4veoj8apdP9TAaJj0aL 97j4PrP9wMDRvffCK9wCYhcboh+J/i9aU2gGuArmyzt1xcrL81bnLSz/x+a3Vk7No1AFXo9t3JtP 4tjWmDgqjUrrTGNVv41KrB/Z796BnWYmyQj3Rk9ThVZ9hd/caDtG+DA0O6xHvRj7/uzemNuNWu1C Ida/tXJsHv2Khnu/LO7zlf/YDr+y/q3Qho/u8ZXHC9//YGGDAQzoSDLtOnsw7VrtjcKnf2v1zTzi l+5AOJz7/p2te9Wq1d6qbS31W7NI8+QejcNm2Xpcnpd+RbfX/b6Xhjl25g96U7iqVZrteobZaupj MO4tYWXESxAevdr7OjpXNljUTd7a7lVFTLr6rUgPn9yD9O7ttCtkXVPnsfmtsIWPNDZHsFMOTelM 6LkWumtFWbDX9tkLyHZlI2b00Y/Jf5ZXmVPgSIAG6MTa9Co7Zvnzs3q7TSK1WLmTXFgYoHnaPas0 t7ZIsYEVrz+Z5UvIZYEwwJIN1W5VHai+hqIfyznvhtJPYjqDZe8q37dfPX/5n86rgX41CF8NnFc9 fad8fdXd2IfwSD0+D1bL0dTXm/u8MI6WT9lzSrknci2h2QeDrS5eJ/mJuCWJ25Hy72p/Vhk8zOY5 tq5/SJ+331c6HWpBBkKB1SLb68TuyGP7VpvibYD4e9y1x/Zt5D0GiL/H/Xps30beY4BwgOzDB7ve rtYajUqzdn7Z1s7YJ5VORQPdN7chy2nI7miEy1rlBGXwnLWXtaolspkbvbCFD+18frbQw/5gvNeI Xe8h5BBSRReY4VekhMY2OF27lkcTTzy9RKobBBCTV2N2BoM7HNzbh1K/8ZcM5dnFrDeZ0CDhmpSv 2Nyes6QJNbovKyR1Njut80abnW3cIuN4E4F0ZSzNtbQ5dwC1Ct1Lo50kUGraj14TLgBgZX/9a59G 57y7fPQIbf3rX8GgvMePHgmdKGHjvpRoUqlvu8rkrn9r2swjVa/0nMyDT743QaCc+FmvFuhM+e4x JkdjZ7iSHVzuTCuVDFF9NQ8+UA141xshFhKbBfI1816awwZeX1y+56kqLpL2ZgjT2P6pWTX048Zu gDwMP7whH/K4cGhuSFq5xpY8bE3+6KXR5uzYn2bZK1dkyOpNQJpjshR9BkzdUrfSYg8a61aTYwPY ZgFJIrHglRH0wDc6J6l7cnCl0YyNJxeGIvxJRpIoSNQo+CJgc2s66mOn54rGpHFC1V51OsRZbT/7 iDdn7+2nXBHXQ1Vc0cygkaZ4aG8s4SO8uNG04Bm2s1rMTYj2jspUxLXmQ6WOSQqkMbY3WO3M1inP IjqleYjX7Q/GAa7egm1rereeFTG2IQgJcx+biLebNlpwCOi2sV7StGMinBJNSQQsOn6EHHhSGWrY uyvsL0MGabKN89Msu5pkvfNWMkXsF3N50Q4p0iUORSGYoagRBOywLF4pDAYXLbEkC52rKfJMEce6 u2v4VUME39kEqMfKpOJ0xlKc87GfgX2vYHG7EZCra5xXKw3ifc1ataNx2mU2agdWEVCbfhzNA95f NPtxMiwgIcz9CcKrQAp78ZoOcSS95tvu5WX14vW5BLQ4BUbmc4AuL2nNrr6uK5fmlv/LiiQKD/HG vDHPk4UdLLxy4aHH8TuIEPPSqRepDHvE2F/CGhIkOnPsFv0XTIk5gmJO1OOZdFy2TFx9Xau+6dab 1cblCbT02nv0YkKpVrMT4FVPXhDL4FQKGEr4jIKWXXhuaEjfsXdT59GJESj7cfrObMmFj83APVtN r0WAuPb7wUKFvGG1w6Z8MB949Fnnt2/gnF02T7ErUz3nQWvdaqZrA1iWQLbfwDjCX4zHrliUiQEO 4ad3PfqINc3enj6rvO/CqCuo9I1Zyc3DYkEmJi0kPqIA+n1/xnKqZhZs7XzqFeCkGfDHFWcHF1Wl 1enq3QD73kIYghQLfIn57y3EefTk4OrvcHKa+2l4SmZkzaMPzIkOVL8W0a0F51s2T7onL/9E4+S8 VZPvaZeYb+qCFW2WsFhd6YA35erY48UpvZsRZeOO0URVN+vVWvdN/aRtKDAlNgUWmBlZ0n5MHo3T aXgSItLoLmsuJi6KoVKA4mfVXI3HOVouJ6Mpe1WNOZBgSJP/wxQBQsaVkQYXVGEsGEuj6EAb4or/ eFmvdbDQIHfcVuoz9J/eJJX1Up+HQUD/Ni8bjQjV7jvHCYU26S60qi5OP8yb2MAZj/1rYuIqNcmK /Q1mCO6ErwEHbzCTB8dDbKjjuUaDgnC0OPLk2Lk3Xms2SOpx/nEqayh6y4H+4dIOFBBHRJmf0RpG pAwC7V3cRx7C8bp91nS1By8qEu/ZZ4pkGoGneTjnMBs111mJUVMTInYWbjIo/NT7IrEFNHQ+3YyQ KbGnIuP8HkIoVX2fqMdgVh9dT6k+h0dLsvNutdIkDYu7xC3RfmgRMGt5v/ZSyhFWoUs540oG063z iT2VueYu0hNXmidt5eMdKbVcvaPwine+gtFGD+/UMqCP50naFZhSAolXXAYpdjzlB7fz71qL2HPn vMuuhcJY3SLjtxYBNB3EFFlSmKHOUKBI+xs9uJWYd5VmB47KbV7EwjtFgv1Y9UaLFq75QAmeNH9s MlQejtuFoNpZ7exlrRVidUtCudgBU9iryJuhLBtTomRFUlDvugeBn0sbEDTus3qLXNCgVZr3SbaM EGGKHAHCAjRfoU5zC+RwUCjPD/aEZw2EJgZUK+oT82b31eWf/iSSUF59xY8cRhpq2Xn2oFqu5tK8 hfcHr+hGf1lVqfAjqyQMQXLAyiIBQELjGbW8mQfLJSLllwt/PPR6Q9kIGi1ERMBWHTfFZnL1c3HH 75rucks0542AlUUuOJGsS7IOMjfV0zsnAcVPWRMscLhjT0XDzYLx2IlOaTBfZ2eUS/libpHZWYkA Cg2vSCK94dgMcEXShq8Vj2Q7NSvC04ATzYY4T2qvKpeNjo0zUhQGr7uApUIhVFN583UBP8PplFjn CP4CyoIUUpDmBGaDheP4WMMMCJHb99oX0QFJF73H3n6B/4j+3my2Lth6zc0ejuaLpealzPixWsja oEesONuSnJhIUr1Z73SrjXqtGbb2OKnUrMVx+FIhgTTTJdodaH23RKrjvekE1FGwdNHumAoEUZXv d84MYyGWnVmP3UaZCpkpt3uyVBqN83fdFnsYt2XTyiowO1cOkGGmQ4z7qUpsLMFfHGgOyx51yjjo DTjXMYcyyy4r+uaplytCVmFTsL2vSV1KGjOEHr216pSYUHQXrLivDDMYDaBkMJoj/hbJhWA7Bikc scGLizNQmGXQN4pR0aq1aUHtclySpsMus0lxYPcL2kpEQjQUtKsvMEwhxELMRl5vMBcpm4jAB6TP s0YaIh6NO2t7m5XM+gWs2mElOqPefJaJtOK01oEG/PKnyslJSzfDKbTb4UJHda8zMc3m6ifYopmP fGKHsFQgUFnGIRs7e6EO8yObbbkW4oz0ySFUw4wFAU9Aot1u1BO35yPFNtHRN/ak/9tE4YzQs1LP gTVK25cYiwEzjhX6dcl74rfvtwNR5bLzutuuNeGJfxwrskmyIV3nHpWvRaK4x6MhpNKFWA1mPqYw PZuRiO9xHkWhG++lR8tHYr2+6bFHdqD2qia9Po1lP5OwVfUOa4IMH1QhKt0ClmeuiDd3YWv0OVJf CdacXJyU1Hq1UTOMluaJVg1JCU2jYq6iR2tccD1SGjmJEBUSHua98ag3NVaJ3mpAg77vO9Fg9Te1 7gUpEIrj2PdGCrBBVCcKz+Ps5bV3MFBIkgtF5vpp1HpV9Z4cHBAP+KIC9VnnfSpdqGyRpKlwbB7R Kq6eAWSzue/n87Z2IJxQ4Q/ZpSpw2KUBis4ka19m2BuNSWDS88issQuEtrOywJ8JIgdW4YEV1wCt jAQWI9HY95biFoKUlRGHc9OPMC0QyaaGgVd7d37ZOHkJr2OPaVskLl4MQHpp9Y3ywHQKNF4XKL1r LVymF5TonVPIrvzlJ5+4nFpGMe6UQK52rhZW2+vVE94nsOQ5p0Sv3hEwZefpwN8GblZjfPgu/coH M1m0kL4DX+UOW+irSrsDtn/eeMs78+Gt3p23AcKtg3kwi1jDP/nKEAnHYrMiDTBSe9dBgjBXvdS+ r25JRJTTYEUVX9b7PJqsJpa0bmLp1BwyC3cSTjHiYhvaxhuWRpFb8EqGfge52FlyMbI029Hjnj4F 8nI6Yd2vK1RZgzqz0/pJ/JqOEwqNvhODTpet0Xc7GQvf5z3GoUhRmIZYQJywmgo8FR1iokUmMjIC eT9CZBZwaDDTouVK1UVJXVNvVqiz4fPs9o5THukg9x1XtoRpGakgVWaVYeCldWKNTGg0gA3DXiKR Hqj5BhseYfIguTdrow1iJgWw2WbWdRhg49DWVf3bMn843tWwwVx9YcHIkpay3ry3vNFug7y4JkW8 1i8g/+iGhHeaqViPLXQ8jfhbcTB/RCvVkz7v9liXP0K985Pseh4nFFqdF4HeVUoa0th4Eq5BA2h0 fa1byOhZKfjkP1JujGZ7fOK46p52wyCO8M446IaPmZe3O7Bjo4i7XWkkJGJMfVr+RchQFNkOYmf0 hkRO4Zf2DVOlu2WR4l/ya7w2ISZrem1Z4TECnV379wjgbVbOtMld34YW9xBAMf+k+mc0CnjDSQkt RnMQrxO7DTheEfWh8dwUu0A3yQUqF3cdHsyDnGMHFXox+LgNk5BPazchLAgbZwMVC7vC6l9+WUK2 hAcrSYls9x1/yaklRo/Dp2KtUDqYWGY5T70936qVRldtWjCO43hZGLgUgXW2N7QBJVx9rr4sRWy8 CcYcfyeRrTJaZeT4btxfp6bGYFfREi0ygXgRyHRxn4Ysuidji+Ky54d8mEvepueAntXql7vjqi5p +HfCuCq+dbzrFYC754qMh6T2iC+Fv4QXPQkd2DYknWiJLFnOIpwsynISJJVUm3f2dRYx5ezE3s6B pGVLz2jK7+b34DJDC9tkYUmxCPJtk4x2fsENsW51L9oAtnfaAXahKp3Xba9z7sHWfN70sMfcqpxF U0DOeyO2/T8ibdGyizh7FGNY9e3dXZOpgbd2zZ3e17UeW7lvzBEuLgEi1PU4scJ0mfPZekgyF4II Hqn9//UEMJNzqeCiGCkKMIEeOUkmJIp3aK+CYJlbzTzxRNdfDnsR4vfhjHvBAjXi5fm5RY0ucYgJ wSK06KNrQko4yzvpHjz04T8VfMj14LuTDXtEzsDKcRC26UrI5axHLQPWY7THluzV+/3RjF1joi2A NgzXqbAFusRpQQjGLisLnYKaHbtyy8j35XMIvFH884llXv92MdAjcwa0UxsS60FKMNlmkocGjXnq 23Y7xKBLHDwhGLeE84f/fTRTOHkQLv0pOxmYZJ+MvTebIdP+OrTiMRArS8QNWJwzEbbTRw5zaZiX ZocjznkjYY3UB6/ar+CrJB6YOsF4JkpL7bRVuwjbz7cOAQrAtJzRWmQgm6lQEa0ahwaHNePOqVge W6Obs43jOOt8obBXKFo4ep8+JKOovHsTYqAbBwE/NHRTHc6cGdzddbHOatdO7EF/EhnvJxa6hW9z MHi/O/hMvl8LW3zon9tMC3cuQn4cYgwc/iQuJOtYojJ4WLcRVsgAkY8zijCe+S0oWi6KVgxFKxHF PILiWuVRsMx7vB2uk1kBeQw3bHacVPjYLXBHhwayKAiPHVgtoyyFtwiUfSm5yYCwxgffujxdAGKL izqYTHNpSLDmiEKx1Xnz1VTkqV64xcoakZIzFpLCb6piALSDPXNWzqG48CwaxEkRg/DKz6qctkuN WZJHs9I4CM8YnPsQ42BQc/1EE3qh4/ZCJ9YLnUgvxLvB7vY/ttxuh/D9IbFZ4nQSfIqT9MfWHR+G AW77MELRBF0eSeymhyAM5Ei5sQji3oBh4irla8zF2VgOW2vtrzcjEoIJ+4wAJYxfuw/9ySzg3L3i eQpqdYoo6dYo9s6ZtR7QjYOVH/KJ9suJrAJVZVjm+DxOeEvLe5o109zCSy1WnFwmJd5W/iDGUyEi qGxiToGD1gAZbnem81IpBssCmJGdJRyEzypRSZc400N8zsK4abEpvnUwK4BoJ3NtFn5e90+blx4E A4TbosdJ1kqHfqAQslZIR8cwM9jp5UCUOOM//VPd+ga4c2iSx64somX6QyPTt2qNSqd2Atm+87rm sSKrcmqct36SAevqxjqhtLFqJnJXrshalnDrrksC8P33GKJ8o8IHIugUNn2EkoczG9aw1vO3tdbb eu0dGPZxvMxBb8M6NPBxNnmgkj1fMBBiswY/J15SG4rYCV5vOXARbcVISqRnayuvUcXWUEa1YKyj 6czJE2j1qbukmqJ45+ul1W78CA7oMBLHkMsEWcRYhWxjDEfTEQnng0SKOjWbWZiiOEUC6DAOmwRq 8oJjR5Jb/7Jy4rZdFTh4DNCadu9Q/XcgztIyh9C4jxxkE+nQuIhTaygvdvveFXIUiEIdLmvvOXuc 2ZVTbGumUh8rxpAPw0vUaodKImSRbCma8CNpUe7yEedEGiLkfxTvS8FcszpTlziUh2DrhpFhOU+I 5dTe16qX2CRQzAeZytjhBHkeWyZX6YU2zsnUH8A9DEHZpJpcI15s6Lme9mChcN1PFi8Bwrbb46TS uLRp4HcG/sed6Urtnra43yANwZiwWvrsEmzylE61qUPxAVGowsU9mTbx1T+OFcWpEsgkKTQUhi9E MIuFVul1L0GzDcUMS8cMCyNKpgWdRIk+dco2AKaUHLqjHFZThjohKqt5aRxH0gS3ntvT3CqOznb7 DX2YXni4SYFGJaxetU7bq7ZqvBS+/EkGJQ1O8chpRwlReUVdU1F0hTFA0a4ydisn5wf7E+tUG5I4 bKqOpdGie6IUHYZmxMpiArWGTaKIjwJTQqFNGNZbHuI2adobLokmGqyqzx3JVJXFpFMNm0iTPaI6 ZuFRlOg8mVdfND1PWXaCFxSOzJl8wFoVE1xpjcEXt6RXVeKKsAYsmTBByPkL3lvjqSj5pZmhqRhN cKa2sgvDeqWsgNyPMAsrdYE1uQUrK2Ll4nM7Y2auWqPxttKyF3hdFDF6GcCYUBo9G5RZB+wzd1PG ZhyTVS/JlGNhPk4sjll3rDfuIhXnOvJQqDbuQeyyfwutVEUCqU6pOx6qv4pQHCQJSvuLm3tQCqi1 lFbbrxModUpdNu3A30lp3zGLTpS1AAnd2eMS0naYDFfnrYaXhk/TDS4zc4mtEpam9nFvsGsRivDU Vp1dOZFfqONnnIIYo2CghOYALwwi4uoX6PTQbI4Q6U3W6Lyxd+Do3Fh0n0njbN06cX0KgM/d1UYY 0Y0fSZihPjIsojqeggHYyiMXRNRHBcSiL9UljTMLu4NKvLbXIqy1Wmof2753jbUKxMVG9eIEyshY WHwBJo1t4V0HItmwBUPbi5E4dCr7ashUGlPez9sdtNHiWqbIVeBDQIc2Jsq4EcmmM3QRJPEwlNHQ ++D79oflGImfqg0RY8M7O4RCPT5QS8xn7fOtRpDp9dkovkkj2f1VVrZIUcToawATVxM51HYUGvfw SDkESsS+bYphk17iPHpVq5203ZnERbG5pACTmINBbYjRe/HaOQs84aq3uB9Zr+ttGBJColSBQ5IB SiJIH5b6QAeSIIJLBxct2JOMWSuIJgblRaNHjTAGT9e2K7NxUUxqU4CJxITHW5vucVIr3N0j4oVj mZ353rU6K5AkCtTRsw/Y/yJUxh0qYE6Ckx0flHOvoRMlyhRFh87dpOW16l6Z4ow/m7L7EHPeOIkS Y4pci0kIeAsxRIH5UuAVyLgIC7mKOrLyra/5UJxwLfKxuCzhiwnsbV2DaFaLxUaTzcN3I4kUVrMd jUOXRNQdDRYxaa2W+evAteqoI6QF7wd/ljBQW9XX1CjbmhYWua0PIV3EPBf1YdUhbt4lsb0CzFGY ibsl9XYnYpcPQyejYEmd72BK2rDprZbBhI/qW6yuRFy7i6j25cu2SxRKYkQJWBJRDqYIUUpP9U5s x4neYqHydK8lDF1APyzCdIlDWAh2S2/JYfcJi4yK7juOFcVWGQW5bpVRR8Ebvi7WHhUy4Z7GitM9 J/4S7m4qkzc8EZLsGaRx2fv0uI8aMRhkjVzM6TfCPTadfCnK43U6kHTzVTs3QVSfP5AtsriZXmwI ilUdJxS69NnQv4L/h4xfdeBIbyesFnEhEdpthKKwKKYHK0htl1UkKN3XGrmBbOsoHWASDCCmuWF5 Ws47qbUqtOS3LYFQF0UkQgOZ1Bkhjm/QIQlUucWxjrHeMJ0TkhTrIHYYZVsyJytSOwvhgrhGwIxK lwmi5RoWo3fu9ATjmEFCu2PSN7BTJPvGcx6OZKfw0IB0UWk7XE9KYnYmAUsiSQ5zCAUoYb993r1O VGcAUKlW4VdzHCuKsVsFmchxpvNZXjA5Bkr/8wyZQbRVMlmnen/BO2LWhpYpcjWrEDCJBsGV7y/F OHAxD1S2AeJvCz9iGY2bV0ifd4nQJa5NxYAlf4A5e54bs1pFOt9uv8wal5h1tmMgOo4VJdmNAZlE kUJkeqU+nX5isejWT0K1vYO0YzF7VeLiNmBrGD6jMri1U4yiQAWqYMMNrhRJOiDX7qiAusShIwRb pwAKIbPR4BZCoGKvlIP3aCnHOfWmfPLCfL6aLaPEkTLzDp6pl21b61FFUbVHQ95OoJAgPIUPNgML Y87q7NBCP4xxs+rr2lnF4mZ873IzBZL0sXT9+eHEtuDvytni3MHK5HpJPLl+3uTnDQSk9uhVeCym 4RVcyHiIwuFUEfZxf1e+iqR1k49wxV0O7UAAqqTxiBSGaTyi0MWyctn/VXSYON4kUl7XuWabECmK UqEBdwv3ooHdO9l/VchJc2/smOj71XQQ8T8zmBrnMZKkKEqSBixqktqzHs7Dwz7DEHn6sLe5mtKE yzqEhSkAQFkwtbc35WRp4lhKLQw39pNI5VfaFzjp7jipNEqxBX/4bYjWSloSdfwsRl1YGqXOgj/8 JsQpQ2viR66/jFGmy2LfWcPulnWnNa04NBKRFvf+vmu/YhNnAsa+IpcmfkWB1zE0MCdywL4JudSR WIbrEs+d96LCUFgnUhyr+Kt4YYwCA71vEUCoJAHv3yQNoELcm37BQZQZ4fCkkH1AQss+7O+Yuvx6 uv22taejgb1P4hkwD656V7BwkzTBnj+rPil0w0wC+SevnPl68ipKMQB4W3cwVCIkcn+FAR0WoPbk GmX0iGOLnJyTjazHXIH67mnmMXym39IrJvKTunwqm7564nfVgAd3Uhini0+P5kAqcQCDFifERCel cf+KFMVmowLc27bWJ5xoif2qqq3QigRqRYjzjtZqNpP812vDUXgX6vLiQrn8WreKFgeAM7NSiXKs snzQsDUmMUgi8LELl/dy3EP4H07oA0HbNta65O9UPy1s/GD7gWd+5+qSfBJhSDucWG/gmwE/CExo OvofzVapl39keViGb24MAnPjSZY+ToymkCi1b6R+WkTxA1OLoi5aqDYS2xiOqxmrSHkdu2NmEqSC uT8cffYHYZ5Z9rORfQLxtknyXvAStxwROXJ54W44Sll8u1HB3uJqsbMQ4s1+IxpEDUEo4rduT1Jz 1Mnhx7GiWGMU5G1tGTLd3JRw+uzlvYvTi9jsAYAzgQD0EYnJtPM3zf+oH0ws8S0qUYc5Itj2WqW3 4dwbJj01kg6OBgOtP1vqCvvzWmmKOQiLT2ec+7zRyC5jA78nb0LPZsPIaAGTM+xHYWbifDTJFTVI Eo6ZRFemRHVuFIz6Vt+oGY9OES/T2NejR5YeeeqOPn5ozWKOubgO3UeL5TwJk0gvl/hdaKaHpg29 8ZtkSnx9fubuOXBJzI4oYJGhY8ZIcT9PSuySMx075OQtehaSWoFgboJ5MEU8pr0vwd8nzfuaqiY+ o09+D8yZ8vZiVal2ONGATkpq3+ukEA4I28KHQZC/6s3hHSdLFh/LbRDJqaEwkvCZY1KcgNScvu0U RNAqoNxHb9fL/YI/V17Byw3w59o7gOP1wRNEe3GwakXToHb/E7VuXXX1Veh+ZZVFt0QM7BpDJreu P7x28EuCvtvx10+bMfxUlogfsLfhJ3yyXtO45lhH+LjcvlqLt8zdy7W4t4TrtX2vcwY4ILxio6is ZnDCmonHatEcSZLacNlk/5zYuok3IkRhLTw2P21a8CTXsCY/W40QcLUzKh3u5yAyXS0GOyr+ageJ eCzM2w+Sa7merqI1US3BYn09HDUwt91I0kqaWCBk8YpmI8dS4A2fRL5BupiJtLLOEfb6p91KPHEE lXu0UjUt9uq9mib8GI2zlufFP3N9lpElMkQkvjb2KMEpy3nxHiJIV5wYxolkyOqfRIX1JE6E89rd osN9SIiEX8UerSUiHpa1jgrJAU1kfLe5fvcrD9Nlt5gv54sLv7+7w3vtO5NB+RviKBYK+3t73nce rkLkX1wH+563Xzo42C/u7xVKUAqL+wffeYVvSMPaC/kO5p733TwIlrfBfbrx/fFvQdBve52dlLFu THNmCOSpP/LXf894z72hfzgsHfZ7BRLUS7u+PywOinv7pf3ekyeHvV7xyWYG/9tf0fmPqFDwgG+J 4475v79b3KW/e7uF3b3S/t4+z/+98mb+/xbXA6/pf/IgqGOPczyW3W1Ox6i3Oo+2aIhsP0Bec87O oB2aj7bMsKGnJwgPVa5iR9hU8c77S6/45Mmely7m9zJZr3jonfh9FO2jSL1KMqn37iaY0Dtb8ApY +tOrbVJcvR/qgyNPD8fsR6+Y393ll3eKuztU127pqLR7VETWHnnLq32eeT/Qu9tw4EG2oedbDmfb rlY6tdPzVr3Wfs7q5vZZpd3hrDgdFA2Xs6OdHfqbHy36+WB+vUP/Yn7skP6Do2E79H+t9dzQeYxE Uy/bJ/nz1ilpSJDH5zrZKyvIg8FI7ia9gY9AjHY/WHrv8t5rf/l3f+ylb/jfxXEPFpNgkuGWF/Pe JSf4G4jr246onHl2NlfeIyrljToQwAu5N71fEdRIhi86GOv2JC33b/gQK2UmhxGIT/PLM9bdPPX2 ALvsYSP+w2qCQqy/CD3TPki+ceHn00WpLmNoycLilmUNq0xvMHaVUspuFFdIMj5UBNhicOASW5bG fo+TKvsT0diE1FLYQTNsCOR6N+qcEasnGHIv71VVGMxMwgH1G6Os/vUhS5Sp32OYJem95nmndqQL /0ZabbiRjJwvM/FLtFFmVfbCHhw1PsPdX+1D2zTx47lPreJ91G1jXru3jY4TGpnuRRelTs5T26bk x+ecnOiBp4YmfdZdBEjSm6Iu9cf6A2APWp0Nl0X8IzKqev4UQRYcNKSjwR7ok5R0rlaTI6tvtPws 04X0frCwClXNTmr9u6wMxt+WgXKP93kkxV7n0vBtRY/0iak+vAW46rDmOak01TeVU2IaqU4QiCs9 ctDQ0Mxx9myVETNFrKBZfL5FX+YjxmC+CNMDnK7xa+7PlEM23bFLFf87xWgnDZVvOKnRCOA/b2/B 1Yfep5u5gpaIe/4xH00/sKGnyJ6XBAXkJULOPlukVedLyC5Mf6HbIRCWflIxXPVK4jbDNJa8X0YB /f00Gg8mvWW+hHrKz7eU323ZMduWPdvHkW5Dvxy60c0rg/rQ35vutX+g/DSeI3Rr+bqVQ+d9qQK3 OEqk7FkuSHy3nCEXgqrCdm+gW8tRKl9GYw65MWyxOtTOu/RLgoDn+LUaDmHFpp841HeB/G/4LZFq 9Ito6X9c8gt0p9qsf3DUu76ZT+gnUqLKD/pAqmKqAt+a88Ydeqpe+gftm43lNzxE5NcnhYp+ftZo pYbPkxFgsAqrLyQ3uu8PuRNzxKdBF9+zUn2oO5TY6mis4YD9UCUl/2Xlr3yGV717yD0b0j+br6YW Hh3CQj8xar/k9UDR96sppqaPitgLh5Ftb8/mfs6sD0fbW9RDNC1/+EeVra5fU94L9ga8WtGAzLH4 keMmYcHu83F14TuGud3+2ux6xtzzS/imYgC3v7ci7tEfuy8xo7jztS5zMfdN8JS7X8RZgdJJih1Q F/3wj7M3J/XWV49azDaUr8qQL9l+jzyubXvrON0fEMy71pt2q/rVe0q/zypval/Vv2LX1neIm/qq 8gVn6N0QNs+PBRZzQVNCZFl3TFcdh5Y3Gl0cp/k1RM1WPcVsehbVKL7tNWWm3DEs68Z6WT+8TwUK 9//0dbDE5Hdp0fkzdgLYa5XTSvCn8P6C07r/7H1vnknpU9kSo9kTfsTcxCscHJSjVYTpM54yPI0c dc4LJ6S7A5xERf8WNPdGkAA4HK0dgSpPS6yqdVDE7YmocjkZYDuv+tl7drUY5DE58pMPLza2hN/l iur/ONHirJa/WU6+nbJ7h/5fLBWK0P8LhVK5cFAooKRU2N/o/7/F9Qxf+sX2s+VoOfZfcFSH1hwu 2ChQDY0Cae3vmnm2I/Dbz+Al8+LZTfGuV1P63RS9DHD6i1e9ZzdzquYqGHx5sb39bPbiJxzZisyg 7P4l4T5mh2uoTo9lpdZUGQ7fFLwy+x+g3XL4QMrR/1OZPKPQ51Oqc2hzyHZN2o4JNwozswLPEb8D Mumf7TpUwKa/bHKWmBzXwWVTUkEmPvzR6KnEWKrX+P0L1vkkQSh7VkHjTT3reTdzf/g8NftwvXNS a1dbqRfm57Od3ouURCBswxMPp4SEREpTTgOtl5uq8vkd+s+ax6kXy2BmUuHxl1nSd0L1qH27R7oF ySOIQ0c6vE8qBsQCDw1DglX9sfvFRu/g9k5x0Daf9zv2P/pjoN3+r+3byPVUq4Rql+LtZzsyVmj8 8Mj9vSfQv/kV5f/KSrLzLXF4eywNrN//oRvm/4X9Unl3l1eE3fJ33rfcg1p7/T/n/+u+v7arfQsc d63/xdK++v4HhRKv/3vl3dJm/f8trsePH4vtYAdHk/U++nlYvkfXW+/8gfefq7FXKniF0tHu3tFu Cdb3g+0crXqRN7baq6lXWV17u3tecfeoVDgqlAX4sXvh3tsrZvf2Pb5FXXRb3qOlNJfbhg/0kv6e +kvEYlQkFCOdoaJ/bP/Be0Bq2cAf0mo9SL+utHE6F8IlKm9PM/QU1yBYXY39LSJqOl9N/1z6y1N6 oJ6NhmnY6Zjm67QCyZYy3vPnXq6IGrbm/nI1n9Kd9ZoqSxNlGf3Wnwt/8f7gFfLlDAAfQCvblrFM UFtbw8FT+zbw5/NpgCJqwJZuwKt2tdKoZRJ76OAwe1gKe+hwP/tkV/eQje0u2gA9HRDSncdeBK/3 eIdJjz6O9CvAPO+rqckjUBKXVp/lQfi+ewKd94LmN0H83qN7c9113cH/R98Cx138f29/1/D//b1d 5v+ljf/Hb3KB3fBhEEixL7nJ164AxYNwBYi98+vWgMMnT7JPCIALPE/xM/AR0j/YzgmlQR1CwMk9 09rvlaMqd3rz6xVyPcBbfMK7cXLEbVZV5T2G9shHXT+EsofTDU0WRX2oQkYOb5BjMPSpM4s8ONf3 XEn6YzAaZBazOXHYYRo7CNlIFVl9lFLG8Pyhl06/8p6T4jLzp+ql1KdUhlcanBKO9WzrgumtfR4t 053WZY1A5KRviTBEogB/njKVCiFDRcgrgu4ER9Syn6cpmwJeLVTXqvXi36lrU1Tfw0XqX7uPf+8Z +22vO/j/h2+B4y7/v4PdA8P/D4qljfz/G15gxle9/gdm5Wb7c+0KsBuuAAlv/bo1oLh7mC2W9vQa sIVdFwQ/LtMwyGW9/2hfZbxnXoGn8lY4Q9UETRVk6m7xrghxlSSYh+MBTd72VX6x7OKUMfXG1dzv feCfeIVZGVK+dV8R54Dj0JGh52Q0X37JcIM1vYqx/nPo/eXb0Hvv73/H/P8mI/6O+b9XKlvzv1zm +V/e+P/9Jpcz/03I0a+Z/ualhNm/v372P9kvZ58cFPXsD6eCp1fgxZJEhjmkjq3Uz8vPo5+XAJoG KlY56y16Q38s+ca1LLMQHy1xmhh/oaU7srzHaqd5mMLj3Mx7+PPy5+WERJmHnHqvyMdgIoO/BD8O 9OkbQoiXJp35CO892c/cA5Ea7YLsF8YwoqoWOEe07ysZS46K6cmpNBxwl7vKuPh+IQ5zD3T4RrqP Fcf6l+jjh6qL/y/0cdK4LpUOD7Kl0pOSPbKHwYoE4efe61Ej+PSuR72Xvp7Pci+wSUULB2lQNyP5 lxqf9XJF/O9Iuyfd9uXZWaX1U8b7B75WQhdzyx8ujrBDD7k1q9A+HGQ50eTNaIdqpydSRFBuEeRc vcSonMBZzyKTa+OqQCz9w7Qq2oV0Q/JXi/Tv+UXQjTEZ9o81Kv+1+od+0/+RHpLCf34fJY6pvd0n 2RKtk6GsZJC/q8CDuVFr/kE6hEnzofKU96TgKxqvFS3QkXpYKBbyxQLLRkybAEo/vrw8VX3IXybO KNQcc3pyMJo7bT969nDxwvv+uVTPd9x1PAJMa4wk9b9rze/VmORPtVemxpWLv+5TlRMax0Mn+q30 APp27cPwthqob63PpVv0qz7XLS36HRv0e4tbm2tzba7Ntbk21+baXJtrc22uzbW5Ntfm2lyba3Nt rs21uTbX5tpcm2tzba7Ntbk21+baXJtrc22uzfXNrv8GIL8UpgAYAQA= ------=_NextPart_000_0007_01BCD73F.A027B6C0-- From owner-freebsd-questions Sun Oct 12 16:54:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29046 for questions-outgoing; Sun, 12 Oct 1997 16:54:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from emout17.mail.aol.com (emout17.mx.aol.com [198.81.11.43]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA29026; Sun, 12 Oct 1997 16:54:50 -0700 (PDT) (envelope-from Hetzels@aol.com) From: Hetzels@aol.com Received: (from root@localhost) by emout17.mail.aol.com (8.7.6/8.7.3/AOL-2.0.0) id TAA01026; Sun, 12 Oct 1997 19:54:12 -0400 (EDT) Date: Sun, 12 Oct 1997 19:54:12 -0400 (EDT) Message-ID: <971012195254_1756010653@emout17.mail.aol.com> To: gpalmer@freebsd.org, shawn@luke.cpl.net cc: questions@freebsd.org, isp@freebsd.org Subject: Re: inn port Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In a message dated 97-10-12 04:18:45 EDT, gpalmer@FreeBSD.ORG writes: > > are running. Nothing is generated in the log files(/var/log/news). I > > cannot telnet into the nntp port 119, I get connection refused immedialty. > > Im doing this from the same machine it is running on, and have added > > additional hosts to nnrp.access with the same result. I have access to our > > companys News server, which I obviosuly didnt configure. It doesnt look > > very difficult to at least get something up and running... > > Did you build the history databases? I'm not sure if the port does > that for you or not... > That is another thing you could try, but I do know that the port is broken. Doesn't set the proper values of PGPVERIFY, TCL, or PERL5 in the config.data file. Scot From owner-freebsd-questions Sun Oct 12 17:02:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29557 for questions-outgoing; Sun, 12 Oct 1997 17:02:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29537 for FreeBSD-questions@FreeBSD.org; Sun, 12 Oct 1997 17:02:01 -0700 (PDT) (envelope-from grog) Date: Sun, 12 Oct 1997 17:02:01 -0700 (PDT) From: Greg Lehey Message-Id: <199710130002.RAA29537@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk How to get the best results from FreeBSD questions. =================================================== Last update 17 October 1996. This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: How to submit a question to FreeBSD-questions IV: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with break- ing into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean that you have changed your mail ID since you subscribed. In this case, you do need to tell Majordomo the correct name, and that's when the welcome message from Majordomo comes in handy. If you have not kept it, all is not lost. Send a message to majordomo asking for the list of the members of the group. In the text of the message, write: who freebsd-questions The names returned in the list are not all individual mail IDs: you'll see a number of names like: freebsd-questions-list@datatec.com freebsd-questions-redist@news.uni-stuttgart.de incoming-freebsd-questions@cisco.com freebsd-questions@clinet.fi freebsd-questions@mcs.anl.gov If you're on one of these lists, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. IF ALL ELSE FAILS ----------------- If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.ORG, and he will sort things out for you. DON'T send a message to FreeBSD-questions: they can't help you. III: How to submit a question ============================== When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. "FreeBSD problem" or "Help" aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers. The mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: - If you get error messages, don't say "I get error messages", say (for example) "I get the error message 'No route to host'". - If your system panics, don't say "My system panicked", say (for example) "my system panicked with the message 'free vnode isn't'". - If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. 7. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question. You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- IV: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. From owner-freebsd-questions Sun Oct 12 17:02:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29556 for questions-outgoing; Sun, 12 Oct 1997 17:02:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29539 for FreeBSD-questions@FreeBSD.org; Sun, 12 Oct 1997 17:02:02 -0700 (PDT) (envelope-from grog) Date: Sun, 12 Oct 1997 17:02:02 -0700 (PDT) From: Greg Lehey Message-Id: <199710130002.RAA29539@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 Oct 12 17:25:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00860 for questions-outgoing; Sun, 12 Oct 1997 17:25:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00855 for ; Sun, 12 Oct 1997 17:25:11 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA14097; Mon, 13 Oct 1997 09:51:15 +0930 (CST) Message-ID: <19971013095114.45053@lemis.com> Date: Mon, 13 Oct 1997 09:51:14 +0930 From: Greg Lehey To: rknebel@csrlink.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: color xterm References: <34412D45.9FA6891@cse.psu.edu> <19971012152446.42638@my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19971012152446.42638@my.domain>; from rknebel@csrlink.net on Sun, Oct 12, 1997 at 03:24:46PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 03:24:46PM -0400, rknebel@csrlink.net wrote: > Hi, > Does anyone know if there is nxterm or color xterm available for > freebsd. The standard xterm displays in colour. > I am using rxvt for my color apps now like slrn and mutt but would > like to use colo xterm. Just set your TERM variable to xterm-color. Greg From owner-freebsd-questions Sun Oct 12 17:27:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00913 for questions-outgoing; Sun, 12 Oct 1997 17:27:21 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bastuba.partitur.se ([193.219.246.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00892 for ; Sun, 12 Oct 1997 17:27:12 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (dialup184-2-17.swipnet.se [130.244.184.81]) by bastuba.partitur.se (8.8.5/8.8.5) with ESMTP id CAA28627; Mon, 13 Oct 1997 02:27:04 +0200 (CEST) Message-ID: <34416B04.3724FADC@partitur.se> Date: Mon, 13 Oct 1997 02:27:48 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: "Joe \"Marcus\" Clarke" , freebsd-questions@FreeBSD.ORG Subject: Re: Multiple host redirection? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joe "Marcus" Clarke wrote: > > Okay, maybe not the right subject, but here is my question. Is there a > way with sendmail to create aliases in the following form: > > user@this.host.com: joe > user@that.host.com: john > > If my machine is multi-homes, can I send mail to a username at one > address, and have it go to one local user? Then, have mail sent to the > same username at a different host, go to another local user? > > Thanks, > Joe > > P.S. - I know you can do this with programs like procmail, but I > wondered if there was some sendmail trick for it. Hello Joe, Yes, this is possible. Use a sendmail.cw file to include the domains you handle mail for. Then use a virtusertable file to map users@domains to local users (or to other.users@other.domains too, for that matter...) (Tip: you cannot use one row in a virtusertable to map to several other users. You need a traditional alias for this). Please see the file /usr/src/usr.sbin/sendmail/cf/README for further reading. Regards, Palle From owner-freebsd-questions Sun Oct 12 17:40:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01891 for questions-outgoing; Sun, 12 Oct 1997 17:40:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lsmarso.dialup.access.net (lsmarso@lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA01886 for ; Sun, 12 Oct 1997 17:40:10 -0700 (PDT) (envelope-from lsmarso@lsmarso.dialup.access.net) Received: (from lsmarso@localhost) by lsmarso.dialup.access.net (8.8.5/8.8.5) id UAA17658; Sun, 12 Oct 1997 20:35:58 -0400 (EDT) Message-ID: <19971012203554.65118@panix.com> Date: Sun, 12 Oct 1997 20:35:54 -0400 From: "Larry S. Marso" To: Brian Clapper , freebsd-questions@freebsd.org Subject: Re: x11 app that configures keyboard References: <4763051@toto.iv> <199710122335.TAA06765@current.willscreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <199710122335.TAA06765@current.willscreek.com>; from Brian Clapper on Sun, Oct 12, 1997 at 07:35:36PM -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yes, thanks, that's it. However, the xkeycaps utility is blind where win95 specialty keys are concerned. I'd like to put them to use in FreeBSD. The xev utility gives me some of the information I'd need, I suppose. Is there any more illuminating documentation (beyond the man files) for xmodmap that would assist me in writing an appropriate xmodmap file? Or could anyone volunteer their tailored xmodmap file? Thank you. -- Larry S. Marso lsmarso@panix.com On Sun, Oct 12, 1997 at 07:35:36PM -0400, Brian Clapper wrote: > Larry S. Marso wrote: > > > I recall reading about, then successfully trying, an x11 app that > > reconfigures your keyboard, with a helpful graphical image of the keyboard > > to assist you, ... without the stilted syntax of xmodmap. > > > > (I'm trying to remap a "win95" key on my laptop to serve as a right-hand > > cntrl key). > > > > Can't remember the name of the app. Can anyone recall it? (Of course, I'd > > also be interested in anyone's .xmodmap entry for reconfiguring a win95 key > > in this manner). > > You want the `xkeycaps' utility. It's available as a FreeBSD port. > ----- > Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ > You are in a maze of twisty little passages, all alike. From owner-freebsd-questions Sun Oct 12 18:16:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04220 for questions-outgoing; Sun, 12 Oct 1997 18:16:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cumulus.upthb.bppt.go.id (root@[202.46.7.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA04212 for ; Sun, 12 Oct 1997 18:16:10 -0700 (PDT) (envelope-from mahally@cumulus.upthb.bppt.go.id) Received: from cumulus (cumulus [202.46.7.5]) by cumulus.upthb.bppt.go.id (8.6.11/8.6.9) with SMTP id IAA05302 for ; Mon, 13 Oct 1997 08:20:17 +0700 Date: Mon, 13 Oct 1997 08:20:16 +0700 (GMT+0700) From: Mahally Kudsy X-Sender: mahally@cumulus To: freebsd-questions@freebsd.org Subject: HELP: Fail to compile 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 have submitted a similar subject, but I haven't received a clue yet. During compilation of several packages, such as xmountain, the following messsages appeared calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: Undefined symbol `___sF' referenced from text segment calcalt.o: More undefined symbol ___sF refs follow *** Error code 1 Stop. *** Error code 1 Compiling other programs will result a similar errors, but different in the object files ( .o) Please inform me if anyone know how to resolv this problem. Mahally Kudsy UPTHB-BPP Teknologi mahally@kurasc.kyoto-u.ac.jp Jl. MH Thamrin 8, 19floor Telp: 001-65-21-316-8828 Jakarta Indonesia Fax : 001-65-21-390-6225 From owner-freebsd-questions Sun Oct 12 18:28:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04829 for questions-outgoing; Sun, 12 Oct 1997 18:28:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA04796 for ; Sun, 12 Oct 1997 18:28:00 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.6.12) with SMTP id SAA21826 for ; Sun, 12 Oct 1997 18:27:07 -0700 (PDT) Date: Sun, 12 Oct 1997 18:27:07 -0700 (PDT) From: Shawn Ramsey To: questions@freebsd.org Subject: login.conf classes 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 do you tell FreeBSD that user x should be in class z? I searched the archives, and found nothing but people asking how to fix the bug that didnt install login.conf on install.. ive tried several man pages, but no luck... From owner-freebsd-questions Sun Oct 12 19:33:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08129 for questions-outgoing; Sun, 12 Oct 1997 19:33:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08123 for ; Sun, 12 Oct 1997 19:33:14 -0700 (PDT) (envelope-from jemstone@ifx.net) Received: from server2.accelerated.net (ip80.ifx.net [206.25.218.80]) by home.ifx.net (8.8.5/8.8.5) with ESMTP id WAA06691 for ; Sun, 12 Oct 1997 22:09:05 -0400 (EDT) Message-ID: <3441417D.E863FEE@ifx.net> Date: Sun, 12 Oct 1997 22:30:43 +0100 From: Jim Marker X-Mailer: Mozilla 4.01 [en] (Win95; U) MIME-Version: 1.0 To: "FreeBSD-questions@FreeBSD.ORG" Subject: No Ether.... X-Priority: 3 (Normal) 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 Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just added a LinkSys Etherfast 100Base-TX card to it. It is configured as follows: de0: flags=c843 mtu 1500 inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:40:05:36:b4:bf The hub sees the card and the card's leds say it is working at 10baseT speed (which is what everything else is). The problem is that I can't get out to any other computers on my local ethernet, and I can't ping to 192.168.1.4 from any other computer on the local ethernet. I can of course ping 192.168.1.4 and localhost from 192.168.1.4. What is the c843 after flags mean? All my other machines say 8843. From owner-freebsd-questions Sun Oct 12 19:44:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08687 for questions-outgoing; Sun, 12 Oct 1997 19:44:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08682 for ; Sun, 12 Oct 1997 19:44:49 -0700 (PDT) (envelope-from Eugeny.Kuzakov@lab321.ru) Received: from lab321.ru (kev.l321.omsk.net.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id JAA13122; Mon, 13 Oct 1997 09:46:24 +0600 (OSK) Message-ID: <34418B7B.CF7A3738@lab321.ru> Date: Mon, 13 Oct 1997 09:46:19 +0700 From: Eugeny Kuzakov Organization: Powered by FreeBSD. X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-970807-SNAP i386) MIME-Version: 1.0 To: "Þorður Ivarsson" CC: "Universal Websites Inc." , freebsd-questions@FreeBSD.ORG Subject: Re: logs References: <343FD821.59DD@linkeasy.net> <343FF7BB.41C67EA6@est.is> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Þorður Ivarsson wrote: > > Universal Websites Inc. wrote: > ? > ? Hello: > ? > ? I would appreciate it if you can tell me where the server logs are > ? located the server itself (all errors on the server). I am a new user, > ? and I really like free bsd. > ? > try look at /var/log directory Also you can look to file /etc/syslog.conf -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) http://www.lab321.ru/~kev kev@lab321.ru From owner-freebsd-questions Sun Oct 12 20:19:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA10581 for questions-outgoing; Sun, 12 Oct 1997 20:19:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA10576 for ; Sun, 12 Oct 1997 20:19:39 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA17497; Mon, 13 Oct 1997 12:49:26 +0930 (CST) Message-ID: <19971013124926.36249@lemis.com> Date: Mon, 13 Oct 1997 12:49:26 +0930 From: Greg Lehey To: Jim Marker Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: Re: No Ether.... References: <3441417D.E863FEE@ifx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3441417D.E863FEE@ifx.net>; from Jim Marker on Sun, Oct 12, 1997 at 10:30:43PM +0100 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 10:30:43PM +0100, Jim Marker wrote: > I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just > added a LinkSys Etherfast 100Base-TX card to it. It is configured as > follows: > > de0: flags=c843 mtu 1500 > inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:40:05:36:b4:bf > > The hub sees the card and the card's leds say it is working at 10baseT > speed (which is what everything else is). > > The problem is that I can't get out to any other computers on my local > ethernet, and I can't ping to 192.168.1.4 from any other computer on the > local ethernet. I can of course ping 192.168.1.4 and localhost from > 192.168.1.4. > > What is the c843 after flags mean? All my other machines say 8843. It's LINK2. Is this maybe the problem? I've had a look at the man page and the source, but neither say what LINK2 does. Try turning it off and see if things work. Greg From owner-freebsd-questions Sun Oct 12 21:08:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA13085 for questions-outgoing; Sun, 12 Oct 1997 21:08:12 -0700 (PDT) (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 VAA13068 for ; Sun, 12 Oct 1997 21:08:04 -0700 (PDT) (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 VAA11040; Sun, 12 Oct 1997 21:09:10 -0700 (PDT) Message-Id: <199710130409.VAA11040@implode.root.com> To: mercer28@gte.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! Like an idiot I deleted my /etc/passwd file. In-reply-to: Your message of "Sun, 12 Oct 1997 18:13:13 EDT." <199710122213.SAA01210@YouAreAt.my.domain> From: David Greenman Reply-To: dg@root.com Date: Sun, 12 Oct 1997 21:09:10 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Hello all, > Can someone please point me to the right place to get a generic copy >of a /etc/passwd file so I can re-create mine. Just do a "vipw" and make a minor change. /etc/passwd should be regenerated from the master file (master.passwd). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sun Oct 12 21:41:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15237 for questions-outgoing; Sun, 12 Oct 1997 21:41:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gmi.edu (nova.gmi.edu [192.138.137.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA15227; Sun, 12 Oct 1997 21:41:07 -0700 (PDT) (envelope-from przy8831@nova.gmi.edu) Received: from localhost by gmi.edu (SMI-8.6/SMI-SVR4) id AAA03067; Mon, 13 Oct 1997 00:41:03 -0400 Date: Mon, 13 Oct 1997 00:41:03 -0400 (EDT) From: Martin Przyjazny X-Sender: przy8831@nova To: freebsd-questions@freebsd.org, questions@freebsd.org cc: Martin Przyjazny Subject: Installing from a DOS partition Message-ID: Organization: GMI Engineering&Management Institute - Flint MI 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 some difficulties installing from a DOS partition. I've got two hard disks in my 486dx66 box: a brand spankin' new 2.1Gb Maxtor and a not so new 120Mb Western Digital. I tried copying the installation files from the CD to the WD and running the install from the "DOS partition," but it came up with the following error message after it made the newfs on the Maxtor and tried to start to copy the files: "Error mounting DOS partition /dev/wd1s1 : Invalid argument (22)" wd1s1 would be my WD drive. Maxtor is wd0s1. It is interesting that I got the same error message when I divided the Maxtor drive into two partitions, 1000mb each, and put the freebsd CD installation files on one of them, and chose only one as a dedicated Freebsd partition with the fdisk utility. *phew* I am just about ready to throw everything through the window, or even take it calmly downstairs, into the basement, out of the patio door, and into the nearby pond. I can't install straight from the CD either, because Freebsd doesn't recognize my veeery old and piece-of-shite single speed Sony CD rom. Help, please. Martin Przyjazny przy8831@gmi.edu From owner-freebsd-questions Sun Oct 12 21:59:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16707 for questions-outgoing; Sun, 12 Oct 1997 21:59:02 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from triton.worldonline.nl (triton.worldonline.nl [194.151.128.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16694 for ; Sun, 12 Oct 1997 21:58:53 -0700 (PDT) (envelope-from patience@worldonline.nl) Received: from worldonline.nl (asd1-p242.worldonline.nl [195.241.129.242]) by triton.worldonline.nl (8.8.5/8.8.5) with ESMTP id GAA14047 for ; Mon, 13 Oct 1997 06:58:48 +0200 (MET DST) Message-ID: <3441C23C.681E3C5A@worldonline.nl> Date: Mon, 13 Oct 1997 07:39:56 +0100 From: patience Reply-To: patience@worldonline.nl X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: problems with installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gentlemen, i would like to use FreeBSD. however, i encounter problems when i try to install the OS. i downloaded the floppy and image-copied it to disk. after booting with this floppy, i configuer my hardware options. after finishing this the probing starts. and then the kernel crashes with a "panic: double fault". the system goes to "syncing disks..." and nothing happens anymore. at the configure menu i only chose the console, two ide controllers and the floppy. i checked the console and the ide and they seem ok to me (are detected correctly and they use different values for addresses, irq, dma). one thing that puzzles me is, that my floppy address is at 0x3F2 (according to the win95 system info), but the configuration menu uses 0x3F0 (and this cannot be changed). however, i get the above error also when i disable the floppy (acutally i even get the error when i only chose to use the console). could you please help me with this problem and mail me, what i am doing wrong? best regards patience From owner-freebsd-questions Sun Oct 12 22:00:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA16840 for questions-outgoing; Sun, 12 Oct 1997 22:00:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16681 for ; Sun, 12 Oct 1997 21:58:41 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts1port11.port.net [207.38.248.11]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id AAA22129; Mon, 13 Oct 1997 00:59:51 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA00505; Mon, 13 Oct 97 00:52:54 -0400 Date: Mon, 13 Oct 1997 00:52:54 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: Gordon Wang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp In-Reply-To: <34410291.2A42@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 Install the ncftp port and use that -- ncftp provides a status bar. Or use fetch (not like the Mac fetch, this one you feed a URL and it retrieves the file). On Mon, 13 Oct 1997, Gordon Wang wrote: > Dear Sir > When I use ftp to down load data from remote site, > how can I know how many percentage I have received? > > Thanks for your help > > Gordon > > > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Sun Oct 12 22:18:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17949 for questions-outgoing; Sun, 12 Oct 1997 22:18:12 -0700 (PDT) (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 WAA17940 for ; Sun, 12 Oct 1997 22:18:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA09918; Sun, 12 Oct 1997 22:17:47 -0700 (PDT) Date: Sun, 12 Oct 1997 22:17:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bosco Tsang cc: freebsd-questions@FreeBSD.ORG Subject: Re: Auto Boot from third hard disk In-Reply-To: <3.0.3.32.19971010170008.009c9ef8@ipoline.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 Fri, 10 Oct 1997, Bosco Tsang wrote: > I have tried a number of ways including using the CVS but still have no > luck in getting my version upgraded. There seems to be compilation error > for the CVS. > > >I believe you can just reinstall the boot block by using disklabel's b > >opiton. You'll have to grab the /usr/mdec directory from 2.2.2 or later, > >though. > > I want to try this but can't find the current /usr/mdec in the ftp site of > freebsd. Anywhere I can easily grab the binaries contents? Btw, my mdec > directory have files inside, some of what related to sd. Do I need to > relocate them before installing the current one? You need to find a running system or a Live Filesystem CD to swipe them from. I can make them available if you need them, I have access to a 2.2.2 box. Doug 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 Oct 12 22:18:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18065 for questions-outgoing; Sun, 12 Oct 1997 22:18:55 -0700 (PDT) (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 WAA18058 for ; Sun, 12 Oct 1997 22:18:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA09922; Sun, 12 Oct 1997 22:18:45 -0700 (PDT) Date: Sun, 12 Oct 1997 22:18:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Douglas Carmichael cc: itojun@itojun.org, freebsd-questions@FreeBSD.ORG Subject: Re: Best way to upgrade from 2.2.2-RELEASE to 2.2.x-RELEASE or 3.0-RELEASE In-Reply-To: <199710121545.KAA00366@dcarmich.pr.mcs.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, 12 Oct 1997, Douglas Carmichael wrote: > Would it be possible to mount the CD-ROM, > extract the bindist and srcdist with install.sh, and then reboot, > without having to do a fresh reinstallation? Actually, I find the best way is to make the boot floppy for the new release, boot it, and select the ``upgrade'' option from the main menu. Make sure you back up any important configuration files before starting. Doug 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 Oct 12 22:19:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18152 for questions-outgoing; Sun, 12 Oct 1997 22:19:37 -0700 (PDT) (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 WAA18141 for ; Sun, 12 Oct 1997 22:19:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA09926; Sun, 12 Oct 1997 22:19:30 -0700 (PDT) Date: Sun, 12 Oct 1997 22:19:30 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bryan Rearick cc: freebsd-questions@FreeBSD.ORG Subject: Re: Boot Manager Problems In-Reply-To: <344058F0.4EEF1C26@iw.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 Sat, 11 Oct 1997, Bryan Rearick wrote: > Hello, > I've searched through your FAQs and can't find an answer to my > question. > When I have finished the install, and reboot, the boot manager comes > up and > only gives me an option for DOS. It look s like this : > > F1 dos > > > Default F? > > Am I doing something wrong? How do I fix this? What disk did you install to? What does the disk layout in your machine look like? What does the partition layout on your disk(s) look like? I need more info 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 Sun Oct 12 23:00:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20380 for questions-outgoing; Sun, 12 Oct 1997 23:00:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20372 for ; Sun, 12 Oct 1997 23:00:09 -0700 (PDT) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.7/8.8.7) with SMTP id BAA19594 for ; Mon, 13 Oct 1997 01:00:06 -0500 (CDT) Date: Mon, 13 Oct 1997 01:00:06 -0500 (CDT) From: Jonathan Fosburgh To: freebsd-questions@freebsd.org Subject: xlock not found 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 For some reason, when I installed XF86 the xlock and other related commands do not appear to have been installed. I probly only picked up the minimal install files. Xscreensaver was not compiled with locking capability and xlockmore does not seem to work either. Can anyone tell me where I might get this program? Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics ******************************************************************************* 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 Oct 12 23:06:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20601 for questions-outgoing; Sun, 12 Oct 1997 23:06:39 -0700 (PDT) (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 XAA20596 for ; Sun, 12 Oct 1997 23:06:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10277; Sun, 12 Oct 1997 23:06:32 -0700 (PDT) Date: Sun, 12 Oct 1997 23:06:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ronald P. Jensen" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help needed on install from DOS partition In-Reply-To: <01bcd69b$b15d7be0$44c7f8cb@default> 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, 12 Oct 1997, Ronald P. Jensen wrote: > I check for information on the installation from a DOS partition in > the FAQ and the mail archive(couldn't access). The mail archive was probably being updated when you tried. > I ftp'd BSD down onto my second harddrive (D:) and intend to install on > (E:) a 1.9 gig partition. I get the setup program to recognize the > freeBSD partition and it asks me from where to install. That seems to > work ok....however it starts asking for the root directory "/" and > "/var" and so on...I understand on UNIX where this are...but is there > some creation step that I am missing that I must do first to the > partition. I am a novice when it comes to installation...so help would > be appreciated..... / and /var are UNIX constructions for various filesystems. You should have gone into the disklabel editor and created these, or hit `A' to create them for 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 Oct 12 23:09:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20780 for questions-outgoing; Sun, 12 Oct 1997 23:09:41 -0700 (PDT) (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 XAA20775 for ; Sun, 12 Oct 1997 23:09:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10286; Sun, 12 Oct 1997 23:08:59 -0700 (PDT) Date: Sun, 12 Oct 1997 23:08:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mahally Kudsy cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP: Fail to compile 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, 13 Oct 1997, Mahally Kudsy wrote: > > Hello, > I have submitted a similar subject, but I haven't received a clue yet. > During compilation of several packages, such as xmountain, the following > messsages appeared > > calcalt.o: Undefined symbol `___sF' referenced from text segment This looks like C++ symbol munging. > Compiling other programs will result a similar errors, but different > in the object files ( .o) > Please inform me if anyone know how to resolv this problem. Where are you getting xmountain from? We don't have an xmountain 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 Sun Oct 12 23:10:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20879 for questions-outgoing; Sun, 12 Oct 1997 23:10:30 -0700 (PDT) (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 XAA20869 for ; Sun, 12 Oct 1997 23:10:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10293; Sun, 12 Oct 1997 23:10:17 -0700 (PDT) Date: Sun, 12 Oct 1997 23:10:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: Sivaprasad Pullabhotla cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to reclaim the partition allocated to Free BSD? In-Reply-To: <199710102132.OAA08784@veda> 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, 10 Oct 1997, Sivaprasad Pullabhotla wrote: > I installed FreeBSD on my primary hard disk by partioning the disk by > using fip utility. Now I have upgraded my machine with a new hard disk > and would be installing FreeBSD on the new partition. My question is how > do I reclaim the partition on my primary disk ( I want to use it for > some Windows 95 files). > > I tried using fdisk from dos prompt and deleted the partition allocated > for BSD. But still, the disk space is not released from the BSD > partition. Um, yes it was. It will be on your next reboot. If you want Win95 to recognize it again, run FDISK from it and create a DOS partition there. Then format it and viola, you have Win95 space. Doug 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 Oct 12 23:14:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21119 for questions-outgoing; Sun, 12 Oct 1997 23:14:04 -0700 (PDT) (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 XAA21114 for ; Sun, 12 Oct 1997 23:14:02 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10306; Sun, 12 Oct 1997 23:13:59 -0700 (PDT) Date: Sun, 12 Oct 1997 23:13:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Hoang Q Tran cc: freebsd-questions@FreeBSD.ORG Subject: Re: install port collection In-Reply-To: <199710102115.RAA17639@freenet5.carleton.ca.carleton.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 Fri, 10 Oct 1997, Hoang Q Tran wrote: > I want to install bash-2.0.tgz from the FreeBSD 2.2.2 > port collection. I've followed the "Compiling ports from CDROM" > in the handbook and still get the error: >> bash-2.0.tgz doesn't > seem to exist on this system. Attempting to fetch ... << > I checked the CDROM for the file "distfiles" supposedly under > /cdrom/ports/ and *it's not there*. Do you have a net connection? If you do, then let the port do it's thing and grab the distribution file from the master site. Also, are the distfiles mounted/copied under /usr/ports/distfiles? bash-2.0.tar.gz is certainly on the 2.2.2 CDROM in ports/distfiles. gdi,ttyp1,/cdrom/ports/distfiles,94>pwd /cdrom/ports/distfiles gdi,ttyp1,/cdrom/ports/distfiles,95>ls ba* bash-1.14.7.tar.gz bash-2.0.tar.gz bash-doc-2.0.tar.gz Doug 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 Oct 12 23:16:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21282 for questions-outgoing; Sun, 12 Oct 1997 23:16:15 -0700 (PDT) (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 XAA21277 for ; Sun, 12 Oct 1997 23:16:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10313; Sun, 12 Oct 1997 23:16:10 -0700 (PDT) Date: Sun, 12 Oct 1997 23:16:10 -0700 (PDT) From: Doug White Reply-To: Doug White To: Martin Przyjazny cc: FreeBSD Questions Subject: Re: Installing from a DOS partition 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, 13 Oct 1997, Martin Przyjazny wrote: > I'm having some difficulties installing from a DOS partition. I've got > two hard disks in my 486dx66 box: a brand spankin' new 2.1Gb Maxtor and a > not so new 120Mb Western Digital. I tried copying the installation files > from the CD to the WD and running the install from the "DOS partition," > but it came up with the following error message after it made the newfs on > the Maxtor and tried to start to copy the files: > > "Error mounting DOS partition /dev/wd1s1 : Invalid argument (22)" > > wd1s1 would be my WD drive. Maxtor is wd0s1. It is interesting that I > got the same error message when I divided the Maxtor drive into two > partitions, 1000mb each, and put the freebsd CD installation files on one > of them, and chose only one as a dedicated Freebsd partition with the > fdisk utility. What type of partition(s) are on your Maxtor (wd1)? You must place the FreeBSD files on a Primary DOS partition; extended partitions don't cut it. > *phew* I am just about ready to throw everything through the window, or > even take it calmly downstairs, into the basement, out of the patio door, > and into the nearby pond. I can't install straight from the CD either, > because Freebsd doesn't recognize my veeery old and piece-of-shite single > speed Sony CD rom. Help, please. You've tried modifying the scd0 device to match the settings for your CD controller? The old ones used a proprietary controller but FreeBSD does 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 Sun Oct 12 23:20:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21605 for questions-outgoing; Sun, 12 Oct 1997 23:20:42 -0700 (PDT) (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 XAA21600 for ; Sun, 12 Oct 1997 23:20:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10322; Sun, 12 Oct 1997 23:20:33 -0700 (PDT) Date: Sun, 12 Oct 1997 23:20:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Joe \"Marcus\" Clarke" cc: FreeBSD User Questions List Subject: Re: login classes 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, 6 Oct 1997, Joe "Marcus" Clarke wrote: > I am using FreeBSD 2.2.2.-RELEASE, and I have added the login.conf file. > However, the adduser perl script does not support login classes. I have > run it in verbose mode a bunch of times, but it doesn't prompt for any > class info. I checked the man page to no avail. Someone did say the > 2.2.2-RELEASE and later supported login classes, but why doesn't > adduser? I suppose I'll patch adduser to work, but is there another > way? Thanks. The 2.2.x branch adduser hasn't been taught about login classes yet. You can try pulling the -current version (rev 1.37) but it will bring over some -current-ism checks (ie 12 char usernames) that don't apply to 2.2. I don't know what's going to happen for 2.2.5 since the merge hasn't happened yet. I'll bother wosch and see what's going on. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sun Oct 12 23:27:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21818 for questions-outgoing; Sun, 12 Oct 1997 23:27:58 -0700 (PDT) (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 XAA21812 for ; Sun, 12 Oct 1997 23:27:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10353; Sun, 12 Oct 1997 23:27:46 -0700 (PDT) Date: Sun, 12 Oct 1997 23:27:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: questions@FreeBSD.ORG Subject: Re: login.conf classes 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, 12 Oct 1997, Shawn Ramsey wrote: > How do you tell FreeBSD that user x should be in class z? I searched the > archives, and found nothing but people asking how to fix the bug that > didnt install login.conf on install.. ive tried several man pages, but no > luck... It's the 5th field in. Just put the name of the class to apply to this user. On most systems it's just blank. Don't forget to recompile your login class limits if you change them. Doug 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 Oct 12 23:39:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22351 for questions-outgoing; Sun, 12 Oct 1997 23:39:05 -0700 (PDT) (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 XAA22346 for ; Sun, 12 Oct 1997 23:39:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10374; Sun, 12 Oct 1997 23:38:42 -0700 (PDT) Date: Sun, 12 Oct 1997 23:38:42 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Lehey cc: Matt Behrens , questions@FreeBSD.ORG Subject: Re: Missing manual chapters? In-Reply-To: <19971010100019.17291@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 On Fri, 10 Oct 1997, Greg Lehey wrote: > On Thu, Oct 09, 1997 at 05:58:00PM -0400, Matt Behrens wrote: > > Why are the PSD, SMM, and USD missing chapters? (in /usr/share/doc) > > They're AT&T copyright. To quote from the O'Reilly edition of SMM: > > SMM: 15, 16 1nd 17 are copyright 1979, AT&T Bell Laboratories > Incorporated. Document SMM: 14 is a modification of an earlier > document that is copyrighted 1979 by AT&T Bell Laboratories > Incorporated... > > You can get them all in the printed version, but it's not worth the > trouble. They're pretty out-of-date. You can also grab them from http://www.de.freebsd.org/de/doc/, where they have been conveniently formatted in HTML with xref'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 Sun Oct 12 23:41:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22494 for questions-outgoing; Sun, 12 Oct 1997 23:41:15 -0700 (PDT) (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 XAA22489 for ; Sun, 12 Oct 1997 23:41:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10402; Sun, 12 Oct 1997 23:41:11 -0700 (PDT) Date: Sun, 12 Oct 1997 23:41:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jason Alan Nordwick cc: questions@FreeBSD.ORG Subject: Re: more kernel/libc questions. In-Reply-To: <199710060447.VAA19396@graft.xcf.berkeley.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, 5 Oct 1997, Jason Alan Nordwick wrote: > if not then where is the user level version of open ? open is in libc. See open(2). > what does brk/sbrk do in terms of the vm structures ? This bit on the brk(2) man page implies to me that they don't do anything useful: The brk and sbrk functions are historical curiosities left over from ear- lier days before the advent of virtual memory management. > where is the code for it ? In the kernel. I probably shouldn't be answering these, it probably belongs in hackers@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 Sun Oct 12 23:41:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22543 for questions-outgoing; Sun, 12 Oct 1997 23:41:53 -0700 (PDT) (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 XAA22537 for ; Sun, 12 Oct 1997 23:41:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10406; Sun, 12 Oct 1997 23:41:34 -0700 (PDT) Date: Sun, 12 Oct 1997 23:41:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Gordon Wang cc: freebsd-questions@FreeBSD.ORG Subject: Re: mosaic In-Reply-To: <34410381.4347@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 Mon, 13 Oct 1997, Gordon Wang wrote: > Dear Sir > I am a FreeBSD 2.2.1 user . > I just installed mosaic-2.7b5. > How can I run it? What command should I type to run mosaic? mosaic Doug 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 Oct 12 23:47:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22861 for questions-outgoing; Sun, 12 Oct 1997 23:47:43 -0700 (PDT) (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 XAA22856 for ; Sun, 12 Oct 1997 23:47:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10421; Sun, 12 Oct 1997 23:45:39 -0700 (PDT) Date: Sun, 12 Oct 1997 23:45:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jason Chang cc: questions@FreeBSD.ORG Subject: Re: netd in free(): warning: junk pointer, too low to make sense. In-Reply-To: <199710040200.KAA05740@Miho.Dorm13.NCTU.edu.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 Sat, 4 Oct 1997, Jason Chang wrote: > > Recenly, there often shows > "netd in free(): warning: junk pointer, too low to make sense." > when I try to telnet/rlogin my freebsd box. Would someone please tell me > what is the reason of this message? The memory allocation library detected what it thinks is an invalid call to free() memory. This can be safely ignored. There is something in inetd which trips it but I'm not sure what it 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 Sun Oct 12 23:49:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23031 for questions-outgoing; Sun, 12 Oct 1997 23:49:31 -0700 (PDT) (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 XAA23024 for ; Sun, 12 Oct 1997 23:49:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10426; Sun, 12 Oct 1997 23:49:25 -0700 (PDT) Date: Sun, 12 Oct 1997 23:49:25 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brian Clapper cc: questions@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: <199710121314.JAA04025@current.willscreek.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, 12 Oct 1997, Brian Clapper wrote: > > There's no need to use the Linux version of FreeBSD, though it works. > > Use the BSDI versions or (4.08) the FreeBSD version. Take a look in > > the Ports Collection. > > Make sure you have plenty of RAM if you use the Communicator version. > While the Communicator version is slicker than the older Navigator, it's > serious bloatware. (I *like* Communicator better, but it *is* a pig.) There's a Navigator-standalone version of 4.03b8. I'm tempted to try this but I'm short on diskspace. Netscape 2.02 has finally become obsoleted -- I can't access dell's and diamond/supra's web pages w/o 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 Oct 12 23:53:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23396 for questions-outgoing; Sun, 12 Oct 1997 23:53:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from osabs01.inet.att.co.kr (osabs01.inet.att.co.kr [203.248.199.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23391 for ; Sun, 12 Oct 1997 23:52:57 -0700 (PDT) (envelope-from rjensen@inet.att.co.kr) Received: from default (osaba02-61.inet.att.co.kr [203.248.199.149]) by osabs01.inet.att.co.kr (8.8.5/8.8.4) with SMTP id PAA19051; Mon, 13 Oct 1997 15:49:17 +0900 (GMT) From: "Ronald P. Jensen" To: "Doug White" Cc: Subject: Re: Help needed on install from DOS partition Date: Mon, 13 Oct 1997 15:54:58 +1100 Message-ID: <01bcd794$27faa2c0$95c7f8cb@default> 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 Thanks Doug... I figured out that "A" partitioned the drive. I am still having one problem though. I can't get the system to boot. I installed the system as the directions state...with the boot manager...etc. But when I get out to try to run it..or boot it as it may. I get nothing but the original Windows default. I looked at the hardward.txt that is included. But I assigned the drive geometry...etc. And still no sign of hitting F1 etc... to start OS boot up once the machine is turned on and goes through the ususal startup. Is there another program..such as System Commander that I need to access the FreeBSD environment? To: Ronald P. Jensen Cc: freebsd-questions@FreeBSD.ORG Date: Monday, October 13, 1997 5:03 PM Subject: Re: Help needed on install from DOS partition >On Sun, 12 Oct 1997, Ronald P. Jensen wrote: > >> I check for information on the installation from a DOS partition in >> the FAQ and the mail archive(couldn't access). > >The mail archive was probably being updated when you tried. > >> I ftp'd BSD down onto my second harddrive (D:) and intend to install on >> (E:) a 1.9 gig partition. I get the setup program to recognize the >> freeBSD partition and it asks me from where to install. That seems to >> work ok....however it starts asking for the root directory "/" and >> "/var" and so on...I understand on UNIX where this are...but is there >> some creation step that I am missing that I must do first to the >> partition. I am a novice when it comes to installation...so help would >> be appreciated..... > >/ and /var are UNIX constructions for various filesystems. You should >have gone into the disklabel editor and created these, or hit `A' to >create them for 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 Oct 12 23:53:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23453 for questions-outgoing; Sun, 12 Oct 1997 23:53:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23448 for ; Sun, 12 Oct 1997 23:53:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.6/8.8.5) with ESMTP id XAA29109 for ; Sun, 12 Oct 1997 23:52:55 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10433; Sun, 12 Oct 1997 23:53:27 -0700 (PDT) Date: Sun, 12 Oct 1997 23:53:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: mark thompson cc: freebsd-questions@freebsd.com Subject: Re: netscape beta 8 In-Reply-To: <19971011140830.14005.qmail@squirrel.tgsoft.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 11 Oct 1997, mark thompson wrote: > Dear folks, > > I have installed netscape beta 8 for freebsd on my 2.2.1 system (with > the latest xfree86 3.3.1). It seems to start once, but the second time > that it it started in a single X session it seems to go into an endless > loop thing, chewing time and displaying nothing. A scan of the -current mail archives reveals the following... Date: Tue, 23 Sep 97 14:56:31 EDT From: luoqi@watermarkgroup.com (Luoqi Chen) To: roberto@eurocontrol.fr, thyerm@box.net.au Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Subject: Re: Netscape 4.03b8 doesn't work after poll/select changes Try adding this line to /usr/local/bin/netscape, export XCMSDB; XCMSDB=/dev/null XF86 3.3.x uses CMS to do color lookup, and because of some FPE related bugs it would go into an infinite loop. Disable the CMS lookup seems to circumvent this problem, but it might surface later at some other part of the code. -lq Doug 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 Oct 12 23:54:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23501 for questions-outgoing; Sun, 12 Oct 1997 23:54:28 -0700 (PDT) (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 XAA23494 for ; Sun, 12 Oct 1997 23:54:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10437; Sun, 12 Oct 1997 23:54:21 -0700 (PDT) Date: Sun, 12 Oct 1997 23:54:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Gary Jennejohn cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape Navigator - where is it ? In-Reply-To: <199709281208.MAA21487@peedub.muc.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, 28 Sep 1997, Gary Jennejohn wrote: > Rainer M Duffner writes: > >Hi > > > >Can anybody point me to an ftp-site where I can find the BSD-version of > >a recent (3.x) version of Netscape Navigator ? > >It seems to have moved. > >Is it discontinued ? > >Do I have to buy it right before ever trying it out ? > > > > you mean it's not at ftp://ftp.netscape.com/pub/navigator/3.03/shipping/english > /unix/bsdi/navigator_gold_complete/netscape-v303-export.x86-unknown-bsd.tar.gz > anymore ? Data point: I _just_ grabbed and installed the netscape3 port from ftp.freebsd.org/pub/FreeBSD/ports-current/www/netscape3. Working fine. Doug 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 Oct 12 23:58:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23800 for questions-outgoing; Sun, 12 Oct 1997 23:58:24 -0700 (PDT) (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 XAA23795 for ; Sun, 12 Oct 1997 23:58:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA10445; Sun, 12 Oct 1997 23:58:18 -0700 (PDT) Date: Sun, 12 Oct 1997 23:58:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Matt_Murphy@mail.amsinc.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Issues In-Reply-To: <8825652C.0076F6F6.00@ams-central-gate-5.amsinc.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 Fri, 10 Oct 1997 Matt_Murphy@mail.amsinc.com wrote: > I'm having trouble configuring my network parameters. I can't get the > system to use a host other than localhost (127.0.0.1). Here is the > situation/issues that I've got: > > I've got an Intel 32-bit PCI ethernet card (I think its a Pro/10 but I'm > not sure; I can find out if it matters). Hm... > Also, during boot up the system detects the Intel Ethernet board at > pci0:13: and gives some int and irq info and says [no driver assigned]. > Should it be assigning a driver? No, since your card isn't supported. See if you can get the Pro/100B. It's a great card and FreeBSD supports 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 Oct 13 00:01:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24088 for questions-outgoing; Mon, 13 Oct 1997 00:01:40 -0700 (PDT) (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 AAA24080 for ; Mon, 13 Oct 1997 00:01:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10455; Mon, 13 Oct 1997 00:01:33 -0700 (PDT) Date: Mon, 13 Oct 1997 00:01:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joe McGuckin cc: questions@FreeBSD.ORG Subject: Re: NFS question In-Reply-To: <199710102241.PAA13851@monk.via.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 Fri, 10 Oct 1997, Joe McGuckin wrote: > > I mount news from my FreeBSD news server onto my Sun workstation. > The news spool is mounted as (bg,soft). > > If the news machine is not up, incoming telnets onto the Sun take 10 > minutes to complete. I can only assume it is some sort of nfs mount timeout. > > How can I fix this? Remove any references to the FreeBSD server from your startup scripts. Doug 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 Oct 13 00:03:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24206 for questions-outgoing; Mon, 13 Oct 1997 00:03:36 -0700 (PDT) (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 AAA24192 for ; Mon, 13 Oct 1997 00:03:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10459; Mon, 13 Oct 1997 00:03:21 -0700 (PDT) Date: Mon, 13 Oct 1997 00:03:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Eric Feillant cc: freebsd@FreeBSD.ORG Subject: Re: One Question In-Reply-To: <3434F369.5EA3@EUnet-Bretagne.fr> 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, 3 Oct 1997, Eric Feillant wrote: > Sorry for sending you this question here... > > Do you know if the Netflex Ethernet Card of a Proliant Compaq > system is supported in FreeBSD ? (Or perhaps is the Netflex > Compaq Eth Card NE2000 Compatible ??) Not at current, sorry. The NetFlex cards are not NE2000 compatible. Doug 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 Oct 13 00:05:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24485 for questions-outgoing; Mon, 13 Oct 1997 00:05:19 -0700 (PDT) (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 AAA24466 for ; Mon, 13 Oct 1997 00:05:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10466; Mon, 13 Oct 1997 00:05:10 -0700 (PDT) Date: Mon, 13 Oct 1997 00:05:10 -0700 (PDT) From: Doug White Reply-To: Doug White To: Eduardo Viruena Silva cc: freebsd-questions@FreeBSD.ORG Subject: Re: OPTI Sound Card. 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, 12 Oct 1997, Eduardo Viruena Silva wrote: > > Hello there! > > May somebody tell me how the freebsd's kernel make detection of > sound cards ? > > Almost a year ago I sent a question about initialization of OPTI > sound card because it only works fine when it is initialized > starting MS-DOS drivers and then rebooting the machine. > > Now, I modified some of the kernel source files for making the same > initialization that MS-DOS makes, and the correction worked. > > I would like to know how can I make these modifications be put in standard > places. Unfortunately, the sound driver is in the process of being rewritten. You should contact multimedia@freebsd.org and ask if the OPTI sound cards are initialized properly, and if not, then see if you can get onto the driver team and modify your patches to fit. Doug 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 Oct 13 00:07:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24607 for questions-outgoing; Mon, 13 Oct 1997 00:07:07 -0700 (PDT) (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 AAA24599 for ; Mon, 13 Oct 1997 00:07:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10470; Mon, 13 Oct 1997 00:06:59 -0700 (PDT) Date: Mon, 13 Oct 1997 00:06:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Du Gaue cc: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? 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 Fri, 3 Oct 1997, Robert Du Gaue wrote: > Sometimes I get this message in pine: > > -- > This message contains non-ASCII text, but the iso-8859-1 font > has apparently not yet been installed on this machine. > (There is no directory named /usr/local/lib/metamail/fonts.) > What follows may be partially unreadable, but the English (ASCII) parts > should still be readable. > -- > We have metamail installed, but its in /bin and is not a directory. Is > there something that we're missing to avoid this message? Happens alot > from IE/Netscape emails that are read with pine. What are you using for your terminal when you're reading this? I get a little note at the top but it basically says that ISO-8859-1 != US-ASCII and that some characters might be wacky. It doesn't get as offended as yours. What version of Pine are you on, btw? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Oct 13 00:08:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24805 for questions-outgoing; Mon, 13 Oct 1997 00:08:41 -0700 (PDT) (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 AAA24798 for ; Mon, 13 Oct 1997 00:08:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10474; Mon, 13 Oct 1997 00:08:31 -0700 (PDT) Date: Mon, 13 Oct 1997 00:08:31 -0700 (PDT) From: Doug White Reply-To: Doug White To: Vincent Vega cc: questions@FreeBSD.ORG Subject: Re: Panic error 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, 12 Oct 1997, Vincent Vega wrote: > I just bought one of these new Intel TX chipset pentium > motherboards, it seems as if when i boot the PC, the sounblaster causes a > double panic error. It worked just fine when i ran it on my 486 > motherboard. I simply switched th harddrives and i get this error when i > boot up the kernel to sbivx0 at drg 5 where it was always set, i get the > double panic error and the system reboots....could someone please help me > ..this sux bad..thank you :) Actually, the SB has nothing to do with it. I bet this machine has 48 mb of RAM; pull out a SIMM or two, install, then put it back in. The 2.2.2-RELEASE boot floppy gets bent out of shape about 48 megs of RAM and AFAIK it's 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 Mon Oct 13 00:09:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24901 for questions-outgoing; Mon, 13 Oct 1997 00:09:24 -0700 (PDT) (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 AAA24884 for ; Mon, 13 Oct 1997 00:09:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10478; Mon, 13 Oct 1997 00:09:16 -0700 (PDT) Date: Mon, 13 Oct 1997 00:09:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Scott W. Pam" cc: freebsd-questions@FreeBSD.ORG Subject: Re: panic... In-Reply-To: <3437D9D8.DE6@interport.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, 5 Oct 1997, Scott W. Pam wrote: > Hiya and thanks! > > I have spent all weekend downloading the system and the ports....when it > finally finished and went to boot, it gave ame a "panic:unable to > mount??" message and goes into an automatic reboot cycle without ever > getting to the system... > > Help? I need to know the _exact_ panic text. There are a couple of ``cant mount root'' type messages but they are very distinct and have different solutions. Doug 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 Oct 13 00:10:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24979 for questions-outgoing; Mon, 13 Oct 1997 00:10:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA24974 for ; Mon, 13 Oct 1997 00:10:07 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xKebh-0006wr-00; Mon, 13 Oct 1997 03:08:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: HELP: Fail to compile Message-ID: <61sh3u$pt5$1@twwells.com> References: Date: Mon, 13 Oct 1997 03:08:01 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , Doug White wrote: : > calcalt.o: Undefined symbol `___sF' referenced from text segment : : This looks like C++ symbol munging. Actually, that's the name of the FILE array used by stdio.h. It *sounds* like he's done something screwy to his libraries but for the life of me, I can't figure out what. -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Mon Oct 13 00:11:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25065 for questions-outgoing; Mon, 13 Oct 1997 00:11:15 -0700 (PDT) (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 AAA25060 for ; Mon, 13 Oct 1997 00:11:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10485; Mon, 13 Oct 1997 00:11:08 -0700 (PDT) Date: Mon, 13 Oct 1997 00:11:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ibrahim Korpeoglu cc: freebsd-questions@FreeBSD.ORG Subject: Re: PAO question. In-Reply-To: <199710100059.RAA10004@hill.ucr.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 Killing gratuitous crosspost. On Thu, 9 Oct 1997, Ibrahim Korpeoglu wrote: > I am trying to install freebsd 2.2.2 to a laptop together with PAO > PCMCIA support. I have the PAO boot floppy for 2.2.2. Do I still follow the > steps in 2.2.2-RELESEASE/README file? (like compiling > the manager daemon and utilitiy files etc.)? Which steps > are necessary? I installed freebsd with PAO floppy, but I am > not sure if already installed the manager daemon etc. You should follow the instructions that come with the PAO distribution you're using after finishing the initial installation steps, up to copying files. An older rev of the PAO boot floppy dropped you to a shell and had you run /stand/PAO and that took care of building & installing the necessary 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 Mon Oct 13 00:11:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25133 for questions-outgoing; Mon, 13 Oct 1997 00:11:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25122 for ; Mon, 13 Oct 1997 00:11:39 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA19543; Mon, 13 Oct 1997 16:41:30 +0930 (CST) Message-ID: <19971013164130.41389@lemis.com> Date: Mon, 13 Oct 1997 16:41:30 +0930 From: Greg Lehey To: Doug White Cc: Matt Behrens , questions@FreeBSD.ORG Subject: Re: Missing manual chapters? References: <19971010100019.17291@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Sun, Oct 12, 1997 at 11:38:42PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 11:38:42PM -0700, Doug White wrote: > On Fri, 10 Oct 1997, Greg Lehey wrote: > >> On Thu, Oct 09, 1997 at 05:58:00PM -0400, Matt Behrens wrote: >>> Why are the PSD, SMM, and USD missing chapters? (in /usr/share/doc) >> >> They're AT&T copyright. To quote from the O'Reilly edition of SMM: >> >> SMM: 15, 16 1nd 17 are copyright 1979, AT&T Bell Laboratories >> Incorporated. Document SMM: 14 is a modification of an earlier >> document that is copyrighted 1979 by AT&T Bell Laboratories >> Incorporated... >> >> You can get them all in the printed version, but it's not worth the >> trouble. They're pretty out-of-date. > > You can also grab them from http://www.de.freebsd.org/de/doc/, where they > have been conveniently formatted in HTML with xref's. To clarify: you can get the unencumbered chapters at http://www.de.freebsd.org/de/doc/. You can also build them from source. The O'Reilly books include the encumbered chapters as well, for what they're worth. Greg From owner-freebsd-questions Mon Oct 13 00:12:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25360 for questions-outgoing; Mon, 13 Oct 1997 00:12:46 -0700 (PDT) (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 AAA25355 for ; Mon, 13 Oct 1997 00:12:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10491; Mon, 13 Oct 1997 00:12:41 -0700 (PDT) Date: Mon, 13 Oct 1997 00:12:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Pavelcak cc: questions@FreeBSD.ORG Subject: Re: Parallel port connection laptop<-->desktop 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 Fri, 3 Oct 1997, Greg Pavelcak wrote: > > I am trying to connect my laptop and desktop via parallel ports. They > can successfully ping one another; but if I try to mount -t nfs > host:path, I get NFS Postmap: RPC: Program not registered. > rpcinfo on both machines gives > > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > > Can anyone tell me how to make this work? You need to enable NFS serving on the box with the volumes you are trying to mount. This can be done via /etc/rc.conf or /etc/sysconfig. Yours should have junk like this: gdi,ttyp1,~,114>rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100005 1 udp 1023 mountd 100005 3 udp 1023 mountd 100005 1 tcp 1023 mountd 100005 3 tcp 1023 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100024 1 udp 1011 status 100024 1 tcp 1022 status 150001 1 udp 819 pcnfsd 150001 2 udp 819 pcnfsd 150001 1 tcp 822 pcnfsd 150001 2 tcp 822 pcnfsd THis is set up for NFS service and client. Doug 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 Oct 13 00:15:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25530 for questions-outgoing; Mon, 13 Oct 1997 00:15:10 -0700 (PDT) (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 AAA25519 for ; Mon, 13 Oct 1997 00:15:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10495; Mon, 13 Oct 1997 00:14:57 -0700 (PDT) Date: Mon, 13 Oct 1997 00:14:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: Gaetan Feige cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pb installing 2.2 Release on a Pentium Pro Natoma chipset revision 2 mother board. In-Reply-To: <3.0.32.19971005231916.007ad5e0@195.61.128.100> 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, 5 Oct 1997, Gaetan Feige wrote: > I have already installed multiple times FreeBSD on many machines. > > I just got a Pentium Pro processor on a Natoma motherboard chipset. It is > impossible to install the 2.2 Release on this machine. > > I also have an old Pentium 66 processor, if I switch all my cards, hard > drives, and memory to the old machine then the install goes fine. > > The problem is that I systematically get this message : > > Unable to link /kernel into place > > If I open the debuging window I see : > > ....normal stuff > man/man1/Xmseconfig.1.gz > 100 blocks > pid 124 (sh), uid 0 : exited on signal 4 (core dumped) > illegal instruction - core dumped > > What does the install script do that could cause an illegal instruction & > core dump ? Wierd. Never seen that. I suppose you could drop to the Emergency Holographic Shell (alt-F4) and ``cp /kernel.GENERIC /kernel''. I'd have to look at this in progress so see what the shell script does. You might check the memory out in this 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 Mon Oct 13 00:18:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25852 for questions-outgoing; Mon, 13 Oct 1997 00:18:53 -0700 (PDT) (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 AAA25846 for ; Mon, 13 Oct 1997 00:18:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10529; Mon, 13 Oct 1997 00:18:47 -0700 (PDT) Date: Mon, 13 Oct 1997 00:18:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: synthesia cc: freebsd-questions@FreeBSD.ORG Subject: Re: please help In-Reply-To: <01bcd517$f84b9bc0$7a8df3cd@scotthon> 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, 9 Oct 1997, synthesia wrote: > Can FreeBSD be installed with System Commander on the hard drive and how > would you do this? Yes, it's possible. Make sure you select to not touch the boot sector when prompted to install a boot selector. Doug 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 Oct 13 00:20:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25999 for questions-outgoing; Mon, 13 Oct 1997 00:20:35 -0700 (PDT) (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 AAA25994 for ; Mon, 13 Oct 1997 00:20:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10536; Mon, 13 Oct 1997 00:20:31 -0700 (PDT) Date: Mon, 13 Oct 1997 00:20:30 -0700 (PDT) From: Doug White Reply-To: Doug White To: Michael John Pelletier cc: freebsd-questions@FreeBSD.ORG Subject: Re: Please read; I thinking about buying a laptop... 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 Fri, 3 Oct 1997, Michael John Pelletier wrote: > Thanks for taking the time to answer my questions. I will > look at the Digital stuff now... I saw one of these the other day, it's a nice box. Drawback: Uses NeoMagic graphics cards, and NeoMagic has a proprietary-hardware-has-some-advantage complex and won't release the programming specs for their cards. Translation: You have to buy the X server from XI Graphics if you want X. Not to say XIG is a bad place, they've been FreeBSD supporters for years. Doug 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 Oct 13 00:21:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26066 for questions-outgoing; Mon, 13 Oct 1997 00:21:33 -0700 (PDT) (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 AAA26060 for ; Mon, 13 Oct 1997 00:21:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10502; Mon, 13 Oct 1997 00:15:46 -0700 (PDT) Date: Mon, 13 Oct 1997 00:15:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Victor Sudakov cc: freebsd questions mailing list Subject: Re: PGP questions In-Reply-To: <199710040345.LAA11084@vas.tsu.tomsk.su> 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 Sat, 4 Oct 1997, Victor Sudakov wrote: > Hello. > > I am using PGP from the ports collection. I am not a USA resident, so I use > the international version: > > Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. > (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 > International version - not for use in the USA. Does not use RSAREF. > > Am I going to have any problems because it does not use RSAREF? > Incompatibility or vulnerability? Not that I know of. Doug 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 Oct 13 00:23:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26120 for questions-outgoing; Mon, 13 Oct 1997 00:23:02 -0700 (PDT) (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 AAA26115 for ; Mon, 13 Oct 1997 00:22:57 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10544; Mon, 13 Oct 1997 00:22:49 -0700 (PDT) Date: Mon, 13 Oct 1997 00:22:49 -0700 (PDT) From: Doug White Reply-To: Doug White To: Andy Pendry cc: freebsd-questions@FreeBSD.ORG Subject: Re: popper won't be quiet In-Reply-To: <343952F3.62EE@cableinet.co.uk> 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, 6 Oct 1997, Andy Pendry wrote: > I have free BSD on a pentium PC running sendmail. > > When I try to edit (uemacs) the aliases file, popper and sendmail > report every mail access by users to the screen. Huh? What is the log message? Are you remembering to run newaliases to 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 Mon Oct 13 00:32:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26496 for questions-outgoing; Mon, 13 Oct 1997 00:32:13 -0700 (PDT) (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 AAA26489 for ; Mon, 13 Oct 1997 00:32:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10584; Mon, 13 Oct 1997 00:31:47 -0700 (PDT) Date: Mon, 13 Oct 1997 00:31:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Print to novell server!? 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 Sat, 11 Oct 1997, Paul Dekkers wrote: > Is it possible to print something from a FreeBSD box to a normal novell > print-server? > I thought Linux is able to do that, using the mars package, but now I'm > searching for a way to do this under FreeBSD... AFAIK I don't know of any straightforward ways of doing this. You could try to run mars under the linux emulator. Doug 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 Oct 13 00:34:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26556 for questions-outgoing; Mon, 13 Oct 1997 00:34:06 -0700 (PDT) (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 AAA26550 for ; Mon, 13 Oct 1997 00:34:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10588; Mon, 13 Oct 1997 00:33:58 -0700 (PDT) Date: Mon, 13 Oct 1997 00:33:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Carey Nairn cc: questions@FreeBSD.ORG Subject: Re: problem restoring from tape after upgrade In-Reply-To: <3.0.32.19971006111437.00aface4@falcon.pacit.tas.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 Mon, 6 Oct 1997, Carey Nairn wrote: > Hi guys, > > after upgrading a system from 2.1.6 to 2.2.2 last weekend, we got the > following errors while attempting to restore data from tape: > > st0(ahc0:1:0): parity error during Data-In phase. > st0(ahc0:1:0): parity error during Data-In phase. > st0(ahc0:1:0): ABORTED COMMAND asc:4b,0 Data phase error > st0(ahc0:1:0): BLANK CHECK req sz: 32768 (decimal) asc:14,3 End-of-data not > found > st0(ahc0:1:0): BLANK CHECK req sz: 32768 (decimal) asc:14,3 End-of-data not > found What is the restore and dump commands used? How far into the restore does this pop up? > > The upgrade also involved increasing the size of a ccd drive from 18GB > (2x9GB drives) to 27GB (3x9GB drives). I was going so say, how big is this array of monsters? ;-) > any ideas what would cause this type of error? Bad termination or tape? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Oct 13 00:38:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26755 for questions-outgoing; Mon, 13 Oct 1997 00:38:35 -0700 (PDT) (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 AAA26750 for ; Mon, 13 Oct 1997 00:38:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10599; Mon, 13 Oct 1997 00:38:28 -0700 (PDT) Date: Mon, 13 Oct 1997 00:38:28 -0700 (PDT) From: Doug White Reply-To: Doug White To: patience cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with installation In-Reply-To: <3441C23C.681E3C5A@worldonline.nl> 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, 13 Oct 1997, patience wrote: > gentlemen, > > i would like to use FreeBSD. however, i encounter problems when i try to > install the OS. > > i downloaded the floppy and image-copied it to disk. after booting with > this floppy, i configuer my hardware options. after finishing this the > probing starts. and then the kernel crashes with a "panic: double > fault". the system goes to "syncing disks..." and nothing happens > anymore. you probably have 48MB of RAM in this box. Pull a SIMM or two out, install, then put them back. It's a known bug with the 2.2.2 install floppy. > one thing that puzzles me is, that my floppy address is at 0x3F2 > (according to the win95 system info), but the configuration menu uses > 0x3F0 (and this cannot be changed). however, i get the above error also > when i disable the floppy (acutally i even get the error when i only > chose to use the console). Don't worry about it. WIn95 may be using a different interface but it works OK at the default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Oct 13 00:39:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26810 for questions-outgoing; Mon, 13 Oct 1997 00:39:39 -0700 (PDT) (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 AAA26803 for ; Mon, 13 Oct 1997 00:39:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10603; Mon, 13 Oct 1997 00:39:34 -0700 (PDT) Date: Mon, 13 Oct 1997 00:39:34 -0700 (PDT) From: Doug White Reply-To: Doug White To: Marty Gordon cc: FreeBSD Questions Subject: Re: Proper CVSUP file for 'final' 2.2-STABLE In-Reply-To: <34380042.3AB57B24@home.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, 5 Oct 1997, Marty Gordon wrote: > Now that 2.2.5 is in BETA status, and 2.2-STABLE is frozen, > in order to get the 'most current, but stable release' of > FreeBSD, do I still keep using the RELENG_2_2 tag when > CVSupping, as in: > > # Defaults that apply to all the collections > *default host=cvsup.FreeBSD.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > *default release=cvs tag=RELENG_2_2 > *default delete use-rel-suffix > > src-all > doc-all > ports-all tag=. > > I'd like to stay current with the last, most stable FreeBSD > release, prior to the latest BETA. If you keep doing what you're doing, you'll essentially get the BETA plus bugfixes. the BETA is just a snapshot of the tree at a point in 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 Mon Oct 13 00:42:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27071 for questions-outgoing; Mon, 13 Oct 1997 00:42:09 -0700 (PDT) (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 AAA27065 for ; Mon, 13 Oct 1997 00:42:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10610; Mon, 13 Oct 1997 00:41:47 -0700 (PDT) Date: Mon, 13 Oct 1997 00:41:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Palank cc: "Todd \"Taco\" Hansen" , questions@FreeBSD.ORG Subject: Re: PS/2 In-Reply-To: <199710051405.JAA15660@thor.inlink.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, 5 Oct 1997, Robert Palank wrote: > What command do you use to mount the CD-ROM and is the proper device file > in /dev/? What type of CDROM do you have? Where does it interface? Most IDE-attached CDs use this command line: mount -t cd9660 /dev/wcd0c /mnt Your CD will appear under /mnt if all went well. This of course assumes your CD is found in the boot probe. Try running `dmesg' and see if your CD appears in the list. Doug 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 Oct 13 00:46:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27267 for questions-outgoing; Mon, 13 Oct 1997 00:46:13 -0700 (PDT) (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 AAA27262 for ; Mon, 13 Oct 1997 00:46:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10621; Mon, 13 Oct 1997 00:46:07 -0700 (PDT) Date: Mon, 13 Oct 1997 00:46:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Frank Laczko Jr." cc: support@FreeBSD.ORG Subject: Re: Question In-Reply-To: <199710082247.PAA09379@in4.doitnow.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, 8 Oct 1997, Frank Laczko Jr. wrote: > Is there a way to make FreeBSD 2.2.2 mirror data between 2 independant > servers? So that as data is written or deleted from one disk, on one > server, it is also written or deleted from another disk on a physically > different server? At the same moment? Normally, you would have the data stored on one host and NFS mount it on the other half. Unfortunately, the other half will be slower unless you have a really good network link. There are hardware solutions for this (attaching a SCSI disk array to two separate hosts) but they aren't cheap or easy. Doug 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 Oct 13 00:47:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27312 for questions-outgoing; Mon, 13 Oct 1997 00:47:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kinclaith.pdl.cs.cmu.edu (KINCLAITH.PDL.CS.CMU.EDU [128.2.189.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA27307 for ; Mon, 13 Oct 1997 00:47:06 -0700 (PDT) (envelope-from dpetrou@kinclaith.pdl.cs.cmu.edu) Message-Id: <199710130747.AAA27307@hub.freebsd.org> Subject: FreeBSD SNAP version question... To: freebsd-questions@freebsd.org Date: Mon, 13 Oct 1997 03:46:43 -0400 (EDT) From: David Petrou X-Mailer: ELM [version 2.4 PL25-40] 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 would like to run the a recent FreeBSD 3.0 snapshot. I am confused by the choices on ftp.freebsd.org, however. Off of /pub/FreeBSD/ there appear to be two SNAP directories: 3.0-971010-SNAP and 3.0-971012. If I go into the 10th directory, the README.TXT and other text files refer to this directory as 2.2.5-971010-BETA. I am unable to even go into the 12th directory. (I get "No such file or directory" even though I see the directory from an 'ls'). Also, I have found lots of recent SNAPs on current.freebsd.org. I was under the impression that snapshots were not taken this often. To recap, I'd like to run a 3.0 SNAP but am confused by what I found on ftp.freebsd.org and overwhelmed by the choices on current.freebsd.org. Thanks, David From owner-freebsd-questions Mon Oct 13 00:48:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27421 for questions-outgoing; Mon, 13 Oct 1997 00:48:45 -0700 (PDT) (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 AAA27413 for ; Mon, 13 Oct 1997 00:48:37 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (ts3port2d.masternet.it [194.184.65.187]) by www.giovannelli.it (8.8.7/8.8.5) with ESMTP id JAA00318 for ; Mon, 13 Oct 1997 09:51:11 +0200 (MET DST) Message-ID: <3441EEE0.CE80A752@giovannelli.it> Date: Mon, 13 Oct 1997 09:50:24 +0000 From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Zmail for linux under emulation 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 give a look to zmail (5.0.0 30July97) for linux, but it won't know to run with the gui on. The first time it complaining about the lack of libXm.so.1.2, so I tried to ln -s mine (coming with CDE from Xig) in /compact/linux/lib but it said this one was not an elf file... Fortunately on the CDE for FreeBSD there is also the Linux version :-) so I put a couple of lib in the /compact/linux/lib : libMrm.so.1.2 and libXm.so.1.2 but then when I use the graphic interface: gmarco:/usr/tmp#zmail -gui (or -motif) Found no X Application Defaults, using fallbacks. zmail: can't resolve symbol '_Xlcmbcurmax' And now ??? :-) Any ideas ? Have I to find more linux libs ? Thanks in advance for your kind reply... From owner-freebsd-questions Mon Oct 13 00:51:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27655 for questions-outgoing; Mon, 13 Oct 1997 00:51:51 -0700 (PDT) (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 AAA27648 for ; Mon, 13 Oct 1997 00:51:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10636; Mon, 13 Oct 1997 00:51:32 -0700 (PDT) Date: Mon, 13 Oct 1997 00:51:31 -0700 (PDT) From: Doug White Reply-To: Doug White To: LPW cc: "'freebsd-questions@freebsd.org'" Subject: Re: rc.conf In-Reply-To: <01BCD043.CC853740@raider.sinet.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 Fri, 3 Oct 1997, LPW wrote: > I finally got my ethernet card to work. I however can't get networking > working because of a messed up rc.conf (I think). I've searched the > mailing list archive. For FreeBSD 2.2.2-release, what's the easiest way > to fix this? Should I just wait for 2.2.5 to come out? That depends on what ``messed up'' means. The 2.2.2 sysinstall does have bugs that will corrupt rc.conf which is fixed in -STABLE and the upcoming 2.2.5. Could 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 Mon Oct 13 00:52:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27727 for questions-outgoing; Mon, 13 Oct 1997 00:52:05 -0700 (PDT) (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 AAA27699 for ; Mon, 13 Oct 1997 00:52:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10632; Mon, 13 Oct 1997 00:50:44 -0700 (PDT) Date: Mon, 13 Oct 1997 00:50:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jeffrey Anuszczyk cc: freebsd-questions@FreeBSD.ORG Subject: Re: questions on ppp filters In-Reply-To: <343CD6BD.D994105A@novera.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 Thu, 9 Oct 1997, Jeffrey Anuszczyk wrote: > Hi All, > I'm looking for a pointer to a more detailed description of > the use of filters under (ij)ppp. In particular I've setup a system > as a router from a 192.168 internal network to a ppp based ISDN line. > The ppp is started "-auto -alias" and all seems to work fine. I'm > currently using a slightly tailored set of filter rules orginally > found in ppp.conf.filters.sample. However I wish to put in place > a set of rules that basically allow any outgoing port to be > established. It's only incoming ports that I wish to deny. Any > pointers, samples, etc on how to do this would be great! See http://www.freebsd.org/tutorials/ppp section 7.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 Mon Oct 13 00:59:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA28134 for questions-outgoing; Mon, 13 Oct 1997 00:59:15 -0700 (PDT) (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 AAA28128 for ; Mon, 13 Oct 1997 00:59:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10644; Mon, 13 Oct 1997 00:59:03 -0700 (PDT) Date: Mon, 13 Oct 1997 00:59:03 -0700 (PDT) From: Doug White Reply-To: Doug White To: al ortiz cc: freebsd-questions@FreeBSD.ORG Subject: Re: Removal from this list. In-Reply-To: <343BA1F3.7F1D@mail.aia.af.mil> 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, 8 Oct 1997, al ortiz wrote: > I have tried to use the MajorDomo to remove myself from this list, and > was told I'm not on the list. Hmmm. > > Can anybody out there assist me in taking a hiatus from the mail. Your email address may be recorded as something different from amortiz@aia00.aia.af.mil. Try checking other email addresses with `which'. If you're not having any luck contact postmaster@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 Oct 13 01:00:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28285 for questions-outgoing; Mon, 13 Oct 1997 01:00:22 -0700 (PDT) (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 BAA28280 for ; Mon, 13 Oct 1997 01:00:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10648; Mon, 13 Oct 1997 00:59:52 -0700 (PDT) Date: Mon, 13 Oct 1997 00:59:52 -0700 (PDT) From: Doug White Reply-To: Doug White To: Manuel Hernandez cc: questions@FreeBSD.ORG Subject: Re: root image In-Reply-To: <14255397605754@apc.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, 7 Oct 1997, Manuel Hernandez wrote: > changing root device to FD0C > panic double fault Rip out a SIMM or two and retry; you have 48MB of RAM and the 2.2.2 boot floppy doesn't like that. When you get finished installing you can put the memory 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 Mon Oct 13 01:04:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28484 for questions-outgoing; Mon, 13 Oct 1997 01:04:34 -0700 (PDT) (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 BAA28479 for ; Mon, 13 Oct 1997 01:04:31 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10661; Mon, 13 Oct 1997 01:04:20 -0700 (PDT) Date: Mon, 13 Oct 1997 01:04:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Kenneth Ingham cc: questions@FreeBSD.ORG Subject: Re: SCO filesystem support In-Reply-To: <19971009081744.12581@socrates.i-pi.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 Thu, 9 Oct 1997, Kenneth Ingham wrote: > I have an old SCO machine at a client who is too cheap to upgrade the > OS. They are out of disk space, and the 1990 vintage OS doesn't support > more than two IDE drives. They have a 3rd disk, but can't use it. > > I was wondering about installing FreeBSD for them. However, things > would go much faster if I didn't have to back up and fully restore the > SCO stuff (i.e. install on the new disk, and simply mount the old ones). > > I checked the manual and saw nothing that looked promising. But in case > I missed anything, does FreeBSD support SCO's EAFS? Not that I know of, but there is vmount which may be able to understand it. See http://digo.inf.elte.hu/~szoli/ You could also NFS mount the disk, if your SCO box can understand 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 Oct 13 01:05:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28530 for questions-outgoing; Mon, 13 Oct 1997 01:05:09 -0700 (PDT) (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 BAA28525 for ; Mon, 13 Oct 1997 01:05:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10665; Mon, 13 Oct 1997 01:04:59 -0700 (PDT) Date: Mon, 13 Oct 1997 01:04:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: HAN KOO KIM cc: freebsd-questions@FreeBSD.ORG Subject: RE:SCSI CD-ROM In-Reply-To: <343E4F89.3757066E@bbs.para.co.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 Sat, 11 Oct 1997, HAN KOO KIM wrote: > Hi! > FAQ says Panasonic SCSI CD-ROMs work well under FreeBSD. > Does Panasonic CR-508-B work well under FreeBSD? > CR-508-B is a 24-speed CD-ROM and a brand new one. Is it SCSI or IDE? In either case it should 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 Mon Oct 13 01:10:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28841 for questions-outgoing; Mon, 13 Oct 1997 01:10:17 -0700 (PDT) (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 BAA28836 for ; Mon, 13 Oct 1997 01:10:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10679; Mon, 13 Oct 1997 01:10:12 -0700 (PDT) Date: Mon, 13 Oct 1997 01:10:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: Eduardo Viruena Silva cc: freebsd-questions@FreeBSD.ORG Subject: Re: Serial Ports' IRQ and ports. 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, 12 Oct 1997, Eduardo Viruena Silva wrote: > Serial Ports are configurated according to the following table: > > FreeBSD MS-DOS io-address MS-DOS's IRQ > sio0 com1 0x3f8 4 > sio1 com2 0x2f8 3 > sio2 com3 0x3e8 4 > sio3 com4 0x2e8 3 > > But using the same IRQ for ports 0 & 2 or 2 & 3 causes kernel > configuration utility displays: "CONF" warning. > > Can the interrupt service routines distinguish which port is requiring > attention if I give the configuration in the table to the serial ports ? No. FreeBSD requires that every device have a unique IRQ, with exceptions made for multiport I/O cards and parallel ports in polled mode. > Do I have to specify a different IRQ level for each port ? 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 Mon Oct 13 01:10:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28865 for questions-outgoing; Mon, 13 Oct 1997 01:10:26 -0700 (PDT) (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 BAA28859 for ; Mon, 13 Oct 1997 01:10:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10672; Mon, 13 Oct 1997 01:08:14 -0700 (PDT) Date: Mon, 13 Oct 1997 01:08:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ruslan Ermilov cc: FreeBSD Questions Subject: Re: sendmail: MinFreeBlocks question In-Reply-To: <199710080852.LAA11930@relay.ucb.crimea.ua> 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, 8 Oct 1997, Ruslan Ermilov wrote: > Hi, sendmail gurus! Who, us? You can't be serious! :-) > > When I come today, my /var filesystem was full. Oops. > > sendmail (8.8.7) shows the following: > --- rejecting connections on port 25: min free: 100 --- > > In the Operation Guide I've read that sendmail will refuse > SMTP MAIL command with error 452, right? Maybe. This may be more of a ``no space available'' type message for quotas and the like. > Okay, I tried `telnet my_sendmail_machine 25'. > The result - not an 452 error, but tcp connection refused!!! In this case, sendmail died too. > Okay, I've made my /var filesystem's freespace to equal to 20M > and was waiting about 20 minutes. > > The same. > Sendmail was listening on port 25 (netstat -an) and shown in > the ps output with the same "reject ... min free ..." proctitle. > > When I killed sendmail and started it again, everything become ok. ^^^^^^^^^^^^^^^^^^^^ So your problem is... ? You ran out of space and sendmail aborted ops until you did something about it. You did the correct thing and now all is normal. Doug 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 Oct 13 01:12:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29057 for questions-outgoing; Mon, 13 Oct 1997 01:12:16 -0700 (PDT) (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 BAA29050 for ; Mon, 13 Oct 1997 01:12:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10683; Mon, 13 Oct 1997 01:12:06 -0700 (PDT) Date: Mon, 13 Oct 1997 01:12:06 -0700 (PDT) From: Doug White Reply-To: Doug White To: osmosis@c-zone.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: shirts? In-Reply-To: <34349147.49D8@c-zone.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 Thu, 2 Oct 1997 osmosis@c-zone.net wrote: > Perhaps the developing team should print out shirts, with Daemon on the > front, and the text "Release the Daemon from within your computer" > or something cheesy like that. We already have FreeBSD T-shirts, available from Walnut Creek. They're fashionable enough without catchphrases (although Release the Daemon sounds pretty good if it hasn't been used). Doug 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 Oct 13 01:16:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29345 for questions-outgoing; Mon, 13 Oct 1997 01:16:50 -0700 (PDT) (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 BAA29338 for ; Mon, 13 Oct 1997 01:16:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10690; Mon, 13 Oct 1997 01:16:46 -0700 (PDT) Date: Mon, 13 Oct 1997 01:16:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Palank cc: questions@FreeBSD.ORG Subject: Re: Sony CDROM Drive In-Reply-To: <199710081957.OAA20889@thor.inlink.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 Thu, 9 Oct 1997, Robert Palank wrote: > I've got a Sony CDU50E CDROM Drive that seems incompatible with FreeBSD > 2.1 > When loading DOS -- read dual boot -- it reports "ATAPI CDROM Device > Driver 2.14a" > and the device is properly read in both DOS and Windows 3.1 > Also, I used the CDROM to do the initial install of 2.1. > Q1. Is it true that this model doesn't work under 2.1 ? 2.1.0, yes; 2.1.5, marginally; 2.2.x, quite well. > Q2. Is this device compatible during and after installation with a later > release of FreeBSD ? See Q1. Doug 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 Oct 13 01:17:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29379 for questions-outgoing; Mon, 13 Oct 1997 01:17:11 -0700 (PDT) (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 BAA29374 for ; Mon, 13 Oct 1997 01:17:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10694; Mon, 13 Oct 1997 01:17:02 -0700 (PDT) Date: Mon, 13 Oct 1997 01:17:02 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Albert H." cc: questions@FreeBSD.ORG Subject: Re: sound 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 Fri, 10 Oct 1997, Albert H. wrote: > > I installed a sound blaster compatible card in system configured it. > dmesg shows everything fine. > Sound wont play.. > any ideas??? > > sb0 at 0x220 irq 5 drq 1 on isa sb0: > mss0 at 0x530 irq 10 drq 3 on isa mss0: What does `cat /dev/sndstat' 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 Mon Oct 13 01:18:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29439 for questions-outgoing; Mon, 13 Oct 1997 01:18:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA29424; Mon, 13 Oct 1997 01:18:13 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA20275; Mon, 13 Oct 1997 17:48:02 +0930 (CST) Message-ID: <19971013174801.19287@lemis.com> Date: Mon, 13 Oct 1997 17:48:01 +0930 From: Greg Lehey To: Doug White Cc: Gary Jennejohn , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Netscape Navigator - where is it ? References: <199709281208.MAA21487@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Sun, Oct 12, 1997 at 11:54:21PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 11:54:21PM -0700, Doug White wrote: > On Sun, 28 Sep 1997, Gary Jennejohn wrote: > >> Rainer M Duffner writes: >>> Hi >>> >>> Can anybody point me to an ftp-site where I can find the BSD-version of >>> a recent (3.x) version of Netscape Navigator ? >>> It seems to have moved. >>> Is it discontinued ? >>> Do I have to buy it right before ever trying it out ? >>> >> >> you mean it's not at ftp://ftp.netscape.com/pub/navigator/3.03/shipping/english >> /unix/bsdi/navigator_gold_complete/netscape-v303-export.x86-unknown-bsd.tar.gz >> anymore ? > > Data point: I _just_ grabbed and installed the netscape3 port from > ftp.freebsd.org/pub/FreeBSD/ports-current/www/netscape3. Working fine. Yes, but unfortunately that's not the location stated in the port. Somebody needs to update it. This applies for Netscape versions 2 (if anybody cares) and 3. Greg From owner-freebsd-questions Mon Oct 13 01:18:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29446 for questions-outgoing; Mon, 13 Oct 1997 01:18:19 -0700 (PDT) (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 BAA29432 for ; Mon, 13 Oct 1997 01:18:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10698; Mon, 13 Oct 1997 01:18:15 -0700 (PDT) Date: Mon, 13 Oct 1997 01:18:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: "K. Marsh" cc: questions@FreeBSD.ORG Subject: Re: spwd.db error messages 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 Sat, 4 Oct 1997, K. Marsh wrote: > I've been getting an error message ever since I installed FreeBSD, and I > still haven't figured out where it's coming from. I must admit, it seems > obvious. Any help is greatly appreciated. > > Here's the message: > Oct 4 13:05:08 ken2 syslog: /etc/spwd.db: Invalid argument If you figure it out, tell me. My 2.2.1 box booted it out last month. I don't think it's related to syslog. Doug 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 Oct 13 01:22:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29836 for questions-outgoing; Mon, 13 Oct 1997 01:22:18 -0700 (PDT) (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 BAA29829 for ; Mon, 13 Oct 1997 01:22:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10702; Mon, 13 Oct 1997 01:19:36 -0700 (PDT) Date: Mon, 13 Oct 1997 01:19:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Michael Richards <026809r@dragon.acadiau.ca> cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh In-Reply-To: <199710041856.PAA06564@dragon.acadiau.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 Sat, 4 Oct 1997, Michael Richards wrote: > Does anyone know how to run something like a windows network client over a > telnet line to a shell account? I guess I am looking for something like a > ppp tunnell. rtin doesn't suit what I am trying to do, so I want to use a > windoze client. Of course this windoze client wants to talk directly to the > ethernet, not to a telnet session that goes to a ppp prog. Any ideas/ > Changing the ip restriction on the news server is not an option. You might try SLiRP, if you can get PPP to work to your ISP. SLiRP emulates a PPP dialup connection over a terminal 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 Oct 13 01:29:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00419 for questions-outgoing; Mon, 13 Oct 1997 01:29:09 -0700 (PDT) (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 BAA00413 for ; Mon, 13 Oct 1997 01:29:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10717; Mon, 13 Oct 1997 01:29:00 -0700 (PDT) Date: Mon, 13 Oct 1997 01:29:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Steven Walker cc: questions@FreeBSD.ORG Subject: Re: Thrown into it! In-Reply-To: <3439FC43.6425236A@region.durham.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 On Tue, 7 Oct 1997, Steven Walker wrote: > I'm hoping you may be able to give me a little direction. I am new to > UNIX in general although I can get around, edit etc. We have lost our > only expertise in FreeBSD and we are about to make some changes (below)! Argh! That doesn't help. > My company has a FreeBSD machine acting as an Internet gateway/IP > translation/mail server. It has a network card which our LAN is > connected to. It also has a 33.6 dial up modem which dials into our ISP. > > We do not use registered IP numbers on our LAN so the machine translates > these address' between the network card and modem, so that we can get > out to the Internet from our LAN workstations. OK, this is quite common. > We have recently purchased a Cisco PIX firewall which will take over the > job of IP translation. We have also contracted a new ISP to provide ISDN > connection to the Internet via an ISDN router. All that will be left for > the FreeBSD machine to do is mail serving. My questions are: > > 1) How do I disable the use of the modem dial up, leaving only the NIC > in place, so that this machine is simply another node on the outside of > the firewall? How do you dial up now? Does it just do it on-demand or ?? There are two ways this is usually implemented: 1) A program called `ppp' runs with the -alias option which takes care of dial-up and address translation. 2) A daemon called `pppd' runs which takes care of dialup and translation. You just have to find where these are started, remove them, then use `kill' to kill them. > 2) How do I stop it from performing IP translation? See #1. > 3) Is there any GUI interface that can help me manage this machine in > it's mail serving capacity? Unfortunately, no. How do people get mail off the machine? using POP (Eudora, Netscape, etc) or just log in directly? If the accounts are on the machine, you can use the adduser/rmuser commands to add and remove users, respectively. Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Oct 13 01:29:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00468 for questions-outgoing; Mon, 13 Oct 1997 01:29:58 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lix.intercom.es (root@lix.intercom.es [194.179.21.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA00462 for ; Mon, 13 Oct 1997 01:29:54 -0700 (PDT) (envelope-from megarcia@lix.intercom.es) Received: from ophrys.intercom.es (iv1-145.intercom.es [195.76.154.145]) by lix.intercom.es (8.7.3/8.6.12) with SMTP id KAA11281; Mon, 13 Oct 1997 10:34:56 +0100 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 13 Oct 1997 10:27:37 +0200 (CEST) From: Manuel Enrique Garcia Cuesta To: Doug White Subject: Re: mosaic Cc: freebsd-questions@FreeBSD.ORG, Gordon Wang Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 13-Oct-97 Doug White wrote: >On Mon, 13 Oct 1997, Gordon Wang wrote: > >> Dear Sir >> I am a FreeBSD 2.2.1 user . >> I just installed mosaic-2.7b5. >> How can I run it? What command should I type to run mosaic? > >mosaic Mosaic >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major -- " Look at the speed out there Manuel Enrique Garcia Cuesta It magnetizes me to it" Asturias, España -------------- B"ork ------------------------------- From owner-freebsd-questions Mon Oct 13 01:30:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00526 for questions-outgoing; Mon, 13 Oct 1997 01:30:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from noc.demon.net (firewall-user@server.noc.demon.net [193.195.224.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA00518; Mon, 13 Oct 1997 01:30:12 -0700 (PDT) (envelope-from hdm@demon.net) Received: by noc.demon.net; id JAA17775; Mon, 13 Oct 1997 09:30:08 +0100 (BST) Received: from stress.noc.demon.net(195.11.55.5) by inside.noc.demon.net via smap (3.2) id xmab17760; Mon, 13 Oct 97 09:30:03 +0100 Received: from hdm by stress.noc.demon.net with local (Exim 1.71 #2) id 0xKft4-0005DP-00; Mon, 13 Oct 1997 09:30:02 +0100 To: "Shawn Ramsey" cc: jamie@intuition.iagnet.net, "Shawn Ramsey" , questions@freebsd.org, isp@freebsd.org Subject: Re: inn port X-Mailer: nmh v0.14, exmh 2.0gamma X-Colour: Green In-reply-to: "Shawn Ramsey"'s message of "Sun, 12 Oct 1997 15:02:12 PDT" <01bcd75a$7e170e80$c4ac43cf@shawn.cpl.net> Date: Mon, 13 Oct 1997 09:30:02 +0100 From: Dom Mitchell Message-Id: Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 12 October 1997, "Shawn Ramsey" proclaimed: > > > >Get DNEWS. > > > >:-) > > > Id like to check it out, especially considering the stability(lack of) inn > 1.5.1 has been on our BSDI 2.1 news server... It has been crashing way too > often, but I think it may be a resource limit on the news account. (at least > thats what ive heard could be a reason for inn dying for no apparant reason > with no error messages) INN 1.5.1 has known bugs. Check out for a list of patches you need to bring it up to speed. -Dom From owner-freebsd-questions Mon Oct 13 01:30:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00542 for questions-outgoing; Mon, 13 Oct 1997 01:30:21 -0700 (PDT) (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 BAA00524 for ; Mon, 13 Oct 1997 01:30:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10725; Mon, 13 Oct 1997 01:29:50 -0700 (PDT) Date: Mon, 13 Oct 1997 01:29:49 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jana Ugaine cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trouble In-Reply-To: <343988FD.2EAF@solcraft.lv> 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, 6 Oct 1997, Jana Ugaine wrote: > I have run shell tcsh from read only directory /usr/local > then I run vi, now I ca'nt quit vi :( . Help me :). Press a few times, then type :q and press . Doug 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 Oct 13 01:31:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00639 for questions-outgoing; Mon, 13 Oct 1997 01:31:17 -0700 (PDT) (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 BAA00634 for ; Mon, 13 Oct 1997 01:31:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10737; Mon, 13 Oct 1997 01:31:07 -0700 (PDT) Date: Mon, 13 Oct 1997 01:31:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Lehey cc: George Vagner , freebsd-questions@FreeBSD.ORG Subject: Re: try this In-Reply-To: <19971003170931.25574@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 On Fri, 3 Oct 1997, Greg Lehey wrote: > That doesn't stop this being a bug. It shouldn't be possible to > umount a file system which is in use. I suppose somebody should enter > a pr about this one. Normally, you can't; it says ``device busy'', but if you use the -f flag it dismounts it without question. I like the HP-UX `fuser' idea. Doug 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 Oct 13 01:33:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00928 for questions-outgoing; Mon, 13 Oct 1997 01:33:55 -0700 (PDT) (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 BAA00923 for ; Mon, 13 Oct 1997 01:33:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10741; Mon, 13 Oct 1997 01:32:58 -0700 (PDT) Date: Mon, 13 Oct 1997 01:32:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: tuner vga cards? anyone? In-Reply-To: <343B64C3.794BDF32@wired.ctech.ac.za> 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, 8 Oct 1997, Jacques Hugo wrote: > I saw the Tseng ET6000 card with a build in TV tuner (NTSC/PAL) > running on a Win95 box and was very impressed. > > What other tuner/grabber cards are supported with fbsd and are > there software available? Unfortunately, the ET6000 is supported with the graphics only, the tuner isn't. But if you want it, the Bt848-based cards made by Hauppauge, STB and others are great. See http://www.freebsd.org/~ahasty/Bt848.html for details. I have one and I can pop up a window to watch TV when I should be doing other things. :-) Doug 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 Oct 13 01:34:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00964 for questions-outgoing; Mon, 13 Oct 1997 01:34:02 -0700 (PDT) (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 BAA00943 for ; Mon, 13 Oct 1997 01:33:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10745; Mon, 13 Oct 1997 01:33:57 -0700 (PDT) Date: Mon, 13 Oct 1997 01:33:56 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joe McGuckin cc: questions@FreeBSD.ORG Subject: Re: TYAN TOMCAT IV problems!! In-Reply-To: <199710102234.PAA13776@monk.via.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 Fri, 10 Oct 1997, Joe McGuckin wrote: > > I have a dual processor board with one 200MHZ MMX Pentium installed. > > It won't run for more than 2 hours. It'll get a kernel vm errors or NMI. > > Have other people encountered problems with this board? What's the general > opinion on TYAN? Are they quality motherboards? Generally they're good hardware, but you may have one that has transient memory problems or other serious problem. You might consider bothering freebsd-hardware@freebsd.org and see if they have any ideas. Doug 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 Oct 13 01:35:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01110 for questions-outgoing; Mon, 13 Oct 1997 01:35:30 -0700 (PDT) (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 BAA01103 for ; Mon, 13 Oct 1997 01:35:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10752; Mon, 13 Oct 1997 01:35:11 -0700 (PDT) Date: Mon, 13 Oct 1997 01:35:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ernie Catania cc: FreeBSD Questions Subject: Re: unsubscribe In-Reply-To: <199710071601.CAA24711@atlas.synflux.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 On Wed, 8 Oct 1997, Ernie Catania wrote: > Please unsubscribe me. When I query what mail lists I'm on from > Majordomo@FreeBSD.ORG I am told I'm not on any. Everyday I get mail from > owner-questions-digest@FreeBSD.ORG. Please help. If this doesn't get you anywhere: Try using the which command and use other email addresses you may have subscribed from. ie, `which erniec@synflux.com.au'. If you can't get anywhere, contact postmaster@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 Oct 13 01:41:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01709 for questions-outgoing; Mon, 13 Oct 1997 01:41:44 -0700 (PDT) (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 BAA01694 for ; Mon, 13 Oct 1997 01:41:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10769; Mon, 13 Oct 1997 01:39:59 -0700 (PDT) Date: Mon, 13 Oct 1997 01:39:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Martin Edlman cc: freebsd-questions@FreeBSD.ORG Subject: Re: VFAT and FAT32 file systems 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, 6 Oct 1997, Martin Edlman wrote: > So my question is - will FreeBSD support VFAT and FAT32 file > systems? Eventually, hopefully...:-) Until then, we have vmount. See http://digo.inf.elte.hu/~szoli/. Doug 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 Oct 13 01:50:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA02407 for questions-outgoing; Mon, 13 Oct 1997 01:50:16 -0700 (PDT) (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 BAA02402 for ; Mon, 13 Oct 1997 01:50:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA10932; Mon, 13 Oct 1997 01:49:58 -0700 (PDT) Date: Mon, 13 Oct 1997 01:49:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virtual hosts 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, 9 Oct 1997, Paul Dekkers wrote: > Recently I created some virtual ip's on my system, by adding aliases in > the sysconfig. It works, after rebooting (is it possible to re-read the > sysconfig file without reboot?!) I have all my virtual hosts listed in > ifconfig. But I can't reach the IP from the machine itself. When trying to > connect from other hosts, it works! I can reach the server from other > boxes on the network, but can't just lynx or ping to it from the server > itself. > What's wrong? This may be a routing or alias specification error. What is the line you're using to define the alias, and what does `netstat -rn' 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 Mon Oct 13 01:59:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA03236 for questions-outgoing; Mon, 13 Oct 1997 01:59:02 -0700 (PDT) (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 BAA03230 for ; Mon, 13 Oct 1997 01:59:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id BAA11596; Mon, 13 Oct 1997 01:58:59 -0700 (PDT) Date: Mon, 13 Oct 1997 01:58:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: jkb cc: questions@FreeBSD.ORG Subject: Re: What cvsup tag for 2.2.5-971012-BETA? 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, 12 Oct 1997, jkb wrote: > > Hello all, > > The subject is pretty much is the question. What should be the > tag=? in cvsup file if I want to get 2.2.5-971012-BETA. Thanks, RELENG_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 Mon Oct 13 02:01:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03633 for questions-outgoing; Mon, 13 Oct 1997 02:01:47 -0700 (PDT) (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 CAA03627 for ; Mon, 13 Oct 1997 02:01:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11705; Mon, 13 Oct 1997 02:01:37 -0700 (PDT) Date: Mon, 13 Oct 1997 02:01:37 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ditt brukernavn cc: freebsd-questions@FreeBSD.ORG Subject: Re: What Version should i dowload ? In-Reply-To: <199710101808.UAA11716@online.no> 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, 10 Oct 1997, Ditt brukernavn wrote: > What version of freebsd should I download ? If you can wait a week or so, 2.2.5 will be out and it will be much more fun to install. > And how big (in size) is this operating system ? You want to dedicate at least 100mb to it for a decent system. > Couldn't you just zip everything into one file ? You wouldn't want it if we did. > Please ? It's a tarball that fits well on a 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 Mon Oct 13 02:02:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03686 for questions-outgoing; Mon, 13 Oct 1997 02:02:19 -0700 (PDT) (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 CAA03678 for ; Mon, 13 Oct 1997 02:02:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11677; Mon, 13 Oct 1997 02:00:19 -0700 (PDT) Date: Mon, 13 Oct 1997 02:00:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Jukka A. Ukkonen" cc: questions@FreeBSD.ORG Subject: Re: What happened to tin (user interface to news) In-Reply-To: <199710091714.UAA26892@jau.tmt.tele.fi> 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, 9 Oct 1997, Jukka A. Ukkonen wrote: > What has happened to the tin package? > I did not find it in the FreeBSD-current package collection. > Has it been dropped completely or is it just waiting to get > linked with the new libraries? Tin's on the 2.2.2 CDROM and at ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/news/tin-1.3.970709.tgz. Doug 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 Oct 13 02:02:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03714 for questions-outgoing; Mon, 13 Oct 1997 02:02:29 -0700 (PDT) (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 CAA03699 for ; Mon, 13 Oct 1997 02:02:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11709; Mon, 13 Oct 1997 02:02:22 -0700 (PDT) Date: Mon, 13 Oct 1997 02:02:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jason Alan Nordwick cc: questions@FreeBSD.ORG Subject: Re: where are all the system calls ? In-Reply-To: <19971003232707.15027.qmail@scheme.xcf.berkeley.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 3 Oct 1997, Jason Alan Nordwick wrote: > > I was looking through the source, and I cannot seem to find all > of the system calls. Man section 2 is all user system calls. Doug 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 Oct 13 02:03:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03859 for questions-outgoing; Mon, 13 Oct 1997 02:03:57 -0700 (PDT) (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 CAA03854 for ; Mon, 13 Oct 1997 02:03:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11713; Mon, 13 Oct 1997 02:03:06 -0700 (PDT) Date: Mon, 13 Oct 1997 02:03:06 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Min Huang (tunny)" cc: freebsd-questions@FreeBSD.ORG Subject: Re: where's sysconfig 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 Fri, 3 Oct 1997, Min Huang (tunny) wrote: > I got a FreeBSD 2.2.2, I download some of its parts to my dos partition, and > installed it from there, everything seems ok. but, where's the sysconfig, > in my mind it should be at /etc? Yup :-) > > BTW, who is Doug White? A superman of this mail list? :) 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 Mon Oct 13 02:04:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA04059 for questions-outgoing; Mon, 13 Oct 1997 02:04:31 -0700 (PDT) (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 CAA04049 for ; Mon, 13 Oct 1997 02:04:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11717; Mon, 13 Oct 1997 02:04:18 -0700 (PDT) Date: Mon, 13 Oct 1997 02:04:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joachim Wunder cc: questions@FreeBSD.ORG Subject: Re: WIN/TV PCI support??? In-Reply-To: <9710031312.AA10267@sun1.lrz-muenchen.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 Fri, 3 Oct 1997, Joachim Wunder wrote: > Are there any drivers for the hauppauge WIN/TV PCI card? If so, could anyone > point me to an appropriate URL, please? For FreeBSD? Yup: http://www.freebsd.org/~ahasty/Bt848.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 Mon Oct 13 02:06:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA04226 for questions-outgoing; Mon, 13 Oct 1997 02:06:32 -0700 (PDT) (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 CAA04218 for ; Mon, 13 Oct 1997 02:06:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id CAA11724; Mon, 13 Oct 1997 02:06:26 -0700 (PDT) Date: Mon, 13 Oct 1997 02:06:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jonathan Fosburgh cc: freebsd-questions@FreeBSD.ORG Subject: Re: xlock not found 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, 13 Oct 1997, Jonathan Fosburgh wrote: > For some reason, when I installed XF86 the xlock and other related > commands do not appear to have been installed. I probly only picked up the > minimal install files. Xscreensaver was not compiled with locking > capability and xlockmore does not seem to work either. Can anyone tell me > where I might get this program? You can get them through the FreeBSD ports system at http://www.freebsd.org under Applications. Doug 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 Oct 13 02:50:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA07223 for questions-outgoing; Mon, 13 Oct 1997 02:50:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA07215 for ; Mon, 13 Oct 1997 02:50:07 -0700 (PDT) (envelope-from lada@ws6303.gud.siemens.at) Received: from ws6303-f (root@firix [10.1.143.100]) by zwei.siemens.at with ESMTP id LAA29781; Mon, 13 Oct 1997 11:49:19 +0200 (MET DST) Received: from ws6423.gud.siemens.at (ws6423-f) by ws6303-f with ESMTP (1.40.112.8/16.2) id AA121356124; Mon, 13 Oct 1997 11:48:44 +0200 Received: by ws6423.gud.siemens.at (SMI-8.6/SMI-SVR4) id LAA10942; Mon, 13 Oct 1997 11:47:30 +0200 Date: Mon, 13 Oct 1997 11:47:30 +0200 From: lada@ws6303.gud.siemens.at (marino.ladavac@siemens.at) Message-Id: <199710130947.LAA10942@ws6423.gud.siemens.at> To: freebsd-questions@FreeBSD.ORG, jason@best-service.com Subject: Re: FreeSBD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: FkubtED/n1RwmWHpA6mrAQ== Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 20:40:28 MET 1997 > Date: Sat, 11 Oct 1997 13:01:46 -0500 > From: Jason Ballard > Mime-Version: 1.0 > To: freebsd-questions@FreeBSD.ORG > Subject: FreeSBD > Content-Transfer-Encoding: 7bit > X-Loop: FreeBSD.org > > This is a stupid question, is your service to promote free UNIX > accounts, and do you give them out? > [this is begging for it :] In effect, yes. You just need to download/get_a_CD of FreeBSD, load it onto your PC, boot to it, and presto: you have as many free UNIX accounts as you wish :) Seriously, FreeBSD is an operating system, a UNIX clone derived from U.C. Berkeley 4.4BSD-Lite2 distribution. It is not a FreeNet clone. Even if you do install FreeBSD (or any other OS for that matter) you still need an ISP of sorts to get an actual access to Internet (but you already know that :) /Marino From owner-freebsd-questions Mon Oct 13 03:38:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10448 for questions-outgoing; Mon, 13 Oct 1997 03:38:58 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from yamuna.will.knipp.de (yamuna.will.knipp.de [194.231.207.2] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10443 for ; Mon, 13 Oct 1997 03:38:53 -0700 (PDT) (envelope-from pruess@yamuna.will.knipp.de) Received: (from pruess@localhost) by yamuna.will.knipp.de (8.8.5/8.7.3) id MAA07164; Mon, 13 Oct 1997 12:40:33 +0200 (CEST) From: Gunnar Pruessner Message-Id: <199710131040.MAA07164@yamuna.will.knipp.de> Subject: switching root device To: freebsd-questions@freebsd.org Date: Mon, 13 Oct 1997 12:40:33 +0200 (CEST) Cc: pruess@yamuna.will.knipp.de (Gunnar Pruessner) 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 Hi! I have two SCSI HDs on an Adaptec 2940UW, which have ID0 and ID2. There are no other HDs (especially no IDE). Both HDs have an installation of FreeBSD (2.2.2). To switch from boot device ID0 to ID2 I simply changed the boot device in the controllers BIOS (I wanted to switch statically rather then typing "0:sd(1,a)/kernel" again and again). But whenever the system boots from ID2 it "switches root to sd0" after device probing. It has booted the correct kernel from sd1 (ID2) but the wrong devices are mounted, because it mounts /dev/sd0a as / and reads the wrong /etc/fstab. Any ideas? Thank you for your help, Gunnar -- ###################################################### # # # "5.6 Die Grenzen meiner Sprache bedeuten die # # Grenzen meiner Welt." # # # # -- Ludwig Wittgenstein # ###################################################### From owner-freebsd-questions Mon Oct 13 03:41:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10723 for questions-outgoing; Mon, 13 Oct 1997 03:41:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from rgm.fmrp.usp.br ([143.107.204.132]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10708 for ; Mon, 13 Oct 1997 03:41:36 -0700 (PDT) (envelope-from prrprado@rgm.fmrp.usp.br) From: prrprado@rgm.fmrp.usp.br Received: from pardc.fmrp.usp.br ([143.107.204.133]) by rgm.fmrp.usp.br (8.8.5/8.8.5) with SMTP id IAA02256 for ; Mon, 13 Oct 1997 08:33:38 -0200 (EDT) Message-ID: <3441FB22.364F@rgm.fmrp.usp.br> Date: Mon, 13 Oct 1997 08:42:42 -0200 X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CERN - wiht CGI Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I can't use CGI, an internar error occurs: "Internar erro: execve() failed", in the browser is Error 500. What can I do? From owner-freebsd-questions Mon Oct 13 03:43:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10844 for questions-outgoing; Mon, 13 Oct 1997 03:43:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10837 for ; Mon, 13 Oct 1997 03:43:04 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by Campino.Informatik.RWTH-Aachen.DE (8.8.7/RBI-Z13) with ESMTP id MAA29892 for ; Mon, 13 Oct 1997 12:43:15 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id MAA01469 for freebsd-questions@freefall.cdrom.com; Mon, 13 Oct 1997 12:51:21 +0200 (MEST) Date: Mon, 13 Oct 1997 12:51:21 +0200 (MEST) From: Christoph Kukulies Message-Id: <199710131051.MAA01469@gil.physik.rwth-aachen.de> To: freebsd-questions@freefall.FreeBSD.org Subject: screensaver, xdm, X Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I want to have a screensaver running which already acts on the xdm login prompter screen? How can I manage? Can I start X with an option 'saver on' ? Better would be to run one of the xscreensaver modules. Advice welcome. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Mon Oct 13 04:01:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12510 for questions-outgoing; Mon, 13 Oct 1997 04:01:27 -0700 (PDT) (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 EAA12500 for ; Mon, 13 Oct 1997 04:01:20 -0700 (PDT) (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 GAA03852; Mon, 13 Oct 1997 06:56:35 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id GAA28133; Mon, 13 Oct 1997 06:34:12 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id GAA08382; Mon, 13 Oct 1997 06:34:12 -0400 (EDT) Date: Mon, 13 Oct 1997 06:34:12 -0400 (EDT) Message-Id: <199710131034.GAA08382@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Doug White Cc: questions@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: References: <199710121314.JAA04025@current.willscreek.com> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > On Sun, 12 Oct 1997, Brian Clapper wrote: > > > > There's no need to use the Linux version of FreeBSD, though it works. > > > Use the BSDI versions or (4.08) the FreeBSD version. Take a look in > > > the Ports Collection. > > > > Make sure you have plenty of RAM if you use the Communicator version. > > While the Communicator version is slicker than the older Navigator, it's > > serious bloatware. (I *like* Communicator better, but it *is* a pig.) > > There's a Navigator-standalone version of 4.03b8. > > I'm tempted to try this but I'm short on diskspace. Netscape 2.02 has > finally become obsoleted -- I can't access dell's and diamond/supra's web > pages w/o it. :( I did try it. It *still* sucks up more RAM than I'd like. Granted, I should beef up my system; it only has 24 Mb. But the difference in memory bloat between 3.0 and Communicator is significant. On my box, Communicator is notably sluggish, compared to 3.0 (and compared to Communicator on machines at work, where I have more RAM). ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ TV is chewing gum for the eyes. -- Frank Lloyd Wright From owner-freebsd-questions Mon Oct 13 04:03:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12680 for questions-outgoing; Mon, 13 Oct 1997 04:03:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12545 for ; Mon, 13 Oct 1997 04:01:39 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts1port1.port.net [207.38.248.1]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id HAA27808 for ; Mon, 13 Oct 1997 07:02:57 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA03183; Mon, 13 Oct 97 06:56:00 -0400 Date: Mon, 13 Oct 1997 06:56:00 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: freebsd-questions@FreeBSD.ORG Subject: Re: where's sysconfig 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, 13 Oct 1997, Doug White wrote: > On Fri, 3 Oct 1997, Min Huang (tunny) wrote: > > > I got a FreeBSD 2.2.2, I download some of its parts to my dos partition, and > > installed it from there, everything seems ok. but, where's the sysconfig, > > in my mind it should be at /etc? > > Yup :-) Huh? Sysconfig is gone, replaced by /etc/rc.conf. > > > > BTW, who is Doug White? A superman of this mail list? :) > > Yup :-) This, on the other hand, is entirely correct. Ben "You have your mind on computers, it seems." From owner-freebsd-questions Mon Oct 13 04:04:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12956 for questions-outgoing; Mon, 13 Oct 1997 04:04:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chuck.schiele-ct.de (chuck.schiele-ct.de [193.141.27.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12927 for ; Mon, 13 Oct 1997 04:04:44 -0700 (PDT) (envelope-from br@schiele-ct.de) Received: from schiele-ct.de (localhost.schiele-ct.de [127.0.0.1]) by chuck.schiele-ct.de (8.8.5/8.8.5) with ESMTP id NAA08918 for ; Mon, 13 Oct 1997 13:08:17 +0200 (CEST) Message-Id: <199710131108.NAA08918@chuck.schiele-ct.de> To: freebsd-questions@freebsd.org Subject: proc size mismatch? Date: Mon, 13 Oct 1997 13:08:16 +0200 From: Bernd Rosauer Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I upgraded my FreeBSD box from 3.0-970807-SNAP to 3.0-971003-SNAP. Now, invoking `ps` I get ps: proc size mismatch (14996 total, 665 chunks) which doesn't mean anything to me. What went wrong? What can I do? Thanks for your help! -br From owner-freebsd-questions Mon Oct 13 04:10:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA13510 for questions-outgoing; Mon, 13 Oct 1997 04:10:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA13352 for ; Mon, 13 Oct 1997 04:08:30 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts1port1.port.net [207.38.248.1]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id HAA14972; Mon, 13 Oct 1997 07:09:46 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA03207; Mon, 13 Oct 97 07:02:48 -0400 Date: Mon, 13 Oct 1997 07:02:48 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: Doug White Cc: Jason Alan Nordwick , questions@FreeBSD.ORG Subject: Re: more kernel/libc questions. 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, 12 Oct 1997, Doug White wrote: > This bit on the brk(2) man page implies to me that they don't do anything > useful: % uname -a FreeBSD thorazine.neuron.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun Aug 31 15:20:36 EDT 1997 root@thorazine.neuron.net:/usr/src/sys/compile/THORAZINE i386 % grep brk /usr/src/lib/libc/stdlib/malloc.c static void *malloc_brk; result = (caddr_t)pageround((u_long)sbrk(0)); if (brk(tail)) { malloc_brk = tail; malloc_origo = ((u_long)pageround((u_long)sbrk(0))) >> malloc_pageshift; * We can sbrk(2) further back when we keep this on a low address. if ((void*)pf->page >= (void*)sbrk(0)) wrterror("(ES): entry on free_list past brk\n"); pf->end == malloc_brk && /* ..and none behind us,*/ malloc_brk == sbrk(0)) { /* ..and it's OK to do...*/ brk(pf->end); malloc_brk = pf->end; > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Ben "You have your mind on computers, it seems." From owner-freebsd-questions Mon Oct 13 05:36:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA19737 for questions-outgoing; Mon, 13 Oct 1997 05:36:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.poppe.co.uk (root@thor.poppe.co.uk [195.224.82.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA19731 for ; Mon, 13 Oct 1997 05:36:31 -0700 (PDT) (envelope-from liang@europe.poppe.com) Received: from europe.poppe.com [195.224.82.107] by mail.poppe.co.uk with esmtp (Exim 1.59 #1) id 0xKkAu-0001Ys-00; Mon, 13 Oct 1997 14:04:44 +0100 Message-ID: <344215A9.D97BD652@europe.poppe.com> Date: Mon, 13 Oct 1997 13:35:54 +0100 From: Liang Yu X-Mailer: Mozilla 4.02 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Kernel Sources Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Sorry if I missed this somewhere but I have checked the FAQ and the handbook but cannot find any info how onto get the kernel sources for FreeBSD 2.2.1 current. I've installed FreeBSD 2.2.1 but I haven't installed the kernel sources because I have nothing in the /usr/src directory. I've tried running the sysinstall that way to get the package but it cor dumps everytime. I don't want to re-install the OS because I have got some vital software installed and running already. Please can you help? Thanks in advance, Liang. From owner-freebsd-questions Mon Oct 13 06:31:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23118 for questions-outgoing; Mon, 13 Oct 1997 06:31:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23091; Mon, 13 Oct 1997 06:31:02 -0700 (PDT) (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.5/8.8.5) with SMTP id PAA13640; Mon, 13 Oct 1997 15:31:27 +0200 (SAT) Message-ID: <344222AF.237C228A@wired.ctech.ac.za> Date: Mon, 13 Oct 1997 15:31:27 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: multimedia@FreeBSD.ORG Subject: Cardex tv tuner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... Did enyone ever play with the Cardex VIVID Tune tv tuner/capture card to see if the Bt848 driver works on it? -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Mon Oct 13 06:36:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23466 for questions-outgoing; Mon, 13 Oct 1997 06:36:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from perky.gothic.net.au (perky.gothic.net.au [203.33.20.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23459 for ; Mon, 13 Oct 1997 06:36:17 -0700 (PDT) (envelope-from sean@perky.gothic.net.au) Received: (from sean@localhost) by perky.gothic.net.au (8.8.7/8.8.7) id XAA29176 for freebsd-questions@freebsd.org; Mon, 13 Oct 1997 23:36:12 +1000 (EST) From: Sean Winn Message-Id: <199710131336.XAA29176@perky.gothic.net.au> Subject: mpd ala Linux eql To: freebsd-questions@freebsd.org Date: Mon, 13 Oct 1997 23:36:12 +1000 (EST) 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 X-Loop: FreeBSD.org Precedence: bulk This is probably an mpd FAQ, but is it possible to configure mpd to do multi-link PPP *without* negotiating the MPP; equivalent the Linux eql driver, so that Livingston Portmaster 2e's don't decide that they can't talk to something that wants MPP and hang up during negotiation? Single-link is no problem, just selecting two links into the bundle causes mpd to try and negotiate some settings that a PM2e under ComOS 3.5 will spit the dummy at. Knowing this would save introducing a small Linux system into the network just to do the modem equalisation, as my ISP uses Livingston terminal servers currently. -- Sean Winn email: sean@gothic.net.au, sean@cynet.net.au All opinions valued at $0.02, and not subject to inflation. From owner-freebsd-questions Mon Oct 13 07:05:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA25271 for questions-outgoing; Mon, 13 Oct 1997 07:05:41 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA25260 for ; Mon, 13 Oct 1997 07:05:35 -0700 (PDT) (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 KAA16441; Mon, 13 Oct 1997 10:05:27 -0400 (EDT) Date: Mon, 13 Oct 1997 10:05:26 -0400 (EDT) From: Wei Weng To: Doug White cc: freebsd-questions Subject: Re: install port collection 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 Hi. I have the same problem. But the things worse here is I am behind a stupid firewall, so there is no way that i can use ftp to grab the package from the master site directly. Is there any other way to do it? ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Sun, 12 Oct 1997, Doug White wrote: > On Fri, 10 Oct 1997, Hoang Q Tran wrote: > > > I want to install bash-2.0.tgz from the FreeBSD 2.2.2 > > port collection. I've followed the "Compiling ports from CDROM" > > in the handbook and still get the error: >> bash-2.0.tgz doesn't > > seem to exist on this system. Attempting to fetch ... << > > I checked the CDROM for the file "distfiles" supposedly under > > /cdrom/ports/ and *it's not there*. > > Do you have a net connection? If you do, then let the port do it's thing > and grab the distribution file from the master site. > > Also, are the distfiles mounted/copied under /usr/ports/distfiles? > bash-2.0.tar.gz is certainly on the 2.2.2 CDROM in ports/distfiles. > > gdi,ttyp1,/cdrom/ports/distfiles,94>pwd > /cdrom/ports/distfiles > gdi,ttyp1,/cdrom/ports/distfiles,95>ls ba* > bash-1.14.7.tar.gz bash-2.0.tar.gz bash-doc-2.0.tar.gz > > > Doug 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 Oct 13 07:13:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA25788 for questions-outgoing; Mon, 13 Oct 1997 07:13:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from out2.ibm.net (out2.ibm.net [165.87.194.229]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA25779 for ; Mon, 13 Oct 1997 07:13:01 -0700 (PDT) (envelope-from aimsllc@ibm.net) Received: from ibm.net (slip129-37-226-109.ut.us.ibm.net [129.37.226.109]) by out2.ibm.net (8.8.5/8.6.9) with ESMTP id OAA63958 for ; Mon, 13 Oct 1997 14:12:54 GMT Message-ID: <344229F6.90FC4E5@ibm.net> Date: Mon, 13 Oct 1997 08:02:30 -0600 From: Bob Angell Reply-To: aimsllc@ibm.net Organization: Applied Information & Management Systems (AIMS) X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Not getting much further ... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, after many questions answered ... I am not much further . I am trying to install 2.2.2-RELEASE off of the Internet through my ISP. I have set up the Information as follows: Host: myhost.mydomain.com (internal to the co.) Domain: mydomain.com (internal to the company) Gateway: 0.0.0.0 NameServer: ISP's NameServer IP Address: 0.0.0.0 Netmask: 255.255.255.0 When I get past entering in the baud rate, I use the ALT-F3 to establish a ppp session. I then go back to ALT-F1 and immediatedly the site or URL setup above is said to invaild .. and the PPP stopped. Using Alt-F2, I have been using some debugging but the whole lot makes litte sense. Anymore/all help would be greatly appreciated!! -Bob- -- Bob Angell, Principal - Sys. Engineer/Author/Consultant Applied Info & Mgnt Sys, 1238 Fenway Ave., SLC, UT 84102 v: 801-583-8544 e: aimsllc@ibm.net / bangell@cs.utah.edu -------------------------------------------------------- Applied Info & Mngmnt Systems has services as follows: Intra/Internet, Notes, Multiplatform data integration, Networking (TCPIP-SNA), Custom (AWK-PERL-C-Visualizer), Database dsgn/dev. (DB2-SQLserver-Oracle-etc.), Modeling OS's (Win95;Warp/NT Server; AIX / HP-UX / SunOS; OS/400) -------------------------------------------------------- "Had Mama Cass and Karen Carpenter shared that Ham sand- wich, they would both be with us today!" From owner-freebsd-questions Mon Oct 13 07:27:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA26675 for questions-outgoing; Mon, 13 Oct 1997 07:27:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from silvester.zoom.es (root@silvester.zoom.es [195.76.150.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA26651 for ; Mon, 13 Oct 1997 07:27:02 -0700 (PDT) (envelope-from amora@zoom.es) Received: from zoom181.zoom.es (zoom181.zoom.es [195.76.150.181]) by silvester.zoom.es (8.7.5/8.7.3) with SMTP id QAA15481 for ; Mon, 13 Oct 1997 16:30:06 +0200 Message-Id: <199710131430.QAA15481@silvester.zoom.es> Comments: Authenticated sender is From: "Jesus A. Mora Marin" To: questions@freebsd.org Date: Sun, 12 Oct 1997 21:06:01 +0000 Subject: Memory and swap size. Reply-to: amora@zoom.es Priority: normal X-mailer: Pegasus Mail for Windows (v2.54) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I have recently increased the RAM of my system from 16 to 32MB. The only swap partition in my FreeBSD slice is 48 MB. It's a generally accepted rule of thumb that the swap size should be at least twice the memory size, so this is not my case now. The questions are: a) What are the possible negative consequences of not fulfilling this recommendation? b) I have automated the dumping of the system in case of panic, using the swap partition as the dumpdev. Luckily, I haven't seen this yet for almost two years, after fixing some problem with an CD-ROM drive. Then, performing an postmortem debugging proved to be helpful, so I don't want to disable this feature. Can I get into trouble if a panic happens now? TIA, J.A.M.M ---- Jesus A. Mora Marin, MD (aka EA7HAC, ex-EC7DVE) Email: amora@zoom.es From owner-freebsd-questions Mon Oct 13 08:04:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA28877 for questions-outgoing; Mon, 13 Oct 1997 08:04:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA28872 for ; Mon, 13 Oct 1997 08:04:16 -0700 (PDT) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.7/8.8.7) with SMTP id KAA26595; Mon, 13 Oct 1997 10:04:00 -0500 (CDT) Date: Mon, 13 Oct 1997 10:04:00 -0500 (CDT) From: Jonathan Fosburgh To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: xlock not found 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 > You can get them through the FreeBSD ports system at > http://www.freebsd.org under Applications. > > Doug White | University of Oregon When I try to add xautolock and xlockmore I keep getting the following errors: imake -DUseInstalled -I/usr/X11R6/lib/X11/config Imakefile.c:3: Imake.tmpl: No such file or directory imake: Exit code 33. Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Anyone know how to fix this? Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics ******************************************************************************* 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 Mon Oct 13 08:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA29861 for questions-outgoing; Mon, 13 Oct 1997 08:20:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (proot@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA29815 for ; Mon, 13 Oct 1997 08:19:59 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.5/8.8.5) id KAA09012; Mon, 13 Oct 1997 10:18:08 -0500 (CDT) From: "Paul T. Root" Message-Id: <199710131518.KAA09012@horton.iaces.com> Subject: Re: Thrown into it! To: dwhite@resnet.uoregon.edu Date: Mon, 13 Oct 1997 10:18:08 -0500 (CDT) Cc: walkers@region.durham.on.ca, questions@FreeBSD.ORG In-Reply-To: from Doug White at "Oct 13, 97 01:29:00 am" X-Organization: !nterprise Networking Services - 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 In a previous message, Doug White said: > On Tue, 7 Oct 1997, Steven Walker wrote: > > > We have recently purchased a Cisco PIX firewall which will take over the > > job of IP translation. We have also contracted a new ISP to provide ISDN > > connection to the Internet via an ISDN router. All that will be left for > > the FreeBSD machine to do is mail serving. My questions are: > > > > 1) How do I disable the use of the modem dial up, leaving only the NIC > > in place, so that this machine is simply another node on the outside of > > the firewall? Doug answered your questions quite well as usual. So I'll just give some unsolicited network advice... :-) If I were you, I'd put the FreeBSD box behind the PIX. The PIX is a great box for firewalling. It provides some very nice features for blocking unwanted access to smtp. Put the FreeBSD behind the PIX, and configure the mailhost command: mailhost external-ip internal-ip I think that's it. That should create 2 lines in the config: mailhost external-ip internal-ip conduit external-ip 25 tcp 0.0.0.0 0.0.0.0 This would be the same as static plus the conduit line. Paul. -- "What did you have in mind, Sergeant?"-- Sharon Stone in "Basic Instinct" From owner-freebsd-questions Mon Oct 13 08:24:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA00254 for questions-outgoing; Mon, 13 Oct 1997 08:24:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Central.KeyWest.MPGN.COM (Central.TanSoft.COM [208.194.145.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA00239 for ; Mon, 13 Oct 1997 08:24:43 -0700 (PDT) (envelope-from rwm@tansoft.com) Received: from devious.Tansoft.com (Devious.TanSoft.COM [208.194.145.10]) by Central.KeyWest.MPGN.COM (8.6.9/8.6.9) with SMTP id LAA25624 for ; Mon, 13 Oct 1997 11:24:11 -0400 Message-Id: <3.0.3.32.19971013112410.00819100@central.TanSoft.COM> X-Sender: rwm@central.TanSoft.COM X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 13 Oct 1997 11:24:10 -0400 To: freebsd-questions@freebsd.org From: Rob Miracle Subject: Installing 2.2.1 problem 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 recieved two new pentium II-300's and I am having problems installing FreeBSD on them. They have an Adaptec 2940 Ultra SCSI host adapter with a 4.3gb IBM SCSI drive. It has some 3D graphics adapter and an Intel EtherExpress 10/100+ Ethernet PCI card. The set up is identical to some 8 other boxes we have gotten from this company (SAG). Partially through the CD install I get a message on VT-2 that says: sd0(ahc0:0:0): SCB 0x0 timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 SCOADDR == 0x6 sd0(ahc0:0:0): Queueing an Abort SCB and the system locks up. The CD wont even eject when pressing the eject button. It seems to lock up the same place, and its happening on two identical machines and that is about 66 % of they way through the documents being installed. I have had it happen once about 52% into /bin's install, but most of the time and on both boxes it happens at the 66% of the docs. Any clues? We have stayed at 2.2.1 because of a potential shared memory bug in 2.2.2 that causes our very large game app to panic the system. We have never caught the panic and nothing gets logged, though we may be on the trail with a third machine we are installing. Any way, I really can't move forward to 2.2.2 and I am going to try 2.2.5 on one of the machines to see if its something with the 300mhz and the 2.2.1 drivers, but if 2.2.5 has the same reboot bug that 2.2.2 has, I really can't use it. Thanks Rob From owner-freebsd-questions Mon Oct 13 08:30:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA00762 for questions-outgoing; Mon, 13 Oct 1997 08:30:29 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from vpm.com ([209.60.152.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA00742 for ; Mon, 13 Oct 1997 08:30:26 -0700 (PDT) (envelope-from mcs@vpm.com) Received: from marks (marks.vpm.com [209.60.152.15]) by vpm.com (8.8.6/8.8.6) with SMTP id IAA13070; Mon, 13 Oct 1997 08:31:34 -0700 (PDT) Message-Id: <3.0.1.32.19971010111128.00c04620@vpm.com> X-Sender: mcs@vpm.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Fri, 10 Oct 1997 11:11:28 -0700 To: Paul Dekkers , freebsd-questions@FreeBSD.ORG From: Mark Stout Subject: Re: Virtual hosts In-Reply-To: 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: I recently upgraded to 2.2.1 from 2.1.5R and now am experiencing the same problem as Paul is, where the current host can not ping or traceroute to any aliased IP address, but can be reached from any external host. So while it works, it just doesn't work from the host where the IP was aliased. I have other boxes that this is not a problem for which is also running 2.2.1 that were upgraded from 2.1.5. What didn't get updated when the new binaries were installed and the kernel rebuilt? This is a big pain in the ass that I'd like to get resolved. Thanks for any help. Mark At 06:31 PM 10/9/97 +0200, Paul Dekkers wrote: >Hi > >Recently I created some virtual ip's on my system, by adding aliases in >the sysconfig. It works, after rebooting (is it possible to re-read the >sysconfig file without reboot?!) I have all my virtual hosts listed in >ifconfig. But I can't reach the IP from the machine itself. When trying to >connect from other hosts, it works! I can reach the server from other >boxes on the network, but can't just lynx or ping to it from the server >itself. >What's wrong? > >Paul > > > ========================================================================== Mark Stout http://www.vpm.com/ VPM Enterprises President mcs@vpm.com (800) 321-0221 Providing Secured Web Hosting and Credit Card Processing ========================================================================== From owner-freebsd-questions Mon Oct 13 08:33:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA00969 for questions-outgoing; Mon, 13 Oct 1997 08:33:23 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA00956 for ; Mon, 13 Oct 1997 08:33:14 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id KAA26784; Mon, 13 Oct 1997 10:33:04 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id KAA17049; Mon, 13 Oct 1997 10:32:33 -0500 Message-ID: <19971013103232.50324@right.PCS> Date: Mon, 13 Oct 1997 10:32:32 -0500 From: Jonathan Lemon To: David Petrou Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD SNAP version question... References: <199710130747.AAA27307@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199710130747.AAA27307@hub.freebsd.org>; from David Petrou on Oct 10, 1997 at 03:46:43AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 03:46:43AM -0400, David Petrou wrote: > and 3.0-971012. If I go into the 10th directory, the README.TXT and > other text files refer to this directory as 2.2.5-971010-BETA. I am I believe that this has been fixed. (971012 now says "FreeBSD 3.0"). > unable to even go into the 12th directory. (I get "No such file or > directory" even though I see the directory from an 'ls'). I also believe that this has been fixed. Maybe you tried to access it while it was in the progress of being copied over? (see below) > Also, I have found lots of recent SNAPs on current.freebsd.org. I was > under the impression that snapshots were not taken this often. current.freebsd.org is a "build-server". It makes a SNAP of -current every day, which is intended to test buildability and insure that -current stays buildable. Eg: each SNAP is simply the state of -current on that particular day. "Good" and "stable" SNAPS (for some definition of "good" and "stable") are copied over to ftp.freebsd.org on an intermittent basis. > To recap, I'd like to run a 3.0 SNAP but am confused by what I found > on ftp.freebsd.org and overwhelmed by the choices on > current.freebsd.org. The 3.0 SNAPs are simply the state of -current at any given time. Since it is possible that -current may be broken/buggy at various points in time, any given SNAP may also be buggy. That's why there are several SNAPs, so you get to pick one that works you. (Q: How do you know if -current is stable at any time t? A: read the -current mailing list) If you just want a working 3.0 SNAP, the best bet is to use one from ftp.freebsd.org, rather than current.freebsd.org. -- Jonathan From owner-freebsd-questions Mon Oct 13 08:43:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01549 for questions-outgoing; Mon, 13 Oct 1997 08:43:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from seedlab1.cropsci.ncsu.edu (seedlab1.cropsci.ncsu.edu [152.1.88.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01541 for ; Mon, 13 Oct 1997 08:43:52 -0700 (PDT) (envelope-from rdkeys@seedlab1.cropsci.ncsu.edu) Received: (from rdkeys@localhost) by seedlab1.cropsci.ncsu.edu (8.8.7/8.8.7) id LAA14085; Mon, 13 Oct 1997 11:42:56 -0400 (EDT) From: "User Rdkeys Robert D. Keys" Message-Id: <199710131542.LAA14085@seedlab1.cropsci.ncsu.edu> Subject: Is the May 19 FreeBSD Handbook being updated? To: questions@freebsd.org Date: Mon, 13 Oct 1997 11:42:55 -0400 (EDT) Cc: rdkeys@seedlab1.cropsci.ncsu.edu (User RDKEYS Robert D. Keys) 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 Kudos are in order to the FreeBSD crewe! I just did a net install via ftp in about 15 minutes, and it worked first time, no glitches from the latest BETA 2.2.5 tree. Very nice! A make world did out of the box, on my lowendian 486/33 with 8 megs ram (although it took 24 hours to run). I am truely amazed at how well FreeBSD goes relative to my other unices (AIX, Coherent, Linux, Minix, among others). FreeBSD is such a joy..... Question..... is there a more recent version of the Handbook that will be coming out with the 2.2.5 Release? If so, where can it be found? Thanks, and KUDOS to the FreeBSD crewe, for a job well done! Bob Keys rdkeys@seedlab1.cropsci.ncsu.edu..... eagerly awaiting 2.2.5-RELEASE..... From owner-freebsd-questions Mon Oct 13 08:44:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01566 for questions-outgoing; Mon, 13 Oct 1997 08:44:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01545 for ; Mon, 13 Oct 1997 08:43:54 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by Campino.Informatik.RWTH-Aachen.DE (8.8.7/RBI-Z13) with ESMTP id RAA05726; Mon, 13 Oct 1997 17:44:04 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id RAA02661; Mon, 13 Oct 1997 17:52:25 +0200 (MEST) Message-ID: <19971013175225.40626@gil.physik.rwth-aachen.de> Date: Mon, 13 Oct 1997 17:52:25 +0200 From: Christoph Kukulies To: Bernd Rosauer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: proc size mismatch? References: <199710131108.NAA08918@chuck.schiele-ct.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199710131108.NAA08918@chuck.schiele-ct.de>; from Bernd Rosauer on Mon, Oct 13, 1997 at 01:08:16PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 01:08:16PM +0200, Bernd Rosauer wrote: > Hi, > > I upgraded my FreeBSD box from 3.0-970807-SNAP to 3.0-971003-SNAP. > Now, invoking `ps` I get > > ps: proc size mismatch (14996 total, 665 chunks) This typically happens when binaries depending on proc.h and related structures don't match the kernel any longer . > > which doesn't mean anything to me. What went wrong? What can I do? > Rebuild your kernel. > Thanks for your help! > > -br -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Mon Oct 13 08:52:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02122 for questions-outgoing; Mon, 13 Oct 1997 08:52:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iris (iris.physics.adelaide.edu.au [129.127.36.47]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA02107 for ; Mon, 13 Oct 1997 08:52:28 -0700 (PDT) (envelope-from kkennawa@iris) Received: by iris; id AA03014; Tue, 14 Oct 1997 01:21:45 +0930 From: Kristian Kennaway Message-Id: <9710131551.AA03014@iris> Subject: Re: install port collection To: wweng@stevens-tech.edu (Wei Weng) Date: Tue, 14 Oct 1997 01:21:45 +0930 (CST) Cc: dwhite@resnet.uoregon.edu, freebsd-questions@FreeBSD.ORG In-Reply-To: from "Wei Weng" at Oct 13, 97 10:05:26 am 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 > > Hi. > I have the same problem. But the things worse here is I am behind a stupid > firewall, so there is no way that i can use ftp to grab the package from > the master site directly. Is there any other way to do it? What type of firewall is it, do you know? If it's SOCKS, you can use the runsocks command to SOCKSify the 'fetch' command which the port install process uses - so it will correctly traverse the firewall (assuming you set up the SOCKS client library properly). This is the setup I have, and it works fine..but other types of firewall are less permissive. If you can use things like rtelnet or rftp to talk to systems on the other side of the firewall, it's likely to be SOCKS. Kris From owner-freebsd-questions Mon Oct 13 08:55:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02333 for questions-outgoing; Mon, 13 Oct 1997 08:55:39 -0700 (PDT) (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 IAA02328 for ; Mon, 13 Oct 1997 08:55:37 -0700 (PDT) (envelope-from don@PartsNow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id BAA16084; Mon, 13 Oct 1997 01:55:13 -0700 (PDT) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from nouvelle(192.168.100.9) by cerberus.partsnow.com via smap (V2.0) id xma016080; Mon, 13 Oct 97 01:55:01 -0700 Message-ID: <3442436C.362F@PartsNow.com> Date: Mon, 13 Oct 1997 08:51:08 -0700 From: Don Wilde Reply-To: don@PartsNow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 3.0C-E-KIT (Win16; I) MIME-Version: 1.0 To: Doug White CC: "Min Huang (tunny)" , freebsd-questions@FreeBSD.ORG Subject: Re: where's sysconfig References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > BTW, who is Doug White? A superman of this mail list? :) > > Yup :-) > nah... 'Doug White' is actually a pseudonym for a self-referential FreeBSD system that actually reads its own MAN pages... ;) -- 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 Oct 13 09:06:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02866 for questions-outgoing; Mon, 13 Oct 1997 09:06:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from houseofduck.ml.org (geo-160.remote.dti.net [206.252.145.160]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA02857 for ; Mon, 13 Oct 1997 09:06:44 -0700 (PDT) (envelope-from shaggy@houseofduck.ml.org) Received: from houseofduck.ml.org (localhost.ml.org [127.0.0.1]) by houseofduck.ml.org (8.8.7/8.8.7) with ESMTP id MAA06324; Mon, 13 Oct 1997 12:07:14 -0400 (EDT) Message-ID: <3442472E.182B76F5@houseofduck.ml.org> Date: Mon, 13 Oct 1997 12:07:10 -0400 From: Joshua Fielden Reply-To: jfielden@geocities.com X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2-970930-RELENG i386) MIME-Version: 1.0 To: Greg Lehey CC: Matthew Hayton , freebsd-questions@FreeBSD.ORG Subject: Re: term probs References: <19971012111145.18206@lemis.com> 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 wrote: > > On Sat, Oct 11, 1997 at 09:24:15PM -0400, Matthew Hayton wrote: > > I recently installed FreeBSD-2.2.2 Release and am having problems > > with the terminal type. For example, in order to connect to by friend's > > linux box, i have to redefine the term type ('env def TERM vt100') under > > telnet, otherwise the connection is refused. > > Really? That sounds like a bug to me. > Greg Yeah, this was kicked around by me and a couple other people when 2.2.2-RELEASE just made it, but I don't know if anyone made a PR on it. The only thing I can 100% reproduce is 4.0 Red Hat and _any_ 2.1.x or 2.2.x machine I have tried, so I don't think it's just BSD. -- This is a test of the Emergency Broadcast System. If this had been an actual life-threatening emergency, we would have fled in terror, and you would not have been informed. -- Joshua Fielden, Systems Administrator, GeoCities http://www.geocities.com jfielden@geocities.com I do not speak for my company, all opinions enclosed in this e-mail are purely my own. From owner-freebsd-questions Mon Oct 13 09:07:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02933 for questions-outgoing; Mon, 13 Oct 1997 09:07:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kinclaith.pdl.cs.cmu.edu (KINCLAITH.PDL.CS.CMU.EDU [128.2.189.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA02928 for ; Mon, 13 Oct 1997 09:07:23 -0700 (PDT) (envelope-from dpetrou@kinclaith.pdl.cs.cmu.edu) Message-Id: <199710131607.JAA02928@hub.freebsd.org> Subject: Re: FreeBSD SNAP version question... To: Jonathan Lemon Date: Mon, 13 Oct 1997 12:06:54 -0400 (EDT) From: David Petrou Cc: freebsd-questions@freebsd.org In-Reply-To: <19971013103232.50324@right.PCS> from "Jonathan Lemon" at Oct 13, 97 10:32:32 am X-Mailer: ELM [version 2.4 PL25-40] 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 > On Oct 10, 1997 at 03:46:43AM -0400, David Petrou wrote: > > and 3.0-971012. If I go into the 10th directory, the README.TXT and > > other text files refer to this directory as 2.2.5-971010-BETA. I am > > I believe that this has been fixed. (971012 now says "FreeBSD 3.0"). > > > unable to even go into the 12th directory. (I get "No such file or > > directory" even though I see the directory from an 'ls'). > > I also believe that this has been fixed. Maybe you tried to access it > while it was in the progress of being copied over? (see below) Thanks! It's working for me now. > Jonathan David From owner-freebsd-questions Mon Oct 13 09:21:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA03831 for questions-outgoing; Mon, 13 Oct 1997 09:21:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post.init.lt (post.init.lt [193.219.255.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA03823 for ; Mon, 13 Oct 1997 09:21:11 -0700 (PDT) (envelope-from rol@init.lt) Received: from ROLANDAS ([192.168.1.21]) by post.init.lt (8.8.5/8.8.3) with SMTP id TAA02859 for ; Mon, 13 Oct 1997 19:22:03 +0300 (EET DST) Received: by ROLANDAS with Microsoft Mail id <01BCD80D.79AA0010@ROLANDAS>; Mon, 13 Oct 1997 19:23:24 +0200 Message-ID: <01BCD80D.79AA0010@ROLANDAS> From: Rolandas Miseikis To: "'freebsd-questions@freebsd.org'" Subject: FW: Returned mail: Service unavailable Date: Mon, 13 Oct 1997 19:22:02 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="---- =_NextPart_000_01BCD80D.79AB86B0" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ------ =_NextPart_000_01BCD80D.79AB86B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm trying to unsubscribe this mailing list, but mail server returns messages like this: -----Original Message----- From: Mail Delivery Subsystem [SMTP:MAILER-DAEMON@post.init.lt] Sent: Monday, October 13, 1997 3:18 PM To: rolandas@usa.net Subject: Returned mail: Service unavailable The original message was received at Mon, 13 Oct 1997 16:17:39 +0300 (EET DST) from [192.168.1.21] ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- ... while talking to hub.freebsd.org.: >>> MAIL From: SIZE=476 <<< 521 ... # specially processed assorted meats? yuck! 554 ... Service unavailable ---------------------- Am I doing something wrong? Rolandas Miseikis Address: UAB "INIT", Laisves al. 30a, Kaunas 3000, Lithuania Internet: rol@init.lt, rolandas@usa.net, http://www.init.lt/Rolandas/ Tel.: +370-7-203889, +370-7-700000 (home), +370-99-53370 (mobile) ------ =_NextPart_000_01BCD80D.79AB86B0 Content-Type: application/octet-stream; name="ATT00000.att" Content-Transfer-Encoding: base64 UmVwb3J0aW5nLU1UQTogZG5zOyBwb3N0LmluaXQubHQNClJlY2VpdmVkLUZyb20tTVRBOiBETlM7 IFsxOTIuMTY4LjEuMjFdDQpBcnJpdmFsLURhdGU6IE1vbiwgMTMgT2N0IDE5OTcgMTY6MTc6Mzkg KzAzMDAgKEVFVCBEU1QpDQoNCkZpbmFsLVJlY2lwaWVudDogUkZDODIyOyBtYWpvcmRvbW9AZnJl ZWJzZC5vcmcNCkFjdGlvbjogZmFpbGVkDQpTdGF0dXM6IDUuMC4wDQpSZW1vdGUtTVRBOiBETlM7 IGh1Yi5mcmVlYnNkLm9yZw0KRGlhZ25vc3RpYy1Db2RlOiBTTVRQOyA1MjEgPHJvbGFuZGFzQHVz YS5uZXQ+Li4uICMgc3BlY2lhbGx5IHByb2Nlc3NlZCBhc3NvcnRlZCBtZWF0cz8geXVjayENCkxh c3QtQXR0ZW1wdC1EYXRlOiBNb24sIDEzIE9jdCAxOTk3IDE2OjE4OjEzICswMzAwIChFRVQgRFNU KQ0K ------ =_NextPart_000_01BCD80D.79AB86B0 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit From: Rolandas Miseikis To: "'majordomo@freebsd.org'" Subject: Date: Mon, 13 Oct 1997 16:18:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit unsubscribe freebsd-questions rolandas@usa.net ------ =_NextPart_000_01BCD80D.79AB86B0-- From owner-freebsd-questions Mon Oct 13 09:28:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA04395 for questions-outgoing; Mon, 13 Oct 1997 09:28:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freenet1.carleton.ca (root@freenet1.carleton.ca [134.117.136.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA04386 for ; Mon, 13 Oct 1997 09:28:49 -0700 (PDT) (envelope-from ai596@freenet.carleton.ca) Received: from freenet3.carleton.ca.carleton.ca (ai596@freenet3.carleton.ca [134.117.136.23]) by freenet1.carleton.ca (8.8.6/8.8.6) with ESMTP id MAA19617 for ; Mon, 13 Oct 1997 12:27:07 -0400 (EDT) Received: (ai596@localhost) by freenet3.carleton.ca.carleton.ca (8.8.5/NCF-Sun-Client) id MAA28899; Mon, 13 Oct 1997 12:27:06 -0400 (EDT) Date: Mon, 13 Oct 1997 12:27:06 -0400 (EDT) Message-Id: <199710131627.MAA28899@freenet3.carleton.ca.carleton.ca> From: ai596@freenet.carleton.ca (Hoang Q Tran) To: freebsd-questions@freebsd.org Subject: Re: install port collection Reply-To: ai596@freenet.carleton.ca Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks for the suggestion. I got it to install ok by replacing with th Live File System. > >On Fri, 10 Oct 1997, Hoang Q Tran wrote: > >> I want to install bash-2.0.tgz from the FreeBSD 2.2.2 >> port collection. I've followed the "Compiling ports from CDROM" >> in the handbook and still get the error: >> bash-2.0.tgz doesn't >> seem to exist on this system. Attempting to fetch ... << >> I checked the CDROM for the file "distfiles" supposedly under >> /cdrom/ports/ and *it's not there*. > >Do you have a net connection? If you do, then let the port do it's thing >and grab the distribution file from the master site. > >Also, are the distfiles mounted/copied under /usr/ports/distfiles? >bash-2.0.tar.gz is certainly on the 2.2.2 CDROM in ports/distfiles. > >gdi,ttyp1,/cdrom/ports/distfiles,94>pwd >/cdrom/ports/distfiles >gdi,ttyp1,/cdrom/ports/distfiles,95>ls ba* >bash-1.14.7.tar.gz bash-2.0.tar.gz bash-doc-2.0.tar.gz > > >Doug 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 Oct 13 09:33:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA04662 for questions-outgoing; Mon, 13 Oct 1997 09:33:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from houseofduck.ml.org (geo-160.remote.dti.net [206.252.145.160]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA04648 for ; Mon, 13 Oct 1997 09:33:05 -0700 (PDT) (envelope-from shaggy@houseofduck.ml.org) Received: from houseofduck.ml.org (geo-160.remote.dti.net [206.252.145.160]) by houseofduck.ml.org (8.8.7/8.8.7) with SMTP id MAA06824 for ; Mon, 13 Oct 1997 12:34:46 -0400 (EDT) Date: Mon, 13 Oct 1997 12:34:46 -0400 (EDT) From: Joshua Fielden To: questions@freebsd.org Subject: Xload and Asclock missing? 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 had to reload my primary work machine this weekend, so I went and got whatever the newest 2.2.2-RELENG boot floppy was as of Friday afternoon, and reinstalled /, /usr, and /var. I did an "all" installation, and now Xload is missing, as is Asclock from the Afterstep port. Did I do something wrong, or are these missing from the later dists of 2.2.2? Where can I find a BSD-patched version of ASclock? -- This is a test of the Emergency Broadcast System. If this had been an actual life-threatening emergency, we would have fled in terror, and you would not have been informed. -- Joshua Fielden, Systems Administrator, GeoCities http://www.geocities.com jfielden@geocities.com #include From owner-freebsd-questions Mon Oct 13 10:23:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08460 for questions-outgoing; Mon, 13 Oct 1997 10:23:02 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08452 for ; Mon, 13 Oct 1997 10:22:57 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id KAA05341; Mon, 13 Oct 1997 10:22:51 -0700 (PDT) Date: Mon, 13 Oct 1997 10:22:51 -0700 (PDT) From: "Eric J. Schwertfeger" To: Jim Marker cc: "FreeBSD-questions@FreeBSD.ORG" Subject: Re: No Ether.... In-Reply-To: <3441417D.E863FEE@ifx.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, 12 Oct 1997, Jim Marker wrote: > I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just > added a LinkSys Etherfast 100Base-TX card to it. It is configured as > follows: > > de0: flags=c843 mtu 1500 > inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:40:05:36:b4:bf I had this exact same problem with an SMC card, and found that upgrading to -current's if_de.c and related files fixed the problem. I don't know if it happened yet, but there was discussion of moving this driver into 2.2.5 (which I think is a good thing). From owner-freebsd-questions Mon Oct 13 10:43:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09857 for questions-outgoing; Mon, 13 Oct 1997 10:43:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cdale3.midwest.net (root@cdale3.midwest.net [204.248.40.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09852 for ; Mon, 13 Oct 1997 10:43:42 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from techie (ws2.c-ag.siu.edu [131.230.82.2]) by cdale3.midwest.net (8.8.7/8.8.5) with SMTP id MAA25594; Mon, 13 Oct 1997 12:09:51 -0500 (CDT) Message-Id: <1.5.4.32.19971013174319.008fac8c@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 13 Oct 1997 12:43:19 -0500 To: aimsllc@ibm.net, freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: Not getting much further ... Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Save your self the headaches and buy the cd, or download the entire distribution to a dos partion! Trust me, I've had to re-install 2.2.2 several time (over a 33.6 modem) because of user error, and each time I've wished I had bought it... :) After you connect, and enter your login and password does the term program automatically switch to packet mode? or are you manully switching to it? I'm assuming that someone else has allready given the suggestion of setting "open mode active" before you enter the termial mode? Also what is your gateway and is your IP address dynamic or assigned?? Later At 08:02 AM 10/13/97 -0600, Bob Angell wrote: >Well, after many questions answered ... I am not much further >. > >I am trying to install 2.2.2-RELEASE off of the Internet >through my ISP. I have set up the Information as follows: > > Host: myhost.mydomain.com (internal to the co.) > Domain: mydomain.com (internal to the company) > Gateway: 0.0.0.0 > NameServer: ISP's NameServer > IP Address: 0.0.0.0 > Netmask: 255.255.255.0 > >When I get past entering in the baud rate, I use the ALT-F3 >to establish a ppp session. I then go back to ALT-F1 and >immediatedly the site or URL setup above is said to invaild .. >and the PPP stopped. Using Alt-F2, I have been using some debugging >but the whole lot makes litte sense. > >Anymore/all help would be greatly appreciated!! > >-Bob- >-- > Bob Angell, Principal - Sys. Engineer/Author/Consultant > Applied Info & Mgnt Sys, 1238 Fenway Ave., SLC, UT 84102 > v: 801-583-8544 e: aimsllc@ibm.net / bangell@cs.utah.edu > -------------------------------------------------------- > Applied Info & Mngmnt Systems has services as follows: > Intra/Internet, Notes, Multiplatform data integration, > Networking (TCPIP-SNA), Custom (AWK-PERL-C-Visualizer), > Database dsgn/dev. (DB2-SQLserver-Oracle-etc.), Modeling > OS's (Win95;Warp/NT Server; AIX / HP-UX / SunOS; OS/400) > -------------------------------------------------------- > "Had Mama Cass and Karen Carpenter shared that Ham sand- > wich, they would both be with us today!" > > From owner-freebsd-questions Mon Oct 13 11:24:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA12571 for questions-outgoing; Mon, 13 Oct 1997 11:24:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gtc.gulftel.com (GTC.gulftel.com [208.222.57.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA12565 for ; Mon, 13 Oct 1997 11:24:46 -0700 (PDT) (envelope-from rjob@gulftel.com) Received: from gulftel.com (133.ppp6.GulfTel.COM [208.222.59.133]) by gtc.gulftel.com (8.7.1/8.7.1) with ESMTP id NAA12615 for ; Mon, 13 Oct 1997 13:29:49 -0500 (CDT) Message-ID: <34426739.97D2E4FA@gulftel.com> Date: Mon, 13 Oct 1997 13:23:57 -0500 From: bob olbrich X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: sio0 not found Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having trouble with Freebsd locating my sio0 port. (sio0 not found at 0x3f8) This keeps me from installing Freebsd via ftp. I've set up my internal modem to COM 1 and disabled COM1 in the cmos. I've been told that altering sio flags may solve this problem. Does anyone know where this is discussed or how to do it? Bob Olbrich rjob @gulftel.com From owner-freebsd-questions Mon Oct 13 11:32:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13253 for questions-outgoing; Mon, 13 Oct 1997 11:32:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13248 for ; Mon, 13 Oct 1997 11:32:42 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id LAA03051; Mon, 13 Oct 1997 11:32:11 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma003049; Mon Oct 13 11:32:05 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id LAA18341; Mon, 13 Oct 1997 11:32:05 -0700 (PDT) From: Archie Cobbs Message-Id: <199710131832.LAA18341@bubba.whistle.com> Subject: Re: mpd ala Linux eql In-Reply-To: <199710131336.XAA29176@perky.gothic.net.au> from Sean Winn at "Oct 13, 97 11:36:12 pm" To: sean@perky.gothic.net.au (Sean Winn) Date: Mon, 13 Oct 1997 11:32:05 -0700 (PDT) Cc: 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 > This is probably an mpd FAQ, but is it possible to configure mpd to do > multi-link PPP *without* negotiating the MPP; equivalent the Linux eql > driver, so that Livingston Portmaster 2e's don't decide that they can't talk > to something that wants MPP and hang up during negotiation? Single-link is > no problem, just selecting two links into the bundle causes mpd to try and > negotiate some settings that a PM2e under ComOS 3.5 will spit the dummy at. > > Knowing this would save introducing a small Linux system into the network > just to do the modem equalisation, as my ISP uses Livingston terminal > servers currently. Yes.. dave@comsite.net has created a set of patches against mpd-1.0b4 that acomplishes this, included below. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com begin 644 patch.gz M'XL(`.=H0C0"`\U:>7?:2!+_6_D41?;%(QGA(\WF^4) MT1@M0E)T...=\7??JFZU#@(8.\[.^#D.J+NKJNOX556W)M9T"B43]O;>N_;D M_<*;E"I[Y7']?>";[\>1,]G#LED_%BSQD)4B=0UOA.I#SXN;19'AJ#>?/; MB[5:;0V]$I7_47L1BZ;&G"6#K6'_MMV, M9S`[8"LG79YV!NV7*F"E<8_J>J5128T+\"C((_%K]IG[&;E9[&%(J228+SM0 ML=CDS\F!^\P(`A:HTE9(Z]SU'L"]1\\EI7P7P%4/C,G$9T$`ON'<,5)GX#'3 MFEIL0AP#9J+-`YA:,5^RW]$^BKN?VN]I<=?)6L3G&"'JO%5NSK]?GM&<%XL: MG\,-K:))H=6*"?$9O\P_T@1E[#-C+LC%HT80QRQ8$.EB"M/$_P3.;J\O M1MW3?XRZPUN--GOA.M^%Z!`8[T$8>=;$?H"Q=0>>8<[)1>+=2_FSZYMI"O@, MWT/CH(RX/WDRA<^RB7?V1`J?;9W"9[D47CZNX6]E?0IOU/5&(S49?JV4*])B M\9:C$69+1;&<412PXTJ3]#6D),F?;7%] M,;L^9V^DPA M/?(2_TX`9;,-R<%D%<8_K[<@'][&@&+B7H^YM9WC5N;K^FHP_.>HV^_?:AH%<6PODN$EG!`%8#M6`BW%KDP/H_@R6)PC@[\9=L34S&0= M2E4==G!]Z>2SX80P(=R`"I M:_$O&WR+CV_E7&)F%AVJQ_A;WE#@5P\.].IA-4U^M'?/9LY=.%,]X\%VC0GJ M<3$V;68X\HFFH?LLE6RHOYS^.^Y=S\?PG*J=#Z-VOZ\GI=S;7]X%'^$T#-G" M"ZEJY*#\;H(T\<_X(60P];$!85_.6_U)'UPQHZ8D)=4T[^42H<> M4;G&^2(#:HF=>Y?]=CM9*Y^*JKG)%2O5DR2X/UP]2.C/HZ*-7KY(X7.Q$3T7 M6X(GG[?DW97CZN$&["SK$CE1ZEVXNAZV^]>G';B\O3X?7MU<#_AS#I6D_B`T M0LL$ZB.5KO=WWPJ9VAU'4QACC%-#N8L-CVN*SU-J@L1'RCE:,TN"\E+7.Z79 M*LT@*\0DS%F$^!M_R1#9C:G`%X)\<,,>KU*$,+R`6S&M@_'/#2DXBFIO]0HA MWH!]$A07FG!WH2_I[-]67^*3<+=745V>X!^DQ9486RWKU5I-^J%(V!>^ZX$; MA7>\8I)%**]9#)]Z:1=L-SF"*,30P[$'`6<+""(,6F`.2^IO+==,O#X\YSOU M=>"3$VDE\!16`D\A!SR%7!?[@:'2'%0!&F%*/7W<$^X("4W71N=C]B3('&MP MH]3K^2KJ)4:1YQGYU@4RRE:^WG*/BG*8@SFD6'N>J6KA[M-,]HZC2$FFX"`1HGAL$UE@TAH44 MYH166RWH]6^&-R,LNH4EI2%W3:]81/X_7G3.1Z<7%_WFJH';*_DXLX%B"ZH2 M/PK+\N9UM$%`D@O[E&ZOWQX,KLXZ;6FX',9*:?C8E[+0D9H4)#[N*:Q;#2\.RJ7']@0(]D^.6*F49"CS%U`_UZE%: M3STOCKC><)O\^`1_#>XB-/W,P$1< M#,+%\9H;V`U9F(?.ID@I"I$&6BN@TADC@:R%"64-3BAK@D@14:0L"_X45F0D78\6 MJ^5-XEI9!1A2H`0RUI)(0&,KZLL[Y@76JR"'\A+H^+/@1ISC_[_PL3(M']81 M3I;N*82:!F0?OI:"B)1"AG@[8?>6R=YF8S70X(H7IZ628=R7/E(C]]F3=H)IMM9J= M9AO2Y?.`-])/L$5$4DQ9$-3OR(N1^%*!SJ_G.J+Y)Y$T:N6:7BLWTB;\=:3) M-L?/%VSEM1D)6J]EKT$IN(0,O\P_9L*%YSF7HC)BV>PVI)+:D-&=>BD05QZ= M6,Y2>\VMOZIQ71%SB$+O@F-.X2_O)KKL68.U/6KFK`P726>BN\J$*\IZ%EFV MQ,"N'#L4;MG7/C`^B]SIVH0^I$98EL0 MQ)"55/J`>+4\"KM:IF2XT[32B5#8+'2=0.5GU0A_XDAZU#T=_)R0>\QV M>:Z(]D81[2U$M%,1.S?7'[Z44"I]@&7%&;^B;\/8PE;<",!A;(+`OVP"?M?, MG3Y]9V!75:.1.3.^E`9^1^?\]:C<7*8@(G=;`O5RUD7RB9*+'7BV12]*3,$( M@6<^?O>)I0(/V,P>QA[7/%_`>229DL([[Y.9RV"5UK7@^K;3T>#?4,CL(N>^ M@YGE4=E'*!WGZ4QE'T=64@^JLK;3N4]HS>>!0GH,HF"$GC;@.(Q``OSO@R$^-#]K&W##0KZXYZ@P//FG*-7@DLP(NN7K:OB_C+ M1EAA6LQD^7+)&=EL&F:>Q;T&MNEN:-CB2_I&TVGE-&)$-^H M@OODUFFU1&R2`!IP%JGF\J_D\6W$VTKF?&R12_`AX02M9$@\I*_Y9\G-M'PH >7RA<>ORNE= Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13466 for questions-outgoing; Mon, 13 Oct 1997 11:35:12 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mailjr.netmanage.com (mailjr.netmanage.com [156.27.3.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA13459 for ; Mon, 13 Oct 1997 11:35:07 -0700 (PDT) (envelope-from carl@netmanage.com) Received: from carltest by mailjr.netmanage.com (SMI-8.6/SMI-SVR4) id LAA16818; Mon, 13 Oct 1997 11:34:30 -0700 Date: Mon, 13 Oct 1997 11:35:31 -0800 From: Carl Lin Subject: Two questions To: freebsd-questions@FreeBSD.ORG X-Mailer: Z-Mail Pro 6.1 (Win32 - 021297), NetManage Inc. X-Priority: 3 (Normal) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I will be appreciated if any one can answer my two neophyte questions: 1. How can I join the mailing list? 2. How can I write and run the Java applications on FreeBSD? It means where is the SDK for Java, where is the Virtual Machine, and where are the documents for it? Thanks a lot Carl -------------------------------------------------------- Name: Carl Lin E-mail: Carl Lin Date: 10/13/97 Time: 11:35:30 This message was sent by Z-Mail Pro - from NetManage NetManage - delivers Standards Based IntraNet Solutions -------------------------------------------------------- From owner-freebsd-questions Mon Oct 13 12:50:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18536 for questions-outgoing; Mon, 13 Oct 1997 12:50:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chain.freebsd.os.org.za (wSgeOB9kXSWYwP0ciuyakIUIm2cu8+6Z@chain.iafrica.com [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18431 for ; Mon, 13 Oct 1997 12:48:03 -0700 (PDT) (envelope-from khetan@chain.iafrica.com) Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.8.7/8.8.7) with SMTP id VAA06046; Mon, 13 Oct 1997 21:44:59 +0200 (SAT) Date: Mon, 13 Oct 1997 21:44:59 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: Martin Edlman cc: freebsd-questions@FreeBSD.ORG Subject: Re: VFAT and FAT32 file systems 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, 13 Oct 1997, Doug White wrote: >> So my question is - will FreeBSD support VFAT and FAT32 file >> systems? > >Eventually, hopefully...:-) Until then, we have vmount. See >http://digo.inf.elte.hu/~szoli/. You can also use the mtools in ports/emulators/ They support VFAT (and possibly VFAT32). --- Khetan Gajjar - whois kg1779 | khetan@iafrica.com or khetan@os.org.za http://chain.iafrica.com/~khetan | PGPKey : finger khetan@chain.iafrica.com UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org Unix is user friendly; it's just selective about who it calls a friend! From owner-freebsd-questions Mon Oct 13 13:50:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22377 for questions-outgoing; Mon, 13 Oct 1997 13:50:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from seedlab1.cropsci.ncsu.edu (seedlab1.cropsci.ncsu.edu [152.1.88.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22367 for ; Mon, 13 Oct 1997 13:50:31 -0700 (PDT) (envelope-from rdkeys@seedlab1.cropsci.ncsu.edu) Received: (from rdkeys@localhost) by seedlab1.cropsci.ncsu.edu (8.8.7/8.8.7) id QAA15829; Mon, 13 Oct 1997 16:49:26 -0400 (EDT) From: "User Rdkeys Robert D. Keys" Message-Id: <199710132049.QAA15829@seedlab1.cropsci.ncsu.edu> Subject: Re: Missing manual chapters? In-Reply-To: from Doug White at "Oct 12, 97 11:38:42 pm" To: dwhite@resnet.uoregon.edu Date: Mon, 13 Oct 1997 16:49:25 -0400 (EDT) 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 X-Loop: FreeBSD.org Precedence: bulk > > > Why are the PSD, SMM, and USD missing chapters? (in /usr/share/doc) > > > > They're AT&T copyright. To quote from the O'Reilly edition of SMM: > > > > SMM: 15, 16 1nd 17 are copyright 1979, AT&T Bell Laboratories > > Incorporated. Document SMM: 14 is a modification of an earlier > > document that is copyrighted 1979 by AT&T Bell Laboratories > > Incorporated... > > > > You can get them all in the printed version, but it's not worth the > > trouble. They're pretty out-of-date. They are out of date, but they make fun reading... and some history. > You can also grab them from http://www.de.freebsd.org/de/doc/, where they > have been conveniently formatted in HTML with xref's. Gee, what is that html stuff, ......real geeks like me still use that bloody ol' troff.....(:+}}. I will have to check that html stuff. The troff and ascii versions used to be in the Berkeley library at: ocf.berkeley.edu/pub/Library/Computer and the postscript versions of the DWB docs were on AT&T's library at: netlib.att.com/netlib/att/cs/cstr according to a faded stickemupnote still on the side of my filing cabinet that dates from about 1990 or thereabouts, if memory is correct. Whether or not any of that stuff is still about, one would need to do some serious webscraping in the bilgewaters of the net. They really ought to be relased, at least for historical sakes. The last time I checked any for them was about 3 years back, when I was trying to get a DWB source license, and was looking around for the manuals that still existed. They probably exist somewhere on some dusty old reel to reel 9 track tape. I do remember seeing them, one time, on an old 8 inch CP/M disk, nroffed for output to a TTY40 chain printer.....(:+}}.....long, long ago..... Else, get the O'Reilly versions or find the original AT&T books, cuz TTY40's are dinosaurs, anymore, too.....(:+}}. Hmmm, I wonder if my old TTY40 would interface still to a modern FreeBSD box, for that fine old ear-shattering braaaaapf, braaaaapf, braaaaapf sound of a print chain flying by at speed, a line at a time..... Bob Keys rdkeys@seedlab1.cropsci.ncsu.edu From owner-freebsd-questions Mon Oct 13 14:04:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23476 for questions-outgoing; Mon, 13 Oct 1997 14:04:33 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23457 for ; Mon, 13 Oct 1997 14:04:28 -0700 (PDT) (envelope-from fleischi@physik.tu-berlin.de) Received: from physik.tu-berlin.de (cip5220.physik.TU-Berlin.DE [130.149.161.243]) by emmi.physik.TU-Berlin.DE (8.8.7/8.8.7) with ESMTP id XAA08485 for ; Mon, 13 Oct 1997 23:04:07 +0200 (CEST) Message-ID: <34428CC7.C50C0686@physik.tu-berlin.de> Date: Mon, 13 Oct 1997 23:04:07 +0200 From: Karsten Fleischer X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-970914-SNAP i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I have a problem with the lpd - deamon Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello I have a strange problem with the lpd-daemon. I have a printcap with more then one entries (I´m using apsfilter). But all of them are connected to the same printer. To prevent chaos I have the same lock-file, but diffrent spooling-directories for them. If there are two different jobs the whole printerqueue is locked. I always get a message that there is no daemon present but ps tells me that there is still one. If I kill the running lpd and start it again the printer continues with the next job. but if there are two jobs in different printers it hangs again after finishing the first one. The /var/log/lpd-errs says nothing. My question is: Do you have the faintest idea what is wrong? Or is it impossible to have more then one printcap-entry connected to a single queue? -- Ciao ----------------------- Karsten Fleischer _../|_ ='__ ~-. * fleischi@physik.tu-berlin.de \' ~~-`._ * http://www.physik.tu-berlin.de/~fleischi |/~` _______________________________________________ From owner-freebsd-questions Mon Oct 13 14:30:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA25428 for questions-outgoing; Mon, 13 Oct 1997 14:30:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lion.connect.more.net (lion.connect.more.net [198.209.253.32]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA25423 for ; Mon, 13 Oct 1997 14:30:11 -0700 (PDT) (envelope-from rjn103s@mgr3.k12.mo.us) Received: from mgr3.k12.mo.us (mgr3.k12.mo.us [204.184.227.125]) by lion.connect.more.net (8.7.5/8.7.3) with SMTP id QAA00133 for ; Mon, 13 Oct 1997 16:30:04 -0500 (CDT) Received: from mgr3_serverx (204.184.227.125) by mgr3.k12.mo.us (EMWAC SMTPRS 0.81) with SMTP id ; Mon, 13 Oct 1997 16:27:17 -0500 Date: Mon, 13 Oct 1997 16:27:17 -0500 Message-ID: X-Sender: rjn103s@mgr3.k12.mo.us X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: support@freebsd.org From: Nelson Subject: NATD question Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Have squid setup as a proxy (running great!) and am under the impression I need natd to browse a Netbeui network and NT logons through the proxy. I have 2 cards in the proxy public.inet.address.org and 192.168.0.1 for insdie network card I have recompiled the kernel with the appropriate options, set gateway="YES", and have created an entry in the services file per the natd man instructions. I have to nic cards one is vx0 and second is vx1 vx0 is addressed public.inet.address.org vx1 is addressed 192.168.0.1 Would appreciate your help. Thanks in advance!! Richard Nelson TECH Director Mountain Grove R-III Schools BSD & Java, Nothing but the best! From owner-freebsd-questions Mon Oct 13 14:39:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA25995 for questions-outgoing; Mon, 13 Oct 1997 14:39:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA25949 for ; Mon, 13 Oct 1997 14:38:54 -0700 (PDT) (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 FAA01347; Tue, 14 Oct 1997 05:34:13 +0800 (TSD) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.7/8.8.7) id TAA13986; Mon, 13 Oct 1997 19:31:28 +0800 (TSD) From: Victor Sudakov Message-Id: <199710131131.TAA13986@vas.tsu.tomsk.su> Subject: Re: PGP questions To: dwhite@resnet.uoregon.edu Date: Mon, 13 Oct 1997 19:31:27 +0800 (TSD) Cc: questions@FreeBSD.ORG In-Reply-To: from "Doug White" at "Oct 13, 97 00:15:45 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > On Sat, 4 Oct 1997, Victor Sudakov wrote: > > > Hello. > > > > I am using PGP from the ports collection. I am not a USA resident, so I use > > the international version: > > > > Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. > > (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 > > International version - not for use in the USA. Does not use RSAREF. > > > > Am I going to have any problems because it does not use RSAREF? > > Incompatibility or vulnerability? > > Not that I know of. What is the difference then? Thanks for your 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 Mon Oct 13 14:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA26674 for questions-outgoing; Mon, 13 Oct 1997 14:50:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from allmalt.cs.uwm.edu (allmalt.cs.uwm.edu [129.89.35.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA26630 for ; Mon, 13 Oct 1997 14:49:54 -0700 (PDT) (envelope-from guha@cs.uwm.edu) Received: from allmalt.cs.uwm.edu (localhost.cs.uwm.edu [127.0.0.1]) by allmalt.cs.uwm.edu (8.8.5/8.8.5) with SMTP id QAA05394 for ; Mon, 13 Oct 1997 16:49:43 -0500 (CDT) Message-ID: <34429776.41C6@cs.uwm.edu> Date: Mon, 13 Oct 1997 16:49:42 -0500 From: guha Organization: University of Wisconsin - Milwaukee X-Mailer: Mozilla 3.01Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Presentation Software Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is there FreeBSD based presentation software, possibly like the Windows-based Power Point? Thanks, Sumnata Guha guha@cs.uwm.edu From owner-freebsd-questions Mon Oct 13 15:03:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27637 for questions-outgoing; Mon, 13 Oct 1997 15:03:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail5.netcom.com (root@mail5.netcom.com [192.100.81.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27603 for ; Mon, 13 Oct 1997 15:02:43 -0700 (PDT) (envelope-from susan@znyx.com) Received: from electra.znyx.com ([209.0.10.2]) by mail5.netcom.com (8.8.5-r-beta/8.8.5/(NETCOM v1.01)) with ESMTP id PAA08516 for ; Mon, 13 Oct 1997 15:02:42 -0700 (PDT) Received: from susan.znyx.com (machine027.znyx.com [209.0.10.27]) by electra.znyx.com (8.7.6/8.7.3) with SMTP id PAA02593 for ; Mon, 13 Oct 1997 15:01:08 -0700 Date: Mon, 13 Oct 1997 15:01:08 -0700 Message-Id: <199710132201.PAA02593@electra.znyx.com> X-Sender: susan@electra.znyx.com X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: Susan Bennett Subject: Re: ZX346 and FreeBSD-2.2.2 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Looking for a gentleman by the name of Matt Thomas. I've heard he is just the guru we are looking for. We've had a client who is running into some difficulties when configuring a multi-channel ZNYX adapter under Free BSD 2.2.2 Matt, if you exist, please email us. You've been highly recommended and we could really use your help :) Thanks, Susan Bennett ZNYX Corporation 510/249-0800 x105 --- At 02:41 PM 10/13/97 -0700, you wrote: >Great!... glad to hear it. Thanks for responding back. Let me know how the >performance testing goes. > >Eric >_____ >-----Original Message----- >From: M Lee >To: Eric Maciel >Date: Monday, October 13, 1997 2:38 PM >Subject: Re: ZX346 and FreeBSD-2.2.2 > > >>Eric, >> >>Thanks for the help. I did manage to find the driver after searching >>through the mailing list archives on Freebsd's site. There is an upgraded >>de (dec 21x4x) driver Matt Thomas wrote available for free at >>www.3am-software.com. I installed this driver, rebuilt the kernel, and now >>the ZX346 is functioning correctly (i.e., ip routing works now with four >>clients connected to the four ports on the ZNYX board on different >>subnets). The ZX346 also correctly detected the media type this time. The >>output of dmesg now looks something like: >> >>de0 rev32 int a irq15 on pci 1:4 >>de0: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.0 >>de0: address 00:c0:95:e0:08:e4 >>de0: media 1="10bastT" 2="100baseTX" >> >>etc, for interfaces de 1-3 >> >>I have not had the opportunity to run performance tests yet, but plan to in >>the next couple of weeks of the evaluation. >> >>Mike >> >>At 12:57 PM 10/13/97 -0700, you wrote: >>>Hi Mike, >>> >>>I received a reply from Eric V. over at BSDI. Here is his response >>> >>> >>>Eric, >>> I'm sorry but I don't know how FreeBSD sets up media options >>>these days. It used to be via LINK flags in both BSD/OS and FreeBSD, >>>but as of BSD/OS 3.0 we have a different mechanism ('ifconfig de0 >>>media 10baseT') and I don't know what direction the FreeBSD folks >>>took. You could try getting in touch with the author of the driver >>>(Matt Thomas) or posting the question to one of the FreeBSD mailing >>>lists (see www.freebsd.org). I'm sure a quick look at the driver >>>source would also probably tell you what you need to know. >>> >>> >>>- -Eric V. >>> >>>. Unfortunitly, he really wasn't able to help too much. I will search ny >>>contact list for BSDI contacts, and get back to you. In the meantime, you >>>might want to try www.freebsd.org. By the way, have you installed the >>>latest patches. Sometimes it is necessary to do this. I know that you >>>absolutely need to install K300 patch for BSDI 3.0, but I'm not sure about >>>FreeBSD. I will be in touch. Let me know if you find anything out. >>> >>>Eric Maciel >>> >>> >>> >>> >>>-----Original Message----- >>>From: M Lee >>>To: eric@znyx.com >>>Date: Friday, October 10, 1997 7:42 PM >>>Subject: ZX346 and FreeBSD-2.2.2 >>> >>> >>>>Dear Eric, >>>> >>>>Per our phone conversation, here is the information pertinent to getting >>>>the ZX346 running on a PPro180 server with FreeBSD release-2.2.2. >>>> >>>>I installed the board and ran the diagnostics from floppy, installed the >>>>pci bridge and everything came up correctly. >>>> >>>>The freebsd kernel recognized all four interfaces (de0-3) on the board >and >>>>identified four separate MAC addresses. I then configured the interfaces >>>>with 4 separate ip address and brought them up. From the server I was >able >>>>to ping between the de interfaces and the ed (legacy ISA NE2000 cards) >>>>interfaces. I was also able to ping the de interfaces from other >machines >>>>on the network. >>>> >>>>Below is a DMESG from the kernel showing that all four of the de >interfaces >>>>were enabled as 100TX. While we are interested in evaluating performance >>>>at 100TX, we need to get the interfaces to work with 10T and 10TFD as >well. >>>> The ZX346 was connected point to point (crossover) to one 10T and 2 >10TFD >>>>client machines, that were already running when the server was brought >up. >>>>Somehow the ZX346 did not autoconfigure to detect the 10T and 10TFD >>>>interfaces. So my question is: how to set the media type on each ZX346 >>>>interface manually to match the client NIC? >>>> >>>>I am guessing that I need to set some flag in IFCONFIG for each >interface's >>>>media type, but I have never done this before (with any previous network >>>>card on the same system). Any assistance in this matter >>>>would be greatly appreciated. I also plan on checking the FreeBSD >>>>archives, and if I come across anything I'll pass it your way. >>>> >>>> >>>>Sincerely, >>>> >>>>Mike Lee >>>>Systems Engineer >>>>Workgroup Video Innovations, Inc. >>>> >>>>squids@silcon.com >>>>703-714-1522 >>>> >>>> >>>>-------------------------------------------------------------------- >>>>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: Pentium Pro (199.43-MHz 686-class CPU) >>>> Origin = "GenuineIntel" Id = 0x619 Stepping=9 >>>> >>>>Features=0xfbff,MTRR,PGE,MC >A, >>>C >>>>MOV> >>>>real memory = 33554432 (32768K bytes) >>>>avail memory = 30265344 (29556K bytes) >>>>Probing for devices on PCI bus 0: >>>>chip0 rev 2 on pci0:0 >>>>chip1 rev 1 on pci0:7:0 >>>>chip2 rev 0 on pci0:7:1 >>>>chip3 rev 1 on >>>>pci0:18 >>>>ahc0 rev 1 int a irq 11 on >pci0:20 >>>>ahc0: aic7860 Single Channel, SCSI Id=7, 3 SCBs >>>>ahc0 waiting for scsi devices to settle >>>>(ahc0:0:0): "Quantum XP32150 L915" type 0 fixed SCSI 2 >>>>sd0(ahc0:0:0): Direct-Access 2151MB (4406960 512 byte sectors) >>>>(ahc0:3:0): "MATSHITA CD-ROM CR-506 8S05" type 5 removable SCSI 2 >>>>cd0(ahc0:3:0): CD-ROM can't get the size >>>>Probing for devices on PCI bus 1: >>>>de0 rev 32 int a irq 15 on pci1:4 >>>>de0: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.0 >>>>de0: address 00:c0:95:e0:08:e4 >>>>de0: enabling 100baseTX port >>>>de1 rev 32 int a irq 9 on pci1:5 >>>>de1: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.0 >>>>de1: address 00:c0:95:e0:08:e5 >>>>de1: enabling 100baseTX port >>>>de2 rev 32 int a irq 11 on pci1:6 >>>>de2: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.0 >>>>de2: address 00:c0:95:e0:08:e6 >>>>de2: enabling 100baseTX port >>>>de3 rev 32 int a irq 10 on pci1:7 >>>>de3: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.0 >>>>de3: address 00:c0:95:e0:08:e7 >>>>de3: enabling 100baseTX port >>>>Probing for devices on the ISA bus: >>>>sc0 at 0x60-0x6f irq 1 on motherboard >>>>sc0: MDA/hercules <16 virtual consoles, flags=0x0> >>>>ed0 at 0x280-0x29f irq 5 on isa >>>>ed0: address 00:00:b4:3d:8c:91, type NE2000 (16 bit) >>>>ed1 at 0x300-0x31f irq 3 on isa >>>>ed1: address 00:00:b4:3d:5d:be, type NE2000 (16 bit) >>>>fe0: disabled, not probed. >>>>sio0 at 0x3f8-0x3ff irq 4 on isa >>>>sio0: type 16550A >>>>sio1: disabled, not probed. >>>>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 at 0x60-0x64 irq 12 on motherboard >>>>psm0: device ID 0 >>>>fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa >>>>fdc0: NEC 72065B >>>>fd0: 1.44MB 3.5in >>>>wdc0 not found at 0x1f0 >>>>wdc1 not found at 0x170 >>>>bt0: disabled, not probed. >>>>uha0 not found at 0x330 >>>>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: disabled, not probed. >>>>matcdc0: disabled, not probed. >>>>scd0: disabled, not probed. >>>>ie0: disabled, not probed. >>>>ie1: disabled, not probed. >>>>ep0: disabled, not probed. >>>>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. >>>>changing root device to sd0a >>>> >>>> >>>> >>> >>> >>> > From owner-freebsd-questions Mon Oct 13 15:40:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA29764 for questions-outgoing; Mon, 13 Oct 1997 15:40:23 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from smtp.interlog.com (root@smtp.interlog.com [198.53.145.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA29756 for ; Mon, 13 Oct 1997 15:40:15 -0700 (PDT) (envelope-from saruman@shell1.interlog.com) Received: from shell1.interlog.com (saruman@shell1.interlog.com [207.34.202.8]) by smtp.interlog.com (8.8.3/8.7.6) with ESMTP id SAA14553 for ; Mon, 13 Oct 1997 18:40:11 -0400 (EDT) Received: (from saruman@localhost) by shell1.interlog.com (8.8.5/8.8.5) id SAA28366; Mon, 13 Oct 1997 18:39:39 -0400 (EDT) Date: Mon, 13 Oct 1997 18:39:39 -0400 (EDT) From: Nick Popoff To: questions@FreeBSD.org Subject: Problems with Packages 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 Hiya. I'm having a problem adding packages to my new 2.2.2 FreeBSD installation via the net. I've tried using /stand/sysinstall, plus "make"ing the specific packages I'm trying to get (bash, pine). Either way, when it's almost finished downloading the archive, or just after it finishes downloading, I get a page fault, and FreeBSD reboots. Here's the traceback FreeBSD printed out when I tried to install bash2 using "make": Checksum OK for bash-2.0.tar.gz Fatal trap 12: page fault in kernel mode Fault virtual address: 0x80 Fault code supervisor read, page not present instruction pointer 0x8:0xf01c771c stack pointer 0x10:0xefbffce4 frame pointer 0x10:0xefbffcec code segment base 0x0, limit 0xfffff, type 0x1b DPL0, pres 1, def321, gran 1 processor eflags interupt enabled, resume, IOLP=0 current process: 258 (MD5) interrupt mask: net tty bio panic: page fault syncing disks 16 16 16 [...] giving up ---- I get a different crash downloading Pine, with "current process: (fetch)" Anyone heard of a problem like this before? As far as I can tell, this crash occurs no matter what package I'm installing. Any help is much appreciated. Thanks, Nick From owner-freebsd-questions Mon Oct 13 15:49:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA00420 for questions-outgoing; Mon, 13 Oct 1997 15:49:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from myname.my.domain (pm3bl1-27.csrlink.net [207.44.9.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA00414 for ; Mon, 13 Oct 1997 15:49:44 -0700 (PDT) (envelope-from rknebel@myname.my.domain) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id SAA01507; Mon, 13 Oct 1997 18:48:35 -0400 (EDT) Message-ID: <19971013184834.48193@my.domain> Date: Mon, 13 Oct 1997 18:48:34 -0400 From: rknebel@csrlink.net To: questions@FreeBSD.ORG Subject: gimp Reply-To: rknebel@csrlink.net References: <199710131131.TAA13986@vas.tsu.tomsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710131131.TAA13986@vas.tsu.tomsk.su>; from Victor Sudakov on Mon, Oct 13, 1997 at 07:31:27PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I recently tried to install the gimp devel port. I downloaded all the needed files and ran the port. It compiled but whenerver I run it I cannot get paseed the initial setup stage. Once it makes the appropiate directories in my home directories it dumps core before it comes up saying Bad system call. Anyone have any ideas? Thanks Alot -- Rick Knebel rknebel@mail.csrlink.net From owner-freebsd-questions Mon Oct 13 15:51:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA00553 for questions-outgoing; Mon, 13 Oct 1997 15:51:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from emu.dpmms.cam.ac.uk (exim@emu.dpmms.cam.ac.uk [131.111.24.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA00548 for ; Mon, 13 Oct 1997 15:51:49 -0700 (PDT) (envelope-from G.J.McCaughan@dpmms.cam.ac.uk) Received: from jay.dpmms.cam.ac.uk [131.111.24.22] (exim) by emu.dpmms.cam.ac.uk with smtp (Exim 1.73 #1) id 0xKtKm-0003tp-00; Mon, 13 Oct 1997 23:51:32 +0100 Received: from gjm11 by jay.dpmms.cam.ac.uk with local (Exim 1.73 #1) id 0xKtKz-00012h-00; Mon, 13 Oct 1997 23:51:45 +0100 To: freebsd-questions@freebsd.org Subject: non-SCSI backup devices Message-Id: From: Gareth McCaughan Date: Mon, 13 Oct 1997 23:51:45 +0100 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I need a backup device for my FreeBSD box. The data on it aren't *immensely* valuable, so I don't want to be spending huge sums; and I don't (at present) have a SCSI controller. I think my filesystems total about 3Gb or so, but only a small fraction of that changes much. I don't really care how fast or slow it is. Recommendations? Am I right in getting the impression that most of the startlingly cheap recent backup devices aren't supported by FreeBSD? (This is not a complaint; I presume the reason is that they involve nasty proprietary protocols or something.) Is the Right Thing to forget about doing it on the cheap and buy a SCSI card and a DAT drive? I don't generally read -questions, so please reply to me and not just to the list. (If this is the Wrong Thing to say, let me know so that I can subscribe...) Many thanks in advance. i -- Gareth McCaughan gjm11@dpmms.cam.ac.uk From owner-freebsd-questions Mon Oct 13 16:31:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA02726 for questions-outgoing; Mon, 13 Oct 1997 16:31:12 -0700 (PDT) (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 QAA02720 for ; Mon, 13 Oct 1997 16:31:09 -0700 (PDT) (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 TAA04847 for ; Mon, 13 Oct 1997 19:26:19 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id TAA01572 for ; Mon, 13 Oct 1997 19:30:58 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id TAA00342; Mon, 13 Oct 1997 19:30:57 -0400 (EDT) Date: Mon, 13 Oct 1997 19:30:57 -0400 (EDT) Message-Id: <199710132330.TAA00342@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: CERN - wiht CGI In-Reply-To: <41392699@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk prrprado@rgm.fmrp.usp.br wrote: > I can't use CGI, an internar error occurs: "Internar erro: execve() > failed", in the browser is Error 500. What can I do? 1. Verify that the CGI is actually executable. Try running it outside the server (i.e., from the command line). 2. Make sure that the server is trying to run the appropriate program. Is the CGI in the directory the server expects it to be in? 3. Switch to Apache. More people use it, so it'll be easier for you to get support. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ There's no real need to do housework -- after four years it doesn't get any worse. From owner-freebsd-questions Mon Oct 13 16:35:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA02905 for questions-outgoing; Mon, 13 Oct 1997 16:35:07 -0700 (PDT) (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 QAA02898 for ; Mon, 13 Oct 1997 16:35:04 -0700 (PDT) (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 TAA04864 for ; Mon, 13 Oct 1997 19:30:22 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id TAA01624 for ; Mon, 13 Oct 1997 19:35:01 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id TAA00366; Mon, 13 Oct 1997 19:35:01 -0400 (EDT) Date: Mon, 13 Oct 1997 19:35:01 -0400 (EDT) Message-Id: <199710132335.TAA00366@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Kernel Sources In-Reply-To: <94816690@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Liang Yu wrote: > Hi, > > > Sorry if I missed this somewhere but I have checked the FAQ and the > handbook but cannot find any info how onto get the kernel sources for > FreeBSD 2.2.1 current. > I've installed FreeBSD 2.2.1 but I haven't installed the kernel sources > because I have > nothing in the /usr/src directory. I've tried running the sysinstall > that way to get the > package but it cor dumps everytime. > > I don't want to re-install the OS because I have got some vital software > installed and > running already. Please can you help? If you installed from CDROM, then: 1. Put the installation CD back in your CD-ROM drive. 2. Mount the CD. I'll assume you mounted it under /cdrom 3. Type the following commands to extract kernel source under /usr/src/sys # cd /usr/src # cat /cdrom/src/ssys.* | tar xzvf - The "#" indicates that you must the run command as "root". ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ A moose once bit my sister. From owner-freebsd-questions Mon Oct 13 16:39:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA03151 for questions-outgoing; Mon, 13 Oct 1997 16:39:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from scheme.xcf.berkeley.edu (scheme.XCF.Berkeley.EDU [128.32.43.207]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA03146 for ; Mon, 13 Oct 1997 16:39:31 -0700 (PDT) (envelope-from nordwick@scheme.xcf.berkeley.edu) Received: (qmail 21968 invoked by uid 27268); 13 Oct 1997 23:31:05 -0000 Date: 13 Oct 1997 23:31:05 -0000 Message-ID: <19971013233105.21967.qmail@scheme.xcf.berkeley.edu> From: Jason Alan Nordwick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: rknebel@csrlink.net Cc: questions@FreeBSD.ORG Subject: Re: gimp In-Reply-To: rknebel@csrlink.net on 10/13/1997 to questions@FreeBSD.ORG <19971013184834.48193@my.domain> References: <199710131131.TAA13986@vas.tsu.tomsk.su> <19971013184834.48193@my.domain> X-Mailer: VM 6.32 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk what version of FreeBSD, what version of GIMP, and did you recompile the kernel with the SYSV* options ? jay -- Join the FreeBSD Revolution! mailto:nordwick@xcf.berkeley.edu http://xcf.berkeley.edu/~nordwick From owner-freebsd-questions Mon Oct 13 16:41:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA03269 for questions-outgoing; Mon, 13 Oct 1997 16:41:02 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from fvilla.secyd-dgo.gob.mx ([208.195.117.11]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA03258 for ; Mon, 13 Oct 1997 16:40:52 -0700 (PDT) (envelope-from agalindo@fvilla.secyd-dgo.gob.mx) Received: from dns.nic.mx ([208.195.117.240]) by fvilla.secyd-dgo.gob.mx (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id SAA08237 for ; Mon, 13 Oct 1997 18:40:48 -0700 Message-Id: <1.5.4.32.19971013184154.009e832c@fvilla.secyd-dgo.gob.mx> X-Sender: agalindo@fvilla.secyd-dgo.gob.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 13 Oct 1997 18:41:54 +0000 To: freebsd-questions@FreeBSD.ORG From: Alejandro Galindo Subject: Best Data Base for FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What is the best recomend database for FreeBSD? thanks Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail agalindo@fvilla.secyd-dgo.gob.mx <----' `--' `.__,' \ | | | | | | \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Mon Oct 13 17:35:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA06339 for questions-outgoing; Mon, 13 Oct 1997 17:35:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from the.oneinsane.net (insane@the.oneinsane.net [207.113.132.249]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA06331 for ; Mon, 13 Oct 1997 17:35:40 -0700 (PDT) (envelope-from insane@the.oneinsane.net) Received: (from insane@localhost) by the.oneinsane.net (8.8.6/8.8.5) id RAA25449; Mon, 13 Oct 1997 17:35:37 -0700 (PDT) Message-ID: <19971013173535.47315@the.oneinsane.net> Date: Mon, 13 Oct 1997 17:35:35 -0700 From: Ron Rosson To: questions@freebsd.org Subject: Rumba mounting EZ135 connected to Win95 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 Has anyone had any luck mounting a removable drive that is running from a Win95 system to FreeBSD using rumba.. I cam mount the drive just fine but when I goto use the drive (ie copy files or move files to) the drive I get flooded with input/output errors for the files. I have tried. rumba / -S All this is done as root If this is wrong or I am missing something I sure could use a hand. //Ron -------------------------------------------------------- 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 Mon Oct 13 18:37:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10048 for questions-outgoing; Mon, 13 Oct 1997 18:37:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10038 for ; Mon, 13 Oct 1997 18:37:01 -0700 (PDT) (envelope-from jemstone@ifx.net) Received: from ip94.ifx.net (ip94.ifx.net [206.25.218.94]) by home.ifx.net (8.8.5/8.8.5) with SMTP id VAA26214; Mon, 13 Oct 1997 21:13:02 -0400 (EDT) Received: by ip94.ifx.net with Microsoft Mail id <01BCD81F.D1FC7420@ip94.ifx.net>; Mon, 13 Oct 1997 21:34:43 -0400 Message-ID: <01BCD81F.D1FC7420@ip94.ifx.net> From: "James E. Marker" To: "'Greg Lehey'" Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: RE: No Ether.... Date: Mon, 13 Oct 1997 21:34:36 -0400 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 do I turn off LINK2? I have no idea. Thanks... Jim! -----Original Message----- From: Greg Lehey [SMTP:grog@lemis.com] Sent: Sunday, October 12, 1997 11:19 PM To: Jim Marker Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: No Ether.... On Sun, Oct 12, 1997 at 10:30:43PM +0100, Jim Marker wrote: > I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just > added a LinkSys Etherfast 100Base-TX card to it. It is configured as > follows: > > de0: flags=c843 mtu 1500 > inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:40:05:36:b4:bf > > The hub sees the card and the card's leds say it is working at 10baseT > speed (which is what everything else is). > > The problem is that I can't get out to any other computers on my local > ethernet, and I can't ping to 192.168.1.4 from any other computer on the > local ethernet. I can of course ping 192.168.1.4 and localhost from > 192.168.1.4. > > What is the c843 after flags mean? All my other machines say 8843. It's LINK2. Is this maybe the problem? I've had a look at the man page and the source, but neither say what LINK2 does. Try turning it off and see if things work. Greg From owner-freebsd-questions Mon Oct 13 18:40:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10370 for questions-outgoing; Mon, 13 Oct 1997 18:40:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10358 for ; Mon, 13 Oct 1997 18:40:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01843; Tue, 14 Oct 1997 11:10:14 +0930 (CST) Message-ID: <19971014111013.02215@lemis.com> Date: Tue, 14 Oct 1997 11:10:13 +0930 From: Greg Lehey To: "James E. Marker" Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: Re: No Ether.... References: <01BCD81F.D1FC7420@ip94.ifx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01BCD81F.D1FC7420@ip94.ifx.net>; from James E. Marker on Mon, Oct 13, 1997 at 09:34:36PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 09:34:36PM -0400, James E. Marker wrote: > On Sun, Oct 12, 1997 at 10:30:43PM +0100, Jim Marker wrote: >> I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just >> added a LinkSys Etherfast 100Base-TX card to it. It is configured as >> follows: >> >> de0: flags=c843 mtu 1500 >> inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 >> ether 00:40:05:36:b4:bf >> >> The hub sees the card and the card's leds say it is working at 10baseT >> speed (which is what everything else is). >> >> The problem is that I can't get out to any other computers on my local >> ethernet, and I can't ping to 192.168.1.4 from any other computer on the >> local ethernet. I can of course ping 192.168.1.4 and localhost from >> 192.168.1.4. >> >> What is the c843 after flags mean? All my other machines say 8843. > > It's LINK2. Is this maybe the problem? I've had a look at the man > page and the source, but neither say what LINK2 does. Try turning it > off and see if things work. > How do I turn off LINK2? I have no idea. # ifconfig de0 -link2 The - is turn off. Without it, you turn it on. Greg From owner-freebsd-questions Mon Oct 13 18:45:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10839 for questions-outgoing; Mon, 13 Oct 1997 18:45:47 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10832 for ; Mon, 13 Oct 1997 18:45:41 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01871; Tue, 14 Oct 1997 11:15:27 +0930 (CST) Message-ID: <19971014111527.45005@lemis.com> Date: Tue, 14 Oct 1997 11:15:27 +0930 From: Greg Lehey To: amora@zoom.es Cc: questions@FreeBSD.ORG Subject: Re: Memory and swap size. References: <199710131430.QAA15481@silvester.zoom.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710131430.QAA15481@silvester.zoom.es>; from Jesus A. Mora Marin on Sun, Oct 12, 1997 at 09:06:01PM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Oct 12, 1997 at 09:06:01PM +0000, Jesus A. Mora Marin wrote: > Hi! > > I have recently increased the RAM of my system from 16 to 32MB. The > only swap partition in my FreeBSD slice is 48 MB. > > It's a generally accepted rule of thumb that the swap size should be > at least twice the memory size, so this is not my case now. > > The questions are: > a) What are the possible negative consequences of not fulfilling this > recommendation? You might run out of swap. If you haven't changed your habits, it's not very likely. > b) I have automated the dumping of the system in case of panic, using > the swap partition as the dumpdev. Luckily, I haven't seen this > yet for almost two years, after fixing some problem with an CD-ROM > drive. Then, performing an postmortem debugging proved to be > helpful, so I don't want to disable this feature. Can I get into > trouble if a panic happens now? No. You need at least as much swap as memory in order to dump. Even if you don't have enough swap space, the system doesn't dump. Greg From owner-freebsd-questions Mon Oct 13 18:49:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA11116 for questions-outgoing; Mon, 13 Oct 1997 18:49:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from news.winterlan.com (root@news.winterlan.com [204.188.55.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA11109 for ; Mon, 13 Oct 1997 18:49:14 -0700 (PDT) (envelope-from kevinh@ctpberk.org) From: kevinh@ctpberk.org Received: from ctpberk.org (mail.ctpberk.org [206.100.28.200]) by news.winterlan.com (8.8.6/8.8.4) with ESMTP id SAA09002 for ; Mon, 13 Oct 1997 18:49:09 -0700 Received: from CTP1/SpoolDir by ctpberk.org (Mercury 1.32); 13 Oct 97 18:49:11 PDT Received: from SpoolDir by CTP1 (Mercury 1.32); 13 Oct 97 18:48:44 PDT Organization: CTP To: freebsd-questions@FreeBSD.ORG Date: Mon, 13 Oct 1997 18:48:44 PDT MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Install Via FTP Priority: normal X-mailer: Pegasus Mail for Windows (v2.54) Message-ID: <6DFACB96363@ctpberk.org> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I could use some help! How do I get the FreeBSD to install via FTP? I set all the TCP info (host, domain, gateway, name server, netmask, etc.) but it keeps coming back with unknown error. I am using a ethernet card for my connection to the internet. It is a permanent connection. I just recently setup this computer with Win95, and all the settings worked fine. Tho I do have 3 name servers, and I can only figure out how to use one with this install program. But that should cause a problem when I'm using the IP instead of the domain name. As soon as I hit "Commit" to write out the hd partitions, and try to connect via FTP, my traffic light on the hub shows traffic... Any Ideas or suggestions would be greatly appreciated. --Kevin Hoos Assistant NetAdmin @ CTP Berkeley, CA. From owner-freebsd-questions Mon Oct 13 18:56:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA11581 for questions-outgoing; Mon, 13 Oct 1997 18:56:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA11571 for ; Mon, 13 Oct 1997 18:56:41 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01927; Tue, 14 Oct 1997 11:26:29 +0930 (CST) Message-ID: <19971014112629.45247@lemis.com> Date: Tue, 14 Oct 1997 11:26:29 +0930 From: Greg Lehey To: Doug White Cc: "Min Huang (tunny)" , freebsd-questions@FreeBSD.ORG Subject: Re: where's sysconfig References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Mon, Oct 13, 1997 at 02:03:06AM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 02:03:06AM -0700, Doug White wrote: > On Fri, 3 Oct 1997, Min Huang (tunny) wrote: > >> I got a FreeBSD 2.2.2, I download some of its parts to my dos partition, and >> installed it from there, everything seems ok. but, where's the sysconfig, >> in my mind it should be at /etc? > > Yup :-) There is no /etc/sysconfig in 2.2.2. The name has changed to /etc/rc.conf. Greg From owner-freebsd-questions Mon Oct 13 19:03:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA12153 for questions-outgoing; Mon, 13 Oct 1997 19:03:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA12143 for ; Mon, 13 Oct 1997 19:03:11 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01971; Tue, 14 Oct 1997 11:33:00 +0930 (CST) Message-ID: <19971014113300.12342@lemis.com> Date: Tue, 14 Oct 1997 11:33:00 +0930 From: Greg Lehey To: "Greg...-*smile*-" Cc: FreeBSD Questions Subject: Re: xwindows compiler References: <9710131859.AA10798@oz.plymouth.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <9710131859.AA10798@oz.plymouth.edu>; from Greg...-*smile*- on Mon, Oct 13, 1997 at 02:59:55PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: > hello all! > > > i am new to this mailing list and...i was hoping some one could help me > ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ > code on..any help would be a great help! This question belongs on -questions, not -hackers. You compile C or C++ code on a C compiler, not an X windows compiler. It's called cc. Greg From owner-freebsd-questions Mon Oct 13 19:29:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA13641 for questions-outgoing; Mon, 13 Oct 1997 19:29:54 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA13631 for ; Mon, 13 Oct 1997 19:29:35 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id VAA05332; Mon, 13 Oct 1997 21:28:48 -0500 (CDT) Date: Mon, 13 Oct 1997 21:28:48 -0500 (CDT) From: "Matthew D. Fuller" To: Doug White cc: "Min Huang (tunny)" , freebsd-questions@FreeBSD.ORG Subject: Re: color? 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, 8 Oct 1997, Doug White wrote: > On Wed, 8 Oct 1997, Min Huang (tunny) wrote: > > > Hi,sir, > > > > % ico -faces -colors red blue -sleep 1 > > ico: can't allocate enough color planes > > > > What's the matter? > > This means that some program that uses a lot of color (Netscape et. al.) > is using up all the colors of your display. Either: > > 1. Exit color-hogging programs. > 2. Increase the number of colors your display can show, at the possible > expense of reduced desktop > > #2 requires some knowledge of your video hardware and of /etc/XF86Config. A third possible option could be to run it with a private color set (I believe -install is the option). I used to have to do this with netscape when I have some very pretty but very colorful fractals xv'd in my root window. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Mon Oct 13 19:46:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA14418 for questions-outgoing; Mon, 13 Oct 1997 19:46:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kinclaith.pdl.cs.cmu.edu (KINCLAITH.PDL.CS.CMU.EDU [128.2.189.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA14413 for ; Mon, 13 Oct 1997 19:46:02 -0700 (PDT) (envelope-from dpetrou@kinclaith.pdl.cs.cmu.edu) Message-Id: <199710140246.TAA14413@hub.freebsd.org> Subject: Trouble installing FreeBSD over PPP To: freebsd-questions@freebsd.org Date: Mon, 13 Oct 1997 22:45:26 -0400 (EDT) From: David Petrou X-Mailer: ELM [version 2.4 PL25-40] 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'm having a hard time installing the 10-21 FreeBSD SNAP over ppp. It seems to connect to the ftp.freebsd.org fine, but I'm getting throughput of less than 100 bytes per second (yes, bytes). My modem is connected to my gateway at 28.8k. This is not a network congestion problem because I get much higher throughput if I attach my modem to my linux box and try transferring files from the freebsd ftp server. Any ideas? David P.S.: On another note, sometimes if I abort an operation (ctrl-c) when installing FreeBSD (for instance, if I get tired of watching a 100 byte per second install), the screen goes completely blue and a few moments later the install dies with a signal 11. From owner-freebsd-questions Mon Oct 13 19:54:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15020 for questions-outgoing; Mon, 13 Oct 1997 19:54:21 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA15014 for ; Mon, 13 Oct 1997 19:54:18 -0700 (PDT) (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 WAA01001 for ; Mon, 13 Oct 1997 22:54:03 -0400 (EDT) Date: Mon, 13 Oct 1997 22:54:02 -0400 (EDT) From: Wei Weng To: freebsd-questions Subject: Re: xwindows compiler In-Reply-To: <19971014113300.12342@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 and gcc. :) ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Tue, 14 Oct 1997, Greg Lehey wrote: > On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: > > hello all! > > > > > > i am new to this mailing list and...i was hoping some one could help me > > ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ > > code on..any help would be a great help! > > This question belongs on -questions, not -hackers. > > You compile C or C++ code on a C compiler, not an X windows compiler. > It's called cc. > > Greg > From owner-freebsd-questions Mon Oct 13 20:24:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16718 for questions-outgoing; Mon, 13 Oct 1997 20:24:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16712 for ; Mon, 13 Oct 1997 20:24:06 -0700 (PDT) (envelope-from randyd@nconnect.net) Received: from nconnect.net (dial179.nconnect.net [207.227.50.179]) by atlantis.nconnect.net (8.8.4/8.7.3) with ESMTP id WAA01659; Mon, 13 Oct 1997 22:24:37 -0500 (CDT) Message-ID: <3442E56D.9D63AE33@nconnect.net> Date: Mon, 13 Oct 1997 22:22:21 -0500 From: Randy DuCharme Organization: Astrolab Development X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Alejandro Galindo CC: freebsd-questions@FreeBSD.ORG Subject: Re: Best Data Base for FreeBSD References: <1.5.4.32.19971013184154.009e832c@fvilla.secyd-dgo.gob.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alejandro Galindo wrote: > > What is the best recomend database for FreeBSD? > > thanks > > Saludos > Alejandro I get *fantastic* results with PostgreSQL 6.2. It is my favorite *free* database. MySQL is also very nice! -- 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 Mon Oct 13 21:22:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA19888 for questions-outgoing; Mon, 13 Oct 1997 21:22:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from oz.plymouth.edu (oz.plymouth.edu [158.136.1.100] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA19877 for ; Mon, 13 Oct 1997 21:21:57 -0700 (PDT) (envelope-from greg@oz.plymouth.edu) Received: by oz.plymouth.edu; id AA01552; Tue, 14 Oct 1997 00:21:34 -0400 Message-Id: <3442F32D.F6696FC4@oz.plymouth.edu> Date: Tue, 14 Oct 1997 00:21:01 -0400 From: Greg Fraize X-Mailer: Mozilla 4.01 [en] (Win95; I) Mime-Version: 1.0 To: Greg Lehey Cc: FreeBSD Questions Subject: Re: xwindows compiler X-Priority: 3 (Normal) References: <9710131859.AA10798@oz.plymouth.edu> <19971014113300.12342@lemis.com> Content-Type: multipart/mixed; boundary="------------F3612E0C33FDEB815B1BA7A2" Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------F3612E0C33FDEB815B1BA7A2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Greg Lehey wrote: > > On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: > > hello all! > > > > > > i am new to this mailing list and...i was hoping some one could help me > > ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ > > code on..any help would be a great help! > > This question belongs on -questions, not -hackers. > > You compile C or C++ code on a C compiler, not an X windows compiler. > It's called cc. > > Greg I know that...but I was hoping for some fansy xwindows interface for written the code..... one that I can write the code in ..and then compile it.... kinda like Borland.... GREg --------------F3612E0C33FDEB815B1BA7A2 Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Greg Fraize Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Greg Fraize n: Fraize;Greg email;internet: greg@oz.plymouth.edu x-mozilla-cpt: ;0 x-mozilla-html: FALSE end: vcard --------------F3612E0C33FDEB815B1BA7A2-- From owner-freebsd-questions Mon Oct 13 21:35:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA20664 for questions-outgoing; Mon, 13 Oct 1997 21:35:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.illumen.net ([209.38.6.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA20659 for ; Mon, 13 Oct 1997 21:35:15 -0700 (PDT) (envelope-from ekraj@illumen.com) Received: from ekraj.illumen.com ([166.93.31.81]) by mail.illumen.net (8.8.5/8.8.5) with SMTP id WAA00287 for ; Mon, 13 Oct 1997 22:42:27 -0600 (MDT) Message-ID: <3442F836.698@illumen.com> Date: Mon, 13 Oct 1997 22:42:30 -0600 From: Enrique Krajmalnik Reply-To: ekraj@illumen.com Organization: The Illumen Group, Inc. X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Password protected web site 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 having two problems setting up a web site with password protection. 1. I have added the -lcrypt option under CFLAGS to compile the htpasswd file. It no longer reports any error messages when it compiles. However, when I try to execute it, I get a bad command or file name message. Any quick ideas on this? 2. I have modified the access.conf file, created an .htaccess file in the directory I wish to protect, and created an htpasswd file (using the web interface at euronet). I can access the site and it will propmpt for a username and password; it will properly authorize the user and bring up the web page. However, it only does this the first time the page is accessed. The browser must be exited and restarted for the pasword prompt to reappear. I am sure there is a simple fix for this. Still new to FreeBSD.... -- Sincerely, Enrique Krajmalnik ************************************************************ Enrique Krajmalnik President The illumen Group, Inc. http://www.illumen.com Email mailto:ekraj@illumen.com Phone 303-766-3120 ************************************************************ From owner-freebsd-questions Mon Oct 13 21:44:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21097 for questions-outgoing; Mon, 13 Oct 1997 21:44:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from its.ac.id ([202.46.248.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA21088 for ; Mon, 13 Oct 1997 21:44:14 -0700 (PDT) (envelope-from riz@its.ac.id) Received: from its.ac.id (ns2.its.ac.id [202.46.248.3]) by its.ac.id (8.7.5/8.7.3) with ESMTP id LAA00415 for ; Tue, 14 Oct 1997 11:45:53 GMT Message-ID: <3442F814.D731B74F@its.ac.id> Date: Tue, 14 Oct 1997 11:41:56 +0700 From: Mohamad Rizki Suluh Adi X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Getting Help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We are a group of people who build a computer network base on FreeBSD server. Yesterday, we add a new package into our server, called sudo. After an hour or two, there's a problem emerge, nobody, who has an account in the server without an exception, can log in to the system. Even root. As far as we remembered, we didn't make any changed on the server configuration file. In this few days, we are planning to launch our network for public. So we hope you can help us solve this problem (and identify it) in a sort time. Thank you very much. From owner-freebsd-questions Mon Oct 13 21:44:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21154 for questions-outgoing; Mon, 13 Oct 1997 21:44:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ppp1643.on.sympatico.ca (ppp1643.on.sympatico.ca [206.172.249.107]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA20978 for ; Mon, 13 Oct 1997 21:41:51 -0700 (PDT) (envelope-from tim@ppp1643.on.sympatico.ca) Received: from localhost (tim@localhost) by ppp1643.on.sympatico.ca (8.8.7/8.8.7) with SMTP id AAA01062; Tue, 14 Oct 1997 00:41:06 -0400 (EDT) (envelope-from tim@ppp1643.on.sympatico.ca) Date: Tue, 14 Oct 1997 00:41:05 -0400 (EDT) From: Tim Vanderhoek Reply-To: ac199@hwcn.org To: "Greg...-*smile*-" cc: freebsd-questions@FreeBSD.ORG Subject: Re: xwindows compiler In-Reply-To: <9710131859.AA10798@oz.plymouth.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 [this belongs on FreeBSD-questions, not FreeBSD-hackers] On Mon, 13 Oct 1997, Greg...-*smile*- wrote: > i am new to this mailing list and...i was hoping some one could > help me ..i am looking for some type of xwindows > compiler.....one that i can compiler c/c++ code on..any help > would be a great help! Yes, FreeBSD includes a c/c++ compiler. See "nutshell" sections of the handbook. There is no such thing as an "xwindows compiler", per se... :) However, if you want some kind of development environment which uses Xwindows (ie. an IDE--Integrated Development Environment), then you are in luck. Emacs is one such environment. There are also ports (I believe) for ones which are similar to Borland's IDE, and probably some other IDEs yet, too... -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-questions Mon Oct 13 22:52:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA24651 for questions-outgoing; Mon, 13 Oct 1997 22:52:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kh2primary.kh2 ([202.98.36.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA24507 for ; Mon, 13 Oct 1997 22:50:26 -0700 (PDT) (envelope-from hmin@kh2primary.kh2) Received: from localhost (hmin@localhost) by kh2primary.kh2 (8.8.5/8.8.5) with SMTP id QAA00286 for ; Wed, 9 Oct 1996 16:30:36 GMT Date: Wed, 9 Oct 1996 16:30:35 +0000 (GMT) From: Huang Min Reply-To: hmin@public.cq.sc.cn To: freebsd-questions@freebsd.org Subject: re: 2.2.2: wdc0 not found at 0x1f0 :-( 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 have PC with PCI bus and (among others) onboard IDE hard disk >controller. There is only one device connected to it - ACER 16x CDROM. >It is set as the master on that controller. My hard drives are SCSI and >there is no problem. Everything goes OK during startup but the FreeBSD >(2.2.2 from Walnut Creek CDROM) cannot find the wdc0 controller: >wdc0 not found at 0x1f0 I'm not very clear, but this information maybe help. I'v met similar situation, but what was I used is a CR-574-b, it worked well under NT, but FBSD 2.2.2 could not find it. I noticed the CDROM jumper, there's not any connector there, the CDROM is at auto-apply mode. I put a connector on "master" jumper and the CDROM test succed. From owner-freebsd-questions Mon Oct 13 22:55:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA24775 for questions-outgoing; Mon, 13 Oct 1997 22:55:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA24757 for ; Mon, 13 Oct 1997 22:55:36 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.6.12) with SMTP id WAA09706; Mon, 13 Oct 1997 22:54:41 -0700 (PDT) Date: Mon, 13 Oct 1997 22:54:41 -0700 (PDT) From: Shawn Ramsey To: Enrique Krajmalnik cc: freebsd-questions@FreeBSD.ORG Subject: Re: Password protected web site In-Reply-To: <3442F836.698@illumen.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 > file. It no longer reports any error messages when it compiles. However, > when I try to execute it, I get a bad command or file name message. Any > quick ideas on this? > > 2. I have modified the access.conf file, created an .htaccess file in > the directory I wish to protect, and created an htpasswd file (using the > web interface at euronet). I can access the site and it will propmpt for > a username and password; it will properly authorize the user and bring > up the web page. However, it only does this the first time the page is > accessed. The browser must be exited and restarted for the pasword > prompt to reappear. I am sure there is a simple fix for this. > > Still new to FreeBSD.... It does this because, I believe, the browser caches the user name and password. I have been on many sites that ask for a password, and it will only ask once until you leave the browser. I believe Internet Exploer(3.x) can even save passwords for multiple sites, but I am not sure on this. From owner-freebsd-questions Mon Oct 13 23:03:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25262 for questions-outgoing; Mon, 13 Oct 1997 23:03:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25254 for ; Mon, 13 Oct 1997 23:03:36 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA02473; Tue, 14 Oct 1997 15:33:25 +0930 (CST) Message-ID: <19971014153324.42083@lemis.com> Date: Tue, 14 Oct 1997 15:33:24 +0930 From: Greg Lehey To: Wei Weng Cc: freebsd-questions Subject: Re: xwindows compiler References: <19971014113300.12342@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Wei Weng on Mon, Oct 13, 1997 at 10:54:02PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 10:54:02PM -0400, Wei Weng wrote: > On Tue, 14 Oct 1997, Greg Lehey wrote: > >> On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: >>> hello all! >>> >>> >>> i am new to this mailing list and...i was hoping some one could help me >>> ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ >>> code on..any help would be a great help! >> >> This question belongs on -questions, not -hackers. >> >> You compile C or C++ code on a C compiler, not an X windows compiler. >> It's called cc. > > and gcc. :) That's the same thing: $ ls -il /usr/bin/cc /usr/bin/gcc 3565 -r-xr-xr-x 2 bin bin 49152 Oct 9 04:10 /usr/bin/cc 3565 -r-xr-xr-x 2 bin bin 49152 Oct 9 04:10 /usr/bin/gcc Greg From owner-freebsd-questions Mon Oct 13 23:31:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA26400 for questions-outgoing; Mon, 13 Oct 1997 23:31:31 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chuck.schiele-ct.de (chuck.schiele-ct.de [193.141.27.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA26395 for ; Mon, 13 Oct 1997 23:31:27 -0700 (PDT) (envelope-from br@schiele-ct.de) Received: from schiele-ct.de (localhost.schiele-ct.de [127.0.0.1]) by chuck.schiele-ct.de (8.8.5/8.8.5) with ESMTP id IAA22872; Tue, 14 Oct 1997 08:34:57 +0200 (CEST) Message-Id: <199710140634.IAA22872@chuck.schiele-ct.de> To: Christoph Kukulies cc: freebsd-questions@FreeBSD.ORG Subject: Re: proc size mismatch? In-reply-to: Your message of "Mon, 13 Oct 1997 17:52:25 +0200." <19971013175225.40626@gil.physik.rwth-aachen.de> Date: Tue, 14 Oct 1997 08:34:56 +0200 From: Bernd Rosauer Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies: > > I upgraded my FreeBSD box from 3.0-970807-SNAP to 3.0-971003-SNAP. > > Now, invoking `ps` I get > > > > ps: proc size mismatch (14996 total, 665 chunks) > > This typically happens when binaries depending on proc.h and related > structures don't match the kernel any longer . > > > which doesn't mean anything to me. What went wrong? What can I do? > > Rebuild your kernel. This was the first thing I did after upgrading my system. But the error still orccurs. -Bernd From owner-freebsd-questions Mon Oct 13 23:39:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA26820 for questions-outgoing; Mon, 13 Oct 1997 23:39:29 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA26815 for ; Mon, 13 Oct 1997 23:39:24 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by Campino.Informatik.RWTH-Aachen.DE (8.8.7/RBI-Z13) with ESMTP id IAA23021; Tue, 14 Oct 1997 08:39:23 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id IAA05999; Tue, 14 Oct 1997 08:48:00 +0200 (MEST) Message-ID: <19971014084800.18788@gil.physik.rwth-aachen.de> Date: Tue, 14 Oct 1997 08:48:00 +0200 From: Christoph Kukulies To: Bernd Rosauer Cc: Christoph Kukulies , freebsd-questions@FreeBSD.ORG Subject: Re: proc size mismatch? References: <19971013175225.40626@gil.physik.rwth-aachen.de> <199710140634.IAA22872@chuck.schiele-ct.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199710140634.IAA22872@chuck.schiele-ct.de>; from Bernd Rosauer on Tue, Oct 14, 1997 at 08:34:56AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 08:34:56AM +0200, Bernd Rosauer wrote: > Christoph Kukulies: > > > > I upgraded my FreeBSD box from 3.0-970807-SNAP to 3.0-971003-SNAP. > > > Now, invoking `ps` I get > > > > > > ps: proc size mismatch (14996 total, 665 chunks) > > > > This typically happens when binaries depending on proc.h and related > > structures don't match the kernel any longer . > > > > > which doesn't mean anything to me. What went wrong? What can I do? > > > > Rebuild your kernel. > > This was the first thing I did after upgrading my system. But > the error still orccurs. Then rebuild the world :-) I have no idea why the stock ps of that SNAP doesn't match. > > -Bernd -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Mon Oct 13 23:57:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27776 for questions-outgoing; Mon, 13 Oct 1997 23:57:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from public.jn.sd.cn (public.jn.sd.cn [202.102.128.111]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27762 for ; Mon, 13 Oct 1997 23:57:02 -0700 (PDT) (envelope-from sln@public.jn.sd.cn) Received: from public.jn.sd.cn ([202.102.159.71]) by public.jn.sd.cn (8.8.5/8.8.5) with ESMTP id OAA01750 for ; Tue, 14 Oct 1997 14:56:02 +0800 (CST) Message-ID: <324E1C47.97F89406@public.jn.sd.cn> Date: Sun, 29 Sep 1996 14:50:47 +0800 From: Song Lining Organization: Jinan Online X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ping 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 want to write ping in java and want to find ping source code or RFC, could anybody tell me where to get it? Thank you! Song Lining From owner-freebsd-questions Tue Oct 14 00:16:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA28818 for questions-outgoing; Tue, 14 Oct 1997 00:16:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA28813 for ; Tue, 14 Oct 1997 00:16:19 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id CAA09529; Tue, 14 Oct 1997 02:10:20 -0500 (CDT) Date: Tue, 14 Oct 1997 02:10:20 -0500 (CDT) From: "Matthew D. Fuller" To: Robert Rusk cc: freebsd-questions@FreeBSD.ORG Subject: Re: Linux vs freeBSD In-Reply-To: <343D1CA7.47F7@ugmail.eeng.dcu.ie> 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, 9 Oct 1997, Robert Rusk wrote: > I'm just wondering what advantages freeBSD has over Linux. > If you could enlighten me on this matter I would be most grateful > Robert Rusk I've collected a few of the responses to this question over time, and have compiled a web page for them. It's at: http://keystone.westminster.edu/~fullermd/bsdvlin.htm It's a little behind right now, but I'll be updating it in a day or so to add a few more, and to make it a little more descriptive. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Tue Oct 14 00:19:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA28996 for questions-outgoing; Tue, 14 Oct 1997 00:19:23 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA28990 for ; Tue, 14 Oct 1997 00:19:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA03204; Tue, 14 Oct 1997 16:49:00 +0930 (CST) Message-ID: <19971014164859.18308@lemis.com> Date: Tue, 14 Oct 1997 16:48:59 +0930 From: Greg Lehey To: Bernd Rosauer Cc: Christoph Kukulies , freebsd-questions@FreeBSD.ORG Subject: Re: proc size mismatch? References: <19971013175225.40626@gil.physik.rwth-aachen.de> <199710140634.IAA22872@chuck.schiele-ct.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710140634.IAA22872@chuck.schiele-ct.de>; from Bernd Rosauer on Tue, Oct 14, 1997 at 08:34:56AM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 08:34:56AM +0200, Bernd Rosauer wrote: > Christoph Kukulies: > >>> I upgraded my FreeBSD box from 3.0-970807-SNAP to 3.0-971003-SNAP. >>> Now, invoking `ps` I get >>> >>> ps: proc size mismatch (14996 total, 665 chunks) >> >> This typically happens when binaries depending on proc.h and related >> structures don't match the kernel any longer . >> >>> which doesn't mean anything to me. What went wrong? What can I do? >> >> Rebuild your kernel. > > This was the first thing I did after upgrading my system. But > the error still orccurs. OK, try this (from CFBSD) and tell me if you still have problems: One of the more common problems that people see after building a new -CURRENT kernel looks like this: $ ps ps: proc size mismatch (15800 total, 656 chunks) This is a sure indication that your ps program or the kvm library no longer match your kernel. To solve this problem, do the following: # cd /usr/src/lib/libkvm # make all install clean # cd /usr/src/bin/ps # make all install clean The reason for the target clean is that such a build will place the objects in the source directory, and not in the object directory. If you don't make clean now, a subsequent build will not replace them. Greg From owner-freebsd-questions Tue Oct 14 00:38:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA00770 for questions-outgoing; Tue, 14 Oct 1997 00:38:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA00762 for ; Tue, 14 Oct 1997 00:38:34 -0700 (PDT) (envelope-from tim@shell.futuresouth.com) Received: (from tim@localhost) by shell.futuresouth.com (8.8.5/8.8.5) id CAA10038; Tue, 14 Oct 1997 02:38:32 -0500 (CDT) Message-ID: <19971014023832.48036@futuresouth.com> Date: Tue, 14 Oct 1997 02:38:32 -0500 From: Tim Tsai To: questions@freebsd.org Subject: Virtual machine environment? References: <344253EF.345BF651@mad.scientist.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from spork on Tue, Oct 14, 1997 at 06:49:50AM -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just curious, but has anybody ever taken the concept of "chroot" but extended it to all areas of the system? For example, a virtual host would have it's own file system area, processes, IP addresses, etc. Tim From owner-freebsd-questions Tue Oct 14 00:39:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA00835 for questions-outgoing; Tue, 14 Oct 1997 00:39:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA00829 for ; Tue, 14 Oct 1997 00:39:45 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA03268; Tue, 14 Oct 1997 17:09:07 +0930 (CST) Message-ID: <19971014170906.64904@lemis.com> Date: Tue, 14 Oct 1997 17:09:06 +0930 From: Greg Lehey To: Song Lining Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ping References: <324E1C47.97F89406@public.jn.sd.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <324E1C47.97F89406@public.jn.sd.cn>; from Song Lining on Sun, Sep 29, 1996 at 02:50:47PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: Note your date. That's one year and 16 days ago. > I want to write ping in java and want to find ping source code or RFC, > could anybody tell me where to get it? /usr/src/sbin/ping/ping.c Greg From owner-freebsd-questions Tue Oct 14 00:55:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01781 for questions-outgoing; Tue, 14 Oct 1997 00:55:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA01743 for ; Tue, 14 Oct 1997 00:54:46 -0700 (PDT) (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.5/8.8.5) with SMTP id JAA16366 for ; Tue, 14 Oct 1997 09:55:12 +0200 (SAT) Message-ID: <34432560.41C67EA6@wired.ctech.ac.za> Date: Tue, 14 Oct 1997 09:55:12 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: mmx or ppro Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... Which Intel technology, MMX or PRO, gives better performance for fbsd. Anyone have experience on both? Thanks. -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Tue Oct 14 01:00:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA02172 for questions-outgoing; Tue, 14 Oct 1997 01:00:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@fddigate.netcetera.dk [194.192.97.2] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA02165 for ; Tue, 14 Oct 1997 01:00:20 -0700 (PDT) (envelope-from leifn@swimsuit.roskildebc.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id JAA24168 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 09:52:20 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA06803; 14 Oct 97 09:52:41 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 14 Oct 97 09:45:23 +0100 Subject: Password protected web site Message-ID: <16d_9710140952@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 14 Oct 97 06:42:30 ekraj@illumen.com (2:234/49.99) wrote to Leif Neland regarding Password protected web site in area "freebsd-questions" e> 2. I have modified the access.conf file, created an .htaccess e> file in the directory I wish to protect, and created an htpasswd e> file (using the web interface at euronet). I can access the site e> and it will propmpt for a username and password; it will properly e> authorize the user and bring up the web page. However, it only e> does this the first time the page is accessed. The browser must e> be exited and restarted for the pasword prompt to reappear. I am e> sure there is a simple fix for this. Why fix it? It is supposed to work this way. I believe the browser remembers the password requested for the page/site throughout the session. If it didn't you would be prompted for password for each element the page contained. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Tue Oct 14 01:21:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA03402 for questions-outgoing; Tue, 14 Oct 1997 01:21:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bashinform.ru. (bashinform.ru [194.220.137.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA03243 for ; Tue, 14 Oct 1997 01:18:53 -0700 (PDT) (envelope-from bashinform.ru!icomm!serg@bashinform.ru) Receivec: by bashinform.ru. (IBM OS/2 SENDMAIL VERSION 2.01/2.0) id OAA006.33; Tue, 14 Oct 1997 14:20:02 +0500 Message-IC: <199710140920.OAA006.33@bashinform.ru.> Resent-Message-IC: <199710140920.OAA006.33@bashinform.ru.> Received: by bashinform.ru (UUCP/2 v1.6.18, 23Jan97) with UUCP id AA00472; Tue, 14 Oct 1997 14:13:10 +0500 (mst) Received: from bashinform.ru by bashinform.ru (OS/2 SMTP Server v0.2d) for ; Tue, 14 Oct 1997 14:13:09 +0500 (mst) From: "Serg K." To: "questions@freebsd.org" Date: Tue, 14 Oct 97 14:13:07 Reply-To: "Serg K." Priority: Normal X-Mailer: PMMail 1.91 For OS/2 MIME-Version: 1.0 Subject: quest Message-Id: Lines: 5 Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk help Sergey Krupin Nicolaevich phone +7 3472 50-0606 From owner-freebsd-questions Tue Oct 14 01:47:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA04872 for questions-outgoing; Tue, 14 Oct 1997 01:47:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from herculis.alphawest.com.au (herculis.alphawest.com.au [203.14.124.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA04867 for ; Tue, 14 Oct 1997 01:47:27 -0700 (PDT) (envelope-from stephen.cooper@alphawest.com.au) Received: from KERIS by herculis.alphawest.com.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id T9K3SQYR; Tue, 14 Oct 1997 16:54:42 +0800 Message-ID: <34433051.51570505@alphawest.com.au> Date: Tue, 14 Oct 1997 16:41:54 +0800 From: Stephen Cooper X-Mailer: Mozilla 4.02 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: [Fwd: Kernel configured to boot off wrong dev. Please Advise.] Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms35BA1D88047505017731344A" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a cryptographically signed message in MIME format. --------------ms35BA1D88047505017731344A Content-Type: multipart/mixed; boundary="------------CA619092E100A9B76FB8C868" This is a multi-part message in MIME format. --------------CA619092E100A9B76FB8C868 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit -- Stephen Cooper Internet Engineer, Internet and Open Systems Group AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 Main: (+61 8) 94296000 Fax: (+61 8) 94296030 --------------CA619092E100A9B76FB8C868 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Path: news.mel.aone.net.au!newsfeed-in.aone.net.au!not-for-mail From: Stephen Cooper Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Kernel configured to boot off wrong dev. Please Advise. Date: Tue, 14 Oct 1997 16:37:03 +0800 Organization: Customer of Access One Pty Ltd, Melbourne, Australia Message-ID: <34432F2D.32386A9C@alphawest.com.au> References: <34431183.5C8DEB04@alphawest.com.au> <344320C6.3589CC7F@alphawest.com.au> NNTP-Posting-Host: 203.14.124.41 Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms93993F7692CE5913633435F4" X-Mailer: Mozilla 4.02 [en] (WinNT; I) To: Stephen Cooper Xref: news.mel.aone.net.au comp.unix.bsd.freebsd.misc:46766 This is a cryptographically signed message in MIME format. --------------ms93993F7692CE5913633435F4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Someone suggested that i put the line sd(0,a)kernel in /boot.config but this still didnt resolve the problem. Stephen Cooper wrote: > An update, I have found that if I type in > "sd(0,a)kernel" at the boot prompt the system will load root from the > correct partition. How do I configure the boot manager to use this boot > device? It appears that there is a bug with the boot manager. > > Stephen Cooper wrote: > > > G'day. I have just attempted my first FreeBSD install, I have the > > following config > > Disk 1 wd0 - Windows NT NTFS, using FreeBSD boot manager (IDE) > > Disk 2 sd0 - FreeBSD 2.2.2 (SCSI) > > > > The sdo disk is partitioned using the "system defaults" into > > sd0s1a / > > sd0s1b swap > > sd0s1e /var > > sds01f /usr > > > > I installed using ftp and the boot floppy. > > > > When I use the Boot Manager to boot FreeBSD, the FreeBSD kernel begins > > to load, then reports the following: > > > > "changing root device to sd1a > > panic: cannot mount root" > > > > And reboots. > > > > Now I have mounted /, /usr using the "fixit" floppy and they definitely > > exist and contain all of the relevant bits. I have cheked /etc/fstab and > > found what I thought to be an error: / was mounted on /dev/sd0a, which > > did not exist in /dev. I changed the entry to /dev/sd0s1a, this made no > > difference. > > > > I also checked the disklabel on /dev/rsd0s1. The disk identity was > > /dev/sd0s1a, which is OK I believe. > > > > I guess the error is in the kernel configuration. But I am unsure how to > > check this or modify it from the "fixit" environment. Can anybody advise > > me how to rectify this problem? > > > > -- > > Stephen Cooper > > Internet Engineer, Internet and Open Systems Group > > AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 > > Main: (+61 8) 94296000 Fax: (+61 8) 94296030 > > -- > Stephen Cooper > Internet Engineer, Internet and Open Systems Group > AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 > Main: (+61 8) 94296000 Fax: (+61 8) 94296030 -- Stephen Cooper Internet Engineer, Internet and Open Systems Group AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 Main: (+61 8) 94296000 Fax: (+61 8) 94296030 --------------ms93993F7692CE5913633435F4 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIKcwYJKoZIhvcNAQcCoIIKZDCCCmACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC COEwggQrMIIDlKADAgECAhAravaaXD1xoludy79Tiv4tMA0GCSqGSIb3DQEBBAUAMGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NzA5MDQwMDAw MDBaFw05ODA5MDQyMzU5NTlaMIIBJzERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BT IEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk2MTMwMQYDVQQLEypEaWdpdGFsIElEIENs YXNzIDEgLSBOZXRzY2FwZSBGdWxsIFNlcnZpY2UxFjAUBgNVBAMTDVN0ZXBoZW4gSmFtZXMx LjAsBgkqhkiG9w0BCQEWH3N0ZXBoZW4uY29vcGVyQGFscGhhd2VzdC5jb20uYXUwXDANBgkq hkiG9w0BAQEFAANLADBIAkEA0VuRnY/3CM7oiJ123J2YdvKicNXtWs3rOi213m2RRVv5LYrV HBAeEqvzd+/uk4abNaEEKvN1301Ik9E86b3/hQIDAQABo4IBXTCCAVkwCQYDVR0TBAIwADCB rwYDVR0gBIGnMIAwgAYLYIZIAYb4RQEHAQEwgDAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cu dmVyaXNpZ24uY29tL0NQUzBiBggrBgEFBQcCAjBWMBUWDlZlcmlTaWduLCBJbmMuMAMCAQEa PVZlcmlTaWduJ3MgQ1BTIGluY29ycC4gYnkgcmVmZXJlbmNlIGxpYWIuIGx0ZC4gKGMpOTcg VmVyaVNpZ24AAAAAAAAwEQYJYIZIAYb4QgEBBAQDAgeAMIGGBgpghkgBhvhFAQYDBHgWdmQ0 NjUyYmQ2M2YyMDQ3MDI5Mjk4NzYzYzlkMmYyNzUwNjljNzM1OWJlZDFiMDU5ZGE3NWJjNGJj OTcwMTc0N2RhNWM3ZjQxNDFiZWFkYjJiZDJlODkyMDZhYjZhZjRkMjExNDg5ZmEzYmM0M2Y0 ZTU5MzY1NDEwDQYJKoZIhvcNAQEEBQADgYEAUk8as4z1ox4G7Wf8UAvMwhr1wB9VHe6ShWU+ r9cJwLeuqTxJNQOam/7omLV3Bsd0FbT+LeJvajrrucF1PSzlLEZ0e8pbtsXenLEo1E1H0Cpm nNbLEPYZ1tM+dxu9Bw5sVBK3Jd0D1Ps3xk27KXhnnvKhTUXZPalBZ51wR9+jZH4wggJ5MIIB 4qADAgECAhBSHzUd8nB+ACu+ylmHBNU5MA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJp bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjA2MjcwMDAwMDBaFw05OTA2Mjcy MzU5NTlaMGIxETAPBgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0 MDIGA1UECxMrVmVyaVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjCB nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAthSmz03QBQ3YyiPQb6q0KZJjjiz4b5bXLp12 SxGxNo1XycP9HMa6/h4IujPKleq+41vNBqi3eR1EKu1z8rFSg2gQcGSR1z5r+fddnRRDm26X RZiBR9Ety927ctdMP3Gq4kDyVDm8Fu7PfOy62z9sKrMWsYYSna6TNNW41dD3PqkCAwEAAaMz MDEwDwYDVR0TBAgwBgEB/wIBATALBgNVHQ8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgEGMA0G CSqGSIb3DQEBAgUAA4GBAMH69wLnV8oRdcacDPord0+HRRc749LB2g9YOY6ulZkDoaihOP55 mpMXC5eGOcfKaDRmu8eIRfbIDAXuvpcl7+DUbuR/nXZczn26FKKuC5/7Z1tIpWclrxlkiPZy 2CknqjcSarEoryeDGGVsje1Ank3EeKiG7OksUL+m+Q3bsKZKMIICMTCCAZoCBQKkAAABMA0G CSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3 MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 eTAeFw05NjAxMjkwMDAwMDBaFw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYD VQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA5Rm/ baNWYS2ZSHH2Z965jeu3noaACpEO+jglr0aIguVzqKCbJF0NH8xlbgyw0FaEGIeaBpsQoXPf tFg5a27B9hXVqKg/qhIGjTGsf7A01480Z4gJzRQR4k5FVmkfeAKA2txHkSm7NsljXMXg1y2H e6G3MrB7MLoqLzGq7qNn2tsCAwEAATANBgkqhkiG9w0BAQIFAAOBgQBSc7qaVdzcP4J9sJCY YiqCTHYAbiU91cIJcFcBDA93Hxih+xxgDqB1O0khQf6nXC1MQknT/yjYjOqd/skH4neCUyPe VfPORJP6+ky9yjbzW2aynsjyDF5e1KG0IQkzyjtZ/JLCOPyt2ZYk4C36oyn1M2h4TrS8n2k1 4qiYlHM7xDGCAVowggFWAgEBMHYwYjERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyAhAravaaXD1xoludy79Tiv4tMAkGBSsOAwIaBQCgfTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw05NzEwMTQwODM3MDRaMB4GCSqGSIb3 DQEJDzERMA8wDQYIKoZIhvcNAwICASgwIwYJKoZIhvcNAQkEMRYEFP2RrskBjMagfs0hkO/e LCvxsZOgMA0GCSqGSIb3DQEBAQUABEA+jPGkzs/z0zqXyGFm9Orl8K45bB4XScbB6t1YdMwv 4otsT6MR9pNqrqPooa1DnRDXa2CFs65MKEMCaQCVPcDD --------------ms93993F7692CE5913633435F4-- --------------CA619092E100A9B76FB8C868-- --------------ms35BA1D88047505017731344A Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIKcwYJKoZIhvcNAQcCoIIKZDCCCmACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC COEwggQrMIIDlKADAgECAhAravaaXD1xoludy79Tiv4tMA0GCSqGSIb3DQEBBAUAMGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NzA5MDQwMDAw MDBaFw05ODA5MDQyMzU5NTlaMIIBJzERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BT IEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk2MTMwMQYDVQQLEypEaWdpdGFsIElEIENs YXNzIDEgLSBOZXRzY2FwZSBGdWxsIFNlcnZpY2UxFjAUBgNVBAMTDVN0ZXBoZW4gSmFtZXMx LjAsBgkqhkiG9w0BCQEWH3N0ZXBoZW4uY29vcGVyQGFscGhhd2VzdC5jb20uYXUwXDANBgkq hkiG9w0BAQEFAANLADBIAkEA0VuRnY/3CM7oiJ123J2YdvKicNXtWs3rOi213m2RRVv5LYrV HBAeEqvzd+/uk4abNaEEKvN1301Ik9E86b3/hQIDAQABo4IBXTCCAVkwCQYDVR0TBAIwADCB rwYDVR0gBIGnMIAwgAYLYIZIAYb4RQEHAQEwgDAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cu dmVyaXNpZ24uY29tL0NQUzBiBggrBgEFBQcCAjBWMBUWDlZlcmlTaWduLCBJbmMuMAMCAQEa PVZlcmlTaWduJ3MgQ1BTIGluY29ycC4gYnkgcmVmZXJlbmNlIGxpYWIuIGx0ZC4gKGMpOTcg VmVyaVNpZ24AAAAAAAAwEQYJYIZIAYb4QgEBBAQDAgeAMIGGBgpghkgBhvhFAQYDBHgWdmQ0 NjUyYmQ2M2YyMDQ3MDI5Mjk4NzYzYzlkMmYyNzUwNjljNzM1OWJlZDFiMDU5ZGE3NWJjNGJj OTcwMTc0N2RhNWM3ZjQxNDFiZWFkYjJiZDJlODkyMDZhYjZhZjRkMjExNDg5ZmEzYmM0M2Y0 ZTU5MzY1NDEwDQYJKoZIhvcNAQEEBQADgYEAUk8as4z1ox4G7Wf8UAvMwhr1wB9VHe6ShWU+ r9cJwLeuqTxJNQOam/7omLV3Bsd0FbT+LeJvajrrucF1PSzlLEZ0e8pbtsXenLEo1E1H0Cpm nNbLEPYZ1tM+dxu9Bw5sVBK3Jd0D1Ps3xk27KXhnnvKhTUXZPalBZ51wR9+jZH4wggJ5MIIB 4qADAgECAhBSHzUd8nB+ACu+ylmHBNU5MA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJp bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjA2MjcwMDAwMDBaFw05OTA2Mjcy MzU5NTlaMGIxETAPBgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0 MDIGA1UECxMrVmVyaVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjCB nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAthSmz03QBQ3YyiPQb6q0KZJjjiz4b5bXLp12 SxGxNo1XycP9HMa6/h4IujPKleq+41vNBqi3eR1EKu1z8rFSg2gQcGSR1z5r+fddnRRDm26X RZiBR9Ety927ctdMP3Gq4kDyVDm8Fu7PfOy62z9sKrMWsYYSna6TNNW41dD3PqkCAwEAAaMz MDEwDwYDVR0TBAgwBgEB/wIBATALBgNVHQ8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgEGMA0G CSqGSIb3DQEBAgUAA4GBAMH69wLnV8oRdcacDPord0+HRRc749LB2g9YOY6ulZkDoaihOP55 mpMXC5eGOcfKaDRmu8eIRfbIDAXuvpcl7+DUbuR/nXZczn26FKKuC5/7Z1tIpWclrxlkiPZy 2CknqjcSarEoryeDGGVsje1Ank3EeKiG7OksUL+m+Q3bsKZKMIICMTCCAZoCBQKkAAABMA0G CSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3 MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 eTAeFw05NjAxMjkwMDAwMDBaFw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYD VQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA5Rm/ baNWYS2ZSHH2Z965jeu3noaACpEO+jglr0aIguVzqKCbJF0NH8xlbgyw0FaEGIeaBpsQoXPf tFg5a27B9hXVqKg/qhIGjTGsf7A01480Z4gJzRQR4k5FVmkfeAKA2txHkSm7NsljXMXg1y2H e6G3MrB7MLoqLzGq7qNn2tsCAwEAATANBgkqhkiG9w0BAQIFAAOBgQBSc7qaVdzcP4J9sJCY YiqCTHYAbiU91cIJcFcBDA93Hxih+xxgDqB1O0khQf6nXC1MQknT/yjYjOqd/skH4neCUyPe VfPORJP6+ky9yjbzW2aynsjyDF5e1KG0IQkzyjtZ/JLCOPyt2ZYk4C36oyn1M2h4TrS8n2k1 4qiYlHM7xDGCAVowggFWAgEBMHYwYjERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyAhAravaaXD1xoludy79Tiv4tMAkGBSsOAwIaBQCgfTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw05NzEwMTQwODQxNTRaMB4GCSqGSIb3 DQEJDzERMA8wDQYIKoZIhvcNAwICASgwIwYJKoZIhvcNAQkEMRYEFEFabCQAoPGPo1DcH0PT 6xoeskJ8MA0GCSqGSIb3DQEBAQUABEAItzDmFnXrsjicA8SWhfnzlmpKJZxeI9zxUSgZ9F9h QlCCVApIeCZo1DYoFIiiDIfz9eKwP9t/IdOde3bIT+MN --------------ms35BA1D88047505017731344A-- From owner-freebsd-questions Tue Oct 14 02:00:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA05484 for questions-outgoing; Tue, 14 Oct 1997 02:00:11 -0700 (PDT) (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 CAA05470 for ; Tue, 14 Oct 1997 02:00:04 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA19557; Tue, 14 Oct 1997 10:57:15 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma019555; Tue Oct 14 10:56:49 1997 Message-ID: <344333FD.327E@barcode.co.il> Date: Tue, 14 Oct 1997 10:57:33 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Carl Lin CC: freebsd-questions@FreeBSD.ORG Subject: Re: Two questions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Carl Lin wrote: > > Hi, > > I will be appreciated if any one can answer my two neophyte > questions: > > 1. How can I join the mailing list? Send a mail message to majordomo@freebsd.org with the following line in it: subscribe freebsd-questions > > 2. How can I write and run the Java applications on FreeBSD? It > means where is the SDK for Java, where is the Virtual Machine, > and where are the documents for it? In the ports collection there's a port of JDK 1.0.2, and of Kaffe, a virtual machine for Java (with JIT compiler). You may also want to take a look at http://www.csi.uottawa.ca/~kwhite/javaport.html where you can find a port of Sun's JDK 1.1.1 to FreeBSD. > > Thanks a lot > Carl > > -------------------------------------------------------- > Name: Carl Lin > E-mail: Carl Lin > Date: 10/13/97 > Time: 11:35:30 > > This message was sent by Z-Mail Pro - from NetManage > NetManage - delivers Standards Based IntraNet Solutions > -------------------------------------------------------- Nadav From owner-freebsd-questions Tue Oct 14 03:51:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA09137 for questions-outgoing; Tue, 14 Oct 1997 03:51:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from roma.neomorphic.com (roma.neomorphic.com [205.217.46.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA09128 for ; Tue, 14 Oct 1997 03:51:20 -0700 (PDT) (envelope-from dkulp@neomorphic.com) Received: from diz.pt.scruznet.com (diz.pt.scruznet.com [205.179.107.66]) by roma.neomorphic.com (8.8.6/8.8.6) with SMTP id DAA27482 for ; Tue, 14 Oct 1997 03:47:32 -0700 (PDT) Message-ID: <34434E5E.41C67EA6@neomorphic.com> Date: Tue, 14 Oct 1997 03:50:06 -0700 From: David Kulp Organization: Neomorphic Software, Inc. X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: lp0 laplink gateway? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm having troubles trying to get a machine on one side of a laplink to go route through the other side. Here's what I've got: machine1 (ip1) is a laptop with a laplink parallel cable. machine2 (ip2) is a desktop with a laplink connected to machine1 and an ethernet card connecting to a hub and ultimately to a router (ip3) that connects to the outside world. on machine1 I have: ifconfig_lp0="inet ip1 ip2 netmask 0xffffff00" defaultrouter="ip2" on machine2 I have: ifconfig_lp0="inet ip2 ip1 netmask 0xffffff00" ifconfig_de0="inet ip2 netmask 0xffffff00" defaultrouter="ip3" I'm running "routed -s" on machine2. on machine1, I can ping ip2 successfully, but i can't ping ip3. on machine2, I can ping ip1 and ip2. shouldn't ip1 be able to reach ip3 and the rest of the LAN and/or internet? can someone tell me whether I'm doing this right or wrong? I've studied the handbook, but to no avail. thanks! -david kulp. From owner-freebsd-questions Tue Oct 14 04:29:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA10481 for questions-outgoing; Tue, 14 Oct 1997 04:29:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.jrol.com ([199.203.230.130]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA10476 for ; Tue, 14 Oct 1997 04:29:15 -0700 (PDT) (envelope-from salah@jrol.com) Received: from salah.jrol.com (salah [199.203.230.194]) by mail.jrol.com (8.8.5/8.8.5) with ESMTP id NAA17155 for ; Tue, 14 Oct 1997 13:33:39 +0300 Message-ID: <34435870.B889E325@jrol.com> Date: Tue, 14 Oct 1997 13:33:04 +0200 From: Salah Sinokrot Organization: TechniLand Hardware & Software X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: class_root X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="------------1E2C8C748FA46168B62AA5EF" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------1E2C8C748FA46168B62AA5EF Content-Type: text/plain; charset=us-ascii Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Hi There, After i finished install FreeBSD on PC (P166,64mg RAM, 2GB SCSI-2 Hard drive, PS/2 Mouse) , installation went well and rebooted. The question is: I set the password for the root i got the following message : ( Oct. 14 17:22: back passwd: login_getclass: unknown class 'root' what is that mean ? Thank you --------------1E2C8C748FA46168B62AA5EF Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Salah Sinokrot Sinokrot Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Salah Sinokrot Sinokrot n: Sinokrot;Salah Sinokrot org: TechniLand Hardware & Software email;internet: salah@jrol.com title: Technical Manager x-mozilla-cpt: ;0 x-mozilla-html: FALSE end: vcard --------------1E2C8C748FA46168B62AA5EF-- From owner-freebsd-questions Tue Oct 14 05:18:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA12409 for questions-outgoing; Tue, 14 Oct 1997 05:18:30 -0700 (PDT) (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 FAA12396 for ; Tue, 14 Oct 1997 05:18:19 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id OAA20105; Tue, 14 Oct 1997 14:16:19 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma020103; Tue Oct 14 14:16:02 1997 Message-ID: <344362AE.19C2@barcode.co.il> Date: Tue, 14 Oct 1997 14:16:46 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Salah Sinokrot CC: freebsd-questions@FreeBSD.ORG Subject: Re: class_root References: <34435870.B889E325@jrol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Salah Sinokrot wrote: > > Hi There, > > After i finished install FreeBSD on PC (P166,64mg RAM, 2GB SCSI-2 Hard > drive, PS/2 Mouse) , installation went well and rebooted. > > The question is: > I set the password for the root i got the following message : > ( Oct. 14 17:22: back passwd: login_getclass: unknown class 'root' > what is that mean ? > > Thank you See the errata file for 2.2.2-RELEASE, either on the ftp site, or at: http://www.freebsd.org/releases/2.2.2R/errata.html [snip] Nadav From owner-freebsd-questions Tue Oct 14 05:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA12554 for questions-outgoing; Tue, 14 Oct 1997 05:20:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA12497 for ; Tue, 14 Oct 1997 05:19:53 -0700 (PDT) (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.5/8.8.5) with SMTP id NAA05221 for ; Tue, 14 Oct 1997 13:49:38 +0200 (SAT) Message-ID: <34435C52.794BDF32@wired.ctech.ac.za> Date: Tue, 14 Oct 1997 13:49:38 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: mounting a linux filesystem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... I've got a problem here that's pissing me off beyond believe. I've got a Linux box here I want to mount. The /etc/exports file on the Linux box exports a filesystem to "everyone". When I try to nfs mount it, I get a "ls:.:Permission denied" error. The directory I created on my fbsd box to mount the Linux box also dissapears and you cannot see it with a listing. >From the Linux box, I can mount my fbsd box without a problem. Is this a known error or am I screwing up? Thank -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Tue Oct 14 06:59:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18030 for questions-outgoing; Tue, 14 Oct 1997 06:59:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iglou1 (iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA18022 for ; Tue, 14 Oct 1997 06:59:21 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.128] by iglou1 with smtp (8.7.3/8.6.12) id 0xL7Ue-0004lP-00; Tue, 14 Oct 1997 09:58:40 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 14 Oct 1997 08:19:15 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: boia01@castor.GEL.USherb.CA, questions@freebsd.org Subject: Re: JDK 1.1.4 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Alex said: >You can also use the Linux port at: www.blackdown.org And then he wrote: >When you execute "java" or "javac", these file are actually symbolic >links to a file called ".java-wrapper". This is a shell script that >configures the environment, among other things. >The problem is that this shell script invokes a few system-related >binaries like "uname" which have different parameters on FreeBSD than on >Linux. >You can just arrange the shell script to use the proper parameters and >you won't get these anoying messages. Olaf said: >The Linux JDK from java.blackdown.org works very well with Linux emulation, >too (after tweaking bin/.java_wrapper a little). How does one go about using the linux java port? I've downloaded 1.1.3-v2 and the updater to v2-1 from blackdown. Would anyone be willing to send me a copy of their .java-wrapper? I'll try some tweaking, but shell scripting is not my strong point! Much obliged! Patrick From owner-freebsd-questions Tue Oct 14 07:59:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA21754 for questions-outgoing; Tue, 14 Oct 1997 07:59:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from viborg.cybercity.dk (www.viborgcity.dk [195.8.128.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA21733 for ; Tue, 14 Oct 1997 07:59:47 -0700 (PDT) (envelope-from web@viborg.com) Received: from server (msx-05-2-12.1033.cybercity.dk [195.8.138.173]) by viborg.cybercity.dk (8.8.5/8.8.5) with ESMTP id QAA23344 for ; Tue, 14 Oct 1997 16:15:21 GMT Message-Id: <199710141615.QAA23344@viborg.cybercity.dk> From: "Jan Kristensen" To: Subject: E-Mail To Web Date: Tue, 14 Oct 1997 17:00:54 +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=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is is posible to get a users mail in IE or NetScape or other http client.. ??? What i mean is can a user get to check the mbox from an http client not from an Mail client... Is there an CGI script that can do this..?? Regards. Jan Kristensen. ViborgNet Http://www.viborg.com http://www.viborg.net From owner-freebsd-questions Tue Oct 14 08:17:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA22967 for questions-outgoing; Tue, 14 Oct 1997 08:17:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from grapenuts.bellcore.com (grapenuts.bellcore.com [192.4.4.35]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA22960 for ; Tue, 14 Oct 1997 08:17:47 -0700 (PDT) (envelope-from ath@bellcore.com) Received: from bellcore.com (localhost [127.0.0.1]) by grapenuts.bellcore.com (8.6.9/8.6.10) with ESMTP id LAA22627; Tue, 14 Oct 1997 11:17:43 -0400 Message-Id: <199710141517.LAA22627@grapenuts.bellcore.com> In-reply-to: Gareth McCaughan's message of Mon, 13 Oct 1997 23:51:45 +0100 Cc: freebsd-questions@freebsd.org From: Andrew Heybey To: Gareth McCaughan Subject: Re: non-SCSI backup devices References: Date: Tue, 14 Oct 1997 11:17:42 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I need a backup device for my FreeBSD box. The data on it aren't >*immensely* valuable, so I don't want to be spending huge sums; > >Am I right in getting the impression that most of the startlingly >cheap recent backup devices aren't supported by FreeBSD? (This is >not a complaint; I presume the reason is that they involve nasty >proprietary protocols or something.) > >Is the Right Thing to forget about doing it on the cheap and buy >a SCSI card and a DAT drive? I just bought a computer (of my own, so I am not spending my employers money) and went through the same decision. I think that the choice is clear: the cheap tape drives are a) not well supported and b) the tapes cost an arm-and-a-leg. I saw a TR-4 with a floppy interface for ~$170, but if you buy half a dozen tapes at $25 you have almost doubled the price to $320. One of the online auction places is selling brand new Seagate DDS-1 DAT drives for about $230 or so and NCR SCSI controllers for $50-$60 (since it is an auction, it depends on how lucky you get). I took a risk and bought one of each for $240 + $70 (including $10 each for shipping). 90 meter DDS-1 tapes only cost $6 so the price (compared with the TR-4 above) for drive + controller + 6 tapes is about $340. For $20 more I got a tape drive which is better supported, runs faster and uses much cheaper media. Plus I got a SCSI controller out of the deal. The drive works fine and is faster (about 400kB/sec) than some other DDS-1 drives (the HP DDS-1s are about 180kB/sec). A 90m tape will hold 2G uncompressed. This drive does *not* do compression--use amanda. I bought the drive a week or so ago but I just checked today and www.onsale.com is still selling them now. They come with a one-year warrantee from Seagate. I haven't done extensive tests yet but a few tars and dumps/restores have worked fine. [Disclaimers & caveats: Not affiliated with onsale.com; I just gave them my credit card number and they sent me a tape drive. The NCR controller they are selling does not have a BIOS so if your motherboard BIOS doesn't have NCR support you won't be able to boot from it.] andrew From owner-freebsd-questions Tue Oct 14 08:29:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23800 for questions-outgoing; Tue, 14 Oct 1997 08:29:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ms12.hinet.net (ms12.hinet.net [168.95.4.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA23791 for ; Tue, 14 Oct 1997 08:29:31 -0700 (PDT) (envelope-from e1851@fs1.iti.cetra.org.tw) Received: from fs1.iti.cetra.org.tw ([203.67.118.23]) by ms12.hinet.net (8.8.3/8.8.3) with ESMTP id XAA14665 for ; Tue, 14 Oct 1997 23:30:03 +0800 (CST) Message-ID: <34438FC8.BF46ADF3@fs1.iti.cetra.org.tw> Date: Tue, 14 Oct 1997 23:29:12 +0800 From: e1851 X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installation problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am installing FreeBSD R-2.2.2 through FTP with a boot floppy disk, which is downloaded from the website. The computer is halted without any err message whenever I respose "Y" to the "Save the parameters before exit?" question in the visual mode of kernal configuration. The IRQ and I/O address of the network card are 100% correct. Actually, I have successfully installed it on the same machine several weeks ago. I am just doing the same thing to renew the system, but it dosen't work any more. Could you help me deal with the problem? Hubert From owner-freebsd-questions Tue Oct 14 08:42:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA24903 for questions-outgoing; Tue, 14 Oct 1997 08:42:18 -0700 (PDT) (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 IAA24894 for ; Tue, 14 Oct 1997 08:42:16 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA10372; Tue, 14 Oct 1997 08:40:35 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd010369; Tue Oct 14 15:40:29 1997 Message-ID: <34439220.446B9B3D@whistle.com> Date: Tue, 14 Oct 1997 08:39:12 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Tim Tsai CC: questions@FreeBSD.ORG, ambrisko@whistle.com Subject: Re: Virtual machine environment? References: <344253EF.345BF651@mad.scientist.com> <19971014023832.48036@futuresouth.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tim Tsai wrote: > > Just curious, but has anybody ever taken the concept of "chroot" but > extended it to all areas of the system? For example, a virtual host > would have it's own file system area, processes, IP addresses, etc. > > Tim we have done SOME of this for testing.. (using different porta ddresses in /etc/services inthe chroot area etc.) Doug Ambrisko (CC'd) can probably give more details. From owner-freebsd-questions Tue Oct 14 08:55:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25800 for questions-outgoing; Tue, 14 Oct 1997 08:55:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA25789 for ; Tue, 14 Oct 1997 08:54:58 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id KAA15164 for ; Tue, 14 Oct 1997 10:54:53 -0500 (CDT) Message-ID: <344395F8.6FDD6654@iaces.com> Date: Tue, 14 Oct 1997 10:55:36 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: TVI925 X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I found an ancient televideo 925 in our store room and tried it out. It works, well almost. getty accepts a login and spawns login, but that seems to hang. It is also stuck on 1200 baud. Anyone know how to bump it up to 9600 or 19200? It has a switch panel in back 10 switches, labeled S1(baud rate). Thanks, Paul. From owner-freebsd-questions Tue Oct 14 09:00:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26302 for questions-outgoing; Tue, 14 Oct 1997 09:00:15 -0700 (PDT) (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 JAA26285; Tue, 14 Oct 1997 09:00:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id IAA02396; Tue, 14 Oct 1997 08:59:47 -0700 (PDT) Date: Tue, 14 Oct 1997 08:59:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Rolandas Miseikis cc: "'freebsd-questions@freebsd.org'" , postmaster@FreeBSD.ORG Subject: Re: FW: Returned mail: Service unavailable In-Reply-To: <01BCD80D.79AA0010@ROLANDAS> 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, 13 Oct 1997, Rolandas Miseikis wrote: > > I'm trying to unsubscribe this mailing list, > but mail server returns messages like this: > > -----Original Message----- > From: Mail Delivery Subsystem [SMTP:MAILER-DAEMON@post.init.lt] > Sent: Monday, October 13, 1997 3:18 PM > To: rolandas@usa.net > Subject: Returned mail: Service unavailable > > The original message was received at Mon, 13 Oct 1997 16:17:39 +0300 (EET DST) > from [192.168.1.21] That's not a valid IP address.... > > ----- The following addresses had permanent fatal errors ----- > > > ----- Transcript of session follows ----- > ... while talking to hub.freebsd.org.: > >>> MAIL From: SIZE=476 > <<< 521 ... # specially processed assorted meats? yuck! > 554 ... Service unavailable Hm, it appears your mailer is attempting to add some anti-spam lettering to the From line or your site has been flagged by our mailer as a spammer. This is being cc'd to the postmaster for analysis. Doug 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 Oct 14 09:03:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26507 for questions-outgoing; Tue, 14 Oct 1997 09:03:07 -0700 (PDT) (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 JAA26480 for ; Tue, 14 Oct 1997 09:02:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02403; Tue, 14 Oct 1997 09:02:46 -0700 (PDT) Date: Tue, 14 Oct 1997 09:02:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Fwd: Kernel configured to boot off wrong dev. Please Advise.] In-Reply-To: <34433051.51570505@alphawest.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 You need to fix Netscape; it made a horrible attachment mess of your message. As a result Pine didn't quote your msg, so I hope you know what I'm talking about here. (re: can't mount root on sd1a) Try typing `1:sd(0,a)/kernel' at the Boot: prompt and see what you get. For some reason the system thinks it's hanging off of sd1 when it's really on sd0. Doug 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 Oct 14 09:08:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26988 for questions-outgoing; Tue, 14 Oct 1997 09:08:59 -0700 (PDT) (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 JAA26982 for ; Tue, 14 Oct 1997 09:08:54 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02413; Tue, 14 Oct 1997 09:08:18 -0700 (PDT) Date: Tue, 14 Oct 1997 09:08:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mohamad Rizki Suluh Adi cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting Help In-Reply-To: <3442F814.D731B74F@its.ac.id> 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, 14 Oct 1997, Mohamad Rizki Suluh Adi wrote: > We are a group of people who build a computer network base on FreeBSD > server. > Yesterday, we add a new package into our server, called sudo. After an > hour or two, > there's a problem emerge, nobody, who has an account in the server > without an exception, can log in to the system. Even root. > As far as we remembered, we didn't make any changed on the server > configuration file. > In this few days, we are planning to launch our network for public. So > we hope you can > help us solve this problem (and identify it) in a sort time. What is the error returned when you try to login? Does the system console report any errors? Looks like someone used their new-found abilities in sudo and corrupted your password file, or did something equally bad. Boot to single-user mode (type -s at the boot: prompt), mount up / read-write (mount -u /), then look for damage. I assume you modified /usr/local/etc/sudoers using `visudo' so that not just anyone could get full root access using their password? Doug 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 Oct 14 09:15:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA27390 for questions-outgoing; Tue, 14 Oct 1997 09:15:43 -0700 (PDT) (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 JAA27379 for ; Tue, 14 Oct 1997 09:15:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02424; Tue, 14 Oct 1997 09:15:26 -0700 (PDT) Date: Tue, 14 Oct 1997 09:15:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ronald P. Jensen" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help needed on install from DOS partition In-Reply-To: <01bcd794$27faa2c0$95c7f8cb@default> 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, 13 Oct 1997, Ronald P. Jensen wrote: > Thanks Doug... I figured out that "A" partitioned the drive. I am still > having one problem though. I can't get the system to boot. I installed the > system as the directions state...with the boot manager...etc. But when I get > out to try to run it..or boot it as it may. I get nothing but the original > Windows default. I looked at the hardward.txt that > is included. But I assigned the drive geometry...etc. And still no sign of > hitting F1 etc... to start OS boot up once the machine is turned on and goes > through the ususal startup. Is there another program..such as System > Commander that I need to access the FreeBSD environment? I'm looking at the original message and noticed that this is going onto a second hard disk. Sometimes the boot manager doesn't install itself to the first disk. So I think you need to do this yourself and you should be well. It's called `booteasy' and is comprised of two files, bootinst.exe and boot.bin, that reside on the tools/ directory on the FTP site or CDROM. Just grab both, boot to DOS (using a boot floppy preferably, if none is available and you're on win95 safe mode boot to command line and use the `lock' command to disable the boot sector locking) and run bootinst. Next reboot you should be able to select the second disk and from there BSD. Doug 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 Oct 14 09:30:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28303 for questions-outgoing; Tue, 14 Oct 1997 09:30:20 -0700 (PDT) (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 JAA28291 for ; Tue, 14 Oct 1997 09:30:17 -0700 (PDT) (envelope-from ambrisko@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA11571; Tue, 14 Oct 1997 09:29:55 -0700 (PDT) Received: from crab.whistle.com(207.76.205.112) via SMTP by alpo.whistle.com, id smtpd011566; Tue Oct 14 16:29:47 1997 Received: (from ambrisko@localhost) by crab.whistle.com (8.8.7/8.6.12) id JAA17642; Tue, 14 Oct 1997 09:29:41 -0700 (PDT) From: Doug Ambrisko Message-Id: <199710141629.JAA17642@crab.whistle.com> Subject: Re: Virtual machine environment? In-Reply-To: <34439220.446B9B3D@whistle.com> from Julian Elischer at "Oct 14, 97 08:39:12 am" To: julian@whistle.com (Julian Elischer) Date: Tue, 14 Oct 1997 09:29:41 -0700 (PDT) Cc: tim@futuresouth.com, 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 X-Loop: FreeBSD.org Precedence: bulk Julian Elischer writes: | Tim Tsai wrote: | > | > Just curious, but has anybody ever taken the concept of "chroot" but | > extended it to all areas of the system? For example, a virtual host | > would have it's own file system area, processes, IP addresses, etc. | | we have done SOME of this for testing.. | (using different porta ddresses in /etc/services inthe chroot area etc.) | Doug Ambrisko (CC'd) can probably give more details. Yep we did it, which was kind-of cool. They way we went about it was to make common services "well behaved", that is to bind and use ports as defined via /etc/services instead of hard-coded values. "bind" was a mis-behaving package that I patched. (I need to check to see if this is required for the 8.X stuff). Since some of this stuff is including in libc (the resolver code) I further patched ld.so to be more Solaris like in that setuid programs will honour LD_PRELOAD if the lib is in /usr/lib so I could patch without rebuilding it all. It was good for testing and I need to send to jdp. Then I made a script that renumber services in /etc/server in the chroot environment by adding an offset. With the network services allocated in a safe range of ports. Services talk to each other fine in this virtual machine. The problem is that they can't talk to other machines since the ports are all shifted up. So using Archie's divert feature of IPFW we made another user-level daemon that translated ports, basically like what natd does except instead of translating IPs it translated ports. This worked by defining a two translations in that any connection that came in through an certain IP (I used a virtual IP for each machine) got shift up if it was in the range and any outgoing connection got shifted down if it was in the range. The details get a little tricky but this is the basic idea. Then I added a patch to the procfs to be able to identify chroot'ed processes so I could "halt" a virtual machine by killing all processes in this chroot. I did this by displaying the chroot'ed base vnode as part of the status entry. I really wanted to print out the directory as ascii but I did have the knowledge to quickly do it. When I get time to do it I will submit it. Then it was a matter of removing some stuff from /etc/rc and I could boot a virtual machine via chroot /etc/rc and watch it boot. Another issue was having separate hostname reported, which I just worked around. Doug A. From owner-freebsd-questions Tue Oct 14 09:32:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28539 for questions-outgoing; Tue, 14 Oct 1997 09:32:56 -0700 (PDT) (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 JAA28534 for ; Tue, 14 Oct 1997 09:32:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02458; Tue, 14 Oct 1997 09:32:40 -0700 (PDT) Date: Tue, 14 Oct 1997 09:32:39 -0700 (PDT) From: Doug White Reply-To: Doug White To: Karsten Fleischer cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have a problem with the lpd - deamon In-Reply-To: <34428CC7.C50C0686@physik.tu-berlin.de> 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 JAA28535 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 13 Oct 1997, Karsten Fleischer wrote: > I have a strange problem with the lpd-daemon. > I have a printcap with more then one entries (I´m using apsfilter). > But all of them are connected to the same printer. To prevent chaos > I have the same lock-file, but diffrent spooling-directories for them. > If there are two different jobs the whole printerqueue > is locked. I always get a message that there is no daemon present > but ps tells me that there is still one. If I kill the running > lpd and start it again the printer continues with the next job. > but if there are two jobs in different printers it hangs again after > finishing the first one. The /var/log/lpd-errs says nothing. > My question is: > > Do you have the faintest idea what is wrong? Or is it impossible to > have more then one printcap-entry connected to a single queue? Use separate queues for the different printer types. When one is printing, the others will get `device busy' and just wait for the device to become available. The lockfiles are probably running into each other and causing deadlocks. Doug 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 Oct 14 09:35:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28724 for questions-outgoing; Tue, 14 Oct 1997 09:35:08 -0700 (PDT) (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 JAA28719 for ; Tue, 14 Oct 1997 09:35:05 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02470; Tue, 14 Oct 1997 09:35:00 -0700 (PDT) Date: Tue, 14 Oct 1997 09:34:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Wei Weng cc: freebsd-questions Subject: Re: install port collection 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, 13 Oct 1997, Wei Weng wrote: > Hi. > I have the same problem. But the things worse here is I am behind a stupid > firewall, so there is no way that i can use ftp to grab the package from > the master site directly. Is there any other way to do it? > If you can do passive FTP then try setting the environment variable FTP_PASSIVE_MODE. This will cause fetch to use passive mode instead, which can normally get past firewalls. Doug 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 Oct 14 09:38:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28960 for questions-outgoing; Tue, 14 Oct 1997 09:38:29 -0700 (PDT) (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 JAA28952 for ; Tue, 14 Oct 1997 09:38:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02477; Tue, 14 Oct 1997 09:37:05 -0700 (PDT) Date: Tue, 14 Oct 1997 09:37:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: kevinh@ctpberk.org cc: freebsd-questions@FreeBSD.ORG Subject: Re: Install Via FTP In-Reply-To: <6DFACB96363@ctpberk.org> 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, 13 Oct 1997 kevinh@ctpberk.org wrote: > I could use some help! How do I get the FreeBSD to install via FTP? > I set all the TCP info (host, domain, gateway, name server, netmask, > etc.) but it keeps coming back with unknown error. What's reported on the Alt-F2 debug console? Are you sure your Ethernet card is detected properly? what kind of card is 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 Oct 14 09:38:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28995 for questions-outgoing; Tue, 14 Oct 1997 09:38:42 -0700 (PDT) (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 JAA28984 for ; Tue, 14 Oct 1997 09:38:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02481; Tue, 14 Oct 1997 09:38:18 -0700 (PDT) Date: Tue, 14 Oct 1997 09:38:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: e1851 cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation problem In-Reply-To: <34438FC8.BF46ADF3@fs1.iti.cetra.org.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 Tue, 14 Oct 1997, e1851 wrote: > I am installing FreeBSD R-2.2.2 through FTP with a boot floppy disk, > which is downloaded from the website. The computer is halted without any > err message whenever I respose "Y" to the "Save the parameters before > exit?" question in the visual mode of kernal configuration. The IRQ and > I/O address of the network card are 100% correct. Actually, I have > successfully installed it on the same machine several weeks ago. I am > just doing the same thing to renew the system, but it dosen't work any > more. Could you help me deal with the problem? It _used_ to work? With this exact boot floppy? Did you add anything to teh system (memory, 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 Tue Oct 14 09:45:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29541 for questions-outgoing; Tue, 14 Oct 1997 09:45:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA29527 for ; Tue, 14 Oct 1997 09:45:29 -0700 (PDT) (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 MAA17414; Tue, 14 Oct 1997 12:45:10 -0400 (EDT) Date: Tue, 14 Oct 1997 12:45:09 -0400 (EDT) From: Wei Weng To: Doug White cc: freebsd-questions Subject: Re: install port collection 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 Thanks for your replying. But what is passive FTP mode? How can I know if I am using it or not? ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Tue, 14 Oct 1997, Doug White wrote: > On Mon, 13 Oct 1997, Wei Weng wrote: > > > Hi. > > I have the same problem. But the things worse here is I am behind a stupid > > firewall, so there is no way that i can use ftp to grab the package from > > the master site directly. Is there any other way to do it? > > > > If you can do passive FTP then try setting the environment variable > FTP_PASSIVE_MODE. This will cause fetch to use passive mode instead, > which can normally get past firewalls. > > Doug 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 Oct 14 09:46:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29593 for questions-outgoing; Tue, 14 Oct 1997 09:46:08 -0700 (PDT) (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 JAA29588 for ; Tue, 14 Oct 1997 09:46:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02492; Tue, 14 Oct 1997 09:45:59 -0700 (PDT) Date: Tue, 14 Oct 1997 09:45:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Rob Miracle cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing 2.2.1 problem In-Reply-To: <3.0.3.32.19971013112410.00819100@central.TanSoft.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 Mon, 13 Oct 1997, Rob Miracle wrote: > I just recieved two new pentium II-300's and I am having problems > installing FreeBSD on them. They have an Adaptec 2940 Ultra SCSI host > adapter with a 4.3gb IBM SCSI drive. It has some 3D graphics adapter and > an Intel EtherExpress 10/100+ Ethernet PCI card. > > The set up is identical to some 8 other boxes we have gotten from this > company (SAG). > > Partially through the CD install I get a message on VT-2 that says: > > sd0(ahc0:0:0): SCB 0x0 timed out while idle, LASTPHASE == 0x1, SCSISIGI == > 0x0 SCOADDR == 0x6 > sd0(ahc0:0:0): Queueing an Abort SCB Your Adaptec is going bananas. check your termination and cabling, something is making it really unhappy. Also try diasabling sync transfers or wide negotiation. You might try getting the 2.2.5 CDROM when it's released very soon or install a 2.2.5 beta from releng22.freebsd.org. > Any way, I really can't move forward to 2.2.2 and I am going to try 2.2.5 > on one of the machines to see if its something with the 300mhz and the > 2.2.1 drivers, but if 2.2.5 has the same reboot bug that 2.2.2 has, I > really can't use it. Hm :-/ Doug 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 Oct 14 09:47:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29686 for questions-outgoing; Tue, 14 Oct 1997 09:47:57 -0700 (PDT) (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 JAA29681 for ; Tue, 14 Oct 1997 09:47:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02496; Tue, 14 Oct 1997 09:47:49 -0700 (PDT) Date: Tue, 14 Oct 1997 09:47:49 -0700 (PDT) From: Doug White Reply-To: Doug White To: "User Rdkeys Robert D. Keys" cc: questions@FreeBSD.ORG Subject: Re: Is the May 19 FreeBSD Handbook being updated? In-Reply-To: <199710131542.LAA14085@seedlab1.cropsci.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 Mon, 13 Oct 1997, User Rdkeys Robert D. Keys wrote: > Kudos are in order to the FreeBSD crewe! I just did a net install via > ftp in about 15 minutes, and it worked first time, no glitches from the > latest BETA 2.2.5 tree. Very nice! A make world did out of the box, > on my lowendian 486/33 with 8 megs ram (although it took 24 hours to run). > I am truely amazed at how well FreeBSD goes relative to my other unices > (AIX, Coherent, Linux, Minix, among others). FreeBSD is such a joy..... cool :-) > Question..... is there a more recent version of the Handbook that will > be coming out with the 2.2.5 Release? If so, where can it be found? The most recent version, which is updated daily, can be found at http://www.freebsd.org/handbook/. > > Thanks, and KUDOS to the FreeBSD crewe, for a job well done! > > Bob Keys > rdkeys@seedlab1.cropsci.ncsu.edu..... eagerly awaiting 2.2.5-RELEASE..... > Me too; I'm still stuck at a pre-2.2.0 GAMMA and 2.2.5 is looking really nice. I stuck a beta on a laptop and besides some outdated PAO patches it worked like a charm, even sysinstall was happy for once :-) Doug 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 Oct 14 09:48:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29865 for questions-outgoing; Tue, 14 Oct 1997 09:48:26 -0700 (PDT) (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 JAA29832 for ; Tue, 14 Oct 1997 09:48:10 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet3.buffnet.net (shovey@buffnet3.buffnet.net [205.246.19.12]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA26366 for ; Tue, 14 Oct 1997 12:47:18 -0400 (EDT) Date: Tue, 14 Oct 1997 12:47:16 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: Good cheap 100TX card? 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 Can anyon recommend a responably priced ethernet card 10/100TX that will work with freebsd? Im having a hard time finding which cards run with supported chipsets. Thanx From owner-freebsd-questions Tue Oct 14 10:03:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01081 for questions-outgoing; Tue, 14 Oct 1997 10:03:53 -0700 (PDT) (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 KAA01067 for ; Tue, 14 Oct 1997 10:03:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02513; Tue, 14 Oct 1997 10:03:41 -0700 (PDT) Date: Tue, 14 Oct 1997 10:03:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: David Kulp cc: freebsd-questions@FreeBSD.ORG Subject: Re: lp0 laplink gateway? In-Reply-To: <34434E5E.41C67EA6@neomorphic.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, 14 Oct 1997, David Kulp wrote: > I'm having troubles trying to get a machine on one side of > a laplink to go route through the other side. Here's what I've > got: > > machine1 (ip1) is a laptop with a laplink parallel cable. > machine2 (ip2) is a desktop with a laplink connected to machine1 > and an ethernet card connecting to a hub and ultimately to a > router (ip3) that connects to the outside world. OK. I assume that all IPs are valid for your network (ie, you're not using a 10.x.x.x or 192.168.x.x IP for the laptop). > on machine1 I have: > ifconfig_lp0="inet ip1 ip2 netmask 0xffffff00" > defaultrouter="ip2" > > on machine2 I have: > ifconfig_lp0="inet ip2 ip1 netmask 0xffffff00" > ifconfig_de0="inet ip2 netmask 0xffffff00" > defaultrouter="ip3" OK. > I'm running "routed -s" on machine2. Probably not necessary. > on machine1, I can ping ip2 successfully, but i can't ping ip3. > on machine2, I can ping ip1 and ip2. > > shouldn't ip1 be able to reach ip3 and the rest of the LAN and/or > internet? You won't get anywhere to start if you haven't enabled gatewaying in /etc/rc.conf or /etc/sysconfig. I think that should be it, if machine2 and machine1 can reach one 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 Tue Oct 14 10:07:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01480 for questions-outgoing; Tue, 14 Oct 1997 10:07:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from spot.digitalmechanix.com (dialup-B024.europa.com [204.202.55.24]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01469 for ; Tue, 14 Oct 1997 10:07:38 -0700 (PDT) (envelope-from jimmy@digitalmechanix.com) Received: from dialup-B024.europa.com ([204.202.55.24]) by spot.digitalmechanix.com (Post.Office MTA v3.1 release PO205e ID# 0-0U10L2S100) with SMTP id AAA231 for ; Tue, 14 Oct 1997 10:00:13 -0700 Received: by dialup-B024.europa.com with Microsoft Mail id <01BCD887.F5ACD320@dialup-B024.europa.com>; Tue, 14 Oct 1997 10:00:11 -0700 Message-ID: <01BCD887.F5ACD320@dialup-B024.europa.com> From: "James D. Fowler" To: "'freebsd-questions@freebsd.org'" Subject: PPP Date: Tue, 14 Oct 1997 10:00:07 -0700 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 KAA01475 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having a problem setting up user ppp. I'm running 2.2.1 FreeBSD on a 486DX with 24mb ram. A local dns on the FreeBSD box. The Freebsd box configured as a gateway. I have tried to set every thing up according to the handbook for dynamic IP, but I can not utilize the connection. When invoked in Interactive mode (-alias demand)I receive a HDLC error -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 in the ppp.log when ever I try to ping anything on the connection. When invoked in -alias -auto demand it will never dial. Where am I going wrong? And what do I need to do? The ppp.log shows: Using interface: tun0 PPP started Phone: the_phone_number Chat: Carrier 14400 *Connected! Phase: Authenticate his = a_number, mine = 0 PAP: my_username (my_password) Papinput: ACK Received PAP_ACK (Login Succeeded) Phase: Network myaddr = xxx.xxx.xxx.xxx hisaddr = yyy.yyy.yyy.yyy Oslinkup: yyy.yyy.yyy.yyy (this matches hisaddr) HDLC errors -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 Thanx, jimmy James D. Fowler Digital Mechanix 8937 N. Westanna #6 Portland Or. 97203 503.285.6843 From owner-freebsd-questions Tue Oct 14 10:18:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA02544 for questions-outgoing; Tue, 14 Oct 1997 10:18:04 -0700 (PDT) (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 KAA02536 for ; Tue, 14 Oct 1997 10:17:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02527; Tue, 14 Oct 1997 10:17:18 -0700 (PDT) Date: Tue, 14 Oct 1997 10:17:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: mounting a linux filesystem In-Reply-To: <34435C52.794BDF32@wired.ctech.ac.za> 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, 14 Oct 1997, Jacques Hugo wrote: > I've got a Linux box here I want to mount. The /etc/exports > file on the Linux box exports a filesystem to "everyone". > When I try to nfs mount it, I get a "ls:.:Permission denied" > error. The directory I created on my fbsd box to mount the > Linux box also dissapears and you cannot see it with a > listing. The *mountpoint* disappears? What is the command you're using to mount the volume? Make sure you set the appropriate permissions on the mountpoint before mounting the FS. FreeBSD uses these perms to establish access to the FS. Doug 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 Oct 14 10:22:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA02887 for questions-outgoing; Tue, 14 Oct 1997 10:22:42 -0700 (PDT) (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 KAA02881 for ; Tue, 14 Oct 1997 10:22:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02534; Tue, 14 Oct 1997 10:22:30 -0700 (PDT) Date: Tue, 14 Oct 1997 10:22:30 -0700 (PDT) From: Doug White Reply-To: Doug White To: Nelson cc: support@FreeBSD.ORG Subject: Re: NATD question 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, 13 Oct 1997, Nelson wrote: > Have squid setup as a proxy (running great!) and am under the impression I > need natd to browse a Netbeui network and NT logons through the proxy. I > have 2 cards in the proxy public.inet.address.org and 192.168.0.1 for insdie > network card I have recompiled the kernel with the appropriate options, set > gateway="YES", and have created an entry in the services file per the natd > man instructions. Eh? I didn't think we had any NetBEUI server/clients for FreeBSD. or else this is a function of natd I haven't heard about. Natd is normally used to gateway an internal private TCP/IP network, using invalid IP addresses, to another TCP/IP network. Clients in the private side proxy their physical addresses on the natd host and it takes care of getting the info through. This is commonly used to allow a home network access to the Internet through a single PPP link on a FreeBSD server. Doug 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 Oct 14 10:27:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03256 for questions-outgoing; Tue, 14 Oct 1997 10:27:31 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from galois.tf.or.jp (ppp129136.asahi-net.or.jp [202.213.129.136]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03244 for ; Tue, 14 Oct 1997 10:27:20 -0700 (PDT) (envelope-from tfuruya@galois.tf.or.jp) Received: from galois.tf.or.jp (localhost [127.0.0.1]) by galois.tf.or.jp (8.7.5/8.7.3) with ESMTP id CAA07111; Wed, 15 Oct 1997 02:23:55 +0900 (JST) Message-Id: <199710141723.CAA07111@galois.tf.or.jp> To: vas@vas.tsu.tomsk.su Cc: dwhite@resnet.uoregon.edu, ht5t-fry@asahi-net.or.jp, questions@freebsd.org Reply-To: ht5t-fry@asahi-net.or.jp Subject: Re: PGP questions In-Reply-To: Your message of "Mon, 13 Oct 1997 19:31:27 +0800 (TSD)" References: <199710131131.TAA13986@vas.tsu.tomsk.su> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg="pgp-md5"; boundary="--Security_Multipart(Wed_Oct_15_02:23:39_1997)--" Date: Wed, 15 Oct 1997 02:23:55 +0900 From: Tetsuro FURUYA Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ----Security_Multipart(Wed_Oct_15_02:23:39_1997)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Victor Sudakov Subject: Re: PGP questions Date: Mon, 13 Oct 1997 19:31:27 +0800 (TSD) Message-ID: <199710131131.TAA13986@vas.tsu.tomsk.su> Reply-To: vas> Doug White wrote: vas> > On Sat, 4 Oct 1997, Victor Sudakov wrote: vas> > vas> > > Hello. vas> > > vas> > > I am using PGP from the ports collection. I am not a USA resident, so I use vas> > > the international version: vas> > > vas> > > Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. vas> > > (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 vas> > > International version - not for use in the USA. Does not use RSAREF. vas> > > vas> > > Am I going to have any problems because it does not use RSAREF? vas> > > Incompatibility or vulnerability? vas> > vas> > Not that I know of. vas> vas> What is the difference then? vas> You cannot use RSAREF encription engin because of Patent and the US government embargo on the export of RSA encription. So, you should compare pgp-263is and its preveous versions after pgp-26ui. In view of the efficiency of ecription and the biased random generator, pgp-26iu is not preferable any more, I think. To tell the truth, I donnot know which is better, pgp-262 or pgp-263. The length of the key used in pgp-262 is 2048 bits long, and randseed.bin file is refreshed whenever it is executed. On the contrary, that of pgp-263is is 1024 bits long. And the efficiency of encription is better than pgp-262. Does anybody know which is better ? _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Tetsuro FURUYA pgp key finger print = 92 24 E5 F0 FA 2E FB FF 7C A2 E9 DB AC 1B C5 67 Tetsuro FURUYA pgp key finger print = F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ----Security_Multipart(Wed_Oct_15_02:23:39_1997)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3i iQCVAwUANEOqonCpvetY1+tZAQGHngQAnHEteFReHyY0I9LNR+AU6/KtRgiD4wtO h7RlS0cByh1ysZu1XbDNh1Y7QSexCQjmX2epHrz1ufJjkEx7hskO8rCAaNRbFe1J qhyfKpUOR4oyaBdoXd1RmYn11qFhf8qZeoCDa2W4bab5HF4NE7FXLtWbrZPdZuzL psOIEv5fNNk= =OF1p -----END PGP MESSAGE----- ----Security_Multipart(Wed_Oct_15_02:23:39_1997)---- From owner-freebsd-questions Tue Oct 14 10:35:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03900 for questions-outgoing; Tue, 14 Oct 1997 10:35:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from beta.ec.camitel.com ([206.231.123.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03895 for ; Tue, 14 Oct 1997 10:35:36 -0700 (PDT) (envelope-from cfortin@beta.ec.camitel.com) Received: (from cfortin@localhost) by beta.ec.camitel.com (8.8.7/8.8.7) id NAA00355 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 13:49:13 -0400 (EDT) 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, 14 Oct 1997 12:06:11 -0400 (EDT) From: Christian Fortin To: freebsd-questions@freebsd.org Subject: Bug in 2.2.5 beta (NIS+PPP) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I received message from the NIS service on a 2.2.5-beta workstation and a 2.2.2 NIS server. The 2.2.2 NIS server say: ec:/var/yp<-' make NIS Map update started on Mar 14 oct 1997 12:10:30 EDT for domain ec Updating mail.aliases... /etc/aliases: 36 aliases, longest 762 bytes, 3341 bytes total yppush: Transfer of map mail.aliases to server beta.ec.camitel.com failed. yppush: status returned by ypxfr: Domain not supported by server Pushed mail.aliases map. NIS Map update completed. ec:/var/yp<-' And at the boot time, the 2.2.5-beta say: rpc.yppasswd:can't get name of NIS master server for domain ec the NFS work fine. but I make an ypcat aliases, I can see all my NIS aliases. But if I try to send a mail to one of my aliases, the mail comme back with an er ror. The mail cannot find the aliase. Do you know what is the problem ? I have 5 FBSD machines on my net and all work fine with NIS. ================================================================ An other problem with PPP. PPP hangup at random + bad Performance I ship this mail because I want to have some feedback from persone that use FBSD for make a Modems server. We have two net. In two different city. With different kind of modems. We use at both place a Cyclade 16y serial board.(cy0) And we use also at one site, 3 internals modems that use sio1 and sio2 ( GVC and USR ) One year ago, we used FBSD 1.1.5 at both places. On a 386-25. We have successfully install the cy0 driver in this version of FBSD. This version work with some twist and loopback in the serial cable, but it have finaly work after many days of labor. With 1.1.5, I am able to reach 4.2K/s with our ZyXel OMNI288 modem. We have make our download test with FTP and do a GET of the /kernel. I dont know if the density of the kernel have change, but if I try the same test with 2.X.X, I am only able to reach 2.2K/s a more powerfull 486DX4-100. Same problem on sio and cy0. First we have think our modem are guilty... We have chage the kind of modem... without success. We have make some check on our telephone line... But the problem occure in two different city... And the line seem to be good. In the same time we have notice an other PPP problem.... Problem with CD line of the PPP driver. Brian@freebsd.org have make a good job on this problem. The Cyclade work fine with TUN and PPPD. But for finish, this is a very bigger problem. The PPP hangup at random. Here we use 2.X.X from long time. And we have this hangup problem from long time also, but we alway say that we use a bugy Cyclade driver. with a bad CD operati on.... Brian have recently fixe the problem. But we have upgrade the other net last month. From 1.1.5 to 2.2.2+comit before 2.2.5 alpha. + place the Brian stuff. Just the day after the upgrade, our customer have start to complain about hangup that ocure at random (5 min.. 6 houres....) at any time. some time the random hangup at very short time, other time it's more long... And the problem occure on cy0 and sio devices. And we have this problem here fro m the 2.X.X on our net from one year ago in superposition of the CD problem. That's why we have not upgrade the other net one year ago, in the same time of o ur net. I am not sur about my theory, but I suspect a deep problem in the kernel of the 2.X.X. The last variable that I must isolat is the FreeBSD 2.X.X. I try to replace the FBSD to a Linux Box. Just to be sure that the problem is no t hardware. (line, modem, serial card, ram, CPU...) I will give to you more feedback when my tests are done. PS: if I check all the log, all the brodcast message.... every thing seem to happen correctly. But at the customer side of the modem, it's not an intentionnal customer hangup. I think the PPP received a SIG for han gup the line. But this SIG not come from DTR. (excuse me for my bad english... usualy I speak french!) ---------------------------------- E-Mail: Christian Fortin Date: 14-Oct-97 Heure: 12:06:11 ##############################################--------+ Electro-Conception tel:(418) 872-6641 | 3665 Croisset fax:(418) 872-9198 | Quebec,P.Q. www.ec.camitel.com/ec | G1P-1L4 | /--|<|--WM--|(--J Canada -----------------L---WM-----< \----1 --- - From owner-freebsd-questions Tue Oct 14 10:40:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04408 for questions-outgoing; Tue, 14 Oct 1997 10:40:19 -0700 (PDT) (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 KAA04398 for ; Tue, 14 Oct 1997 10:40:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02559; Tue, 14 Oct 1997 10:39:41 -0700 (PDT) Date: Tue, 14 Oct 1997 10:39:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: Enrique Krajmalnik cc: freebsd-questions@FreeBSD.ORG Subject: Re: Password protected web site In-Reply-To: <3442F836.698@illumen.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 Mon, 13 Oct 1997, Enrique Krajmalnik wrote: > I am having two problems setting up a web site with password protection. > > 1. I have added the -lcrypt option under CFLAGS to compile the htpasswd > file. It no longer reports any error messages when it compiles. However, > when I try to execute it, I get a bad command or file name message. Any > quick ideas on this? the htpasswd binary isn't in your path or you need to update your sell. Try running `rehash' or give the explicit path to the htpasswd executable. > 2. I have modified the access.conf file, created an .htaccess file in > the directory I wish to protect, and created an htpasswd file (using the > web interface at euronet). I can access the site and it will propmpt for > a username and password; it will properly authorize the user and bring > up the web page. However, it only does this the first time the page is > accessed. The browser must be exited and restarted for the pasword > prompt to reappear. I am sure there is a simple fix for this. The browser isprobably caching the page and thus doesn't have to ask the web server for the page again and go through authentication. I bet that the browser is caching the username and password too. If you cleared out the memory & disk cache you'd have to authenticate 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 Tue Oct 14 10:43:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04613 for questions-outgoing; Tue, 14 Oct 1997 10:43:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from panther.cs.ucla.edu (Panther.CS.UCLA.EDU [131.179.132.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04602 for ; Tue, 14 Oct 1997 10:43:02 -0700 (PDT) (envelope-from terzis@CS.UCLA.EDU) Received: (from terzis@localhost) by panther.cs.ucla.edu (8.8.5/UCLACS-3.0) id KAA07180 for questions@freebsd.org; Tue, 14 Oct 1997 10:43:01 -0700 (PDT) From: Andreas Terzis Message-Id: <199710141743.KAA07180@panther.cs.ucla.edu> Subject: Two FreeBSD partitions on the same (SCSI) disk To: questions@freebsd.org Date: Tue, 14 Oct 1997 10:43:01 -0700 (PDT) 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 Hi folks, I have the following problem: I used to have NT and FreeBSD (2.1.6R) on the same box. I removed NT and put FreeBSD 2.2.2R on the first partition in the place of NT. The problem is that right now Ican get, via the boot mananger, only to the 2.2.2R partition and not to the 2.1.6. Any solutions? Thanks, Andreas Terzis From owner-freebsd-questions Tue Oct 14 10:45:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04796 for questions-outgoing; Tue, 14 Oct 1997 10:45:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04767; Tue, 14 Oct 1997 10:45:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA15244; Tue, 14 Oct 1997 10:44:32 -0700 (PDT) Message-ID: <19971014104432.43167@freebsd.org> Date: Tue, 14 Oct 1997 10:44:32 -0700 From: Wolfram Schneider To: Song Lining Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ping References: <324E1C47.97F89406@public.jn.sd.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <324E1C47.97F89406@public.jn.sd.cn>; from Song Lining on Sun, Sep 29, 1996 at 02:50:47PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: > I want to write ping in java and want to find ping source code or RFC, > could anybody tell me where to get it? http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ping/ From owner-freebsd-questions Tue Oct 14 11:03:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA06447 for questions-outgoing; Tue, 14 Oct 1997 11:03:12 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from blinx.lizard.org (blinx.wms.co.uk [194.159.247.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA06436 for ; Tue, 14 Oct 1997 11:03:00 -0700 (PDT) (envelope-from darrylb@blinx.lizard.org) Received: (from darrylb@localhost) by blinx.lizard.org (8.8.5/8.7.3) id TAA17037; Tue, 14 Oct 1997 19:02:19 +0100 (BST) From: Darryl Bowler Message-Id: <199710141802.TAA17037@blinx.lizard.org> Subject: Re: Good cheap 100TX card? To: shovey@buffnet.net (Steve Hovey) Date: Tue, 14 Oct 1997 19:02:18 +0100 (BST) Cc: questions@freebsd.org In-Reply-To: from Steve Hovey at "Oct 14, 97 12:47:16 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 X-Loop: FreeBSD.org Precedence: bulk > > Can anyon recommend a responably priced ethernet card 10/100TX that will > work with freebsd? > > Im having a hard time finding which cards run with supported chipsets. > > Thanx > > I've been using a SMC 10/100 for the last 6 months, its been more than good. de0: SMC 9332 21140 [10-100Mb/s] pass 1.1 Regards Darryl -- ******************************************************************************* http://www.lizard.org/ Web Cache: www.lizard.org 3128 Tel:+44 (0)966 197371 darryl_bowler@uk.ibmmail.com Network Systems - IBM Global Networks ******************************************************************************* From owner-freebsd-questions Tue Oct 14 11:28:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA08170 for questions-outgoing; Tue, 14 Oct 1997 11:28:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA08164 for ; Tue, 14 Oct 1997 11:28:50 -0700 (PDT) (envelope-from Al.Johnson@AJC.State.Net) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id NAA10615; Tue, 14 Oct 1997 13:26:41 -0500 (CDT) Message-ID: <3443B9C1.2E12748E@AJC.State.Net> Date: Tue, 14 Oct 1997 13:28:17 -0500 From: Al Johnson Organization: Al Johnson Consulting X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: Steve Hovey CC: freebsd-questions@FreeBSD.ORG Subject: Re: Good cheap 100TX card? References: 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 got the Intel Pro 100B PCI card. I picked it up at CompUSA for about $75/US. -- Al Steve Hovey wrote: > > Can anyon recommend a responably priced ethernet card 10/100TX that will > work with freebsd? > > Im having a hard time finding which cards run with supported chipsets. > > Thanx From owner-freebsd-questions Tue Oct 14 11:41:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09087 for questions-outgoing; Tue, 14 Oct 1997 11:41:21 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from blinx.lizard.org (blinx.wms.co.uk [194.159.247.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09081; Tue, 14 Oct 1997 11:41:17 -0700 (PDT) (envelope-from darrylb@blinx.lizard.org) Received: (from darrylb@localhost) by blinx.lizard.org (8.8.5/8.7.3) id TAA17296; Tue, 14 Oct 1997 19:40:47 +0100 (BST) From: Darryl Bowler Message-Id: <199710141840.TAA17296@blinx.lizard.org> Subject: Re: ping To: wosch@FreeBSD.ORG (Wolfram Schneider) Date: Tue, 14 Oct 1997 19:40:47 +0100 (BST) Cc: questions@FreeBSD.ORG In-Reply-To: <19971014104432.43167@freebsd.org> from Wolfram Schneider at "Oct 14, 97 10:44:32 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: > > I want to write ping in java and want to find ping source code or RFC, > > could anybody tell me where to get it? > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ping/ > you probably wont find RFC directly about PING rather ICMP 0844 Who talks ICMP, too? - Survey of 18 February 1983. R. Clements. 1256 ICMP Router Discovery Messages. S. Deering. Sep-01-1991. (Format: 1788 ICMP Domain Name Messages. W. Simpson. April 1995. (Format: 1885 Internet Control Message Protocol (ICMPv6) for the Internet These are the RFC that cover this topic. You can find rfc at sunsite.doc.ic.ac.uk or at mt ftp server ftp.lizard.org that mounts sunsite. Regards Darryl -- ******************************************************************************* http://www.lizard.org/ Web Cache: www.lizard.org 3128 Tel:+44 (0)966 197371 darryl_bowler@uk.ibmmail.com Network Systems - IBM Global Networks ******************************************************************************* From owner-freebsd-questions Tue Oct 14 11:48:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09533 for questions-outgoing; Tue, 14 Oct 1997 11:48:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA09528 for ; Tue, 14 Oct 1997 11:48:24 -0700 (PDT) (envelope-from leisner@sdsp.mc.xerox.com) Received: from mailhost.sdsp.mc.xerox.com ([13.231.132.18]) by alpha.xerox.com with SMTP id <55215(1)>; Tue, 14 Oct 1997 11:47:28 PDT Received: from gnu.sdsp.mc.xerox.com (gnu.sdsp.mc.xerox.com [13.231.133.90]) by mailhost.sdsp.mc.xerox.com (8.8.5/8.8.5) with SMTP id OAA02712; Tue, 14 Oct 1997 14:46:17 -0400 (EDT) Received: by gnu.sdsp.mc.xerox.com (4.1/client-1.3) id AA00297; Tue, 14 Oct 97 14:46:15 EDT Message-Id: <9710141846.AA00297@gnu.sdsp.mc.xerox.com> To: Jacques Hugo Cc: questions@freebsd.org Subject: Re: mmx or ppro In-Reply-To: Your message of "Tue, 14 Oct 1997 00:55:12 PDT." <34432560.41C67EA6@wired.ctech.ac.za> Date: Tue, 14 Oct 1997 11:46:14 PDT From: "Marty Leisner" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <34432560.41C67EA6@wired.ctech.ac.za>, you write: >Hi there ... > >Which Intel technology, MMX or PRO, gives better performance >for fbsd. Anyone have experience on both? > My understanding is ppro gives highest performance per clock. PPro and pentium II have backside caches on a private bus, pentium does not (I think). This seems to make a substantial difference. marty From owner-freebsd-questions Tue Oct 14 12:03:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10465 for questions-outgoing; Tue, 14 Oct 1997 12:03:39 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from beta.ec.camitel.com ([206.231.123.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10456 for ; Tue, 14 Oct 1997 12:03:30 -0700 (PDT) (envelope-from cfortin@beta.ec.camitel.com) Received: (from cfortin@localhost) by beta.ec.camitel.com (8.8.7/8.8.7) id PAA00453 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 15:17:05 -0400 (EDT) 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, 14 Oct 1997 15:11:32 -0400 (EDT) From: Christian Fortin To: freebsd-questions@freebsd.org Subject: 2.2.5 beta (PPP+NIS) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Rectification about FBSD version in my precedent e-mail. In my precedent e-mail, you read 1.1.5, but it's: 2.1.5 was upgraded to 2.2.2 I see a degradation of performance + random hangup on PPP. If you check log, every thing suppose to be OK. We think the problem is deep in the kernel, we double check by making a new term inal server with Linux. ---------------------------------- E-Mail: Christian Fortin Date: 14-Oct-97 Heure: 15:11:32 ##############################################--------+ Electro-Conception tel:(418) 872-6641 | 3665 Croisset fax:(418) 872-9198 | Quebec,P.Q. www.ec.camitel.com/ec | G1P-1L4 | /--|<|--WM--|(--J Canada -----------------L---WM-----< \----1 --- - From owner-freebsd-questions Tue Oct 14 12:13:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11118 for questions-outgoing; Tue, 14 Oct 1997 12:13:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from torrent.hydro.on.ca (beck.Hydro.ON.CA [192.75.134.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA11102 for ; Tue, 14 Oct 1997 12:12:55 -0700 (PDT) (envelope-from jservice@pc-servicej-esg.rd.Hydro.ON.CA) X-Authentication-Warning: torrent: Host usenet.Hydro.ON.CA claimed to be usenet.Hydro.ON.CA Received: from pc-servicej-esg.rd.hydro.on.ca (pc-servicej-esg.RD.Hydro.ON.CA [142.7.120.123]) by usenet.Hydro.ON.CA (8.8.5/8.8.5) with ESMTP id PAA06315 for ; Tue, 14 Oct 1997 15:09:27 -0400 (EDT) Received: (from jservice@localhost) by pc-servicej-esg.rd.hydro.on.ca (8.8.5/8.8.5) id PAA21535; Tue, 14 Oct 1997 15:09:26 -0400 (EDT) Date: Tue, 14 Oct 1997 15:09:26 -0400 (EDT) Message-Id: <199710141909.PAA21535@pc-servicej-esg.rd.hydro.on.ca> From: Jim Service To: freebsd-questions@FreeBSD.ORG In-reply-to: <19970924081402.33633@poker2.northernnet.com> (message from Electric Head on Wed, 24 Sep 1997 08:14:02 +0000) Subject: Re: Fat-32 Support Reply-to: jservice@oht.hydro.on.ca Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>>> "Electric" == Electric Head writes: Electric> On Tue, Sep 23, 1997 at 09:14:12PM -0000, tnadeau@mtghouse.com wrote: >> Are there any future plans to support the FAT-32 file system >> in FreeBSD? I currently own FreeBSD 2.2.2 and run Windows95 on an alternate >> partition. However, come spring when Windows98 comes out, I would like >> to use the new Fat32 file system. I will not be able to do so if FreeBSD >> does not support this type of file system. Electric> Mtools does, methinks... I have the new OEM win95 with FAT32 and mtools reads it OK. (I did have to get the latest version of Partition Magic as the vendor had formatted the entire hard disk as one FAT32 partition and I wanted a partition for FreeBSD.) --Jim From owner-freebsd-questions Tue Oct 14 12:42:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA12506 for questions-outgoing; Tue, 14 Oct 1997 12:42:43 -0700 (PDT) (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 MAA12501 for ; Tue, 14 Oct 1997 12:42:40 -0700 (PDT) (envelope-from don@PartsNow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id FAA25503; Tue, 14 Oct 1997 05:42:16 -0700 (PDT) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from nouvelle(192.168.100.9) by cerberus.partsnow.com via smap (V2.0) id xma025499; Tue, 14 Oct 97 05:42:04 -0700 Message-ID: <3443CA23.2697@PartsNow.com> Date: Tue, 14 Oct 1997 12:38:11 -0700 From: Don Wilde Reply-To: don@PartsNow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 3.0C-E-KIT (Win16; I) MIME-Version: 1.0 To: Marty Leisner CC: Jacques Hugo , questions@FreeBSD.ORG Subject: Re: mmx or ppro References: <9710141846.AA00297@gnu.sdsp.mc.xerox.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since no software is written for MMX extensions, a PPro will work better than a Pentium/MMX, but a PentiumII will beat either, since a) it has larger caches and b) it has faster clock rates. Even if the software were compiled with MMX, only the X/graphics code would see improvement. There are very few situations where the MMX instructions are helpful, and there are some times when it could be actively harmful. MMX basically refers to the ability to use the floating-point registers to do simple adds and bit-masks to 8 bytes at a time instead of one 80-bit floating point number. 99.4% of all code doesn't fit this application. -- 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 Tue Oct 14 13:11:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13887 for questions-outgoing; Tue, 14 Oct 1997 13:11:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA13865 for ; Tue, 14 Oct 1997 13:11:35 -0700 (PDT) (envelope-from mouth@ibm.net) Received: from hot1.auctionfever.com (slip129-37-53-86.ca.us.ibm.net [129.37.53.86]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id UAA152004; Tue, 14 Oct 1997 20:11:10 GMT From: mouth@ibm.net (John Kelly) To: Andrew Heybey Cc: Gareth McCaughan , freebsd-questions@FreeBSD.ORG Subject: NCR 53C406A supported? Date: Tue, 14 Oct 1997 20:12:37 GMT Message-ID: <3443d002.4296672@smtp-gw01.ny.us.ibm.net> References: <199710141517.LAA22627@grapenuts.bellcore.com> In-Reply-To: <199710141517.LAA22627@grapenuts.bellcore.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 NAA13871 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 14 Oct 1997 11:17:42 -0400, Andrew Heybey wrote: >www.onsale.com ... The NCR controller they are selling does not > have a BIOS so if your motherboard BIOS doesn't have NCR support > you won't be able to boot from it I think I bought one of those. Is yours the Acculogic ISApport with the NCR 53C406A chip? If that's the one, what kernel options did you use to make it work with FreeBSD? John From owner-freebsd-questions Tue Oct 14 13:12:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13982 for questions-outgoing; Tue, 14 Oct 1997 13:12:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mercury.ashland.edu (mercury.ashland.edu [198.30.217.10]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA13969 for ; Tue, 14 Oct 1997 13:12:19 -0700 (PDT) (envelope-from jroberts@ashland.edu) Received: from freebsd.ashland.edu for jroberts@ashland.edu by mercury.ashland.edu (SMI-8.6/1997.05.08.16.36 ) id QAA03399; Tue, 14 Oct 1997 16:10:31 -0400 Date: Tue, 14 Oct 1997 16:16:36 -0500 (EST) From: Jeff Roberts To: FreeBSD Questions Discussion List Subject: FBSD: Lesstif, Motif, and ddd 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! On my 2.2.1-R system, I have both Lesstif 0.77 (from the dist CD) and 0.81 (from the Ports collection @ freebsd.org) installed. I can't build the Port for ddd 2.1.1, because "ddd requires Motif" (the error I get). However, the home site for ddd says that it will build with Lesstif 0.79 or later, so shouldn't 0.81 work (it's later!)? Is there anything that I can do, or perhaps, a better debugger front-end? I have the latest XEmacs and gdb. I don't really want to pay the $$$ for Motif just yet! Thanks for any advice you can give me. Jeff ______________________________________________________________________ jroberts@ashland.edu >>>> Jeff Roberts <<<< strider@acm.org Public Key = http://www.ashland.edu/~jroberts/txt/pubkey.asc Protect your privacy and freedom: http://www.libertarian.org Messages with subjects like "Hi" or "Question" will get deleted with the spam. Empty SUBJECT lines get ignored. Peace. ______________________________________________________________________ From owner-freebsd-questions Tue Oct 14 13:23:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14524 for questions-outgoing; Tue, 14 Oct 1997 13:23:10 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA14514 for ; Tue, 14 Oct 1997 13:23:06 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id PAA29731; Tue, 14 Oct 1997 15:20:16 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id PAA21117; Tue, 14 Oct 1997 15:19:44 -0500 Message-ID: <19971014151944.32673@right.PCS> Date: Tue, 14 Oct 1997 15:19:44 -0500 From: Jonathan Lemon To: don@PartsNow.com Cc: Marty Leisner , Jacques Hugo , questions@FreeBSD.ORG Subject: Re: mmx or ppro References: <9710141846.AA00297@gnu.sdsp.mc.xerox.com> <3443CA23.2697@PartsNow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <3443CA23.2697@PartsNow.com>; from Don Wilde on Oct 10, 1997 at 12:38:11PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 12:38:11PM -0700, Don Wilde wrote: > Since no software is written for MMX extensions, a PPro will work better > than a Pentium/MMX, but a PentiumII will beat either, since a) it has > larger caches and b) it has faster clock rates. Even if the software I thought we went over this before? A PPro has a lower clock rate than the P-II (all you overclockers can sit down for the moment), but it's L2 cache is twice the speed of a P-II, which makes a significant difference, depending on the workload involved. Besides, (according the the Microprocessor Report) Intel also makes a PPro with a 1MB 2-Lvl cache. That isn't exactly what I would call small. (or cheap, for that matter). -- Jonathan From owner-freebsd-questions Tue Oct 14 13:26:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14704 for questions-outgoing; Tue, 14 Oct 1997 13:26:31 -0700 (PDT) (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 NAA14696 for ; Tue, 14 Oct 1997 13:26:25 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (ts3port8d.masternet.it [194.184.65.175]) by www.giovannelli.it (8.8.7/8.8.5) with ESMTP id KAA00277 for ; Fri, 20 Jun 1997 10:37:27 +0200 (MET DST) Message-ID: <3443F202.B5817B2@giovannelli.it> Date: Tue, 14 Oct 1997 22:28:18 +0000 From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: time results : how compare ??? 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 compiled world twice with different cpu... how can I interpret the time (builtin tcsh) results ? Pentium 233mmx 5338.408u 1121.528s 2:09:24.49 85.7% 796+935k 51920+12714io 11107pf+0w (Amd k6 233mmx) 4535.91u 1309.740s 1:55:47.44 1% 735+882k 52356+127852io 11103pf+0w  I can say the second is faster than the first, but there are some strange values , i.e. the % value... What do this numbers say, else ? From owner-freebsd-questions Tue Oct 14 13:51:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA16333 for questions-outgoing; Tue, 14 Oct 1997 13:51:21 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from spiv.fnal.gov (spiv.fnal.gov [131.225.124.126]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA16326 for ; Tue, 14 Oct 1997 13:51:16 -0700 (PDT) (envelope-from neswold@spiv.fnal.gov) Received: from localhost (neswold@localhost) by spiv.fnal.gov (8.8.5/8.8.5) with SMTP id PAA17853; Tue, 14 Oct 1997 15:51:05 -0500 (CDT) Date: Tue, 14 Oct 1997 15:51:04 -0500 (CDT) From: "Richard M. Neswold" Reply-To: neswold@fnal.gov To: Jeff Roberts cc: FreeBSD Questions Discussion List Subject: Re: FBSD: Lesstif, Motif, and ddd 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, 14 Oct 1997, Jeff Roberts wrote: > I can't build the Port for ddd 2.1.1, because "ddd requires Motif" (the > error I get). However, the home site for ddd says that it will build with > Lesstif 0.79 or later, so shouldn't 0.81 work (it's later!)? If you have Lesstif installed, edit /etc/make.conf. Uncomment the line that says "#HAVE_MOTIF=YES" . Rich ------------------------------------------------------------------------ Richard Neswold, Accelerator Div./Controls Dept | neswold@fnal.gov Fermilab, PO Box 500, MS 347, Batavia, IL 60510 | voice (630) 840-3454 'finger neswold@aduxb.fnal.gov' for PGP key | fax (630) 840-3093 From owner-freebsd-questions Tue Oct 14 13:59:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA16784 for questions-outgoing; Tue, 14 Oct 1997 13:59:43 -0700 (PDT) (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 NAA16778 for ; Tue, 14 Oct 1997 13:59:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA02721; Tue, 14 Oct 1997 13:59:37 -0700 (PDT) Date: Tue, 14 Oct 1997 13:59:37 -0700 (PDT) From: Doug White Reply-To: Doug White To: Christian Fortin cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.5 beta (PPP+NIS) 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, 14 Oct 1997, Christian Fortin wrote: > Rectification about FBSD version in my precedent e-mail. > > In my precedent e-mail, you read 1.1.5, but it's: > > 2.1.5 was upgraded to 2.2.2 > > I see a degradation of performance + random hangup on PPP. > If you check log, every thing suppose to be OK. You might try upgrading your PPP. See http://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 Oct 14 14:00:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA16868 for questions-outgoing; Tue, 14 Oct 1997 14:00:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gate.leissner.se (gate.leissner.se [193.45.192.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA16863 for ; Tue, 14 Oct 1997 14:00:16 -0700 (PDT) (envelope-from pol@leissner.se) Received: from leissner.se (uucp@localhost) by gate.leissner.se (8.8.5/8.8.4) with UUCP id VAA25014 for freebsd.org!questions; Tue, 14 Oct 1997 21:00:04 GMT Received: from lda.leissner.se by lda.leissner.se id aa20289; 14 Oct 97 22:59 SST Message-Id: <3.0.32.19971014225951.006fa424@lda> X-Sender: pol@lda X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 14 Oct 1997 22:59:52 +0200 To: questions@freebsd.org From: Peter Olsson Subject: Need MIME-capable mailclient that can be run from inside a script Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We are having problems with a customer who uses GroupWise as receiving mailserver for mails that are automatically generated by a webpage on a FreeBSD-server. International characters are only handled right if the mail is MIME-coded. So we need a mailclient that can create MIME-coded mails and can be run from within a cgi-script. Any ideas? Thanks for your time! Peter Olsson pol@leissner.se ----------------------------------------------------------------- Peter Olsson Email: pol@leissner.se Leissner Data AB Telnr: 0520 - 490 511 direkt Box 912 Telnr: 0520 - 200 00 v{xel S-461 29 TROLLH[TTAN Faxnr: 0520 - 200 89 From owner-freebsd-questions Tue Oct 14 14:03:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA17015 for questions-outgoing; Tue, 14 Oct 1997 14:03:28 -0700 (PDT) (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 OAA17010 for ; Tue, 14 Oct 1997 14:03:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA02728; Tue, 14 Oct 1997 14:03:22 -0700 (PDT) Date: Tue, 14 Oct 1997 14:03:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jeff Roberts cc: FreeBSD Questions Discussion List Subject: Re: FBSD: Lesstif, Motif, and ddd 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, 14 Oct 1997, Jeff Roberts wrote: > Greetings! > > On my 2.2.1-R system, I have both Lesstif 0.77 (from the dist CD) and 0.81 > (from the Ports collection @ freebsd.org) installed. I can't build the > Port for ddd > 2.1.1, because "ddd requires Motif" (the error I get). However, the home > site for ddd says that it will build with Lesstif 0.79 or later, so > shouldn't 0.81 work (it's later!)? Is there anything that I can do, or > perhaps, a better debugger front-end? I have the latest XEmacs and gdb. you probably need to set HAVE_MOTIF in /etc/make.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 Oct 14 14:24:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18137 for questions-outgoing; Tue, 14 Oct 1997 14:24:42 -0700 (PDT) (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 OAA18129 for ; Tue, 14 Oct 1997 14:24:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA02751; Tue, 14 Oct 1997 14:24:33 -0700 (PDT) Date: Tue, 14 Oct 1997 14:24:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Wei Weng cc: freebsd-questions Subject: Re: install port collection 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, 14 Oct 1997, Wei Weng wrote: > Thanks for your replying. But what is passive FTP mode? How can I know if > I am using it or not? I don't know how pssive FTP works, but it connects in a different fashion that doesn't upset firewalls as much. You're using it if you have the environment variable FTP_PASSIVE_MODE set or if you have it set in Netscape, or if you can't use ftp without special flags. Doug 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 Oct 14 14:29:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18452 for questions-outgoing; Tue, 14 Oct 1997 14:29:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chain.freebsd.os.org.za (mK1IgGcSSeD8sXNmlLGdlvRFLVZyQ1ZK@chain.iafrica.com [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA18441 for ; Tue, 14 Oct 1997 14:29:20 -0700 (PDT) (envelope-from khetan@chain.iafrica.com) Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.8.7/8.8.7) with SMTP id XAA12728; Tue, 14 Oct 1997 23:28:18 +0200 (SAT) Date: Tue, 14 Oct 1997 23:28:18 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: Jan Kristensen cc: freebsd-questions@FreeBSD.ORG Subject: Re: E-Mail To Web In-Reply-To: <199710141615.QAA23344@viborg.cybercity.dk> 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, 14 Oct 1997, Jan Kristensen wrote: >What i mean is can a user get to check the mbox from an http client not >from an Mail client... Is there an CGI script that can do this..?? Yes. I'm using something from http://www.econ.cbs.dk/people/ecvejrum/www-mail.html, behind a ApacheSSL server. It means that it's a bit more secure, and there's no a) plain text mail or b) plain text usernames/passwords floating around. --- Khetan Gajjar - whois kg1779 | khetan@iafrica.com or khetan@os.org.za http://chain.iafrica.com/~khetan | PGPKey : finger khetan@chain.iafrica.com UUNET Internet Africa Support | FreeBSD enthusiast-www2.za.freebsd.org Unix is user friendly; it's just selective about who it calls a friend! From owner-freebsd-questions Tue Oct 14 14:45:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA19732 for questions-outgoing; Tue, 14 Oct 1997 14:45:57 -0700 (PDT) (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 OAA19722 for ; Tue, 14 Oct 1997 14:45:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA02812; Tue, 14 Oct 1997 14:45:47 -0700 (PDT) Date: Tue, 14 Oct 1997 14:45:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: "James D. Fowler" cc: "'freebsd-questions@freebsd.org'" Subject: Re: PPP In-Reply-To: <01BCD887.F5ACD320@dialup-B024.europa.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, 14 Oct 1997, James D. Fowler wrote: > I'm having a problem setting up user ppp. > I'm running 2.2.1 FreeBSD on a 486DX with 24mb ram. > A local dns on the FreeBSD box. > The Freebsd box configured as a gateway. > > I have tried to set every thing up according to the handbook for dynamic > IP, but I can not utilize the connection. > > When invoked in Interactive mode (-alias demand)I receive a HDLC error > -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 in the ppp.log when ever I try to > ping anything on the connection. I assume that you're connected when you try this. > When invoked in -alias -auto demand it will never dial. Where am I going > wrong? And what do I need to do? you need to set ifaddr; see http://www.freebsd.org/tutorials/ppp/ for details. > myaddr = xxx.xxx.xxx.xxx hisaddr = yyy.yyy.yyy.yyy > Oslinkup: yyy.yyy.yyy.yyy (this matches hisaddr) > HDLC errors -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 You may need to run `add 0 0 HISADDR' after you connect. Doug 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 Oct 14 14:54:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20256 for questions-outgoing; Tue, 14 Oct 1997 14:54:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mailgate.greenhills.co.uk (mailgate.greenhills.co.uk [195.11.194.180]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA20251 for ; Tue, 14 Oct 1997 14:54:06 -0700 (PDT) (envelope-from mak@greenhills.co.uk) Received: (qmail 15041 invoked by uid 982); 14 Oct 1997 21:51:38 -0000 Message-ID: <19971014225138.48057@webcrawler.com> Date: Tue, 14 Oct 1997 22:51:38 +0100 From: Martijn Koster To: Doug White Cc: Wei Weng , freebsd-questions Subject: Re: install port collection References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Doug White on Tue, Oct 14, 1997 at 02:24:33PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 02:24:33PM -0700, Doug White wrote: > On Tue, 14 Oct 1997, Wei Weng wrote: > > > Thanks for your replying. But what is passive FTP mode? How can I know if > > I am using it or not? > > I don't know how pssive FTP works, but it connects in a different fashion > that doesn't upset firewalls as much. With a normal connection, the client opens a command channel to the FTP server, creates a local port, then asks the server to open a connection back to the local port, to actually transfer the data. The second connection is the bit firewalls don't like, because it is backwards from outside in. With passive FTP, the client command channel to the FTP server, asks _it_ to create a port and tell the client what it is, so the client can then connect to it. Because both connections go forward from inside to out, the firewall is OK about it. For more details see the "Building Internet Firewalls" O'Reilly book, or of course the RFC. -- Martijn Koster, m.koster@pobox.com From owner-freebsd-questions Tue Oct 14 14:58:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20494 for questions-outgoing; Tue, 14 Oct 1997 14:58:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.97.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA20485 for ; Tue, 14 Oct 1997 14:58:53 -0700 (PDT) (envelope-from leifn@swimsuit.roskildebc.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id XAA14847 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 23:56:27 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA01830; 14 Oct 97 22:04:19 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 14 Oct 97 14:16:35 +0100 Subject: class_root Message-ID: <0fe_9710142204@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 Somebody should write a filter, which screens the messages written to this list, and if it contained words like "class_root", "Greg Shergold" or "Good Times", the messages wouldn't enter the list, but get an autoreply. This reply could contain a ticket-number, which should be quoted, if you _really_ wanted to ask this question... Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Tue Oct 14 14:59:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20519 for questions-outgoing; Tue, 14 Oct 1997 14:59:02 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.97.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA20492 for ; Tue, 14 Oct 1997 14:58:55 -0700 (PDT) (envelope-from leifn@swimsuit.roskildebc.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id XAA14846 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 23:56:27 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA01829; 14 Oct 97 22:04:19 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 14 Oct 97 14:06:27 +0100 Subject: boot-manager control Message-ID: <0fd_9710142204@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 I have a pc, which I need to run both dos and fbsd. Is it possible to alter the default system, the machine boots with, instead of "press F1 for Dos, F3 for FreeBSD", so I have to be around? I want to from a cronjob say "set_next_boot_to dos", then reboot. Then from dos, I can't run fbsdboot, because of some resident drivers. So there I want to from an event do "set_next_boot_to freebsd" Well, that could be arranged by clever moving of conflict.sys and autoexec.bat, and then doing fbsdboot... But as said: can the default startup-system from the booteasy be controlled from fbsd and/or dos? Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Tue Oct 14 15:02:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20741 for questions-outgoing; Tue, 14 Oct 1997 15:02:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20732 for ; Tue, 14 Oct 1997 15:02:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id RAA01854; Tue, 14 Oct 1997 17:01:44 -0500 (CDT) Message-ID: <19971014170144.24978@emsphone.com> Date: Tue, 14 Oct 1997 17:01:44 -0500 From: Dan Nelson To: Peter Olsson Cc: questions@FreeBSD.ORG Subject: Re: Need MIME-capable mailclient that can be run from inside a script References: <3.0.32.19971014225951.006fa424@lda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.32.19971014225951.006fa424@lda>; from "Peter Olsson" on Tue Oct 14 22:59:52 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Oct 14), Peter Olsson said: > We are having problems with a customer who uses GroupWise as > receiving mailserver for mails that are automatically generated > by a webpage on a FreeBSD-server. > > International characters are only handled right if the mail is > MIME-coded. > > So we need a mailclient that can create MIME-coded mails and > can be run from within a cgi-script. > > Any ideas? mutt (in ports) can send MIME messages and attachments in batch mode, and should also be able to set the correct MIME charset type. -Dan Nelson dnelson@emsphone.com From owner-freebsd-questions Tue Oct 14 15:11:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21133 for questions-outgoing; Tue, 14 Oct 1997 15:11:14 -0700 (PDT) (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 PAA21122 for ; Tue, 14 Oct 1997 15:11:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA02837; Tue, 14 Oct 1997 15:10:35 -0700 (PDT) Date: Tue, 14 Oct 1997 15:10:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: Nick Popoff cc: questions@FreeBSD.ORG Subject: Re: Problems with Packages 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, 13 Oct 1997, Nick Popoff wrote: > Hiya. I'm having a problem adding packages to my new 2.2.2 FreeBSD > installation via the net. I've tried using /stand/sysinstall, plus > "make"ing the specific packages I'm trying to get (bash, pine). Either > way, when it's almost finished downloading the archive, or just after it > finishes downloading, I get a page fault, and FreeBSD reboots. Wierd. Do you get random programs dying with signal 11? You may have some bad memory modules or processor cache. That or some device connected to IRQ 7 is corrupting memory. I've hada quickcam generate panics when I exited X, which causes spurious IRQ 7's on my mainboard. Doug 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 Oct 14 15:15:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21419 for questions-outgoing; Tue, 14 Oct 1997 15:15:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ns2.yahoo.com (ns2.yahoo.com [205.216.162.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA21410 for ; Tue, 14 Oct 1997 15:15:18 -0700 (PDT) (envelope-from filo@yahoo.com) Received: (from filo@localhost) by ns2.yahoo.com (8.8.5/8.6.12) id PAA21605; Tue, 14 Oct 1997 15:14:47 -0700 (PDT) Date: Tue, 14 Oct 1997 15:14:47 -0700 (PDT) Message-Id: <199710142214.PAA21605@ns2.yahoo.com> From: David Filo To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD on Intel's AL440LX Board Reply-To: filo@yahoo-inc.com Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Has anyone been successful in getting FreeBSD running on the Intel AL440LX motherboard? We've tried both 2.1 and 3.0 and both have problems. Booting from floppy works fine, but booting from the scsi drive (after install) either gives "read error" in 2.1 or no message at all under 3.0 immediately following the normal bios stuff. Seems to be something related to the MBR since it will boot fine from the drive at the floppy boot prompt (i.e. sd(0,1)kernel with floppy boot). In both cases the hard drive was formatted to not use slices (dedicate entire drive to FreeBSD), so no boot manager is being used. Bios setting for the motherboard and adaptec are normal (i.e. similar settings on other combos have worked fine). In addition various bios changes were made with no effect. Basically have run out of things to try. Any ideas, or things to try? dmesg output (with 3.0) is: Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-971012-SNAP #0: Sun Oct 12 09:37:38 GMT 1997 root@make.ican.net:/usr/src/sys/compile/GENERIC CPU: Pentium Pro (299.94-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Stepping=3 Features=0x80f9ff real memory = 268435456 (262144K bytes) avail memory = 260206592 (254108K bytes) Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x01 int d irq 11 on pci0.7.2 chip4: rev 0x01 on pci0.7.3 ahc0: rev 0x00 int a irq 10 on pci0.13.0 ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs ahc0: waiting for scsi devices to settle scbus0 at ahc0 bus 0 sd0 at scbus0 target 1 lun 0 sd0: type 0 fixed SCSI 2 sd0: Direct-Access 4339MB (8887200 512 byte sectors) fxp0: rev 0x02 int a irq 15 on pci0.14.0 fxp0: Ethernet address 00:a0:c9:70:05:2d vga0: rev 0xd3 int a irq 9 on pci0.15.0 Probing for devices on PCI bus 1: Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 not found at 0x2f8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface 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 changing root device to sd0a From owner-freebsd-questions Tue Oct 14 15:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21798 for questions-outgoing; Tue, 14 Oct 1997 15:20:06 -0700 (PDT) (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 PAA21719 for ; Tue, 14 Oct 1997 15:20:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA02853; Tue, 14 Oct 1997 15:19:52 -0700 (PDT) Date: Tue, 14 Oct 1997 15:19:52 -0700 (PDT) From: Doug White Reply-To: Doug White To: Christoph Kukulies cc: freebsd-questions@freefall.FreeBSD.org Subject: Re: screensaver, xdm, X In-Reply-To: <199710131051.MAA01469@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, 13 Oct 1997, Christoph Kukulies wrote: > I want to have a screensaver running which already acts on > the xdm login prompter screen? on the mach64 and other servers, you can enable the power-saver option. This will use the VESA power signaling to turn off your display after N minutes. This works from the xlogin screen too so it's a universally handy option. I think there is a script that starts every time the x server is restarted, .Xinit or something. That may be a good target to add xscreensaver. Doug 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 Oct 14 15:22:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21901 for questions-outgoing; Tue, 14 Oct 1997 15:22:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from beta.ec.camitel.com ([206.231.123.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA21896 for ; Tue, 14 Oct 1997 15:22:04 -0700 (PDT) (envelope-from cfortin@beta.ec.camitel.com) Received: (from cfortin@localhost) by beta.ec.camitel.com (8.8.7/8.8.7) id SAA00640; Tue, 14 Oct 1997 18:35:36 -0400 (EDT) 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: Tue, 14 Oct 1997 18:33:59 -0400 (EDT) From: Christian Fortin To: Doug White Subject: Re: 2.2.5 beta (PPP+NIS) Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We are at the latest version of the ppp from brian. We suspect the FBSD kernel. we try a linux box just for double check if the same hardware work fine witj Lin ux. On 14-Oct-97 Doug White wrote: >On Tue, 14 Oct 1997, Christian Fortin wrote: > >> Rectification about FBSD version in my precedent e-mail. >> >> In my precedent e-mail, you read 1.1.5, but it's: >> >> 2.1.5 was upgraded to 2.2.2 >> >> I see a degradation of performance + random hangup on PPP. >> If you check log, every thing suppose to be OK. > >You might try upgrading your PPP. See http://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 > > ---------------------------------- E-Mail: Christian Fortin Date: 14-Oct-97 Heure: 18:34:03 ##############################################--------+ Electro-Conception tel:(418) 872-6641 | 3665 Croisset fax:(418) 872-9198 | Quebec,P.Q. www.ec.camitel.com/ec | G1P-1L4 | /--|<|--WM--|(--J Canada -----------------L---WM-----< \----1 --- - From owner-freebsd-questions Tue Oct 14 15:23:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22018 for questions-outgoing; Tue, 14 Oct 1997 15:23:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from forest.fscinternet.com (forest.fscinternet.com [204.50.138.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22011 for ; Tue, 14 Oct 1997 15:23:31 -0700 (PDT) (envelope-from rreiner@forest.fscinternet.com) Received: from eclipse.fscinternet.com (eclipse.fscinternet.com [204.50.138.100]) by forest.fscinternet.com (8.8.5/8.8.5) with SMTP id SAA17256 for ; Tue, 14 Oct 1997 18:00:35 -0400 (EDT) Message-Id: <199710142200.SAA17256@forest.fscinternet.com> Comments: Authenticated sender is From: "Richard Reiner" Organization: FSC Internet To: questions@FreeBSD.ORG Date: Tue, 14 Oct 1997 18:24:04 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Full Duplex iwith de0 driver? Reply-to: rreiner@fscinternet.com Priority: normal In-reply-to: <199710142202.PAA20750@hub.freebsd.org> X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How do I enable full duplex support using the DEC 21140 (de) driver? Is there support for this at all? If so, when did it go into the code tree? Thx, R. -- . . . . . . . . . . . . . . . . . . . . . . . . . . . Richard Reiner, Ph.D. . rreiner@fscinternet.com ~~~~~~~~~~~~~~~~~~~~~ . http://www.fscinternet.com FSC Internet . +1 416 921-4280 . . . . . . . . . . . . . . . . . . . . . . . . . . . From owner-freebsd-questions Tue Oct 14 15:38:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA23135 for questions-outgoing; Tue, 14 Oct 1997 15:38:14 -0700 (PDT) (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 PAA23129 for ; Tue, 14 Oct 1997 15:38:10 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id PAA11019 for ; Tue, 14 Oct 1997 15:31:58 -0700 (PDT) Date: Tue, 14 Oct 1997 15:31:57 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@freebsd.org Subject: linux_lib version? 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 reinstalled StarOffice (it claimed to have expired) and it says it needs a version of linux_lib 2.4 or greater (or whatever)-- is there a way to determine which version of linux_lib I've got installed? Thanks-- Annelise From owner-freebsd-questions Tue Oct 14 15:53:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA23758 for questions-outgoing; Tue, 14 Oct 1997 15:53:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lgc.lgc.com (lgc.lgc.com [134.132.1.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA23752 for ; Tue, 14 Oct 1997 15:52:56 -0700 (PDT) (envelope-from rsnow@lgc.com) Received: from oasis.zycor.lgc.com by lgc.lgc.com (5.65b/lgc.%I%) id AA07542; Tue, 14 Oct 97 17:53:19 -0500 Received: from dympna (watcher.lgc.com) by oasis.zycor.lgc.com (4.1/lgc.1.20) id AA08853; Tue, 14 Oct 97 17:52:23 CDT Date: Tue, 14 Oct 1997 17:53:18 -0500 (CDT) From: Rob Snow X-Sender: rsnow@dympna To: freebsd-questions@freebsd.org Subject: Adaptec 2902, is it new? supported? 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 at a Computer City this weekend and saw an Adaptec 2902 for $69 bucks. It's a PCI SCSI controller with a nice price. I looked at the box and it appears that the picture on the front shows a 78[6-7]x chip on it. A quick search of the archvies doesn't turn anything up of interest. Is it close enough to be supported by ahc? Any experiences or attempts to use this critter? ______________________________________________________________________ Rob Snow rsnow@lgc.com Manager Unix Development Support Phone: 281.560.1072 From owner-freebsd-questions Tue Oct 14 15:56:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA24049 for questions-outgoing; Tue, 14 Oct 1997 15:56:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lsmarso.dialup.access.net (lsmarso@lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA24036 for ; Tue, 14 Oct 1997 15:56:35 -0700 (PDT) (envelope-from lsmarso@lsmarso.dialup.access.net) Received: (from lsmarso@localhost) by lsmarso.dialup.access.net (8.8.5/8.8.5) id SAA09209 for freebsd-questions@freebsd.org; Tue, 14 Oct 1997 18:52:23 -0400 (EDT) Message-ID: <19971014185216.51061@panix.com> Date: Tue, 14 Oct 1997 18:52:16 -0400 From: "Larry S. Marso" To: freebsd-questions@freebsd.org Subject: reprogramming "win95" key Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How do I reprogram a Windows95 key on my laptop to act as the Cntrl key? -- Larry S. Marso lsmarso@panix.com From owner-freebsd-questions Tue Oct 14 16:00:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA24270 for questions-outgoing; Tue, 14 Oct 1997 16:00:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ren.globecomm.net (ren.globecomm.net [207.51.48.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA24257 for ; Tue, 14 Oct 1997 16:00:11 -0700 (PDT) (envelope-from Rand_alThor@mindless.com) Received: from mindless.com (cshfh0-dial06.worldbank.org [204.192.249.206]) by ren.globecomm.net (8.8.7/8.8.0) with ESMTP id SAA18547 for ; Tue, 14 Oct 1997 18:59:53 -0400 (EDT) Message-ID: <3443F93E.77C4592F@mindless.com> Date: Tue, 14 Oct 1997 18:59:11 -0400 From: The Dragon Reborn X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD and WinNT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is it possible to install FreeBSD through Windows NT 4.0 Workstation with NTFS? If so, how would i do this as I do not have a true MS-DOS mode to work in. Any info on this would be helpful, thanks -- - HavynX- - Havyn- - Havyn, kashmier- - Ravyn, Mazrim- -Robert E. Lee High School- -703.569.9234- From owner-freebsd-questions Tue Oct 14 16:28:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA25735 for questions-outgoing; Tue, 14 Oct 1997 16:28:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA25724 for ; Tue, 14 Oct 1997 16:28:30 -0700 (PDT) (envelope-from alec@d2si.com) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id SAA05582; Tue, 14 Oct 1997 18:27:52 -0500 (CDT) From: Alec Kloss Message-Id: <199710142327.SAA05582@d2si.com> Subject: Re: x11 app that configures keyboard In-Reply-To: <19971012203554.65118@panix.com> from "Larry S. Marso" at "Oct 12, 97 08:35:54 pm" To: lsmarso@panix.com (Larry S. Marso) Date: Tue, 14 Oct 1997 18:27:52 -0500 (CDT) Cc: bmc@WillsCreek.COM, 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 Larry S. Marso said: > Yes, thanks, that's it. However, the xkeycaps utility is blind where win95 > specialty keys are concerned. I'd like to put them to use in FreeBSD. The > xev utility gives me some of the information I'd need, I suppose. Is there > any more illuminating documentation (beyond the man files) for xmodmap > that would assist me in writing an appropriate xmodmap file? Or could > anyone volunteer their tailored xmodmap file? Thank you. > > -- > Larry S. Marso > lsmarso@panix.com > > xmodmap(1) really isn't that hard to use---here's a little shell script I worked out to remap the Window keys to Escape and the menu key to backspace: #!/bin/sh xmodmap -e 'keycode 115 = Escape' xmodmap -e 'keycode 116 = BackSpace' xmodmap -e 'keycode 117 = Escape' xmodmap -pke prints the current mapping in expressions which should give you plenty of examples. The keycodes may change on different equipment so you should check them with xev(1). I'd guess that your FreeBSD/intel system acts just like mine, but a Linux/intel system probably would be different. From owner-freebsd-questions Tue Oct 14 16:37:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA26239 for questions-outgoing; Tue, 14 Oct 1997 16:37:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA26229 for ; Tue, 14 Oct 1997 16:37:35 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from panke.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by mail.cs.tu-berlin.de (8.8.6/8.8.7) with ESMTP id BAA18234; Wed, 15 Oct 1997 01:32:31 +0200 (MET DST) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id BAA01776; Wed, 15 Oct 1997 01:30:42 +0200 (MET DST) To: "User Rdkeys Robert D. Keys" Cc: dwhite@resnet.uoregon.edu, questions@freebsd.org, Greg Lehey Subject: Re: Missing manual chapters? References: <199710132049.QAA15829@seedlab1.cropsci.ncsu.edu> From: Wolfram Schneider Date: 15 Oct 1997 01:30:35 +0200 In-Reply-To: "User Rdkeys Robert D. Keys"'s message of Mon, 13 Oct 1997 16:49:25 -0400 (EDT) Message-ID: Lines: 28 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "User Rdkeys Robert D. Keys" writes: > > > > Why are the PSD, SMM, and USD missing chapters? (in /usr/share/doc) > > > > > > They're AT&T copyright. To quote from the O'Reilly edition of SMM: > > > > > > SMM: 15, 16 1nd 17 are copyright 1979, AT&T Bell Laboratories > > > Incorporated. Document SMM: 14 is a modification of an earlier > > > document that is copyrighted 1979 by AT&T Bell Laboratories > > > Incorporated... > > > > > > You can get them all in the printed version, but it's not worth the > > > trouble. They're pretty out-of-date. There are all (including the encumbered chapters) available as troff sources at ftp://ftp.funet.fi/pub/doc/unix/ > and the postscript versions of the DWB docs were on AT&T's library at: > > netlib.att.com/netlib/att/cs/cstr AT&T is dead. Try netlib.bell-labs.com -> Computing Sciences Research Center -> Papers/Technical Reports. Some papers are really funny, e.g. Rob Pike explain how to write a Window System in some hundreds lines C code ;-) -- Wolfram Schneider http://www.apfel.de/~wosch/ From owner-freebsd-questions Tue Oct 14 16:52:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27159 for questions-outgoing; Tue, 14 Oct 1997 16:52:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA27126 for ; Tue, 14 Oct 1997 16:51:47 -0700 (PDT) (envelope-from alec@d2si.com) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id SAA05949; Tue, 14 Oct 1997 18:51:36 -0500 (CDT) From: Alec Kloss Message-Id: <199710142351.SAA05949@d2si.com> Subject: Re: reprogramming "win95" key In-Reply-To: <19971014185216.51061@panix.com> from "Larry S. Marso" at "Oct 14, 97 06:52:16 pm" To: lsmarso@panix.com (Larry S. Marso) Date: Tue, 14 Oct 1997 18:51:36 -0500 (CDT) Cc: 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 Larry S. Marso said: > How do I reprogram a Windows95 key on my laptop to act as the Cntrl key? > > -- > Larry S. Marso > lsmarso@panix.com > I'll assume that you are running X. You'll have to figure out what it's keycode is. Use xev(1) to find out. Run xev and tap the key. You should get about four lines of text including what the keycode is. Then, try xmodmap - << DONE keycode xxx = Control_L add control = Control_L DONE Where xxx is the keycode. If the key is on the right hand side of the keyboard, you should probably use Control_R instead of Control_L. All the other Control keys should still work. From owner-freebsd-questions Tue Oct 14 17:04:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28046 for questions-outgoing; Tue, 14 Oct 1997 17:04:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gw.research.megasoft.com (gw.research.megasoft.com [206.230.35.93]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA28029 for ; Tue, 14 Oct 1997 17:03:59 -0700 (PDT) (envelope-from cmcurtin@hawking.research.megasoft.com) Received: from hawking.research.megasoft.com (hawking.research.megasoft.com [192.168.2.2]) by gw.research.megasoft.com (8.8.5/8.8.5) with ESMTP id UAA26348; Tue, 14 Oct 1997 20:09:15 -0400 (EDT) Received: (from cmcurtin@localhost) by hawking.research.megasoft.com (8.8.5/8.8.5) id UAA21167; Tue, 14 Oct 1997 20:04:09 -0400 (EDT) Date: Tue, 14 Oct 1997 20:04:09 -0400 (EDT) Message-Id: <199710150004.UAA21167@hawking.research.megasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 From: C Matthew Curtin To: Doug White Cc: osmosis@c-zone.net, freebsd-questions@FreeBSD.ORG Subject: Re: shirts? In-Reply-To: References: <34349147.49D8@c-zone.net> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid X-Face: "&>g(&eGr?u^F:nFihL%BsyS1[tCqG7}I2rGk4{aKJ5I_5A\*6RYn4"N.`1pPF9LO!Fa<(gj:12)?=uP2l01e10Gij"7j&-)torL^iBrNf\s7PDLm=rf[PjxtSbZ{J(@@j"q2/iV9^Mx>>>> "Doug" == Doug White writes: Doug> We already have FreeBSD T-shirts, available from Walnut Creek. Doug> They're fashionable enough without catchphrases (although Doug> Release the Daemon sounds pretty good if it hasn't been used). My friend Mark Horton (of BSD fame, not to be confused with the late Mark Horton of Linux fame) has a T-shirt that says "Free the 4.3BSD Dæmon" with the AT&T logo pierced with the dæmon's pictchfork. That's particularly funny, because Mark's at Bell Labs. The first time I saw the shirt was before AT&T blew up and it said "AT&T" on our badges...) -- Matt Curtin Chief Scientist Megasoft Online cmcurtin@research.megasoft.com http://www.research.megasoft.com/people/cmcurtin/ I speak only for myself Keywords: Crypto Security Privacy Unix Internet Perl Java Death-to-spam From owner-freebsd-questions Tue Oct 14 17:04:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28123 for questions-outgoing; Tue, 14 Oct 1997 17:04:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA28096 for ; Tue, 14 Oct 1997 17:04:33 -0700 (PDT) (envelope-from jemstone@ifx.net) Received: from ip106.ifx.net (ip106.ifx.net [206.25.218.106]) by home.ifx.net (8.8.5/8.8.5) with SMTP id TAA14916; Tue, 14 Oct 1997 19:41:05 -0400 (EDT) Received: by ip106.ifx.net with Microsoft Mail id <01BCD8DC.14DC06E0@ip106.ifx.net>; Tue, 14 Oct 1997 20:02:21 -0400 Message-ID: <01BCD8DC.14DC06E0@ip106.ifx.net> From: "James E. Marker" To: "'Greg Lehey'" Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: RE: No Ether.... Date: Tue, 14 Oct 1997 20:00:33 -0400 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 RAA28117 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Fixed it! When I turn off "ifconfig de0 -link2" the link2 I get a message that says enableing 10baseT port, and when I turn it back on "ifconfig de0 link2" I get a message that says enableing 100BaseTX port. Everything works good now. Thanks!! Jim... -----Original Message----- From: Greg Lehey [SMTP:grog@lemis.com] Sent: Monday, October 13, 1997 9:40 PM To: James E. Marker Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: No Ether.... On Mon, Oct 13, 1997 at 09:34:36PM -0400, James E. Marker wrote: > On Sun, Oct 12, 1997 at 10:30:43PM +0100, Jim Marker wrote: >> I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just >> added a LinkSys Etherfast 100Base-TX card to it. It is configured as >> follows: >> >> de0: flags=c843 mtu 1500 >> inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 >> ether 00:40:05:36:b4:bf >> >> The hub sees the card and the card's leds say it is working at 10baseT >> speed (which is what everything else is). >> >> The problem is that I can't get out to any other computers on my local >> ethernet, and I can't ping to 192.168.1.4 from any other computer on the >> local ethernet. I can of course ping 192.168.1.4 and localhost from >> 192.168.1.4. >> >> What is the c843 after flags mean? All my other machines say 8843. > > It's LINK2. Is this maybe the problem? I've had a look at the man > page and the source, but neither say what LINK2 does. Try turning it > off and see if things work. > How do I turn off LINK2? I have no idea. # ifconfig de0 -link2 The - is turn off. Without it, you turn it on. Greg From owner-freebsd-questions Tue Oct 14 17:06:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28313 for questions-outgoing; Tue, 14 Oct 1997 17:06:33 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA28305 for ; Tue, 14 Oct 1997 17:06:29 -0700 (PDT) (envelope-from jemstone@ifx.net) Received: from ip106.ifx.net (ip106.ifx.net [206.25.218.106]) by home.ifx.net (8.8.5/8.8.5) with SMTP id TAA14954; Tue, 14 Oct 1997 19:42:32 -0400 (EDT) Received: by ip106.ifx.net with Microsoft Mail id <01BCD8DC.49469B20@ip106.ifx.net>; Tue, 14 Oct 1997 20:03:49 -0400 Message-ID: <01BCD8DC.49469B20@ip106.ifx.net> From: "James E. Marker" To: "'Al Johnson'" , Steve Hovey Cc: "freebsd-questions@FreeBSD.ORG" Subject: RE: Good cheap 100TX card? Date: Tue, 14 Oct 1997 20:03:44 -0400 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'm using a 100BaseTX card by LinkSys. It was $59 from Computer City Express. Runs as de0. Steve Hovey wrote: > > Can anyon recommend a responably priced ethernet card 10/100TX that will > work with freebsd? > > Im having a hard time finding which cards run with supported chipsets. > > Thanx From owner-freebsd-questions Tue Oct 14 17:20:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29223 for questions-outgoing; Tue, 14 Oct 1997 17:20:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA29218 for ; Tue, 14 Oct 1997 17:20:27 -0700 (PDT) (envelope-from deischen@iworks.InterWorks.org) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id TAA17027; Tue, 14 Oct 1997 19:20:27 -0500 (CDT) Message-Id: <199710150020.TAA17027@iworks.InterWorks.org> Date: Tue, 14 Oct 1997 19:20:27 -0500 (CDT) From: "Daniel M. Eischen" To: freebsd-questions@FreeBSD.ORG, rsnow@lgc.com Subject: Re: Adaptec 2902, is it new? supported? Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I was at a Computer City this weekend and saw an Adaptec 2902 for $69 > bucks. It's a PCI SCSI controller with a nice price. I looked at the box > and it appears that the picture on the front shows a 78[6-7]x chip on it. > > A quick search of the archvies doesn't turn anything up of interest. > > Is it close enough to be supported by ahc? Any experiences or attempts to > use this critter? Hmm, perhaps it's similar to the 2910B??? The 2910B will work under FreeBSD; it is a 7850-based controller that doesn't come with a BIOS, but with a DOS-based tool for setting the serial EEPROM. If the 2902 is similarly based on the 78xx chipsets, it should work, but perhaps a few quick hacks to add new PCI device IDs to sys/pci/aic7870.c. Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-questions Tue Oct 14 17:27:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29634 for questions-outgoing; Tue, 14 Oct 1997 17:27:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA29629 for ; Tue, 14 Oct 1997 17:27:51 -0700 (PDT) (envelope-from Carey.Nairn@ccd.tas.gov.au) Received: from carey.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.5/8.8.5) with SMTP id LAA06888 for ; Wed, 15 Oct 1997 11:26:41 +1100 (EST) Message-Id: <3.0.32.19971015112430.006efb3c@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 11:24:30 +1100 To: questions@freebsd.org From: Carey Nairn Subject: Spontaneous reboots with 2.2.1-R Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Chaps, we are having spontaneous reboot problems with our second squid proxy server since performing a hardware upgrade last weekend. The machine is running 2.2.1-R and has been without fault since it was installed a few months ago. The specs are as follows: P200 192MB RAM SOYO SY-5BT5 motherboard Adaptec 2940U SCSI controller 1x2GB Seagate SCSI HDD 3x4GB Seagate SCSI HDD (in a ccd) The upgrade involved adding 64MB RAM and one of the 4GB disks. In addition to this we changed the squid cache from individual 4GB filesystems to a striped (ccd) 12GB filesystem. Could this be a manifestation of the ahc driver bug and if so, can I just patch the 2.2.1 kernel with the new ahc driver files rather than doing an upgrade? If I can patch the kernel, which files do I need to get? Thanks in advance, Carey Nairn From owner-freebsd-questions Tue Oct 14 17:37:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00315 for questions-outgoing; Tue, 14 Oct 1997 17:37:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from endeavor.flash.net (endeavor.flash.net [209.30.0.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00308 for ; Tue, 14 Oct 1997 17:37:28 -0700 (PDT) (envelope-from hai@flash.net) Received: from default (lash6-225.flash.net [209.30.75.225]) by endeavor.flash.net (8.8.5/8.8.5) with SMTP id TAA17977 for ; Tue, 14 Oct 1997 19:37:20 -0500 (CDT) Message-ID: <3443AF05.25A8@flash.net> Date: Tue, 14 Oct 1997 17:42:29 +0000 From: "Hai T. Le" Organization: Northrop Grumman X-Mailer: Mozilla 3.03Gold (Win95; U) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: [Fwd: Re: HELP] Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Return-Path: Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by centurion.flash.net (8.8.5/8.8.5) with ESMTP id CAA29088 for ; Tue, 14 Oct 1997 02:00:38 -0500 (CDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id AAA21176 for ; Tue, 14 Oct 1997 00:00:36 -0700 (PDT) To: "Hai T. Le" Subject: Re: HELP In-reply-to: Your message of "Mon, 13 Oct 1997 20:41:18 -0000." <3442876E.9E4@flash.net> Date: Tue, 14 Oct 1997 00:00:35 -0700 Message-ID: <21172.876812435@time.cdrom.com> From: "Jordan K. Hubbard" Actually, this email address is used for reporting problems to the FAQ and only reaches two people. What you want is the freebsd-questions@freebsd.org mailing list. Thanks! > This is a multi-part message in MIME format. > > --------------286D37C53B25 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Hi: > > I recently purchased the Complete FreeBSD Handbook with release version > 2.2.2 (just my luck since you guys just released another version). > Anyway I am extremely happy with my current setup, except one thing: I > CANNOT GET FREEBSD TO DIALOUT TO MY ISP!!! > > I am so frustrated. I've got everything working except for this (cdrom, > dos partition, X sever). I looked at your online handbook, your FAQ, > and even susbcribed to (sorry) Linux newsgroups to try to get help. My > problem is that after setting up every thing stated in the handbook, I > would type 'ppp' and then 'dial provider', I would get a 'attempt 1 of > 1' message, but that's it. Everything just freezes. The same thing > happens when I type 'ppp' and 'term'. > > I also tried minicom to attempt to have it dial out, but I just get > numerous re-tries. I try to put up my phone line to see if the modem > had been initialized, but I still had a dialtone. > > I included the ppp.conf file that I simply copied from your example > ppp.conf.sample, and made changes to my ISP and stuff. I don't believe > that that is the problem, however. I simply don't think that my FreeBSD > can find my modem. > > I would appreciate any help you can give me. I am very happy with the > support you have given me thus far. Oh, and if you need any other > information or files, please let me know..... > > > -- Hai T. Le > > --------------286D37C53B25 > Content-Type: text/plain; charset=us-ascii; name="ppp_conf.con" > Content-Transfer-Encoding: 7bit > Content-Disposition: inline; filename="ppp_conf.con" > > ################################################################# > # > # PPP Sample Configuration File > # > # Written by Toshiharu OHNO > # > # $Id: ppp.conf.sample,v 1.5.2.6 1997/05/12 14:08:52 brian Exp $ > # > ################################################################# > > # Default setup. Always executed when PPP is invoked. > # > default: > set device /dev/cuaa1 > set speed 115200 > disable lqr > deny lqr > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dAT DT\\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. > # > provider: > set phone 5240526 > set login "TIMEOUT 5 login:-\\r-login: hai word: 31273 ocol: ppp" > set timeout 120 > > # Multi-phone example > # > multiphone: > set phone 12345678:12345679:12345670:12345671 > set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp" > > # 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 5240526 > set login "TIMEOUT 5 login:-\\r-login: hai word: 31273" > deny pap > accept chap > # enable chap > set authname MySystemName > set authkey OurSecretKey > > # Speaking PAP is like speaking CHAP > # > papsite: > set phone 5240526 > set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" > deny chap > accept pap > # enable pap > set authname MyUserName > set authkey MyPassword > > # 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 5240526 > set login "TIMEOUT 5 login:-\\r-login: hai word: 31273" > set timeout 120 > set ifaddr 192.244.185.226 192.244.176.44 255.255.255.0 > add 0 0 192.244.176.44 > > # Another on demand example > # If the peer assigns us an arbitrary IP and we can't predict what their > # IP will be either, take a wild guess at an some IPs that you can't > # currently route to. Ensure that the "delete" and "add" lines are also > # present in ppp.linkup so that when we connect, things will be put straight . > # Note that it is illegal to use HISADDR here - HISADDR is only available > # in ppp.linkup (after the value has been established). > # > # The /0 bit says that we insist on 0 bits of the specified IP actually > # being correct, therefore, the other side can assign any IP numbers. > # > # We also set openmode active - this makes us initiate ppp negotiation. > # The default is to wait for the server to start talking. > # > pmdemand: > set phone 1234567 > set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" > set timeout 120 > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 > delete ALL > add 0 0 10.0.0.2 > set openmode active > > # Examples to connect using a null-modem cable from one machine to another. > # The important thing here is to allow the lqr packets on both sides. > # Without them enabled, we can't tell if the line's dropped - there > # should always be carrier on a direct connection. > # Here, the server sends lqr's every 10 seconds and quits if three in a > # row fail. > # > # Make sure you don't have "deny lqr" in your default: on the client ! > # > direct-client: > set dial "" > set line /dev/cuaa0 > set sp 115200 > set timeout 900 > set debug Phase Chat LQM > set login "TIMEOUT 5 -\\r-login:-\\r-login: ppp word: ppp HELLO" > set ifaddr 10.0.4.2 10.0.4.1 > add 10.0.4.2 255.255.255.255 127.0.0.1 > > direct-server: > set timeout 900 10 3 > set debug Phase LQM > set ifaddr 10.0.4.1 10.0.4.2 > add 10.0.4.1 255.255.255.255 127.0.0.1 > > # Example to validate incoming user with CHAP > # Invoke as ``ppp -direct users'' from login script. User's system name > # and secret-key must be registered into /etc/ppp.secret. > # IP address assigned to peer is registered in ppp.secret, then that > # value is used and value in ``ifaddr'' command has no effect. > # > users: > disable pap > enable chap > enable proxy > set authname ppp-server > set ifaddr 192.244.176.44 292.244.184.31 > > # Example of Callback Request > # > # Here, we assume that peer will hangup the line and initiates a callback > # after successful authentication. We simply use chat script capability > # and wait for a "NO CARRIER" response from our modem. > # > # $ ppp callback > # > callback: > set phone 0312345678 > set login "ABORT NO\\sCARRIER TIMEOUT 5 login:-\\r-login: MyName word: MySec ret TIMEOUT 20 DUMMY" > set debug phase chat > dial > quit > > # Example for PPP/TELNET and PPP/TCP. Read doc for further details > # > ppptelnet: > set escape 0xff > > ppptcp: > set device 192.244.191.33:2400 > > --------------286D37C53B25-- > From owner-freebsd-questions Tue Oct 14 17:40:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00531 for questions-outgoing; Tue, 14 Oct 1997 17:40:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00522 for ; Tue, 14 Oct 1997 17:40:52 -0700 (PDT) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.7/8.7.3) id DAA23585; Wed, 15 Oct 1997 03:40:41 +0300 (EEST) Date: Wed, 15 Oct 1997 03:40:41 +0300 (EEST) Message-Id: <199710150040.DAA23585@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: rreiner@fscinternet.com Cc: questions@FreeBSD.ORG Subject: Full Duplex iwith de0 driver? In-Reply-To: <199710142200.SAA17256@forest.fscinternet.com> References: <199710142202.PAA20750@hub.freebsd.org> <199710142200.SAA17256@forest.fscinternet.com> X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Richard Reiner writes: > How do I enable full duplex support using the DEC 21140 (de) driver? > > Is there support for this at all? If so, when did it go into the > code tree? > I recently figured out that it was introduced fairly lately into 2.2-stable. In order to see what your card supports do: ifconfig -m de0 If ifconfig complains about the syntax, you need newer OS. Pete From owner-freebsd-questions Tue Oct 14 18:01:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA01584 for questions-outgoing; Tue, 14 Oct 1997 18:01:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bc.mountain.net (root@BC.Mountain.Net [198.77.1.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA01578 for ; Tue, 14 Oct 1997 18:01:39 -0700 (PDT) (envelope-from alouden@access.mountain.net) Received: from access.mountain.net (xy01-2.eve.net [198.77.21.22]) by bc.mountain.net (8.8.5/8.8.5) with ESMTP id UAA13621 for ; Tue, 14 Oct 1997 20:59:20 -0400 (EDT) Message-ID: <34441546.43628ECF@access.mountain.net> Date: Tue, 14 Oct 1997 20:58:46 -0400 From: Allen Louden X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: questions@freeBSD.org Subject: QT install errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello All, I attempted to install qt this evening via ftp and got the following error messages; qapp_x11.cpp:43: X11/Xlib.h: No such file or directory qapp_x11.cpp:44: X11/Xutil.h: No such file or directory qapp_x11.cpp:45: X11/Xos.h: No such file or directory qapp_x11.cpp:46: X11/Xatom.h: No such file or directory qapp_x11.cpp:2206: X11/keysymdef.h: No such file or directory gmake[2]: *** [qapp_x11.o] Error 1 gake[2]: Leaving directory `/usr/home/al/pub/FreeBSD/FreeBSD-current/ports/x11/ qt/work/qt-1.2/src/kernel' gmake[1]: *** [kernel] Error 2 gmake[1]: Leaving directory `/usr/home/al/pub/FreeBSD/FreeBSD-current/ports/x11/ qt/work/qt-1.2/src' gmake: *** [src] Error 2 I understand that it is not finding certain files, but how do I correct this. I have had the same problem when trying to install enlightenment, lesstiff, kde, etc. Thanks, Allen From owner-freebsd-questions Tue Oct 14 18:36:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA03587 for questions-outgoing; Tue, 14 Oct 1997 18:36:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from scruz.net (nic.scruz.net [165.227.1.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA03579 for ; Tue, 14 Oct 1997 18:36:08 -0700 (PDT) (envelope-from dkulp@diz.pt.scruznet.com) Received: from diz.pt.scruznet.com (diz.pt.scruznet.com [205.179.107.66]) by scruz.net (8.8.5/1.34) with ESMTP id SAA09757; Tue, 14 Oct 1997 18:36:01 -0700 (PDT) Received: (from dkulp@localhost) by diz.pt.scruznet.com (8.8.5/8.7.3) id SAA00288; Tue, 14 Oct 1997 18:34:55 -0700 (PDT) Date: Tue, 14 Oct 1997 18:34:55 -0700 (PDT) Message-Id: <199710150134.SAA00288@diz.pt.scruznet.com> From: David Kulp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Doug White Cc: David Kulp , freebsd-questions@FreeBSD.ORG Subject: Re: lp0 laplink gateway? In-Reply-To: References: <34434E5E.41C67EA6@neomorphic.com> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks, Doug. You were right, I was missing the gateway=YES line in my /etc/sysconfig, but it didn't solve the problem just the same. I turned off routed per your comment, and so far no success. All the ip's are in my subnet. To be concrete, here is the netstat, ifconfig, route, and ping results. If someone has the patience to look at this, I'd appreciate any feedback. m1 (205.179.170.68) is trying to connect to m3 (205.179.170.65) via m2 (205.179.170.66): m1 > ifconfig -a lp0: flags=8851 mtu 1500 inet 205.179.170.68 --> 205.179.170.66 netmask 0xffffff00 tun0: flags=8010 mtu 1500 ppp0: flags=8010 mtu 1500 ppp1: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ds0: flags=8008 mtu 65532 m1 > netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 205.179.170.66 UGSc 1 16 lp0 127.0.0.1 127.0.0.1 UH 0 80 lo0 205.179.170.66 205.179.170.68 UH 1 3 lp0 205.179.170.68 127.0.0.1 UH 0 0 lo0 AppleTalk: Destination Gateway Flags Refs Use Netif Expire m1 > route -n get 205.179.170.65 route to: 205.179.170.65 destination: default mask: default gateway: 205.179.170.66 interface: lp0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 16384 16384 0 0 0 0 1500 0 m1 > ping 205.179.170.66 PING 205.179.170.66 (205.179.170.66): 56 data bytes 64 bytes from 205.179.170.66: icmp_seq=0 ttl=255 time=2.146 ms ...etc... m1 > ping 205.179.170.65 PING 205.179.170.65 (205.179.170.65): 56 data bytes --- 205.179.170.65 ping statistics --- 8 packets transmitted, 0 packets received, 100% packet loss [fails] m2 > ifconfig -a de0: flags=8843 mtu 1500 inet 205.179.170.66 netmask 0xfffffff8 broadcast 205.179.170.71 ether 00:00:c0:48:9f:f2 lp0: flags=8851 mtu 1500 inet 205.179.170.66 --> 205.179.170.68 netmask 0xffffff00 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 m2 > netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 205.179.170.65 UGSc 2 0 de0 127.0.0.1 127.0.0.1 UH 0 0 lo0 205.179.170.64/29 link#1 UC 0 0 205.179.170.65 0:c0:7b:4e:a2:6d UHLW 4 22 de0 916 205.179.170.68 205.179.170.66 UH 1 69 lp0 m2 > ping 205.179.170.68 PING 205.179.170.68 (205.179.170.68): 56 data bytes 64 bytes from 205.179.170.68: icmp_seq=0 ttl=255 time=1.937 ms ...etc... m2 > ping 205.179.170.65 PING 205.179.170.65 (205.179.170.65): 56 data bytes 64 bytes from 205.179.170.65: icmp_seq=0 ttl=64 time=6.126 ms ...etc... anyone have any ideas? thanks very much! -david kulp. Doug White writes: > On Tue, 14 Oct 1997, David Kulp wrote: > > > I'm having troubles trying to get a machine on one side of > > a laplink to go route through the other side. Here's what I've > > got: > > > > machine1 (ip1) is a laptop with a laplink parallel cable. > > machine2 (ip2) is a desktop with a laplink connected to machine1 > > and an ethernet card connecting to a hub and ultimately to a > > router (ip3) that connects to the outside world. > > OK. I assume that all IPs are valid for your network (ie, you're not > using a 10.x.x.x or 192.168.x.x IP for the laptop). > correct. > > on machine1 I have: > > ifconfig_lp0="inet ip1 ip2 netmask 0xffffff00" > > defaultrouter="ip2" > > > > on machine2 I have: > > ifconfig_lp0="inet ip2 ip1 netmask 0xffffff00" > > ifconfig_de0="inet ip2 netmask 0xffffff00" > > defaultrouter="ip3" > > OK. > > > I'm running "routed -s" on machine2. > > Probably not necessary. > ok, i've removed that. actually, after enabling the middle machine as a gateway, I tried it without, then started routed, and tried again, to no avail. > > on machine1, I can ping ip2 successfully, but i can't ping ip3. > > on machine2, I can ping ip1 and ip2. > > > > shouldn't ip1 be able to reach ip3 and the rest of the LAN and/or > > internet? > > You won't get anywhere to start if you haven't enabled gatewaying in > /etc/rc.conf or /etc/sysconfig. I think that should be it, if machine2 > and machine1 can reach one another. > From owner-freebsd-questions Tue Oct 14 18:52:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04380 for questions-outgoing; Tue, 14 Oct 1997 18:52:06 -0700 (PDT) (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 SAA04334 for ; Tue, 14 Oct 1997 18:51:44 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA07756; Wed, 15 Oct 1997 02:46:16 +0100 (BST) Message-Id: <199710150146.CAA07756@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: "James D. Fowler" cc: "'freebsd-questions@freebsd.org'" Subject: Re: PPP In-reply-to: Your message of "Tue, 14 Oct 1997 10:00:07 PDT." <01BCD887.F5ACD320@dialup-B024.europa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Oct 1997 02:46:15 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I'm having a problem setting up user ppp. > I'm running 2.2.1 FreeBSD on a 486DX with 24mb ram. > A local dns on the FreeBSD box. > The Freebsd box configured as a gateway. > > I have tried to set every thing up according to the handbook for dynamic IP, but I can not utilize the connection. > > When invoked in Interactive mode (-alias demand)I receive a HDLC error -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 in the ppp.log when ever I try to ping anything on the connection. > > When invoked in -alias -auto demand it will never dial. Where am I going wrong? And what do I need to do? > > The ppp.log shows: > > Using interface: tun0 > PPP started > Phone: the_phone_number > Chat: Carrier 14400 > *Connected! > Phase: Authenticate > his = a_number, mine = 0 > PAP: my_username (my_password) > Papinput: ACK > Received PAP_ACK (Login Succeeded) > Phase: Network > myaddr = xxx.xxx.xxx.xxx hisaddr = yyy.yyy.yyy.yyy > Oslinkup: yyy.yyy.yyy.yyy (this matches hisaddr) > HDLC errors -> FCS: 1 ADDR: 0 COMD: 0 PROTO: 0 This sounds like a compression dis-agreement (if you get a framing error with every ping). Try disabling compression: disable vjcomp deny vjcomp disable pred1 deny pred1 If this solves your problem, get the latest ppp from http://www.freebsd.org/~brian and remove the above lines from your config. Things should be dandy. If you still have problems, check out the FAQ on http://www.freebsd.org/FAQ/FAQ.html - section 10.7 If you drop me a line with your logs, I'll see what I can do. > Thanx, > jimmy > > James D. Fowler > > Digital Mechanix > 8937 N. Westanna #6 > Portland Or. 97203 > 503.285.6843 Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Oct 14 18:52:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04420 for questions-outgoing; Tue, 14 Oct 1997 18:52:21 -0700 (PDT) (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 SAA04349 for ; Tue, 14 Oct 1997 18:51:56 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA07700; Wed, 15 Oct 1997 02:32:19 +0100 (BST) Message-Id: <199710150132.CAA07700@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: David Petrou cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trouble installing FreeBSD over PPP In-reply-to: Your message of "Mon, 13 Oct 1997 22:45:26 EDT." <199710140246.TAA14413@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Oct 1997 02:32:19 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm having a hard time installing the 10-21 FreeBSD SNAP over ppp. It > seems to connect to the ftp.freebsd.org fine, but I'm getting > throughput of less than 100 bytes per second (yes, bytes). My modem > is connected to my gateway at 28.8k. This is not a network congestion > problem because I get much higher throughput if I attach my modem to > my linux box and try transferring files from the freebsd ftp server. I'm not sure what the 10-21 snap is, but if it's from between October 6 & 12, it's been fixed now. You should be able to dodge the problem (if you can't get a later snap) with "disable vjcomp" and "deny vjcomp" before dialing. > Any ideas? > > David > > P.S.: On another note, sometimes if I abort an operation (ctrl-c) when > installing FreeBSD (for instance, if I get tired of watching a 100 > byte per second install), the screen goes completely blue and a few > moments later the install dies with a signal 11. Hmm, shouldn't do. A ^c in ppp should just close the connection. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Oct 14 18:52:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04471 for questions-outgoing; Tue, 14 Oct 1997 18:52:43 -0700 (PDT) (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 SAA04453 for ; Tue, 14 Oct 1997 18:52:36 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA07733; Wed, 15 Oct 1997 02:40:45 +0100 (BST) Message-Id: <199710150140.CAA07733@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Christian Fortin cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bug in 2.2.5 beta (NIS+PPP) In-reply-to: Your message of "Tue, 14 Oct 1997 12:06:11 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Oct 1997 02:40:45 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [.....] > In the same time we have notice an other PPP problem.... > Problem with CD line of the PPP driver. > Brian@freebsd.org have make a good job on this problem. > The Cyclade work fine with TUN and PPPD. That's now fixed. You can get the latest ppp from http://www.freebsd.org/~brian > But for finish, this is a very bigger problem. > The PPP hangup at random. > > Here we use 2.X.X from long time. And we have this hangup problem from long time > also, but we alway say that we use a bugy Cyclade driver. with a bad CD operati > on.... Brian have recently fixe the problem. > > But we have upgrade the other net last month. > From 1.1.5 to 2.2.2+comit before 2.2.5 alpha. + place the Brian stuff. > > Just the day after the upgrade, our customer have start to complain about hangup > that ocure at random (5 min.. 6 houres....) at any time. > some time the random hangup at very short time, other time it's more long... > And the problem occure on cy0 and sio devices. And we have this problem here fro > m the 2.X.X on our net from one year ago in superposition of the CD problem. > That's why we have not upgrade the other net one year ago, in the same time of o > ur net. > > I am not sur about my theory, but I suspect a deep problem in the kernel of the > 2.X.X. > The last variable that I must isolat is the FreeBSD 2.X.X. > > I try to replace the FBSD to a Linux Box. Just to be sure that the problem is no > t hardware. (line, modem, serial card, ram, CPU...) I will give to you more > feedback when my tests are done. > > PS: if I check all the log, all the brodcast message.... every thing seem to > happen correctly. But at the customer side of the modem, > it's not an intentionnal customer hangup. I think the PPP received a SIG for han > gup the line. But this SIG not come from DTR. > > (excuse me for my bad english... usualy I speak french!) I'd suggest getting the latest ppp (url is above). If your problems don't disappear, check out the FAQ on http://www.freebsd.org/FAQ/FAQ.html - section 10.7. Drop me a line with the relevent logs and we should be able to figure out what's going awry.... > ---------------------------------- > E-Mail: Christian Fortin > Date: 14-Oct-97 > Heure: 12:06:11 > ##############################################--------+ > Electro-Conception tel:(418) 872-6641 | > 3665 Croisset fax:(418) 872-9198 | > Quebec,P.Q. www.ec.camitel.com/ec | > G1P-1L4 | /--|<|--WM--|(--J > Canada -----------------L---WM-----< > \----1 > --- > - -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Oct 14 18:54:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA04633 for questions-outgoing; Tue, 14 Oct 1997 18:54:12 -0700 (PDT) (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 SAA04613 for ; Tue, 14 Oct 1997 18:54:06 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA07538; Wed, 15 Oct 1997 02:09:07 +0100 (BST) Message-Id: <199710150109.CAA07538@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Dean Hollister cc: freebsd-questions@FreeBSD.ORG Subject: Re: IP metering In-reply-to: Your message of "Tue, 14 Oct 1997 13:05:48 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Oct 1997 02:09:07 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [-stable changed to -questions] > > Hiya, > > Anyone know of a good package around for metering Mb being retrieved via a > ppp link, where the IP/user is static? If you have IPCP logging switched on, it's now reported when IPCP comes down. It's also available on the fly with pppctl -v 3000 show ipcp > Regards, > > d. > > +-------------------------------------------------------+ > | Dean Hollister, | deanh@iinet.net.au | > | Perth, Western Australia. | dean@odyssey.apana.org.au | > +-------------------------------------------------------+ > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Tue Oct 14 19:08:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05480 for questions-outgoing; Tue, 14 Oct 1997 19:08:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from pinto.sd.cybernex.net (root@pinto.sd.cybernex.net [204.141.236.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA05475 for ; Tue, 14 Oct 1997 19:08:23 -0700 (PDT) (envelope-from sturdee@pinto.sd.cybernex.net) Received: from sd.cybernex.net (csd1-235.sd.cybernex.net [204.141.236.235]) by pinto.sd.cybernex.net (Mail-clerk/Homer) with SMTP id VAA18595 for ; Tue, 14 Oct 1997 21:10:20 -0500 Date: Tue, 14 Oct 1997 21:10:20 -0500 Message-Id: <199710150210.VAA18595@pinto.sd.cybernex.net> X-Sender: sturdee@mail.sd.cybernex.net X-Mailer: Windows Eudora Version 1.4.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: sturdee@pinto.sd.cybernex.net (Mike) Subject: just a few simple questions=) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am setting up Free-BSD on a Pentium II 266 for a high end web server. It is gonna be hooked to a T1.. What is the BEST ethernet card to use for free-BSD. Also I was also wondering if I have to use the boot disk evertime to boot my machine, and if so, how do I make it so I don't have to use a book disk. I was also wondering if it supports all Adaptec and Buslogid Ultra Wide SCSI cards. And lastly, if my hardware is Plug N Play, will I have to do anything when I first boot up a newly built box? Thanx! Mike From owner-freebsd-questions Tue Oct 14 19:10:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05663 for questions-outgoing; Tue, 14 Oct 1997 19:10:21 -0700 (PDT) (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 TAA05655 for ; Tue, 14 Oct 1997 19:10:18 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt2-30.HiWAAY.net [208.147.148.30]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id VAA29051; Tue, 14 Oct 1997 21:10:10 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id UAA20999; Tue, 14 Oct 1997 20:35:35 -0500 (CDT) Message-Id: <199710150135.UAA20999@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jonathan Lemon cc: don@PartsNow.com, Marty Leisner , Jacques Hugo , questions@FreeBSD.ORG From: dkelly@hiwaay.net Subject: Re: mmx or ppro In-reply-to: Message from Jonathan Lemon of "Tue, 14 Oct 1997 15:19:44 CDT." <19971014151944.32673@right.PCS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 Oct 1997 20:35:35 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Oct 10, 1997 at 12:38:11PM -0700, Don Wilde wrote: > > Since no software is written for MMX extensions, a PPro will work better > > than a Pentium/MMX, but a PentiumII will beat either, since a) it has > > larger caches and b) it has faster clock rates. Even if the software > > I thought we went over this before? A PPro has a lower clock rate than > the P-II (all you overclockers can sit down for the moment), but it's > L2 cache is twice the speed of a P-II, which makes a significant difference, > depending on the workload involved. > > Besides, (according the the Microprocessor Report) Intel also makes a > PPro with a 1MB 2-Lvl cache. That isn't exactly what I would call > small. (or cheap, for that matter). When faced with this choice myself a couple of months ago, I chose the PPro at 166 MHz with 512k cache at about $325 over a cheaper 180 with 256k or more expensive 200 with only 256k. In addition to the larger L2 cache I got 66 MHz bus speed vs. 60 for the 150 or 180. Not rerribly interested in overclocking as I'd guess the PPro-166 is a -200 that failed the grade. The PPro-166/512k appears to be moderately hard to find. Other than some problems with the floppy interface which was cured by "load BIOS defaults" in the BIOS setup, this Asus P6NP5 and PPro-166 have been the most trouble free and crash free PC hardware I've ever used. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Tue Oct 14 19:13:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05893 for questions-outgoing; Tue, 14 Oct 1997 19:13:39 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from stimpy.globecomm.net (stimpy.globecomm.net [207.51.48.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA05886 for ; Tue, 14 Oct 1997 19:13:30 -0700 (PDT) (envelope-from unclegene@iname.com) Received: from dns1.easystreet.com (dial-0047.easystreet.com [206.103.35.47]) by stimpy.globecomm.net (8.8.7/8.8.0) with SMTP id WAA23161 for ; Tue, 14 Oct 1997 22:09:39 -0400 (EDT) Message-ID: <344426C2.7E17@iname.com> Date: Tue, 14 Oct 1997 19:13:22 -0700 From: Gene Cristofor Reply-To: unclegene@iname.com X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: modems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk what modems can one use for freebsd2.2.2 and win95 and nt4.0? i have a 33.3 us robotics sportster that works on 95 and nt, but i cant get freebsd to see it no matter what i do any suggestions greatly appreciated From owner-freebsd-questions Tue Oct 14 19:16:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA06028 for questions-outgoing; Tue, 14 Oct 1997 19:16:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: (from jmb@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05956; Tue, 14 Oct 1997 19:15:09 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199710150215.TAA05956@hub.freebsd.org> Subject: Re: FW: Returned mail: Service unavailable To: dwhite@resnet.uoregon.edu Date: Tue, 14 Oct 1997 19:15:08 -0700 (PDT) Cc: rol@init.lt, freebsd-questions@FreeBSD.ORG, postmaster@FreeBSD.ORG In-Reply-To: from "Doug White" at Oct 14, 97 08:59:47 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > > On Mon, 13 Oct 1997, Rolandas Miseikis wrote: > > > > > I'm trying to unsubscribe this mailing list, > > but mail server returns messages like this: > > ----- The following addresses had permanent fatal errors ----- > > > > > > ----- Transcript of session follows ----- > > ... while talking to hub.freebsd.org.: > > >>> MAIL From: SIZE=476 > > <<< 521 ... # specially processed assorted meats? yuck! > > 554 ... Service unavailable > > Hm, it appears your mailer is attempting to add some anti-spam lettering > to the From line or your site has been flagged by our mailer as a spammer. > This is being cc'd to the postmaster for analysis. yeah, that's our new spam filter tool at work ;) usa.net has been used to send a liitl too much material our way. the block has been removed. jmb From owner-freebsd-questions Tue Oct 14 19:21:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA06314 for questions-outgoing; Tue, 14 Oct 1997 19:21:31 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.nomadix.com (mail.nomadix.com [205.147.49.199]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA06307 for ; Tue, 14 Oct 1997 19:21:25 -0700 (PDT) (envelope-from gdicus@nomadix.com) Received: from nomad17.nomadix.com (nomad17.nomadix.com [205.147.49.217]) by mail.nomadix.com (8.8.3/8.7.2) with SMTP id TAA01741 for ; Tue, 14 Oct 1997 19:19:11 -0700 (PDT) Message-ID: <34441D08.725B@nomadix.com> Date: Tue, 14 Oct 1997 18:31:52 -0700 From: Glenn Dicus Reply-To: gdicus@nomadix.com Organization: Nomadix, LLC X-Mailer: Mozilla 3.0Gold (Win16; U) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: FreeBSD News Servers 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 wondering if you could send me a list of free news servers that have freebsd newsgroups. help glenn dicus From owner-freebsd-questions Tue Oct 14 19:31:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA06771 for questions-outgoing; Tue, 14 Oct 1997 19:31:40 -0700 (PDT) (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 TAA06766 for ; Tue, 14 Oct 1997 19:31:36 -0700 (PDT) (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 TAA02918; Tue, 14 Oct 1997 19:32:07 -0700 (PDT) Message-Id: <199710150232.TAA02918@implode.root.com> To: Carey Nairn cc: questions@FreeBSD.ORG Subject: Re: Spontaneous reboots with 2.2.1-R In-reply-to: Your message of "Wed, 15 Oct 1997 11:24:30 +1100." <3.0.32.19971015112430.006efb3c@falcon.pacit.tas.gov.au> From: David Greenman Reply-To: dg@root.com Date: Tue, 14 Oct 1997 19:32:07 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >we are having spontaneous reboot problems with our second squid proxy >server since performing a hardware upgrade last weekend. The machine is >running 2.2.1-R and has been without fault since it was installed a few >months ago. The specs are as follows: > >P200 >192MB RAM >SOYO SY-5BT5 motherboard >Adaptec 2940U SCSI controller >1x2GB Seagate SCSI HDD >3x4GB Seagate SCSI HDD (in a ccd) > >The upgrade involved adding 64MB RAM and one of the 4GB disks. In addition >to this we changed the squid cache from individual 4GB filesystems to a >striped (ccd) 12GB filesystem. > >Could this be a manifestation of the ahc driver bug and if so, can I just >patch the 2.2.1 kernel with the new ahc driver files rather than doing an >upgrade? > >If I can patch the kernel, which files do I need to get? This might be caused by a scalability bug in sys/i386/i386/pmap.c. If you could get the changes in rev 1.128.2.5 of pmap.c, this might fix it. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project Index: pmap.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v retrieving revision 1.128.2.4 retrieving revision 1.128.2.5 diff -c -r1.128.2.4 -r1.128.2.5 *** pmap.c 1997/02/01 12:11:03 1.128.2.4 --- pmap.c 1997/04/23 02:20:06 1.128.2.5 *************** *** 39,45 **** * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 ! * $Id: pmap.c,v 1.128.2.4 1997/02/01 12:11:03 davidg Exp $ */ /* --- 39,45 ---- * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 ! * $Id: pmap.c,v 1.128.2.5 1997/04/23 02:20:06 davidg Exp $ */ /* *************** *** 100,105 **** --- 100,106 ---- #include #define PMAP_KEEP_PDIRS + #define PMAP_SHPGPERPROC 200 #if defined(DIAGNOSTIC) #define PMAP_DIAGNOSTIC *************** *** 1460,1476 **** /* * init the pv_entry allocation system */ - #define PVSPERPAGE 64 void init_pv_entries(npg) int npg; { /* ! * allocate enough kvm space for PVSPERPAGE entries per page (lots) ! * kvm space is fairly cheap, be generous!!! (the system can panic if ! * this is too small.) */ ! npvvapg = ((npg * PVSPERPAGE) * sizeof(struct pv_entry) + PAGE_SIZE - 1) / PAGE_SIZE; pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); /* --- 1461,1482 ---- /* * init the pv_entry allocation system */ void init_pv_entries(npg) int npg; { /* ! * Allocate enough kvm space for one entry per page, and ! * each process having PMAP_SHPGPERPROC pages shared with other ! * processes. (The system can panic if this is too small, but also ! * can fail on bootup if this is too big.) ! * XXX The pv management mechanism needs to be fixed so that systems ! * with lots of shared mappings amongst lots of processes will still ! * work. The fix will likely be that once we run out of pv entries ! * we will free other entries (and the associated mappings), with ! * some policy yet to be determined. */ ! npvvapg = ((PMAP_SHPGPERPROC * maxproc + npg) * sizeof(struct pv_entry) + PAGE_SIZE - 1) / PAGE_SIZE; pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); /* From owner-freebsd-questions Tue Oct 14 19:50:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA07917 for questions-outgoing; Tue, 14 Oct 1997 19:50:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA07837 for ; Tue, 14 Oct 1997 19:48:59 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts2port68.port.net [207.38.248.196]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id WAA17868; Tue, 14 Oct 1997 22:50:00 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA00246; Tue, 14 Oct 97 22:42:21 -0400 Date: Tue, 14 Oct 1997 22:42:21 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: "James E. Marker" Cc: "'Al Johnson'" , Steve Hovey , "freebsd-questions@FreeBSD.ORG" Subject: RE: Good cheap 100TX card? In-Reply-To: <01BCD8DC.49469B20@ip106.ifx.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 You should watch those long lines, Mr. Marker. I just got an Intel EtherExpress PRO/100B that does 10 or 100baseT. I haven't installed it yet but I've heard good things about it on the lists. Ran me $79 from CDW (http://www.cdw.com). On Tue, 14 Oct 1997, James E. Marker wrote: > I'm using a 100BaseTX card by LinkSys. It was $59 from Computer City > Express. Runs as de0. > > Steve Hovey wrote: > > > > Can anyon recommend a responably priced ethernet card 10/100TX that will > > work with freebsd? > > > > Im having a hard time finding which cards run with supported chipsets. > > > > Thanx > > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Oct 14 19:51:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA07989 for questions-outgoing; Tue, 14 Oct 1997 19:51:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from proxy4.ba.best.com (root@proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA07982 for ; Tue, 14 Oct 1997 19:51:31 -0700 (PDT) (envelope-from bsampley@bsampley.vip.best.com) Received: from bsampley (bsampley.vip.best.com [206.184.160.196]) by proxy4.ba.best.com (8.8.7/8.8.BEST) with SMTP id TAA09755 for ; Tue, 14 Oct 1997 19:49:32 -0700 (PDT) Date: Tue, 14 Oct 1997 19:45:53 -0700 (PDT) From: Burton Sampley X-Sender: bsampley@bsampley To: questions@FreeBSD.org Subject: Anti-SPAM 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----- Greetings, I've been using FBSD for over 1 year as my primary OS (I only keep Mickey$oft around for games). My ISP (best.com) also uses FBSD for their servers. Recently I have been receiving an increasing amount of SPAM-mail. What can I do as a user and what can I advise Best (hopefully they'll listen) to prevent SPAM from being delivered to my account? I know if I really want to I can use procmail to 'filter' my mail, but that means I have to waste the bandwidth and my time D/L'ing to send unwanted messages to /dev/null (FYI: I'm currently using fetchmail to D/L my mail). That seems like a major waste of computing resources. Is there a better way (short of cutting the phone line to my modem and closing my account)? Is there anyway to hide my username and hostname while using internet resources? Do I have to remove my email address from my .sig file and stop sending questions to FBSD? FYI: I'm only subscribed to -current. Signed Frustrated Bits and Bytes! - --------------- Burton Sampley bsampley@best.com or bsampley@haywire.csuhayward.edu PGP key available at http://www.best.com/~bsampley/pgp.html -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNEQuant2O8KJtMdBAQHyzQP/VQ8jDx157a+ivTAN0X/RDueOnWJVm9Mb Fw5fDno3PfjdzzIgc06M1D/WNtg8G/Pt+SLBcOJnhPRp295c6wzrNdpztvqO0w7i sYko+oBSKXYExq7+LURVrj5uJCF/Mnpb2e3cZvvs6Zw5HtCmQ25rR1ePUiz5rEV9 9u1yekkLUlE= =+U/4 -----END PGP SIGNATURE----- From owner-freebsd-questions Tue Oct 14 19:55:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08208 for questions-outgoing; Tue, 14 Oct 1997 19:55:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08201 for ; Tue, 14 Oct 1997 19:54:54 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA06240; Wed, 15 Oct 1997 12:24:39 +0930 (CST) Message-ID: <19971015122439.05390@lemis.com> Date: Wed, 15 Oct 1997 12:24:39 +0930 From: Greg Lehey To: David Kulp Cc: Doug White , freebsd-questions@FreeBSD.ORG Subject: Re: lp0 laplink gateway? References: <34434E5E.41C67EA6@neomorphic.com> <199710150134.SAA00288@diz.pt.scruznet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710150134.SAA00288@diz.pt.scruznet.com>; from David Kulp on Tue, Oct 14, 1997 at 06:34:55PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 06:34:55PM -0700, David Kulp wrote: > Thanks, Doug. You were right, I was missing the > > gateway=YES > > line in my /etc/sysconfig, but it didn't solve the problem just the > same. I turned off routed per your comment, and so far no success. That's not enough by itself. You also should do either: 1. Reboot (bad idea) 2. Enable *now* (good idea): # sysctl -w net.inet.ip.forwarding=1 > All the ip's are in my subnet. To be concrete, here is the netstat, > ifconfig, route, and ping results. If someone has the patience to > look at this, I'd appreciate any feedback. > > m1 (205.179.170.68) is trying to connect to m3 (205.179.170.65) via m2 > (205.179.170.66): > > m1 > ifconfig -a > lp0: flags=8851 mtu 1500 > inet 205.179.170.68 --> 205.179.170.66 netmask 0xffffff00 You should set the net mask to 0xffffffff. But this isn't your problem. I don't see anything wrong with the rest. Greg From owner-freebsd-questions Tue Oct 14 20:04:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA08693 for questions-outgoing; Tue, 14 Oct 1997 20:04:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kinclaith.pdl.cs.cmu.edu (KINCLAITH.PDL.CS.CMU.EDU [128.2.189.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA08685 for ; Tue, 14 Oct 1997 20:04:04 -0700 (PDT) (envelope-from dpetrou@kinclaith.pdl.cs.cmu.edu) Message-Id: <199710150304.UAA08685@hub.freebsd.org> Subject: Re: Trouble installing FreeBSD over PPP To: Brian Somers Date: Tue, 14 Oct 1997 23:03:31 -0400 (EDT) From: David Petrou Cc: freebsd-questions@freebsd.org In-Reply-To: <199710150132.CAA07700@awfulhak.demon.co.uk> from "Brian Somers" at Oct 15, 97 02:32:19 am X-Mailer: ELM [version 2.4 PL25-40] 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'm having a hard time installing the 10-21 FreeBSD SNAP over ppp. It > > seems to connect to the ftp.freebsd.org fine, but I'm getting > > throughput of less than 100 bytes per second (yes, bytes). My modem > > is connected to my gateway at 28.8k. > > I'm not sure what the 10-21 snap is, but if it's from between October > 6 & 12, it's been fixed now. I meant 10-12. > You should be able to dodge the problem (if you can't get a later > snap) with "disable vjcomp" and "deny vjcomp" before dialing. After trying your suggestion, the install works!! I'm very grateful. I almost lost my mind trying to get FreeBSD installed. The only strange issue is that I was having problems with the 10-12 install floppy, which you claim has been fixed. Someone should look into this, as it would suck for others to go through what I did. > Brian , , Thanks again, David From owner-freebsd-questions Tue Oct 14 20:11:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA09035 for questions-outgoing; Tue, 14 Oct 1997 20:11:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from x11.boston.juno.com (x11.boston.juno.com [205.231.100.26]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA09028 for ; Tue, 14 Oct 1997 20:11:29 -0700 (PDT) (envelope-from vmfisher@juno.com) Received: (from vmfisher@juno.com) by x11.boston.juno.com (queuemail) id XNJ25719; Tue, 14 Oct 1997 23:08:33 EDT To: questions@FreeBSD.org Subject: uninstalling Message-ID: <19971014.220444.9623.1.vmfisher@juno.com> X-Mailer: Juno 1.38 X-Juno-Line-Breaks: 0-1,6-8 From: vmfisher@juno.com (van m fisher) Date: Tue, 14 Oct 1997 23:08:33 EDT Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Dear FreeBSD; I have FreeBSD on a stand alone and was wondering how I could "uninstall" the O/S so that I can load dos back onto the hard drive to make sure all my hardware is working. Everytime I type mount ... I run into errors. I can't format the drive from the bios or boot from a dos disk, any ideas. Thanks for any type of help you can give. My address is vmfisher@juno.com Van From owner-freebsd-questions Tue Oct 14 20:17:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA09520 for questions-outgoing; Tue, 14 Oct 1997 20:17:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sweden.it.earthlink.net (sweden-c.it.earthlink.net [204.250.46.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA09511 for ; Tue, 14 Oct 1997 20:17:02 -0700 (PDT) (envelope-from avaloncrip@earthlink.net) Received: from earthlink.net (1Cust78.max25.los-angeles.ca.ms.uu.net [153.34.82.206]) by sweden.it.earthlink.net (8.8.7/8.8.5) with ESMTP id UAA09499 for ; Tue, 14 Oct 1997 20:16:59 -0700 (PDT) Message-ID: <34331383.68B43F0C@earthlink.net> Date: Wed, 01 Oct 1997 20:22:43 -0700 From: "A.A." Reply-To: avaloncrip@earthlink.net Organization: kenny & tietums inc. X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: linux vs. freebsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Are you (freebsd team) in competition with linux? and if so which is superior "linux" or "freebsd unix" maybe the UNIX because its unix?..... From owner-freebsd-questions Tue Oct 14 20:30:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA10501 for questions-outgoing; Tue, 14 Oct 1997 20:30:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA10496 for ; Tue, 14 Oct 1997 20:30:15 -0700 (PDT) (envelope-from jd@alumni.cs.uwm.edu) Received: from alumni.cs.uwm.edu (slip129-37-223-91.ca.us.ibm.net [129.37.223.91]) by out1.ibm.net (8.8.5/8.6.9) with ESMTP id DAA59648 for ; Wed, 15 Oct 1997 03:30:10 GMT Message-ID: <344438CA.4DCF4AB1@alumni.cs.uwm.edu> Date: Tue, 14 Oct 1997 20:30:18 -0700 From: "Joseph I. Davida" X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: Boot from SCSI 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 an IDE drive with 2 partitions: 1 is Win 95, and 2 is FreeBSD. I also have a SCSI disk, which is all 1 partition (FreeBSD). The problem I am having is this: I can boot unix from the IDE drive (which has the boot selector installed) but I cannot boot unix from the scsi drive. At the boot prompt, I can only boot from 0:wd(0,a)kernel but I cannot boot from 1:sd(0,a)kernel. It gives me a scrolling error message: status: d:0 c:0 ...etc In addition when I press F5 to go to the 2nd disk (SCSI), I get the options F1 (BSD) or F5 . Pressing F1 also causes the same error message to be scrolled. When I boot freebsd from the ide drive, I can mount the scsi drive partitions as /sd0a and /sd0a/usr So, why can I not boot from the scsi drive? Is the booter on the SCSI drive corrupted? How do I re-install the booter back on the scsi drive? Regards, Joe From owner-freebsd-questions Tue Oct 14 20:37:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA10923 for questions-outgoing; Tue, 14 Oct 1997 20:37:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA10727 for ; Tue, 14 Oct 1997 20:35:56 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts2port68.port.net [207.38.248.196]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id XAA29093; Tue, 14 Oct 1997 23:37:15 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA00309; Tue, 14 Oct 97 23:29:38 -0400 Date: Tue, 14 Oct 1997 23:29:38 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: Mike Cc: questions@freebsd.org Subject: Re: just a few simple questions=) In-Reply-To: <199710150210.VAA18595@pinto.sd.cybernex.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, 14 Oct 1997, Mike wrote: > I am setting up Free-BSD on a Pentium II 266 for a high end web server. > It is gonna be hooked to a T1.. What is the BEST ethernet card to use > for free-BSD. 10baseT? 100baseT? The best card, as with most (all?) hardware, depends on the environment you expect to use it in. The Intel EtherExpress PRO/100 B is supposed to be nice. I just got one, though I haven't set it up yet. It does 10baseT or 100baseT (autosensing). It doesn't do coaxial though, UTP only. This issue was *just* discussed recently -- today, in fact, I think. Search the mailing list archives (at http://www.freebsd.org). > Also I was also wondering if I have to use the boot disk > evertime to boot my machine, and if so, how do I make it so I don't have > to use a book disk. You do have to have a boot disk, but it can be your hard drive. :-) What's the problem? > I was also wondering if it supports all Adaptec and > Buslogid Ultra Wide SCSI cards. This is all documented on the web page! See the URL I quoted above. > Thanx! Mike Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Oct 14 20:43:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11376 for questions-outgoing; Tue, 14 Oct 1997 20:43:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA11364 for ; Tue, 14 Oct 1997 20:42:57 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id NAA06722; Wed, 15 Oct 1997 13:12:53 +0930 (CST) Message-ID: <19971015131253.07027@lemis.com> Date: Wed, 15 Oct 1997 13:12:53 +0930 From: Greg Lehey To: FreeBSD Questions Subject: Samba: how do I specify service names? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I'm currently writing a chapter about Samba for the next edition of "The Complete FreeBSD", and I need help. I don't use Microsoft, so I can't even test this stuff properly. Currently I have installed smbd, configured inetd to start smbd and nmbd, and set up a configuration file. I'm trying to test with smbclient. I have the following entry in smb.conf: + [grog] + path = /home/grog + printable = true + read only = true + public = true This is what happens when I try to access it with smbclient: + $ smbclient \\freebie\\\\grog + Added interface ip=192.109.197.137 bcast=192.109.197.255 nmask=255.255.255.0 + Server time is Wed Oct 15 13:09:55 1997 + Timezone is UTC+9.5 + Password: + Domain=[WORKGROUP] OS=[Unix] Server=[Samba 1.9.16p11] + + Warning: Your service name doesn't start with \\. This is probably incorrect. + Perhaps try replacing each \ with \\ on the command line? Why is this message coming? I have the correct number of \\\\s for the shell. I've tried changing the number, which just confuses it all the more. + first SMBtconX failed, trying again. ERRSRV - ERRinvnetname (Invalid network name in tree connect.) + SMBtconX failed. ERRSRV - ERRinvnetname (Invalid network name in tree connect.) + Perhaps you are using the wrong sharename, username or password? + Some servers insist that these be in uppercase In the log file, I get: 10/15/97 13:09:57 couldn't find service /grog Where is this / coming from? I didn't mention a forward slash. I've played around with this. If I change the service name to /grog, things work just fine. But this looks to me as if somebody is inserting a /, and I don't know how to get rid of it. Is this a bug, a feature, or incorrect usage on my part? Greg From owner-freebsd-questions Tue Oct 14 20:45:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11587 for questions-outgoing; Tue, 14 Oct 1997 20:45:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iquest3.iquest.net (iquest3.iquest.net [209.43.20.203]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA11577 for ; Tue, 14 Oct 1997 20:45:43 -0700 (PDT) (envelope-from whitcomb@iquest.net) Received: (qmail 26139 invoked from network); 15 Oct 1997 03:45:34 -0000 Received: from ind-0009-5.iquest.net (HELO whitcomb.iquest.net) (206.246.171.101) by iquest3.iquest.net with SMTP; 15 Oct 1997 03:45:34 -0000 Message-Id: <3.0.3.32.19971013221810.007a96b0@pop.iquest.net> X-Sender: whitcomb@pop.iquest.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) X-Priority: 1 (Highest) Date: Mon, 13 Oct 1997 22:18:10 -0500 To: questions@freebsd.org From: "Tyson V. Whitcomb" Subject: Installing FreeBSD 2.2.2 on Pentium w/ multile controllers and disks Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Guru(s): I spent eight evenings trying to install the FreeBSD 2.2.2 on a pentium IBM-compatible personal computer. No luck after 24 attempts. I receive only one operating system load prompt (F1=DOS, for loading my Win 95 and Win NT 4.0) when cold or warm booting after an error free and novice FreeBSD installation. Why do I not get a second operating system load prompt for FreeBSD 2.2.2? Please help. My pentium ATT Globalyst 600 9machine has 128 MB memory and 90 MHz clock speed. Four internal disks: two ide drives, one master and one slave, on one enhanced on-board ide controller; the third ide drive mastered a second stardard on-board ide controller; and a fourth scsi drive on the first of two 2940x adaptec scsi controllers. A 6x Plextor cdrom drive, HP6000 Superstore tape drive, and Iomega 1GB external zip drive are scsi and connect to the second 2940x adaptec scsi controller. An added pci S3 video card defaults over the built-in VGA video controller. My install attempts place the boot manager on the the first drive (the mastered ide drive on the enhanced primary ide controller, drive C: MS-DOS 7.00-Windows 95a) and the FreeBSD partition correctly labeled on the third drive (the only ide drive on the second standard ide controller). The 6x Plextor cdrom is the scsi device only used during installation. There are no and were no FreeBSD partitions of any version installed on any drive (drive 1, 2 or 4), except drive3. I used the pfdisk to correctly determine drive 3's geometry (707 cylinders, 32 heads, 63 sectors = 697MB, which are normally translated by the cmos to 1416 cylinders, 16 heads, 63 sectors = 697MB). A small MS-DOS partition was created on the third (3) ide drive, contaning the entire FreeBSD parition and all defaul labels) to help FreeBSD recognize the drive geometry as suggested. I also correct configured the kernel with the boot floppy using the visual mode resulting in no conflicts or unneeded devices. Again, no errors or usual events ocurred during a novice installaition using either customized or default settings. Even though I am new to unix and FreeBSD 2.2.2 in particular, why am I having somuch trouble just getting the FreeBSD boot PF prompt and/or loading FreeBSD. My Windows 95a and Windows NT 4.0 versions install the first time with no errors or conflicts and all the forementioned devices present and working. Please respond soon. I want to learn and use what I am told is a great os. Sincerely, Tyson V. Whitcomb whitcomb@iquest.net 317-257-8416 home tel 317-257-5886 home fax 317-843-3784 work tel Tyson Whitcomb Senior Network Consultant Whitcomb & Associates 6835 Sextant Drive Indianapolis, IN 46260-6417 317-257-8416 Tele 317-257-5886 Fax whitcomb@iguest.net e-mail From owner-freebsd-questions Tue Oct 14 20:48:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11751 for questions-outgoing; Tue, 14 Oct 1997 20:48:10 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA11745 for ; Tue, 14 Oct 1997 20:48:04 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id WAA28198; Tue, 14 Oct 1997 22:47:28 -0500 (CDT) Date: Tue, 14 Oct 1997 22:47:28 -0500 (CDT) From: "Matthew D. Fuller" To: Kenneth Ingham cc: Nicolas PONDEMER , freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility In-Reply-To: <19971010105244.38105@socrates.i-pi.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 Fri, 10 Oct 1997, Kenneth Ingham wrote: > On Fri, Oct 10, 1997 at 02:56:18PM +0200, Nicolas PONDEMER wrote: > > I want to install FreeBSD on my computer, but is FreeBSD > > reliable (or simply OK) with AMD and Cyrix microprocessors ? > > > > Especially K6. > > I can't speak about the K6 since I don't have one, but I'm running > FreeBSD on a Cyrix P120+ in one of my machines and it runs just fine. > > The machine with the Cyrix processor is my network server (NIS, DNS, Web > cache, router, email). Even with all of those services, it is still > idle most of the time. I can add on to this. My system is a Cyrix 6x86 166+, and it works great; as long as the fan on the CPU (Radio Shack; what can I say?) keeps going, it keeps perking along, and I've put it under some load abuse, including: (simultaneously) 1) calculating pi 2) root 2 3) 5 netscape sessions 4) make buildworld 5) make'ing carious ports And it said 'yeah, what else?' ;-) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Tue Oct 14 20:51:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12047 for questions-outgoing; Tue, 14 Oct 1997 20:51:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cyrus.watson.org (robert@AMALTHEA.RES.CMU.EDU [128.2.91.57]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12023 for ; Tue, 14 Oct 1997 20:51:21 -0700 (PDT) (envelope-from robert@cyrus.watson.org) Received: from localhost (robert@localhost) by cyrus.watson.org (8.8.5/8.8.5) with SMTP id XAA00450 for ; Tue, 14 Oct 1997 23:51:19 -0400 (EDT) Date: Tue, 14 Oct 1997 23:51:19 -0400 (EDT) From: Robert Watson Reply-To: Robert Watson To: questions@freebsd.org Subject: secure anonymous FTP 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 wish to set up an anonymous ftp server that only serves anonymous users -- i.e., it does not need to authenticate users using passwords ever, and would live entirely chroot'd, hopefully. This would minimize the chances of attacks using anonymous ftp; is there a daemon available that would fit into this nitch or do I need to roll my own? Thanks, Robert N Watson Junior, Logic+Computation, Carnegie Mellon University http://www.cmu.edu/ Network Administrator, SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org rwatson@safeport.com http://www.watson.org/~robert/ From owner-freebsd-questions Tue Oct 14 21:36:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14434 for questions-outgoing; Tue, 14 Oct 1997 21:36:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14428 for ; Tue, 14 Oct 1997 21:36:20 -0700 (PDT) (envelope-from Carey.Nairn@ccd.tas.gov.au) Received: from carey.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.5/8.8.5) with SMTP id PAA17631; Wed, 15 Oct 1997 15:34:58 +1100 (EST) Message-Id: <3.0.32.19971015153249.009e7a54@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 15:32:49 +1100 To: dg@root.com From: Carey Nairn Subject: Re: Spontaneous reboots with 2.2.1-R 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 Thanks David, I have rebuilt a new kernel with the pmap.c changes you gave me and have it running. I'll let you know if we have any more grief with it. cheers, Carey Nairn At 19:32 14/10/97 -0700, David Greenman wrote: >>we are having spontaneous reboot problems with our second squid proxy >>server since performing a hardware upgrade last weekend. The machine is >>running 2.2.1-R and has been without fault since it was installed a few >>months ago. The specs are as follows: >> >>P200 >>192MB RAM >>SOYO SY-5BT5 motherboard >>Adaptec 2940U SCSI controller >>1x2GB Seagate SCSI HDD >>3x4GB Seagate SCSI HDD (in a ccd) >> >>The upgrade involved adding 64MB RAM and one of the 4GB disks. In addition >>to this we changed the squid cache from individual 4GB filesystems to a >>striped (ccd) 12GB filesystem. >> >>Could this be a manifestation of the ahc driver bug and if so, can I just >>patch the 2.2.1 kernel with the new ahc driver files rather than doing an >>upgrade? >> >>If I can patch the kernel, which files do I need to get? > > This might be caused by a scalability bug in sys/i386/i386/pmap.c. If you >could get the changes in rev 1.128.2.5 of pmap.c, this might fix it. > >-DG > >David Greenman >Core-team/Principal Architect, The FreeBSD Project > >Index: pmap.c >=================================================================== >RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v >retrieving revision 1.128.2.4 >retrieving revision 1.128.2.5 >diff -c -r1.128.2.4 -r1.128.2.5 >*** pmap.c 1997/02/01 12:11:03 1.128.2.4 >--- pmap.c 1997/04/23 02:20:06 1.128.2.5 >*************** >*** 39,45 **** > * SUCH DAMAGE. > * > * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 >! * $Id: pmap.c,v 1.128.2.4 1997/02/01 12:11:03 davidg Exp $ > */ > > /* >--- 39,45 ---- > * SUCH DAMAGE. > * > * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 >! * $Id: pmap.c,v 1.128.2.5 1997/04/23 02:20:06 davidg Exp $ > */ > > /* >*************** >*** 100,105 **** >--- 100,106 ---- > #include > > #define PMAP_KEEP_PDIRS >+ #define PMAP_SHPGPERPROC 200 > > #if defined(DIAGNOSTIC) > #define PMAP_DIAGNOSTIC >*************** >*** 1460,1476 **** > /* > * init the pv_entry allocation system > */ >- #define PVSPERPAGE 64 > void > init_pv_entries(npg) > int npg; > { > /* >! * allocate enough kvm space for PVSPERPAGE entries per page (lots) >! * kvm space is fairly cheap, be generous!!! (the system can panic if >! * this is too small.) > */ >! npvvapg = ((npg * PVSPERPAGE) * sizeof(struct pv_entry) > + PAGE_SIZE - 1) / PAGE_SIZE; > pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); > /* >--- 1461,1482 ---- > /* > * init the pv_entry allocation system > */ > void > init_pv_entries(npg) > int npg; > { > /* >! * Allocate enough kvm space for one entry per page, and >! * each process having PMAP_SHPGPERPROC pages shared with other >! * processes. (The system can panic if this is too small, but also >! * can fail on bootup if this is too big.) >! * XXX The pv management mechanism needs to be fixed so that systems >! * with lots of shared mappings amongst lots of processes will still >! * work. The fix will likely be that once we run out of pv entries >! * we will free other entries (and the associated mappings), with >! * some policy yet to be determined. > */ >! npvvapg = ((PMAP_SHPGPERPROC * maxproc + npg) * sizeof(struct pv_entry) > + PAGE_SIZE - 1) / PAGE_SIZE; > pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); > /* > > From owner-freebsd-questions Tue Oct 14 21:42:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14838 for questions-outgoing; Tue, 14 Oct 1997 21:42:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14758 for ; Tue, 14 Oct 1997 21:41:24 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts2port68.port.net [207.38.248.196]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id AAA06198; Wed, 15 Oct 1997 00:42:39 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA00362; Wed, 15 Oct 97 00:35:01 -0400 Date: Wed, 15 Oct 1997 00:35:00 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: "A.A." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: linux vs. freebsd In-Reply-To: <34331383.68B43F0C@earthlink.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 "Competition" in the sense of filling similar niches, perhaps, but cooperation seems to be the thing among Linux and FreeBSD developers. Though their adherents sometimes like to flame each other, stupidly. Matthew Fuller has a web page about this -- he mentioned it and posted the URL recently, search the mail archives at http://www.freebsd.org. On Wed, 1 Oct 1997, A.A. wrote: > Are you (freebsd team) in competition with linux? and if so which is > superior "linux" or "freebsd unix" maybe the UNIX because its unix?..... > > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Oct 14 21:47:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15063 for questions-outgoing; Tue, 14 Oct 1997 21:47:40 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA15058 for ; Tue, 14 Oct 1997 21:47:33 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA06985; Wed, 15 Oct 1997 14:17:22 +0930 (CST) Message-ID: <19971015141722.16650@lemis.com> Date: Wed, 15 Oct 1997 14:17:22 +0930 From: Greg Lehey To: avaloncrip@earthlink.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: linux vs. freebsd References: <34331383.68B43F0C@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34331383.68B43F0C@earthlink.net>; from A.A. on Wed, Oct 01, 1997 at 08:22:43PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 08:22:43PM -0700, A.A. wrote: > Are you (freebsd team) in competition with linux? Hmm. Depends on what you mean. It's certainly not a high priority, but I suppose FreeBSD and Linux are in competition in the sense that they're both operating systems which offer similar features at the same price. > and if so which is superior "linux" or "freebsd unix" maybe the UNIX > because its unix?..... Ask us, and we'll say "FreeBSD". Ask the Linux people and they'll say "Linux". Here's a draft text from a book I'm writing: 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 book, but the differences between FreeBSD and Linux are more a matter of philosophy rather than of concept. Here are a few contrasts: Table 1-1. 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. Greg From owner-freebsd-questions Tue Oct 14 22:05:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA16575 for questions-outgoing; Tue, 14 Oct 1997 22:05:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from barley.adnc.com (barley.adnc.com [205.216.138.31]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA16564 for ; Tue, 14 Oct 1997 22:05:40 -0700 (PDT) (envelope-from pjabbour@adnc.com) Received: from usuk by barley.adnc.com (SMI-8.6/SVRMailer ADN 1/96) id WAA06916; Tue, 14 Oct 1997 22:05:32 -0700 Message-ID: <344450EB.795D@adnc.com> Date: Tue, 14 Oct 1997 22:13:15 -0700 From: Patrick Jabbour Organization: My Computer X-Mailer: Mozilla 2.01 (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: help X-URL: http://www.freebsd.org/mailto.html 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 need help i am looking to start my own mirc server, is this the software for me? If so, wot is the packege i should downlaod form your website . Thank you a lot... Patrick From owner-freebsd-questions Tue Oct 14 22:10:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA16958 for questions-outgoing; Tue, 14 Oct 1997 22:10:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from galois.tf.or.jp (ppp129163.asahi-net.or.jp [202.213.129.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA16938 for ; Tue, 14 Oct 1997 22:10:37 -0700 (PDT) (envelope-from tfuruya@galois.tf.or.jp) Received: from galois.tf.or.jp (localhost [127.0.0.1]) by galois.tf.or.jp (8.7.5/8.7.3) with ESMTP id OAA11194; Wed, 15 Oct 1997 14:08:28 +0900 (JST) Message-Id: <199710150508.OAA11194@galois.tf.or.jp> To: jd@alumni.cs.uwm.edu Cc: questions@freebsd.org, ht5t-fry@asahi-net.or.jp Subject: Re: Boot from SCSI In-Reply-To: Your message of "Tue, 14 Oct 1997 20:30:18 -0700" References: <344438CA.4DCF4AB1@alumni.cs.uwm.edu> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg="pgp-md5"; boundary="--Security_Multipart(Wed_Oct_15_14:08:12_1997)--" Date: Wed, 15 Oct 1997 14:08:28 +0900 From: Tetsuro FURUYA Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ----Security_Multipart(Wed_Oct_15_14:08:12_1997)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: "Joseph I. Davida" Subject: Boot from SCSI Date: Tue, 14 Oct 1997 20:30:18 -0700 Message-ID: <344438CA.4DCF4AB1@alumni.cs.uwm.edu> Reply-To: jd> I have an IDE drive with 2 partitions: 1 is Win 95, and 2 is jd> FreeBSD. jd> I also have a SCSI disk, which is all 1 partition (FreeBSD). jd> jd> The problem I am having is this: jd> jd> I can boot unix from the IDE drive (which has the boot selector jd> installed) jd> but I cannot boot unix from the scsi drive. jd> jd> At the boot prompt, I can only boot from 0:wd(0,a)kernel jd> but I cannot boot from 1:sd(0,a)kernel. It gives me a scrolling jd> error message: jd> status: d:0 c:0 ...etc jd> jd> In addition when I press F5 to go to the 2nd disk (SCSI), jd> I get the options F1 (BSD) or F5 . Pressing F1 also jd> causes the same error message to be scrolled. jd> jd> When I boot freebsd from the ide drive, I can mount the scsi jd> drive partitions as /sd0a and /sd0a/usr jd> jd> So, why can I not boot from the scsi drive? jd> Is the booter on the SCSI drive corrupted? jd> How do I re-install the booter back on the scsi drive? jd> jd> Regards, jd> jd> Joe jd> Dear sir, I have also IDE-drive and SCSI-drive. My FreeBSD is installed in SCSI-drive and I can boot from it. My method is to separate IDE-drive by BIOS setting, and to make SCSI-drive boot drive. To communicate IDE-drive, I make MS-DOS partion on SCSI-drive. I've never tried, but to make second SCSI-drive bootable, first SCSI drive must be separated by SCSI Bios setting. There may be better ways, and you may analyse source code in the last resort. Tetsuro Furuya. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Tetsuro FURUYA pgp key finger print = 92 24 E5 F0 FA 2E FB FF 7C A2 E9 DB AC 1B C5 67 Tetsuro FURUYA pgp key finger print = F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 cf. pgp-key-servers. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ----Security_Multipart(Wed_Oct_15_14:08:12_1997)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3i iQCVAwUANERPxHCpvetY1+tZAQE91wP+NGK+BSbrL94zm+3L/sFhXuvKd4rn5zpo A1evfq9YxQsgHSLhTlmWEZVm9RX0iS6RFICMPPv2Ma9k/P91ypqNTXp31RwURZgA pyuj3xevt0OpH6998XdAisko5vrSa5Ailnhce+kcXAgV+8a8k/e9MN8nV0l3Ymx+ 3Xkcaa3aIeM= =VgYk -----END PGP MESSAGE----- ----Security_Multipart(Wed_Oct_15_14:08:12_1997)---- From owner-freebsd-questions Tue Oct 14 22:14:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17158 for questions-outgoing; Tue, 14 Oct 1997 22:14:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17144 for ; Tue, 14 Oct 1997 22:14:29 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA07083; Wed, 15 Oct 1997 14:44:13 +0930 (CST) Message-ID: <19971015144413.61249@lemis.com> Date: Wed, 15 Oct 1997 14:44:13 +0930 From: Greg Lehey To: Robert Watson Cc: questions@FreeBSD.ORG Subject: Re: secure anonymous FTP References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Robert Watson on Tue, Oct 14, 1997 at 11:51:19PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 11:51:19PM -0400, Robert Watson wrote: > > I wish to set up an anonymous ftp server that only serves anonymous users > -- i.e., it does not need to authenticate users using passwords ever, and > would live entirely chroot'd, hopefully. This would minimize the chances > of attacks using anonymous ftp; is there a daemon available that would fit > into this nitch or do I need to roll my own? man 8 ftpd Look at the -A option. Greg From owner-freebsd-questions Tue Oct 14 22:19:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17384 for questions-outgoing; Tue, 14 Oct 1997 22:19:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17372 for ; Tue, 14 Oct 1997 22:19:32 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id AAA29236; Wed, 15 Oct 1997 00:19:14 -0500 (CDT) Date: Wed, 15 Oct 1997 00:19:14 -0500 (CDT) From: "Matthew D. Fuller" To: Greg Lehey cc: parrothd@midwest.net, freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows In-Reply-To: <19971012093454.31985@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 On Sun, 12 Oct 1997, Greg Lehey wrote: > On Thu, Oct 02, 1997 at 09:26:09AM -0500, bla bla wrote: > > Greg Lehey wrote: > >> > >> On Wed, Oct 01, 1997 at 10:51:09PM -0500, Jonathan E. Lyons wrote: > >>> Is this anything to be concerned about? I've got an X2 modem, with the port > >>> speed set at 57600..... > >>> > >>> > >>> Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows > >>> (total 660) > >>> Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 > >>> Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows > >>> (total 760) > >>> Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows > >>> (total 958) > >>> Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows > >>> (total 1157) > >>> Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer > >>> overflows (total 2233) > >>> Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows > >>> (total 3173) > >> > >> Yes. With PPP, each of these means a lost packet, which is expensive. > >> This shouldn't happen. Is the machine slow or heavily loaded? > >> Otherwise you might be losing interrupts. > >> > >> Greg > > > > Depends on your version of slow,:), it's a 486/66 8megs of ram, running > > ppp -alias, for a small house LAN. It does however has other processes > > running, but whenever I do a top -s 1 about %90 of the machine is idle, > > until someone starts to dl, or hits the Web server from the local LAN. > > Could it be the serial ports itself? The board it self has one built-in > > serial port, but I didn't think it could handle the speed(it's an old > > Packard Hell MB) so I threw in a multi I/O card, trying to avoid serial > > problems... > > The CPU has enough power, but with 8 MB you're going to be doing a lot > of swapping, during which I think the async interrupts are locked out. > I'd consider this fits my description of "heavily loaded", even if the > CPU is 90% idle. This could be your problem. I had a problem with overflows. I have a 28.8 modem, and if I set the port speed to 115200, I get overflows over-flowing on my xconsole. But only on incoming packets, which would seem to me to be the opposite of what you'd expect. If I set it to 28800, no problems. If I set it to 14400, no problems. I know it's not my system that's slow; Cyrix 6x86 166, 72 megs RAM, the serial ports are both 16550. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Tue Oct 14 22:23:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17619 for questions-outgoing; Tue, 14 Oct 1997 22:23:24 -0700 (PDT) (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 WAA17610 for ; Tue, 14 Oct 1997 22:23:18 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id BAA01330; Wed, 15 Oct 1997 01:22:23 -0400 (EDT) Date: Wed, 15 Oct 1997 01:22:21 -0400 (EDT) From: Steve Hovey To: "James E. Marker" cc: "'Al Johnson'" , "freebsd-questions@FreeBSD.ORG" Subject: RE: Good cheap 100TX card? In-Reply-To: <01BCD8DC.49469B20@ip106.ifx.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 I bought those but they now have the PNIC chip and not the digital chip and are not supported - thanx anyways! On Tue, 14 Oct 1997, James E. Marker wrote: > I'm using a 100BaseTX card by LinkSys. It was $59 from Computer City Express. Runs as de0. > > Steve Hovey wrote: > > > > Can anyon recommend a responably priced ethernet card 10/100TX that will > > work with freebsd? > > > > Im having a hard time finding which cards run with supported chipsets. > > > > Thanx > > From owner-freebsd-questions Tue Oct 14 22:26:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17781 for questions-outgoing; Tue, 14 Oct 1997 22:26:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17772 for ; Tue, 14 Oct 1997 22:26:21 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA07117; Wed, 15 Oct 1997 14:56:06 +0930 (CST) Message-ID: <19971015145606.47003@lemis.com> Date: Wed, 15 Oct 1997 14:56:06 +0930 From: Greg Lehey To: "Matthew D. Fuller" Cc: parrothd@midwest.net, freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: <19971012093454.31985@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Matthew D. Fuller on Wed, Oct 15, 1997 at 12:19:14AM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 12:19:14AM -0500, Matthew D. Fuller wrote: > On Sun, 12 Oct 1997, Greg Lehey wrote: > >> On Thu, Oct 02, 1997 at 09:26:09AM -0500, bla bla wrote: >>> Greg Lehey wrote: >>>> >>>> On Wed, Oct 01, 1997 at 10:51:09PM -0500, Jonathan E. Lyons wrote: >>>>> Is this anything to be concerned about? I've got an X2 modem, with the port >>>>> speed set at 57600..... >>>>> >>>>> >>>>> Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows >>>>> (total 660) >>>>> Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 >>>>> Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows >>>>> (total 760) >>>>> Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows >>>>> (total 958) >>>>> Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows >>>>> (total 1157) >>>>> Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer >>>>> overflows (total 2233) >>>>> Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows >>>>> (total 3173) >>>> >>>> Yes. With PPP, each of these means a lost packet, which is expensive. >>>> This shouldn't happen. Is the machine slow or heavily loaded? >>>> Otherwise you might be losing interrupts. >>>> >>>> Greg >>> >>> Depends on your version of slow,:), it's a 486/66 8megs of ram, running >>> ppp -alias, for a small house LAN. It does however has other processes >>> running, but whenever I do a top -s 1 about %90 of the machine is idle, >>> until someone starts to dl, or hits the Web server from the local LAN. >>> Could it be the serial ports itself? The board it self has one built-in >>> serial port, but I didn't think it could handle the speed(it's an old >>> Packard Hell MB) so I threw in a multi I/O card, trying to avoid serial >>> problems... >> >> The CPU has enough power, but with 8 MB you're going to be doing a lot >> of swapping, during which I think the async interrupts are locked out. >> I'd consider this fits my description of "heavily loaded", even if the >> CPU is 90% idle. This could be your problem. > > I had a problem with overflows. > I have a 28.8 modem, and if I set the port speed to 115200, I get > overflows over-flowing on my xconsole. But only on incoming packets, > which would seem to me to be the opposite of what you'd expect. It's certainly what I would expect. It's impossible to get overflows on outgoing packets unless the driver is programmed wrong. > If I set it to 28800, no problems. If I set it to 14400, no > problems. I know it's not my system that's slow; Cyrix 6x86 166, 72 > megs RAM, the serial ports are both 16550. What happens if you set the port speed to 57600? If that works, that should be enough for you. Otherwise you should check your cabling and modem setup. You should be using hardware handshake. Check this excerpt from "The Complete FreeBSD": +-----------+---------------------------------------------------------------------+ |Command | Meaning | +-----------+---------------------------------------------------------------------+ |ATT | Set tone (DTMF) dialling. | |ATVnumber | If number is 0, return result codes in numeric form. If it's 1, | | | return text. Don't rely on either form to be consistent from one | | | modem to the next. | |ATXnumber | Determine the form of the result codes. This depends a lot on the | | | manufacturer, but it's important for chat scripts. If you run into | | | trouble, with chat scripts, check your modem documentation. | |ATZ | Reset modem configuration to default values. | |AT&Knumber | Select flow control method. Normally, 3 enables RTS/CTS flow | | | control, which is what you want. | |AT&Rnumber | If number is 0, CTS is only asserted if the DTE asserts RTS, even | | | if the modem is able to receive data. If it's set to 1, it behaves | | | normally. Make sure this value is set to 1. | |AT&Tnumber | Perform modem-specific test number. This command is the origin of | | | the statement: ``UNIX is a trademark of AT&T in the USA and other | | | countries. AT&T is a modem test command''. | |AT&V | View the current configuration. See the example below. | |AT&Wnumber | Store the current configuration as profile number. Most external | | | modems can store two profiles, or configurations. If number is not | | | specified, write the profile specified in a previous AT&Y command. | | | See the example below. | |AT&Ynumber | Decide which profile (0 or 1) will be loaded when the modem is | | | reset, and which will be written by the command AT&W | +-----------+---------------------------------------------------------------------+ For an example of what you might look at, let's consider a manual dialup to an ISP: # ppp ISP User Process PPP. Written by Toshiharu OHNO. Using interface: tun0 Interactive mode Warning: No password entry for this host in ppp.secret Warning: Manipulation is allowed by anyone ppp ON freebie> term go into direct connect mode Enter to terminal mode. Type `~?' for help. at synchronize with the modem OK at&v look at the modem profile ACTIVE PROFILE: B0 E1 L0 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K4 &Q5 &R1 &S0 &T5 &X0 &Y0 S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S25:005 S26:001 S36:007 S37:000 S38:020 S44:020 S46:138 S48:007 S95:000 STORED PROFILE 0: B0 E1 L0 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K4 &Q5 &R1 &S0 &T5 &X0 S00:000 S02:043 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S36:007 S37:000 S40:104 S41:195 S46:138 S95:000 STORED PROFILE 1: B0 E1 L1 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S0 &T5 &X0 S00:000 S02:043 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S36:007 S37:000 S40:104 S41:195 S46:138 S95:000 TELEPHONE NUMBERS: 0=T1234567890 1= 2= 3= OK The term profile refers to a set of the complete configuration information for the modem. External modems can usually store two different profiles. The AT&V command shows the current configuration (``active profile'') and the two stored profiles. The first line reflects the parameters set with AT commands (for example, L0 means that the command ATL0, turn off the speaker, has been issued). The next two or three lines reflect the values of the S registers. In addition, this modem can store up to four telephone numbers, a feature which is seldom of great interest. If you look at this profile, you'll notice that the active profile includes the parameter &K4. This means ``use XON/XOFF flow control''. This is not desirable: it's better to use RTS/CTS flow control. To fix it, at&k3 set RTS/CTS flow control OK at&w write the active profile OK at&v and check ACTIVE PROFILE: B0 E1 L0 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S0 &T5 &X0 &Y0 S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S25:005 S26:001 S36:007 S37:000 S38:020 S44:020 S46:138 S48:007 S95:000 STORED PROFILE 0: B0 E1 L0 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S0 &T5 &X0 S00:000 S02:043 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S36:007 S37:000 S40:104 S41:195 S46:138 S95:000 STORED PROFILE 1: B0 E1 L1 M1 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S0 &T5 &X0 S00:000 S02:043 S06:002 S07:060 S08:002 S09:006 S10:014 S11:090 S12:050 S18:000 S36:007 S37:000 S40:104 S41:195 S46:138 S95:000 TELEPHONE NUMBERS: 0=T1234567890 1= 2= 3= OK Greg From owner-freebsd-questions Tue Oct 14 22:27:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17891 for questions-outgoing; Tue, 14 Oct 1997 22:27:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17882 for ; Tue, 14 Oct 1997 22:27:23 -0700 (PDT) (envelope-from Carey.Nairn@ccd.tas.gov.au) Received: from carey.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.5/8.8.5) with SMTP id QAA19787; Wed, 15 Oct 1997 16:25:59 +1100 (EST) Message-Id: <3.0.32.19971015162350.009fef64@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 16:23:51 +1100 To: dg@root.com From: Carey Nairn Subject: Re: Spontaneous reboots with 2.2.1-R 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 David, looks like the changes to pmap.c didn't fix our problem. The machine stayed up for about 30 minutes after installing the new kernel. Any other ideas? thanks, Carey Nairn At 19:32 14/10/97 -0700, David Greenman wrote: >>we are having spontaneous reboot problems with our second squid proxy >>server since performing a hardware upgrade last weekend. The machine is >>running 2.2.1-R and has been without fault since it was installed a few >>months ago. The specs are as follows: >> >>P200 >>192MB RAM >>SOYO SY-5BT5 motherboard >>Adaptec 2940U SCSI controller >>1x2GB Seagate SCSI HDD >>3x4GB Seagate SCSI HDD (in a ccd) >> >>The upgrade involved adding 64MB RAM and one of the 4GB disks. In addition >>to this we changed the squid cache from individual 4GB filesystems to a >>striped (ccd) 12GB filesystem. >> >>Could this be a manifestation of the ahc driver bug and if so, can I just >>patch the 2.2.1 kernel with the new ahc driver files rather than doing an >>upgrade? >> >>If I can patch the kernel, which files do I need to get? > > This might be caused by a scalability bug in sys/i386/i386/pmap.c. If you >could get the changes in rev 1.128.2.5 of pmap.c, this might fix it. > >-DG > >David Greenman >Core-team/Principal Architect, The FreeBSD Project > >Index: pmap.c >=================================================================== >RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v >retrieving revision 1.128.2.4 >retrieving revision 1.128.2.5 >diff -c -r1.128.2.4 -r1.128.2.5 >*** pmap.c 1997/02/01 12:11:03 1.128.2.4 >--- pmap.c 1997/04/23 02:20:06 1.128.2.5 >*************** >*** 39,45 **** > * SUCH DAMAGE. > * > * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 >! * $Id: pmap.c,v 1.128.2.4 1997/02/01 12:11:03 davidg Exp $ > */ > > /* >--- 39,45 ---- > * SUCH DAMAGE. > * > * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 >! * $Id: pmap.c,v 1.128.2.5 1997/04/23 02:20:06 davidg Exp $ > */ > > /* >*************** >*** 100,105 **** >--- 100,106 ---- > #include > > #define PMAP_KEEP_PDIRS >+ #define PMAP_SHPGPERPROC 200 > > #if defined(DIAGNOSTIC) > #define PMAP_DIAGNOSTIC >*************** >*** 1460,1476 **** > /* > * init the pv_entry allocation system > */ >- #define PVSPERPAGE 64 > void > init_pv_entries(npg) > int npg; > { > /* >! * allocate enough kvm space for PVSPERPAGE entries per page (lots) >! * kvm space is fairly cheap, be generous!!! (the system can panic if >! * this is too small.) > */ >! npvvapg = ((npg * PVSPERPAGE) * sizeof(struct pv_entry) > + PAGE_SIZE - 1) / PAGE_SIZE; > pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); > /* >--- 1461,1482 ---- > /* > * init the pv_entry allocation system > */ > void > init_pv_entries(npg) > int npg; > { > /* >! * Allocate enough kvm space for one entry per page, and >! * each process having PMAP_SHPGPERPROC pages shared with other >! * processes. (The system can panic if this is too small, but also >! * can fail on bootup if this is too big.) >! * XXX The pv management mechanism needs to be fixed so that systems >! * with lots of shared mappings amongst lots of processes will still >! * work. The fix will likely be that once we run out of pv entries >! * we will free other entries (and the associated mappings), with >! * some policy yet to be determined. > */ >! npvvapg = ((PMAP_SHPGPERPROC * maxproc + npg) * sizeof(struct pv_entry) > + PAGE_SIZE - 1) / PAGE_SIZE; > pvva = kmem_alloc_pageable(kernel_map, npvvapg * PAGE_SIZE); > /* > > From owner-freebsd-questions Tue Oct 14 22:30:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18129 for questions-outgoing; Tue, 14 Oct 1997 22:30:32 -0700 (PDT) (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 WAA18116 for ; Tue, 14 Oct 1997 22:30:27 -0700 (PDT) (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 WAA00333; Tue, 14 Oct 1997 22:33:21 -0700 (PDT) Message-Id: <199710150533.WAA00333@implode.root.com> To: Carey Nairn cc: questions@FreeBSD.ORG Subject: Re: Spontaneous reboots with 2.2.1-R In-reply-to: Your message of "Wed, 15 Oct 1997 16:23:51 +1100." <3.0.32.19971015162350.009fef64@falcon.pacit.tas.gov.au> From: David Greenman Reply-To: dg@root.com Date: Tue, 14 Oct 1997 22:33:21 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >looks like the changes to pmap.c didn't fix our problem. The machine >stayed up for about 30 minutes after installing the new kernel. Any other >ideas? Perhaps the new memory you added is bad. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Tue Oct 14 22:34:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18440 for questions-outgoing; Tue, 14 Oct 1997 22:34:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18418 for ; Tue, 14 Oct 1997 22:34:43 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id AAA29400; Wed, 15 Oct 1997 00:33:50 -0500 (CDT) Date: Wed, 15 Oct 1997 00:33:50 -0500 (CDT) From: "Matthew D. Fuller" To: Greg Lehey cc: Wei Weng , Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: <19971012175106.09742@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 On Sun, 12 Oct 1997, Greg Lehey wrote: > On Sun, Oct 12, 1997 at 03:34:49AM -0400, Wei Weng wrote: > > On Sun, 12 Oct 1997, Gordon Wang wrote: > > > >> Dear Sir > >> I am a FreeBSD 2.2.1 user. > >> Where can I find the netscape for FreeBSD? > > yes. :) > > YOu can use netscape 4.03 for linux on your freebsd. > > But you have to enable linux support in /etc/rc.conf > > There's no need to use the Linux version of FreeBSD, though it works. > Use the BSDI versions or (4.08) the FreeBSD version. Take a look in > the Ports Collection. Or, if you want to miss out on the wonderful compile, eat-up-all-my-disk-space-and-processor-time routine, go to: ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install and get communicator-v403b8-export.x86-unknown-freebsd.tar.gz *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Tue Oct 14 22:40:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18901 for questions-outgoing; Tue, 14 Oct 1997 22:40:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18891 for ; Tue, 14 Oct 1997 22:40:46 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA07676; Wed, 15 Oct 1997 15:10:36 +0930 (CST) Message-ID: <19971015151035.57370@lemis.com> Date: Wed, 15 Oct 1997 15:10:35 +0930 From: Greg Lehey To: "Matthew D. Fuller" Cc: Wei Weng , Gordon Wang , freebsd-questions@FreeBSD.ORG Subject: Re: Netscape References: <19971012175106.09742@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Matthew D. Fuller on Wed, Oct 15, 1997 at 12:33:50AM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 12:33:50AM -0500, Matthew D. Fuller wrote: > On Sun, 12 Oct 1997, Greg Lehey wrote: > >> On Sun, Oct 12, 1997 at 03:34:49AM -0400, Wei Weng wrote: >>> On Sun, 12 Oct 1997, Gordon Wang wrote: >>> >>>> Dear Sir >>>> I am a FreeBSD 2.2.1 user. >>>> Where can I find the netscape for FreeBSD? >>> yes. :) >>> YOu can use netscape 4.03 for linux on your freebsd. >>> But you have to enable linux support in /etc/rc.conf >> >> There's no need to use the Linux version of FreeBSD, though it works. >> Use the BSDI versions or (4.08) the FreeBSD version. Take a look in >> the Ports Collection. > > Or, if you want to miss out on the wonderful compile, > eat-up-all-my-disk-space-and-processor-time routine, go to: > ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install > and get communicator-v403b8-export.x86-unknown-freebsd.tar.gz Sorry, you don't get that with the port. Netscape isn't available in source. The port just gives you a correct, unproblematic installation. Of course, if you don't want that... Greg From owner-freebsd-questions Tue Oct 14 22:55:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19523 for questions-outgoing; Tue, 14 Oct 1997 22:55:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19515 for ; Tue, 14 Oct 1997 22:55:48 -0700 (PDT) (envelope-from Carey.Nairn@ccd.tas.gov.au) Received: from carey.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.5/8.8.5) with SMTP id QAA21013; Wed, 15 Oct 1997 16:54:21 +1100 (EST) Message-Id: <3.0.32.19971015165212.00a01078@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 16:52:13 +1100 To: Greg Lehey , FreeBSD Questions From: Carey Nairn Subject: Re: Samba: how do I specify service names? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 13:12 15/10/97 +0930, Greg Lehey wrote: >I'm currently writing a chapter about Samba for the next edition of >"The Complete FreeBSD", and I need help. I don't use Microsoft, so I >can't even test this stuff properly. Currently I have installed smbd, >configured inetd to start smbd and nmbd, and set up a configuration >file. I'm trying to test with smbclient. > >I have the following entry in smb.conf: > >+ [grog] >+ path = /home/grog >+ printable = true >+ read only = true >+ public = true > >This is what happens when I try to access it with smbclient: > >+ $ smbclient \\freebie\\\\grog >+ Added interface ip=192.109.197.137 bcast=192.109.197.255 nmask=255.255.255.0 >+ Server time is Wed Oct 15 13:09:55 1997 >+ Timezone is UTC+9.5 >+ Password: >+ Domain=[WORKGROUP] OS=[Unix] Server=[Samba 1.9.16p11] >+ >+ Warning: Your service name doesn't start with \\. This is probably incorrect. >+ Perhaps try replacing each \ with \\ on the command line? > >Why is this message coming? I have the correct number of \\\\s for >the shell. I've tried changing the number, which just confuses it all >the more. You should have \\\\freebie\\grog instead of \\freebie\\\\grog > >+ first SMBtconX failed, trying again. ERRSRV - ERRinvnetname (Invalid network name in tree connect.) >+ SMBtconX failed. ERRSRV - ERRinvnetname (Invalid network name in tree connect.) >+ Perhaps you are using the wrong sharename, username or password? >+ Some servers insist that these be in uppercase > >In the log file, I get: > >10/15/97 13:09:57 couldn't find service /grog > >Where is this / coming from? I didn't mention a forward slash. > >I've played around with this. If I change the service name to /grog, >things work just fine. But this looks to me as if somebody is >inserting a /, and I don't know how to get rid of it. Is this a bug, >a feature, or incorrect usage on my part? > >Greg > > > From owner-freebsd-questions Tue Oct 14 23:02:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19991 for questions-outgoing; Tue, 14 Oct 1997 23:02:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19982 for ; Tue, 14 Oct 1997 23:02:09 -0700 (PDT) (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 CAA10451 for ; Wed, 15 Oct 1997 02:02:05 -0400 (EDT) Date: Wed, 15 Oct 1997 02:02:05 -0400 (EDT) From: Wei Weng To: freebsd-questions Subject: how to uninstall a software 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. How to uninstall a program in freebsd? I think I just need to delete all the excutable files and related library and config files. Say, I want to delete xemacs.(I truly want to do it) Is there any other convienet way to do it? cuz I didn't install xemacs myself but rather use freebsd cdrom, so I dont reeally what's going on during the installation and where I can find the trash files belonging to xemacs. ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ From owner-freebsd-questions Tue Oct 14 23:03:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20057 for questions-outgoing; Tue, 14 Oct 1997 23:03:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from public.cq.sc.cn (public.cq.sc.cn [202.98.32.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA20048 for ; Tue, 14 Oct 1997 23:03:09 -0700 (PDT) (envelope-from hmin@public.cq.sc.cn) Received: (from hmin@localhost) by public.cq.sc.cn (SMI-8.6/8.6.11) id OAA02055; Wed, 15 Oct 1997 14:02:38 +0800 Date: Wed, 15 Oct 1997 14:02:37 +0800 (CST) From: "Min Huang (tunny)" To: freebsd-questions@freebsd.org Subject: Can I generate system V executable code on freebsd? 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, sir: Is there any tool or method that I can generate system V executable code under freebsd 2.2.2. I'm running a freebsd 2.2.2 system, and I have gcc. Waiting for your respond. Huang Min From owner-freebsd-questions Tue Oct 14 23:05:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20237 for questions-outgoing; Tue, 14 Oct 1997 23:05:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20229 for ; Tue, 14 Oct 1997 23:05:03 -0700 (PDT) (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 CAA16361 for ; Wed, 15 Oct 1997 02:04:58 -0400 (EDT) Date: Wed, 15 Oct 1997 02:04:57 -0400 (EDT) From: Wei Weng To: freebsd-questions Subject: Re: secure anonymous FTP In-Reply-To: <19971015144413.61249@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 But where can I put the options in? What file contains the start up of ftpd? ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Wed, 15 Oct 1997, Greg Lehey wrote: > On Tue, Oct 14, 1997 at 11:51:19PM -0400, Robert Watson wrote: > > > > I wish to set up an anonymous ftp server that only serves anonymous users > > -- i.e., it does not need to authenticate users using passwords ever, and > > would live entirely chroot'd, hopefully. This would minimize the chances > > of attacks using anonymous ftp; is there a daemon available that would fit > > into this nitch or do I need to roll my own? > > man 8 ftpd > > Look at the -A option. > > Greg > From owner-freebsd-questions Tue Oct 14 23:10:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20576 for questions-outgoing; Tue, 14 Oct 1997 23:10:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20570 for ; Tue, 14 Oct 1997 23:10:08 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA07948; Wed, 15 Oct 1997 15:40:00 +0930 (CST) Message-ID: <19971015154000.18866@lemis.com> Date: Wed, 15 Oct 1997 15:40:00 +0930 From: Greg Lehey To: Carey Nairn Cc: FreeBSD Questions Subject: Re: Samba: how do I specify service names? References: <3.0.32.19971015165212.00a01078@falcon.pacit.tas.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.32.19971015165212.00a01078@falcon.pacit.tas.gov.au>; from Carey Nairn on Wed, Oct 15, 1997 at 04:52:13PM +1100 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 04:52:13PM +1100, Carey Nairn wrote: > At 13:12 15/10/97 +0930, Greg Lehey wrote: >> I'm currently writing a chapter about Samba for the next edition of >> "The Complete FreeBSD", and I need help. I don't use Microsoft, so I >> can't even test this stuff properly. Currently I have installed smbd, >> configured inetd to start smbd and nmbd, and set up a configuration >> file. I'm trying to test with smbclient. >> >> I have the following entry in smb.conf: >> >>> [grog] >>> path = /home/grog >>> printable = true >>> read only = true >>> public = true >> >> This is what happens when I try to access it with smbclient: >> >>> $ smbclient \\freebie\\\\grog >>> Added interface ip=192.109.197.137 bcast=192.109.197.255 > nmask=255.255.255.0 >>> Server time is Wed Oct 15 13:09:55 1997 >>> Timezone is UTC+9.5 >>> Password: >>> Domain=[WORKGROUP] OS=[Unix] Server=[Samba 1.9.16p11] >>> >>> Warning: Your service name doesn't start with \\. This is probably > incorrect. >>> Perhaps try replacing each \ with \\ on the command line? >> >> Why is this message coming? I have the correct number of \\\\s for >> the shell. I've tried changing the number, which just confuses it all >> the more. > > You should have \\\\freebie\\grog instead of \\freebie\\\\grog Thanks. That was the answer. Greg From owner-freebsd-questions Tue Oct 14 23:29:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21577 for questions-outgoing; Tue, 14 Oct 1997 23:29:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from coal.nis.newscorp.com (mxa.newscorp.com [206.15.105.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21528 for ; Tue, 14 Oct 1997 23:28:13 -0700 (PDT) (envelope-from ben@multivac.narcissus.net) Received: from multivac.narcissus.net (ts2port68.port.net [207.38.248.196]) by coal.nis.newscorp.com (News Corp SMTP GW 1.1) with SMTP id CAA19854; Wed, 15 Oct 1997 02:29:32 -0400 (EDT) Received: from localhost by multivac.narcissus.net (NX5.67e/NX3.0S) id AA00520; Wed, 15 Oct 97 02:21:55 -0400 Date: Wed, 15 Oct 1997 02:21:55 -0400 (GMT-0400) From: Snob Art Genre Reply-To: benedict@echonyc.com To: Gene Cristofor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: modems In-Reply-To: <344426C2.7E17@iname.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 Is your modem perchance internal? Why don't you describe the problem(s) you're having with it and we'll see if we can fix them. Most people around here will recommend external modems, correctly, I believe. I am currently having good luck with a Diamond Supra 33.6 external obtained from www.cdw.com for ~$60 after the $20 rebate. However, if you are using an older machine with an 8550 UART you will not get anything near optimal throughput unless you either upgrade the UART (should be inexpensive, maybe $20, though I'm not sure) or use an internal modem, which has its own UART (or rather it emulates one). Externals are great because you can watch the little blinking lights. This can be very helpful when you're trying to debug a problem. Also, it's easier to move them from machine to machine, which again helps in debugging (when you can't tell whether the problem is in the machine or the modem or both). On Tue, 14 Oct 1997, Gene Cristofor wrote: > what modems can one use for freebsd2.2.2 and win95 and nt4.0? > > i have a 33.3 us robotics sportster that works on 95 and nt, but > i cant get freebsd to see it no matter what i do > > any suggestions greatly appreciated > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Oct 14 23:34:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21854 for questions-outgoing; Tue, 14 Oct 1997 23:34:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21845 for ; Tue, 14 Oct 1997 23:34:50 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id BAA00200; Wed, 15 Oct 1997 01:32:24 -0500 (CDT) Date: Wed, 15 Oct 1997 01:32:23 -0500 (CDT) From: "Matthew D. Fuller" To: Don Wilde cc: Marty Leisner , Jacques Hugo , questions@FreeBSD.ORG Subject: Re: mmx or ppro In-Reply-To: <3443CA23.2697@PartsNow.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, 14 Oct 1997, Don Wilde wrote: > Since no software is written for MMX extensions, a PPro will work better > than a Pentium/MMX, but a PentiumII will beat either, since a) it has > larger caches and b) it has faster clock rates. Even if the software > were compiled with MMX, only the X/graphics code would see improvement. > There are very few situations where the MMX instructions are helpful, > and there are some times when it could be actively harmful. Consider, also, that PRO isn't a technology; it's just the cutesy name for the 80686, since Intel can't patent numbers. And MMX is a set of instructions, not something Intel owns; Cyrix and AMD use it too. A PPro has 5 (I believe) instruction pipelines, as opposed to the Pentium's 2, so it runs a fair bit faster. Pentium II has faster clock speeds and a slot interface, so I believe it has a wider CPU bus, but it also has half-speed L2 cache, so it doesn't always beat either; I've seen benchmarks where a P-200MMX beat a PII-233 on MMX-related benchmarks, and a PPro200 (overclocked to 233) beat a PII-266 on mathematical calcs. HOWEVER: MMX chips also have improved speculative execution, and a few other fuzzy logic functions, so a P200MMX will run a little fast on a few things than one without MMX; but that's tech progression independant of MMX AFAIK. > MMX basically refers to the ability to use the floating-point registers > to do simple adds and bit-masks to 8 bytes at a time instead of one > 80-bit floating point number. 99.4% of all code doesn't fit this > application. > -- > 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 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Tue Oct 14 23:47:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22809 for questions-outgoing; Tue, 14 Oct 1997 23:47:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22800 for ; Tue, 14 Oct 1997 23:47:24 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09193; Wed, 15 Oct 1997 16:17:14 +0930 (CST) Message-ID: <19971015161714.05391@lemis.com> Date: Wed, 15 Oct 1997 16:17:14 +0930 From: Greg Lehey To: Wei Weng Cc: freebsd-questions Subject: Re: how to uninstall a software References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Wei Weng on Wed, Oct 15, 1997 at 02:02:05AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 02:02:05AM -0400, Wei Weng wrote: > Hi folks. > How to uninstall a program in freebsd? I think I just need to delete all > the excutable files and related library and config files. Say, I want to > delete xemacs.(I truly want to do it) Is there any other convienet way to > do it? cuz I didn't install xemacs myself but rather use freebsd cdrom, so > I dont reeally what's going on during the installation and where I can > find the trash files belonging to xemacs. pkg_delete xemacs Greg From owner-freebsd-questions Tue Oct 14 23:48:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22977 for questions-outgoing; Tue, 14 Oct 1997 23:48:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22965 for ; Tue, 14 Oct 1997 23:48:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09201; Wed, 15 Oct 1997 16:17:58 +0930 (CST) Message-ID: <19971015161758.10197@lemis.com> Date: Wed, 15 Oct 1997 16:17:58 +0930 From: Greg Lehey To: "Min Huang (tunny)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can I generate system V executable code on freebsd? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Min Huang (tunny) on Wed, Oct 15, 1997 at 02:02:37PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 02:02:37PM +0800, Min Huang (tunny) wrote: > Hi, sir: > > Is there any tool or method that I can generate system V executable code > under freebsd 2.2.2. I'm running a freebsd 2.2.2 system, and I have gcc. > Waiting for your respond. You could build a cross-development environment with the GNU tools. It would work, but it would be a lot of work to install in the first place. Greg From owner-freebsd-questions Tue Oct 14 23:53:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23302 for questions-outgoing; Tue, 14 Oct 1997 23:53:24 -0700 (PDT) (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 XAA23297 for ; Tue, 14 Oct 1997 23:53:21 -0700 (PDT) (envelope-from spork@super-g.com) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id GAA23348; Wed, 15 Oct 1997 06:50:38 -0400 (EDT) Date: Wed, 15 Oct 1997 06:50:37 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Robert Watson cc: questions@FreeBSD.ORG Subject: Re: secure anonymous FTP 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 I've been playing with anonftpd, which I found at ftp.qmail.org. It's fairly restrictive, and has no provisions for uploading files. It also does not run as root... Charles On Tue, 14 Oct 1997, Robert Watson wrote: > > I wish to set up an anonymous ftp server that only serves anonymous users > -- i.e., it does not need to authenticate users using passwords ever, and > would live entirely chroot'd, hopefully. This would minimize the chances > of attacks using anonymous ftp; is there a daemon available that would fit > into this nitch or do I need to roll my own? > > Thanks, > > > Robert N Watson > > Junior, Logic+Computation, Carnegie Mellon University http://www.cmu.edu/ > Network Administrator, SafePort Network Services http://www.safeport.com/ > robert@fledge.watson.org rwatson@safeport.com http://www.watson.org/~robert/ > From owner-freebsd-questions Tue Oct 14 23:57:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23521 for questions-outgoing; Tue, 14 Oct 1997 23:57:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA23512 for ; Tue, 14 Oct 1997 23:57:32 -0700 (PDT) (envelope-from jkuir@uniserve.com) Received: from p1-33.van.tvs.net [204.244.158.112] by mail.uniserve.com with esmtp (Exim 1.70 #1) id 0xLNOd-0005zj-00; Tue, 14 Oct 1997 23:57:31 -0700 Message-ID: <34446AE5.CB7845DB@uniserve.com> Date: Wed, 15 Oct 1997 00:04:05 -0700 From: Justin Muir X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: lean mean kernel with sound!! + dumb questions 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'm a recent ex-DOS junkie who recently installed FreeBSD. This an overwhelming OS to use after years of DOS, but I do understand the concept of making a leaner kernel w/o all the unused drivers but I'm uncertain as to how to accomplish this. Btw - I would also like to install drivers for my SB16. Any tips or encouragement? One other thing, how can I see where I am amidst all the directories and files? Or does that not matter now that I've got a real OS? ps- how do I distinguish between types files etc since I can't seem to find extensions? From owner-freebsd-questions Wed Oct 15 00:04:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA23858 for questions-outgoing; Wed, 15 Oct 1997 00:04:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA23853 for ; Wed, 15 Oct 1997 00:04:28 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id CAA00605; Wed, 15 Oct 1997 02:04:15 -0500 (CDT) Date: Wed, 15 Oct 1997 02:04:15 -0500 (CDT) From: "Matthew D. Fuller" To: Greg Lehey cc: parrothd@midwest.net, freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows In-Reply-To: <19971015145606.47003@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 On Wed, 15 Oct 1997, Greg Lehey wrote: > On Wed, Oct 15, 1997 at 12:19:14AM -0500, Matthew D. Fuller wrote: > > > > I had a problem with overflows. > > I have a 28.8 modem, and if I set the port speed to 115200, I get > > overflows over-flowing on my xconsole. But only on incoming packets, > > which would seem to me to be the opposite of what you'd expect. > > It's certainly what I would expect. It's impossible to get overflows > on outgoing packets unless the driver is programmed wrong. There is that... I was thinking something weird involving a permutation of... nevermind. > > > If I set it to 28800, no problems. If I set it to 14400, no > > problems. I know it's not my system that's slow; Cyrix 6x86 166, 72 > > megs RAM, the serial ports are both 16550. > > What happens if you set the port speed to 57600? If that works, that > should be enough for you. Otherwise you should check your cabling and > modem setup. You should be using hardware handshake. Check this > excerpt from "The Complete FreeBSD": > > If you look at this profile, you'll notice that the active profile includes the > parameter &K4. This means ``use XON/XOFF flow control''. This is not > desirable: it's better to use RTS/CTS flow control. To fix it, > OK; maybe I did use bad phrasing... Both serial ports REPORT 16550. cuaa1 is an internal 28.8 modem. I can't look at my modem's settings now, obviously, since I'm PPP'd into my ISP, but when I do this: PPP ON mortis> show modem device: /dev/cuaa1 speed:28800 cs8, no parity, CTS/RTS on. (blah blah blah) doesn't that mean that it is enabled at all levels? I don't think this is a big problem either way; my ISA bus isn't exactly overflowing, so I don't think I gain much speed or reliability my having compression to my modem, but I'm not too knowledgeable about bus issues anyway, so... Thoughts, anyone? *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Wed Oct 15 00:06:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA23941 for questions-outgoing; Wed, 15 Oct 1997 00:06:23 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA23930 for ; Wed, 15 Oct 1997 00:06:01 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09894; Wed, 15 Oct 1997 16:35:42 +0930 (CST) Message-ID: <19971015163542.17582@lemis.com> Date: Wed, 15 Oct 1997 16:35:42 +0930 From: Greg Lehey To: "Matthew D. Fuller" Cc: parrothd@midwest.net, freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: <19971015145606.47003@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Matthew D. Fuller on Wed, Oct 15, 1997 at 02:04:15AM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 02:04:15AM -0500, Matthew D. Fuller wrote: > On Wed, 15 Oct 1997, Greg Lehey wrote: > >> On Wed, Oct 15, 1997 at 12:19:14AM -0500, Matthew D. Fuller wrote: >>> If I set it to 28800, no problems. If I set it to 14400, no >>> problems. I know it's not my system that's slow; Cyrix 6x86 166, 72 >>> megs RAM, the serial ports are both 16550. >> >> What happens if you set the port speed to 57600? If that works, that >> should be enough for you. Otherwise you should check your cabling and >> modem setup. You should be using hardware handshake. Check this >> excerpt from "The Complete FreeBSD": > >> >> If you look at this profile, you'll notice that the active profile includes the >> parameter &K4. This means ``use XON/XOFF flow control''. This is not >> desirable: it's better to use RTS/CTS flow control. To fix it, >> > OK; maybe I did use bad phrasing... > Both serial ports REPORT 16550. cuaa1 is an internal 28.8 modem. I can't > look at my modem's settings now, obviously, since I'm PPP'd into my ISP, > but when I do this: > PPP ON mortis> show modem > device: /dev/cuaa1 speed:28800 > cs8, no parity, CTS/RTS on. > (blah blah blah) > doesn't that mean that it is enabled at all levels? It doesn't mean that the modem has CTS/RTS enabled. The only way to find that out is to ask it. Greg From owner-freebsd-questions Wed Oct 15 00:07:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24020 for questions-outgoing; Wed, 15 Oct 1997 00:07:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA24011 for ; Wed, 15 Oct 1997 00:07:32 -0700 (PDT) (envelope-from fhackers@jraynard.demon.co.uk) Received: from jraynard.demon.co.uk ([158.152.42.77]) by post.mail.demon.net id aa2020633; 15 Oct 97 8:06 BST Received: (from fhackers@localhost) by jraynard.demon.co.uk (8.8.7/8.8.7) id AAA10213; Wed, 15 Oct 1997 00:17:44 +0100 (BST) (envelope-from fhackers) Message-ID: <19971015001744.01197@jraynard.demon.co.uk> Date: Wed, 15 Oct 1997 00:17:44 +0100 From: James Raynard To: "Greg...-*smile*-" Cc: freebsd-questions@freebsd.org Subject: Re: xwindows compiler References: <9710131859.AA10798@oz.plymouth.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <9710131859.AA10798@oz.plymouth.edu>; from Greg...-*smile*- on Mon, Oct 13, 1997 at 02:59:55PM -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [re-directed to freebsd-questions list] On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: > > i am new to this mailing list and...i was hoping some one could help me > ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ > code on..any help would be a great help! You don't need one; X Window code compiles with a normal compiler (cc/c++ on FreeBSD). There's are comp.windows.x newsgroups which may have some useful info in them and O'Reilly also publish a set of books on X programming. Good luck, James -- James Raynard, Edinburgh, Scotland. james@jraynard.demon.co.uk http://www.freebsd.org/~jraynard/ From owner-freebsd-questions Wed Oct 15 00:10:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24245 for questions-outgoing; Wed, 15 Oct 1997 00:10:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cyrus.watson.org (robert@AMALTHEA.RES.CMU.EDU [128.2.91.57]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24235 for ; Wed, 15 Oct 1997 00:10:26 -0700 (PDT) (envelope-from robert@cyrus.watson.org) Received: from localhost (robert@localhost) by cyrus.watson.org (8.8.5/8.8.5) with SMTP id DAA02483; Wed, 15 Oct 1997 03:10:13 -0400 (EDT) Date: Wed, 15 Oct 1997 03:10:12 -0400 (EDT) From: Robert Watson Reply-To: Robert Watson To: Greg Lehey cc: questions@FreeBSD.ORG Subject: Re: secure anonymous FTP In-Reply-To: <19971015144413.61249@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 On Wed, 15 Oct 1997, Greg Lehey wrote: > On Tue, Oct 14, 1997 at 11:51:19PM -0400, Robert Watson wrote: > > > > I wish to set up an anonymous ftp server that only serves anonymous users > > -- i.e., it does not need to authenticate users using passwords ever, and > > would live entirely chroot'd, hopefully. This would minimize the chances > > of attacks using anonymous ftp; is there a daemon available that would fit > > into this nitch or do I need to roll my own? > > man 8 ftpd > > Look at the -A option. The following line of text can be found there under 2.2.1: -A Allow only anonymous ftp access This does not provide much in the way of details: for example, presumably ftpd still runs as root, does a chroot, gives up root access, etc, at some point, which is not defined here. I was hoping instead for a daemon that had more documented semantics (and perhaps better ones.) For example, the daemon runs as root, binds the port, chroots, gives up uid 0 before even accepting any connections. Is this what the -A behavior implies? Alternatively, I would rather run ftpd from inetd and not use chroot, relying on the server to provide security, than have ftpd run as root at any point.. The -A option may not provide any enhanced security, other than the server promising not to accept authenticated connections? :) Some clarification here would be nice, thanks. Robert N Watson Junior, Logic+Computation, Carnegie Mellon University http://www.cmu.edu/ Network Administrator, SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org rwatson@safeport.com http://www.watson.org/~robert/ From owner-freebsd-questions Wed Oct 15 00:12:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24463 for questions-outgoing; Wed, 15 Oct 1997 00:12:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24423 for ; Wed, 15 Oct 1997 00:11:56 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09920; Wed, 15 Oct 1997 16:41:40 +0930 (CST) Message-ID: <19971015164140.48074@lemis.com> Date: Wed, 15 Oct 1997 16:41:40 +0930 From: Greg Lehey To: Robert Watson Cc: questions@FreeBSD.ORG Subject: Re: secure anonymous FTP References: <19971015144413.61249@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Robert Watson on Wed, Oct 15, 1997 at 03:10:12AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 03:10:12AM -0400, Robert Watson wrote: > On Wed, 15 Oct 1997, Greg Lehey wrote: > >> On Tue, Oct 14, 1997 at 11:51:19PM -0400, Robert Watson wrote: >>> >>> I wish to set up an anonymous ftp server that only serves anonymous users >>> -- i.e., it does not need to authenticate users using passwords ever, and >>> would live entirely chroot'd, hopefully. This would minimize the chances >>> of attacks using anonymous ftp; is there a daemon available that would fit >>> into this nitch or do I need to roll my own? >> >> man 8 ftpd >> >> Look at the -A option. > > The following line of text can be found there under 2.2.1: > > -A Allow only anonymous ftp access > > This does not provide much in the way of details: for example, presumably > ftpd still runs as root, does a chroot, gives up root access, etc, at some > point, which is not defined here. I was hoping instead for a daemon that > had more documented semantics (and perhaps better ones.) For example, the > daemon runs as root, binds the port, chroots, gives up uid 0 before even > accepting any connections. Is this what the -A behavior implies? > > Alternatively, I would rather run ftpd from inetd and not use chroot, > relying on the server to provide security, than have ftpd run as root at > any point.. > > The -A option may not provide any enhanced security, other than the server > promising not to accept authenticated connections? :) Some clarification > here would be nice, thanks. I haven't looked at how this is implemented. I'm afraid you're going to have to check the source for that one. Greg From owner-freebsd-questions Wed Oct 15 00:17:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24754 for questions-outgoing; Wed, 15 Oct 1997 00:17:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24747 for ; Wed, 15 Oct 1997 00:17:45 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by Campino.Informatik.RWTH-Aachen.DE (8.8.7/RBI-Z13) with ESMTP id JAA00913; Wed, 15 Oct 1997 09:18:08 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id JAA10771; Wed, 15 Oct 1997 09:27:08 +0200 (MEST) Message-ID: <19971015092707.15068@gil.physik.rwth-aachen.de> Date: Wed, 15 Oct 1997 09:27:07 +0200 From: Christoph Kukulies To: Doug White Cc: Christoph Kukulies , freebsd-questions@freefall.FreeBSD.org Subject: Re: screensaver, xdm, X References: <199710131051.MAA01469@gil.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 Tue, Oct 14, 1997 at 03:19:52PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 03:19:52PM -0700, Doug White wrote: > On Mon, 13 Oct 1997, Christoph Kukulies wrote: > > > I want to have a screensaver running which already acts on > > the xdm login prompter screen? > > on the mach64 and other servers, you can enable the power-saver option. > This will use the VESA power signaling to turn off your display after N > minutes. This works from the xlogin screen too so it's a universally > handy option. > > I think there is a script that starts every time the x server is > restarted, .Xinit or something. That may be a good target to add > xscreensaver. I compared my installation with a Linux machine standing nearby this machine and couldn't find anything special. I thought the X server might have a resource one could set initially or in the Xserver file of the xdm directory as a command line option to start the X server always with saver on but didn't find anything. > > 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 Wed Oct 15 00:21:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24968 for questions-outgoing; Wed, 15 Oct 1997 00:21:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from slip129-37-223-73.ca.us.ibm.net (slip129-37-223-73.ca.us.ibm.net [129.37.223.73]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24957 for ; Wed, 15 Oct 1997 00:20:56 -0700 (PDT) (envelope-from jd@slip129-37-223-73.ca.us.ibm.net) Received: (from jd@localhost) by slip129-37-223-73.ca.us.ibm.net (8.8.5/8.8.5) id AAA01042 for questions@freebsd.org; Wed, 15 Oct 1997 00:21:04 -0700 (PDT) Date: Wed, 15 Oct 1997 00:21:04 -0700 (PDT) From: Joe Davida Message-Id: <199710150721.AAA01042@slip129-37-223-73.ca.us.ibm.net> To: questions@freebsd.org Subject: Boot from 2nd disk Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A few weeks ago, I could boot freebsd either from the ide drive or the scsi drive. But that was before my ASUS motherboard died and had to purchase another one. Since I changed my motherboard from an ASUS XP55T2P4 (which has been returned to ASUS for repair), to an AIR P5TXI, I have not been able to boot from my 2nd drive which is a seagate SCSI-2 drive. The first drive is a Fujitsu 2.5 gig ide drive. The ide drive has windows 95 and freebsd partitions, and I can boot either (off of the ide, via the booter). However, I am unable to boot from the SCSI drive. This is something new (since I changed the motherboard). To boot unix from the ide drive, I can let the booter boot the default (as per the prior selection - such as F1 for windows 95, or F2 for FreeBSD) after a timeout. However, if I select F5 (which causes the booter to read the partition info off of the SCSI drive) and reports only one option: F1 for BSD or F5 for other disk (i.e. ide). Now if I select F1 to boot freebsd off of the scsi, I get the following scrolling message: Error: D:0x81 C:0 H:0 S:0 I assume the error is a hard disk error? at Cylinder 0, Head 0, Sector 0? (Dont know what D:0x81 is). Might be a data byte? Has anyone experienced this? I have re-installed the booter on the scsi disk (using the dos program bootinst.exe and the file boot.bin). It has not helped. If anyone has had this problem, please pass on any info you might have. Cheers, Joe From owner-freebsd-questions Wed Oct 15 00:49:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26508 for questions-outgoing; Wed, 15 Oct 1997 00:49:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA26495 for ; Wed, 15 Oct 1997 00:49:40 -0700 (PDT) (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.5/8.8.5) with SMTP id JAA13398 for ; Wed, 15 Oct 1997 09:50:02 +0200 (SAT) Message-ID: <344475AA.ABD322C@wired.ctech.ac.za> Date: Wed, 15 Oct 1997 09:50:02 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: mounting a cd-rom Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... I get some errors when I want to mount my IDE ATPI CD-ROM. Do you have to use the /dev/rcd0a, /dev/cd0a, ??? What is the difference between those devices? Thanks -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Wed Oct 15 00:50:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26588 for questions-outgoing; Wed, 15 Oct 1997 00:50:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA26503; Wed, 15 Oct 1997 00:49:45 -0700 (PDT) (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.5/8.8.5) with SMTP id JAA13277; Wed, 15 Oct 1997 09:45:25 +0200 (SAT) Message-ID: <34447495.3F54BC7E@wired.ctech.ac.za> Date: Wed, 15 Oct 1997 09:45:25 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: hackers@FreeBSD.ORG Subject: md5 vs DES on new 2.2.2 install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... I guess the subject says is all. What are the pros and cons of installing a new 2.2.2 fbsd system when looking at installing DES of MD5 as your encryption? What do you guys suggest? Thanks -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Wed Oct 15 00:55:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27075 for questions-outgoing; Wed, 15 Oct 1997 00:55:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27043; Wed, 15 Oct 1997 00:54:50 -0700 (PDT) (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.5/8.8.5) with SMTP id JAA13531; Wed, 15 Oct 1997 09:55:17 +0200 (SAT) Message-ID: <344476E5.31DFF4F5@wired.ctech.ac.za> Date: Wed, 15 Oct 1997 09:55:17 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: hackers@FreeBSD.ORG Subject: damn, damn, damn ... getting confused here. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... hope you can help. What is the difference between a device like /dev/vn0 and /dev/vn0c ?? What does the 'c' mean? Thanks. -Jacques From owner-freebsd-questions Wed Oct 15 01:30:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28992 for questions-outgoing; Wed, 15 Oct 1997 01:30:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from isk.de (manfred.remsmurr.de [194.97.228.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA28983 for ; Wed, 15 Oct 1997 01:30:21 -0700 (PDT) (envelope-from sk@remsmurr.de) Received: (qmail 29933 invoked from network); 15 Oct 1997 08:30:28 -0000 Received: from unknown (HELO ?194.97.228.128?) (194.97.228.128) by manfred.remsmurr.de with SMTP; 15 Oct 1997 08:30:28 -0000 Date: Wed, 15 Oct 1997 09:30:18 +0100 From: Siegfried Kerkow Subject: problems with 8Yo cards X-Mailer: PostMe 1.1 To: support@cyclades.com Cc: support@freebsd.org Mime-Version: 1.0 Message-ID: <1.1.15101997.093018.63.0.BC.0@mail.remsmurr.de> X-Sender: n000001@mail.remsmurr.de (Unverified) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello support. I have an problem. Please help. My own are three cyclom 8Yo cards (rev 5.02). FreeBSD 2.2.2. One mashine should have two cards and the third card is for an other mashine. First I installed one card to test. --- new kernel --- options "COM_MULTIPORT" device cy0 at isa? tty irq 11 iomem 0xd4000 iosiz 0x2000 vector cyintr --- new system start works --- cy0 irq 11 maddr 0xd4000 msize 8192 on isa (This works only if the mashine is rebootet. If the mashine is powered down a while and start new it founds NO cy0! I must boot on MS-DOS and start "cyctest.exe" and then a new boot works found cy0. ???) --- /dev/... --- MAKEDEV cuac0 ttyc0 (and cuac1 ttyc1 for the second card) Makes all devices for the complete card (cuac0x, ttyc0x ...). --- rc.serial --- There is a sample line for cyclades-8yo and cyclades-16ye. No sample if I have two cyclades-8yo!? Ok, I took the cyclades-8yo line ("modem c c 0 1 2 3 4 5 6 7"). A reboot gets errors for rc.serial, but the lines are working!? I changed the line in rc.serial to "modem c0 c0 0 1 2 3 4 5 6 7" and there are no more errors. The lines are working. Working is not Ok (with both rc.serial lines the same). Then only the first 6 lines are working, the last two lines are not working. I checked that the addressing ouput works correct, but the RTS line doesn't work on the last two lines! Why not? Did I something wrong? Have I an mistake by installing? I tested it first on a FreeBSD 2.1.0 with the same problem. I don't think the cards a damaged, because all three have the same problem. The same to the wires. I tested the wires, all RTS (pin 4) are connected fine to the morepin-connector at the card. I hope you understand my bad english. Excuse. I need a very quick response, because I'm testing a while and I need it very soon. Thanks. Regards. Siegfried Kerkow. From owner-freebsd-questions Wed Oct 15 02:02:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01057 for questions-outgoing; Wed, 15 Oct 1997 02:02:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.235]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01038; Wed, 15 Oct 1997 02:02:34 -0700 (PDT) (envelope-from neumann@mailhost.rsn.hp.com) Received: from tfkws050.gsr.hp.com (tfkws050.gsr.hp.com [15.137.136.79]) by palrel1.hp.com (8.8.6/8.8.5tis) with ESMTP id CAA25471; Wed, 15 Oct 1997 02:02:28 -0700 (PDT) Received: from tfkws050 (localhost [127.0.0.1]) by tfkws050.gsr.hp.com with SMTP (8.7.1/8.7.1) id LAA08169; Wed, 15 Oct 1997 11:04:34 +0200 (METDST) Message-ID: <3444871C.20EC@convex.hp.com> Date: Wed, 15 Oct 1997 11:04:28 +0200 From: Wolfgang Neumann X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX B.10.20 9000/735) MIME-Version: 1.0 To: Wolfram Schneider CC: Song Lining , freebsd-questions@FreeBSD.ORG Subject: Re: ping References: <324E1C47.97F89406@public.jn.sd.cn> <19971014104432.43167@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: > > I want to write ping in java and want to find ping source code or RFC, > > could anybody tell me where to get it? > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ping/ Hi y'all, I tried to look at it but get 'Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, www@freebsd.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.' When I cut down the url to .../cgi/, I can see why. No permission ... Regards Wolfgang From owner-freebsd-questions Wed Oct 15 02:04:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01057 for questions-outgoing; Wed, 15 Oct 1997 02:02:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.235]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01038; Wed, 15 Oct 1997 02:02:34 -0700 (PDT) (envelope-from neumann@mailhost.rsn.hp.com) Received: from tfkws050.gsr.hp.com (tfkws050.gsr.hp.com [15.137.136.79]) by palrel1.hp.com (8.8.6/8.8.5tis) with ESMTP id CAA25471; Wed, 15 Oct 1997 02:02:28 -0700 (PDT) Received: from tfkws050 (localhost [127.0.0.1]) by tfkws050.gsr.hp.com with SMTP (8.7.1/8.7.1) id LAA08169; Wed, 15 Oct 1997 11:04:34 +0200 (METDST) Message-ID: <3444871C.20EC@convex.hp.com> Date: Wed, 15 Oct 1997 11:04:28 +0200 From: Wolfgang Neumann X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX B.10.20 9000/735) MIME-Version: 1.0 To: Wolfram Schneider CC: Song Lining , freebsd-questions@FreeBSD.ORG Subject: Re: ping References: <324E1C47.97F89406@public.jn.sd.cn> <19971014104432.43167@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: > > I want to write ping in java and want to find ping source code or RFC, > > could anybody tell me where to get it? > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ping/ Hi y'all, I tried to look at it but get 'Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, www@freebsd.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.' When I cut down the url to .../cgi/, I can see why. No permission ... Regards Wolfgang From owner-freebsd-questions Wed Oct 15 02:07:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01916 for questions-outgoing; Wed, 15 Oct 1997 02:07:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01876 for ; Wed, 15 Oct 1997 02:07:26 -0700 (PDT) (envelope-from fleischi@emmi.physik.TU-Berlin.DE) Received: from cip5203.physik.TU-Berlin.DE (cip5203.physik.TU-Berlin.DE [130.149.161.226]) by emmi.physik.TU-Berlin.DE (8.8.7/8.8.7) with ESMTP id LAA00959; Wed, 15 Oct 1997 11:07:13 +0200 (CEST) Received: from localhost (fleischi@localhost) by cip5203.physik.TU-Berlin.DE (8.8.7/8.8.7) with ESMTP id LAA01399; Wed, 15 Oct 1997 11:07:13 +0200 (CEST) X-Authentication-Warning: cip5203.physik.TU-Berlin.DE: fleischi owned process doing -bs Date: Wed, 15 Oct 1997 11:07:13 +0200 (CEST) From: Karsten Fleischer To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have a problem with the lpd - deamon In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 14 Oct 1997, Doug White wrote: > Use separate queues for the different printer types. When one is > printing, the others will get `device busy' and just wait for the device > to become available. Good idea, but there occurs the 2. problem the printer is not connected to a device it is a networked printer. the inputfilter sends the data via telnet directly to the printer, which has so much memory, that he accept print-job at once. Our main problem isn´t that the printer do not print it works the problem is our way to count the pages. This is don with the same script and so tit is required that only one printerqueue send data. Ciao ----------------------- Karsten Fleischer _../|_ ='__ ~-. * fleischi@physik.tu-berlin.de \' ~~-`._ * http://www.physik.tu-berlin.de/~fleischi |/~` _______________________________________________ From owner-freebsd-questions Wed Oct 15 02:53:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA08603 for questions-outgoing; Wed, 15 Oct 1997 02:53:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.san.rr.com (mail-atm.san.rr.com [204.210.0.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA08594; Wed, 15 Oct 1997 02:53:33 -0700 (PDT) (envelope-from studded@san.rr.com) Received: (from studded@localhost) by mail.san.rr.com (8.8.7/8.8.7) id CAA25480; Wed, 15 Oct 1997 02:52:58 -0700 (PDT) Message-Id: <199710150952.CAA25480@mail.san.rr.com> From: "Studded" To: "FreeBSD Questions" , "FreeBSD-ISP@freebsd.org" Cc: "Richard Cramer" , "Eddie Fry" Date: Wed, 15 Oct 97 02:52:52 -0700 Reply-To: "Studded" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Installing BIND 4.9.6 and 8.1.1 in FreeBSD 2.2.x (update) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Since I put this file together the first time, CERT has come out with an advisory (CA-97.22.bind) which contains advice that I think is very valid. BIND 8.1.1 has superior binaries, including a much more flexible .conf file. However they haven't yet resolved some problems with the libs and include files, so to pick up the most recent stuff, it's advisable to install 4.9.6 first. The other important development is that FreeBSD 2.2.5-Beta and 3.0-Current now have 4.9.6 in the base system, so a better solution would be to upgrade the whole system. :) If you are actually hosting domains on a nameserver (not just using it as a resolver) then you should also upgrade to BIND 8.1.1. I can still remember the frustration of people telling me "just install it" when I was new to system administration, so I thought I'd put together some instructions for installing the newest versions of BIND since the question has come up a few times now. Also, someone was talking about putting together a port, so hopefully this will save them some time. The only changes I have had to make for either version of BIND are in regards to the man pages, so this is actually pretty simple. However I am not a programmer, so it's possible that there are changes that do have to be made. I doubt this is the case however, since all of the binaries and libs build and work as advertised. I only have 2.2.x systems to work with, so there may be a few details different if you're using something else. Particularly, there are some changes that have to be made to get 8.1.1 installed in the 2.1.x branch of FreeBSD that were recently detailed on both the FreeBSD and bind-users lists, so I won't belabour that. My advice to anyone using 2.1.x is to upgrade to 2.2.5 when it's available, then install BIND 8.1.1, although I realize that's not possible for some people. My hope is that someone from the FreeBSD team will put together all the changes that have to be made, and send them to the bind folks so that we'll have a true port. Installing 4.9.6 (only needed in a pre 2.2.5 system): 1. cd /usr/src/contrib/bind 2. rm -r * 3. ftp://ftp.isc.org/isc/bind/src/4.9.6/bind-4.9.6-REL.tar.gz The 4.9.6 release is all in one package. 4. tar -zxvf *.gz 5. Change these values in the top level Makefile: CATEXT = $$$$N MANROFF = cat MANDIR = man 6. make clean 7. make 8. make install 9. If you don't plan to install 8.1.1, go to /usr/share/man and gzip the new man pages (*.1, *.3, etc.) in man1, man3, man5, man7 and man8. 10. Reboot, and you're done. :) Installing 8.1.1: 1. cd /usr/src/contrib/bind 2. rm -r * 3. ftp://ftp.isc.org/isc/bind/src/8.1.1 This distribution is in 3 files. You want bind-doc.tar.gz and bind-src.tar.gz for sure. The contrib stuff was still almost all for 4.9.6 when I installed 8.1, and I haven't had a chance to look at the contrib stuff for 8.1.1 yet, so I will leave this as an exercise for the reader. :) 4. tar -zxvf *.gz 5. First go into the src directory. All I had to do there was make, then make install and I was in business. 6. Now go into bind/doc/man, and make these changes to the Makefile: MANDIR = man CATEXT = $$N MAN_OWNER = -o bin MAN_GROUP = -g bin MANROFF = cat 7. make clean 8. make 9. make install 10. Go to /usr/share/man and gzip the new man pages as indicated above. 11. If this is the first time installing 8.1x, use named-bootconf.pl in /usr/src/contrib/bind/src/bin/named to convert your /etc/named.boot file to named.conf. 12. Reboot, and you're done. :) If you're installing 8.1.1 on a system that has never had a named running on it, you will want to go to /etc/namedb and run the make-localhost script before you run the named.boot conversion script that comes with BIND. That should set up your localhost domain for you, which is basically the only thing you need to run a resolver-only setup. Any FreeBSD-specific questions should probably be directed to freebsd-questions@freebsd.org. Other comments and suggestions are welcome of course. :) Good luck, Doug *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 4,168 clients and still growing. :-) *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) From owner-freebsd-questions Wed Oct 15 03:09:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA11190 for questions-outgoing; Wed, 15 Oct 1997 03:09:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.san.rr.com (mail-atm.san.rr.com [204.210.0.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA11166 for ; Wed, 15 Oct 1997 03:09:06 -0700 (PDT) (envelope-from studded@san.rr.com) Received: (from studded@localhost) by mail.san.rr.com (8.8.7/8.8.7) id DAA29492; Wed, 15 Oct 1997 03:08:35 -0700 (PDT) Message-Id: <199710151008.DAA29492@mail.san.rr.com> From: "Studded" To: "FreeBSD Questions" Date: Wed, 15 Oct 97 03:08:29 -0700 Reply-To: "Studded" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: login.conf and sshd Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 11 Oct 97 01:26:43 -0700, Studded wrote: > Searched through the archives and couldn't find anything on >this. I can't get sshd to acknowledge the settings in the login.conf >file. When I log in as myself, I get low limits, when I su to root I >get the "infinite" limits I have specified. I've edited the login.conf >file and run the cap_mkdb program. I can provide the login.conf file >if needed, but the basics are that all of the default and standard >resource limits are set to infinity (only trusted users are allowed on >this system). >Ex. :openfiles-cur=infinity:\ > > Haven't gotten around to installing ssh .21 yet, can do that if >it will help. Here is the uname -a, I plan to upgrade to a 2.2.5-Beta >next week. FreeBSD 2.2-970901-RELENG. In case anyone cares (and judging by the complete lack of response, I have to wonder :) I upgraded to a 10/12 2.2.5-Beta, compiled ssh 1.2.21 and Bash 2.01 from the ports, and the problem disappeared. I really don't know if it was an ssh or a bash problem since I didn't test them seperately. Hope this helps someone, Doug *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 4,168 clients and still growing. :-) *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) From owner-freebsd-questions Wed Oct 15 04:16:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26445 for questions-outgoing; Wed, 15 Oct 1997 04:16:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from toth.hq.ferg.com (toth.ferginc.com [205.139.23.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA26424 for ; Wed, 15 Oct 1997 04:16:08 -0700 (PDT) (envelope-from branson@toth.hq.ferg.com) Received: (from branson@localhost) by toth.hq.ferg.com (You_Can/Keep_Guessing) id HAA21500; Wed, 15 Oct 1997 07:14:48 -0400 (EDT) Message-ID: <19971015071447.35432@toth.hq.ferg.com> Date: Wed, 15 Oct 1997 07:14:47 -0400 From: Branson Matheson To: Christoph Kukulies Cc: freebsd-questions@freebsd.org Subject: Re: yp across a gateway? Reply-To: Branson.Matheson@FergInc.com References: <199710150804.KAA10945@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <199710150804.KAA10945@gil.physik.rwth-aachen.de>; from Christoph Kukulies on Wed, Oct 15, 1997 at 10:04:47AM +0200 Organization: Ferguson Enterprises, Inc. X-Operating-System: FreeBSD 2.2.2-RELEASE Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 10:04:47AM +0200, Christoph Kukulies wrote: > > I seem to a problem with yp/NIS clients that > should reach a yp/NIS server across a gateway. > I'm not sure if this ought to work or doesn't > work out of principle in FreeBSD (2.2.2). Well... it can.. what you *Should* do is put a slave on the other side of the gateway and ypset(8) it to the master. But you can also ypset a client to the master on the other side of the gateway. The problem here is that if the master goes down, the slave will try to rebind on it's subnet and will not be able to. I would suggest running a slave on the other side. That way if the master does go down.. the clients on that subnet will still be bound to the slave. -branson ------------------------------------------------------------------------------- Branson Matheson " If you are falling off of a mountain, Unix System Administrator You may as well try to fly." Ferguson Enterprises, Inc. - Delenn, Mimbari Ambassador ( $statements = ) !~ /Corporate Opinion/; From owner-freebsd-questions Wed Oct 15 04:31:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA28674 for questions-outgoing; Wed, 15 Oct 1997 04:31:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from area51.stjohns.edu (area51.stjohns.edu [149.68.19.239]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA28659 for ; Wed, 15 Oct 1997 04:31:16 -0700 (PDT) (envelope-from lefty@area51.stjohns.edu) Received: from localhost (lefty@localhost) by area51.stjohns.edu (8.8.5/8.7.3) with SMTP id HAA19873 for ; Wed, 15 Oct 1997 07:32:17 -0400 Date: Wed, 15 Oct 1997 07:32:15 -0400 (EDT) From: "Lefty G." 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 X-Loop: FreeBSD.org Precedence: bulk how do I subscribe to the list?? -Lefty From owner-freebsd-questions Wed Oct 15 04:40:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA29892 for questions-outgoing; Wed, 15 Oct 1997 04:40:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA29867 for ; Wed, 15 Oct 1997 04:40:21 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by Campino.Informatik.RWTH-Aachen.DE (8.8.7/RBI-Z13) with ESMTP id NAA07040; Wed, 15 Oct 1997 13:40:43 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id NAA11755; Wed, 15 Oct 1997 13:49:48 +0200 (MEST) Message-ID: <19971015134948.28014@gil.physik.rwth-aachen.de> Date: Wed, 15 Oct 1997 13:49:48 +0200 From: Christoph Kukulies To: Branson.Matheson@FergInc.com Cc: Christoph Kukulies , freebsd-questions@freebsd.org Subject: Re: yp across a gateway? References: <199710150804.KAA10945@gil.physik.rwth-aachen.de> <19971015071447.35432@toth.hq.ferg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <19971015071447.35432@toth.hq.ferg.com>; from Branson Matheson on Wed, Oct 15, 1997 at 07:14:47AM -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 07:14:47AM -0400, Branson Matheson wrote: > On Wed, Oct 15, 1997 at 10:04:47AM +0200, Christoph Kukulies wrote: > > > > I seem to a problem with yp/NIS clients that > > should reach a yp/NIS server across a gateway. > > I'm not sure if this ought to work or doesn't > > work out of principle in FreeBSD (2.2.2). > > Well... it can.. what you *Should* do is put a slave on the other > side of the gateway and ypset(8) it to the master. But you can also > ypset a client to the master on the other side of the gateway. The Hmm, I tried ypset and after a couple of seconds it came back: # domainname acd123 # ypset -d acd123 acserv Sorry, cannot ypset for domain acd123 on host. Does the server have to allow me to access it? > problem here is that if the master goes down, the slave will try to > rebind on it's subnet and will not be able to. I would suggest > running a slave on the other side. That way if the master does go > down.. the clients on that subnet will still be bound to the slave. > > -branson > ------------------------------------------------------------------------------- > Branson Matheson " If you are falling off of a mountain, > Unix System Administrator You may as well try to fly." > Ferguson Enterprises, Inc. - Delenn, Mimbari Ambassador > ( $statements = ) !~ /Corporate Opinion/; -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Wed Oct 15 05:16:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA05531 for questions-outgoing; Wed, 15 Oct 1997 05:16:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA05522; Wed, 15 Oct 1997 05:16:10 -0700 (PDT) (envelope-from Al.Johnson@AJC.State.Net) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id HAA20876; Wed, 15 Oct 1997 07:12:54 -0500 (CDT) Message-ID: <3444B3A6.7ABDA784@AJC.State.Net> Date: Wed, 15 Oct 1997 07:14:30 -0500 From: Al Johnson Organization: Al Johnson Consulting X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: Wolfgang Neumann CC: Wolfram Schneider , Song Lining , freebsd-questions@FreeBSD.ORG Subject: Re: ping References: <324E1C47.97F89406@public.jn.sd.cn> <19971014104432.43167@freebsd.org> <3444871C.20EC@convex.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Worked for me.. Maybe a temporary condition on the web server. -- Al Wolfgang Neumann wrote: > > Wolfram Schneider wrote: > > > > On Sun, Sep 29, 1996 at 02:50:47PM +0800, Song Lining wrote: > > > I want to write ping in java and want to find ping source code or RFC, > > > could anybody tell me where to get it? > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ping/ > > Hi y'all, > > I tried to look at it but get > > 'Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, www@freebsd.org and inform them > of the time the error occurred, > and anything you might have done that may have caused the error.' > > When I cut down the url to .../cgi/, I can see why. > No permission ... > > Regards > Wolfgang From owner-freebsd-questions Wed Oct 15 05:16:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA05570 for questions-outgoing; Wed, 15 Oct 1997 05:16:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from server3.syd.mail.ozemail.net (server3.syd.mail.ozemail.net [203.108.7.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA05552 for ; Wed, 15 Oct 1997 05:16:18 -0700 (PDT) (envelope-from rlyon@mail.ozemail.com.au) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by server3.syd.mail.ozemail.net (8.8.4/8.6.12) with ESMTP id WAA08367; Wed, 15 Oct 1997 22:16:03 +1000 (EST) Received: from rlyon (slmel60p05.ozemail.com.au [203.108.205.85]) by oznet02.ozemail.com.au (8.8.4/8.6.12) with SMTP id WAA06667; Wed, 15 Oct 1997 22:16:01 +1000 (EST) Message-Id: <199710151216.WAA06667@oznet02.ozemail.com.au> Comments: Authenticated sender is From: "Richard Lyon" To: Greg Lehey , Greg Fraize Date: Wed, 15 Oct 1997 22:15:29 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: xwindows compiler Reply-to: rlyon@ozemail.com.au CC: FreeBSD Questions X-Confirm-Reading-To: rlyon@ozemail.com.au X-pmrqc: 1 Priority: normal In-reply-to: <3442F32D.F6696FC4@oz.plymouth.edu> X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Date: Tue, 14 Oct 1997 00:21:01 -0400 > From: Greg Fraize > To: Greg Lehey > Cc: FreeBSD Questions > Subject: Re: xwindows compiler > Greg Lehey wrote: > > > > On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: > > > hello all! > > > > > > > > > i am new to this mailing list and...i was hoping some one could help me > > > ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ > > > code on..any help would be a great help! > > > > This question belongs on -questions, not -hackers. > > > > You compile C or C++ code on a C compiler, not an X windows compiler. > > It's called cc. > > > > Greg > I know that...but I was hoping for some fansy xwindows interface for > written the code..... > one that I can write the code in ..and then compile it.... > kinda like Borland.... > GREg > emacs!! From owner-freebsd-questions Wed Oct 15 05:46:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08895 for questions-outgoing; Wed, 15 Oct 1997 05:46:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from jumpgate.cpn.org.au (slip3.tas.gov.au [147.109.237.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA08885 for ; Wed, 15 Oct 1997 05:46:12 -0700 (PDT) (envelope-from cpn@ccd.tas.gov.au) Received: from jumpgate.cpn.org.au (jumpgate.cpn.org.au [172.16.1.1]) by jumpgate.cpn.org.au (8.8.5/8.8.3) with SMTP id XAA00576; Wed, 15 Oct 1997 23:45:08 +1100 (EST) Date: Wed, 15 Oct 1997 23:45:08 +1100 (EST) From: Carey Nairn X-Sender: cpn@jumpgate.cpn.org.au To: David Greenman cc: questions@FreeBSD.ORG Subject: Re: Spontaneous reboots with 2.2.1-R In-Reply-To: <199710150533.WAA00333@implode.root.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, 14 Oct 1997, David Greenman wrote: > >looks like the changes to pmap.c didn't fix our problem. The machine > >stayed up for about 30 minutes after installing the new kernel. Any other > >ideas? > > Perhaps the new memory you added is bad. We will be trying replacement SIMMs as soon as they arrive. cheers, Carey Nairn From owner-freebsd-questions Wed Oct 15 05:50:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA09492 for questions-outgoing; Wed, 15 Oct 1997 05:50:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA09474 for ; Wed, 15 Oct 1997 05:50:41 -0700 (PDT) (envelope-from rabbit!shanee@inga.augusta.de) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0xLStu-004cnjC; Wed, 15 Oct 97 14:50 MET DST Received: by rabbit.augusta.de via sendmail with stdio id for questions@freebsd.org; Wed, 15 Oct 1997 14:29:00 +0200 (CEST) (Smail-3.2 1996-Jul-4 #1 built DST-May-22) Message-Id: Date: Wed, 15 Oct 1997 14:29:00 +0200 (CEST) Mime-Version: 1.0 X-Newsreader: knews 0.9.8 Reply-To: shanee@augusta.de Organization: Privat Site running FreeBSD-current X-Mail-Attention: It is forbidden by law to send unwanted mail to this account! References: <34429776.41C6@cs.uwm.edu> In-Reply-To: <34429776.41C6@cs.uwm.edu> From: shanee@augusta.de (Andreas Kohout) Subject: Re: Presentation Software X-Original-Newsgroups: muc.lists.freebsd.questions To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <34429776.41C6@cs.uwm.edu>, guha@cs.uwm.edu (guha) writes: g> Is there FreeBSD based presentation software, possibly like g> the Windows-based Power Point? Thanks, applix has one ... (the Linux version run fine under FreeBSD/Linux-emu) -- Greetings, Andy --------------------------------------------------------------------------- running FreeBSD-current () /\ From owner-freebsd-questions Wed Oct 15 05:57:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA10182 for questions-outgoing; Wed, 15 Oct 1997 05:57:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iglou1 (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA10176 for ; Wed, 15 Oct 1997 05:57:08 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.116] by iglou1 with smtp (8.7.3/8.6.12) id 0xLSzR-0003VG-00; Wed, 15 Oct 1997 08:55:53 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <1.1.15101997.093018.63.0.BC.0@mail.remsmurr.de> Date: Wed, 15 Oct 1997 08:48:39 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: Siegfried Kerkow Subject: RE: problems with 8Yo cards Cc: support@freebsd.org, support@cyclades.com Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had the trouble as well, and the problem was the default memory address. From the Cyclades tech support line, they suggested I change it to: (from dmesg) cy0 irq 10 maddr 0xd2000 msize 8192 on isa ^^^^^^^ This takes a change of the DIP switches on card itself. I don't have the manual in front of me to give you those, but its in there! They said that the default mem address was often used by the PCI bus. The one above is the one they recommend to change to. (Why they don't use this one as a defualt, I don't know.) I've been running 8 modems 24x7 for 6 months with no problems and am looking to go to 32 (24 Ye and current 8Yo). There are some Linux guys at Cyclades tech, so if this doesn't help, they should be able to. Patrick On 15-Oct-97 Siegfried Kerkow wrote: > >Hello support. > >I have an problem. Please help. >My own are three cyclom 8Yo cards (rev 5.02). >FreeBSD 2.2.2. >One mashine should have two cards and the third card is for an other >mashine. > >First I installed one card to test. > >--- new kernel --- >options "COM_MULTIPORT" >device cy0 at isa? tty irq 11 iomem 0xd4000 iosiz 0x2000 vector >cyintr >--- new system start works --- >cy0 irq 11 maddr 0xd4000 msize 8192 on isa >(This works only if the mashine is rebootet. If the mashine is >powered down a while and start new it founds NO cy0! I must boot on >MS-DOS and start "cyctest.exe" and then a new boot works found cy0. >???) >--- /dev/... --- >MAKEDEV cuac0 ttyc0 >(and cuac1 ttyc1 for the second card) >Makes all devices for the complete card (cuac0x, ttyc0x ...). >--- rc.serial --- >There is a sample line for cyclades-8yo and cyclades-16ye. No sample >if I have two cyclades-8yo!? Ok, I took the cyclades-8yo line ("modem >c c 0 1 2 3 4 5 6 7"). A reboot gets errors for rc.serial, but the >lines are working!? I changed the line in rc.serial to "modem c0 c0 0 >1 2 3 4 5 6 7" and there are no more errors. The lines are working. > >Working is not Ok (with both rc.serial lines the same). Then only the >first 6 lines are working, the last two lines are not working. I >checked that the addressing ouput works correct, but the RTS line >doesn't work on the last two lines! Why not? > >Did I something wrong? Have I an mistake by installing? I tested it >first on a FreeBSD 2.1.0 with the same problem. I don't think the >cards a damaged, because all three have the same problem. The same to >the wires. I tested the wires, all RTS (pin 4) are connected fine to >the morepin-connector at the card. > >I hope you understand my bad english. Excuse. >I need a very quick response, because I'm testing a while and I need >it very soon. Thanks. > >Regards. >Siegfried Kerkow. From owner-freebsd-questions Wed Oct 15 06:08:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11670 for questions-outgoing; Wed, 15 Oct 1997 06:08:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA11662 for ; Wed, 15 Oct 1997 06:08:19 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id IAA19408; Wed, 15 Oct 1997 08:08:14 -0500 (CDT) Message-ID: <3444C061.FBC24F78@iaces.com> Date: Wed, 15 Oct 1997 08:08:49 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Justin Muir CC: freebsd-questions@FreeBSD.ORG Subject: Re: lean mean kernel with sound!! + dumb questions X-Priority: 3 (Normal) References: <34446AE5.CB7845DB@uniserve.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Justin Muir wrote: > > Hello. I'm a recent ex-DOS junkie who recently installed FreeBSD. This > an overwhelming OS to use after years of DOS, but I do understand the > concept of making a leaner kernel w/o all the unused drivers but I'm > uncertain as to how to accomplish this. If you didn't install the kernel sources, do that. Then, go to /sys/i386/conf and cp GENERIC to another file of your choosing. Edit that file to have just what you want/need. Note, there are a lot of things in there that you need that you don't know about. Read GENERIC and LINT carefully, and check out the handbook, it has good advice for building. A helpful hint, there are a lot of lines that say "option FOO", many of those FOO's are not really options if it's going to be useful. Like right up on top. INET isn't really an option. Neither is FFS. > Btw - I would also like to > install drivers for my SB16. Any tips or encouragement? One other Sure. Here's a tip: # Sound Card controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 6 device sbmidi0 at isa? port 0x300 options "SBC_IRQ=5" options "SB16_DMA=6" You need all of those in the kernel. This assumes that the SB is using IRQ 5, but nothing else changed. Actually, I think you can add the opl device too. And now the encouragement. Get OSS, it's a KLM that handles the setup of sound cards much more easily than the kernel stuff. www.4front-tech.com. It costs about $25, but well worth it to me. I'm not affiliated, just a happy customer. > thing, how can I see where I am amidst all the directories and files? Or pwd. There are ways of having the prompt tell you what directory your in. IMO, bash is best at that with it's builtin (PS1="\u@\h:\w % " > does that not matter now that I've got a real OS? Of course it matters. You need to know where you are. > ps- how do I distinguish between types files etc since I can't seem to > find extensions? Use the file command. Paul. From owner-freebsd-questions Wed Oct 15 06:18:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12583 for questions-outgoing; Wed, 15 Oct 1997 06:18:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12543; Wed, 15 Oct 1997 06:18:00 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id IAA19441; Wed, 15 Oct 1997 08:17:13 -0500 (CDT) Message-ID: <3444C27B.A44B727F@iaces.com> Date: Wed, 15 Oct 1997 08:17:47 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Jacques Hugo CC: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: md5 vs DES on new 2.2.2 install X-Priority: 3 (Normal) References: <34447495.3F54BC7E@wired.ctech.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jacques Hugo wrote: > > Hi there ... > > I guess the subject says is all. > > What are the pros and cons of installing a new > 2.2.2 fbsd system when looking at installing > DES of MD5 as your encryption? What do > you guys suggest? If you need to inter-operate (share passwd file info) with other machines using DES, then install DES. Otherwise, don't. Paul. From owner-freebsd-questions Wed Oct 15 06:19:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12709 for questions-outgoing; Wed, 15 Oct 1997 06:19:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from verdi.jlc.net (verdi.jlc.net [199.201.159.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12697 for ; Wed, 15 Oct 1997 06:19:01 -0700 (PDT) (envelope-from chip@jlc.net) Received: (from chip@localhost) by verdi.jlc.net (8.8.7/8.6.9) id JAA15415; Wed, 15 Oct 1997 09:18:25 -0400 (EDT) Message-ID: <19971015091825.39785@verdi.jlc.net> Date: Wed, 15 Oct 1997 09:18:25 -0400 From: Chip Marshall To: freebsd-questions@FreeBSD.ORG Subject: Re: reprogramming "win95" key Reply-To: chip@jlc.net References: <19971014185216.51061@panix.com> <199710142351.SAA05949@d2si.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <199710142351.SAA05949@d2si.com>; from Alec Kloss on Tue, Oct 14, 1997 at 06:51:36PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alec Kloss wrote: > I'll assume that you are running X. > > You'll have to figure out what it's keycode is. Use xev(1) to find > out. Run xev and tap the key. You should get about four lines of > text including what the keycode is. Then, try > xmodmap - << DONE > keycode xxx = Control_L > add control = Control_L > DONE > > Where xxx is the keycode. If the key is on the right hand side of the > keyboard, you should probably use Control_R instead of Control_L. All > the other Control keys should still work. Is there any way to make a Win95 key (either one) usefull under FreeBSD without X? -- Chip Marshall http://www.jlc.net/~chip/ InterNIC handle - CLM21 Key fingerprint = BA B1 8E 14 60 C6 10 32 18 24 C6 F1 D5 CC 80 52 From owner-freebsd-questions Wed Oct 15 07:02:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16262 for questions-outgoing; Wed, 15 Oct 1997 07:02:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA16222 for ; Wed, 15 Oct 1997 07:01:53 -0700 (PDT) (envelope-from potok@friko.onet.pl) Received: from ovita.free.box (rap-cen189.opole.tpnet.pl [194.204.146.189]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id PAA06988; Wed, 15 Oct 1997 15:46:18 +0200 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <34446AE5.CB7845DB@uniserve.com> Date: Wed, 15 Oct 1997 15:49:17 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: Justin Muir Subject: RE: lean mean kernel with sound!! + dumb questions Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 15-Oct-97 Justin Muir wrote: >Hello. I'm a recent ex-DOS junkie who recently installed FreeBSD. This >an overwhelming OS to use after years of DOS, but I do understand the >concept of making a leaner kernel w/o all the unused drivers but I'm >uncertain as to how to accomplish this. Btw - I would also like to >install drivers for my SB16. Any tips or encouragement? One other >thing, how can I see where I am amidst all the directories and files? Or >does that not matter now that I've got a real OS? Look into the handbook. It's described pretty fine. >ps- how do I distinguish between types files etc since I can't seem to >find extensions? try ll If you see something like -rwxr-xr-x you know that you can launch this file as: owner (first x), member of group (second x) anyone(last x). Mariusz "verba volant, scripta manent" From owner-freebsd-questions Wed Oct 15 07:02:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16293 for questions-outgoing; Wed, 15 Oct 1997 07:02:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA16270 for ; Wed, 15 Oct 1997 07:02:25 -0700 (PDT) (envelope-from potok@friko.onet.pl) Received: from ovita.free.box (rap-cen189.opole.tpnet.pl [194.204.146.189]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id PAA06994; Wed, 15 Oct 1997 15:46:21 +0200 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <344215A9.D97BD652@europe.poppe.com> Date: Wed, 15 Oct 1997 15:43:03 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: Liang Yu Subject: RE: Kernel Sources Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 13-Oct-97 Liang Yu wrote: >Hi, > > >Sorry if I missed this somewhere but I have checked the FAQ and the >handbook but cannot find any info how onto get the kernel sources for >FreeBSD 2.2.1 current. >I've installed FreeBSD 2.2.1 but I haven't installed the kernel sources >because I have >nothing in the /usr/src directory. I've tried running the sysinstall >that way to get the >package but it cor dumps everytime. > >I don't want to re-install the OS because I have got some vital software >installed and >running already. Please can you help? > >Thanks in advance, > >Liang. cd to /usr/src mount cd link to /cdrom/dists/src launch install.sh ssys Mariusz "verba volant, scripta manent" From owner-freebsd-questions Wed Oct 15 07:02:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16344 for questions-outgoing; Wed, 15 Oct 1997 07:02:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA16319 for ; Wed, 15 Oct 1997 07:02:45 -0700 (PDT) (envelope-from potok@friko.onet.pl) Received: from ovita.free.box (rap-cen189.opole.tpnet.pl [194.204.146.189]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id PAA06974; Wed, 15 Oct 1997 15:46:14 +0200 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <344475AA.ABD322C@wired.ctech.ac.za> Date: Wed, 15 Oct 1997 15:26:54 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: Jacques Hugo Subject: RE: mounting a cd-rom Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 15-Oct-97 Jacques Hugo wrote: >Hi there ... > >I get some errors when I want to mount my IDE ATPI CD-ROM. > >Do you have to use the /dev/rcd0a, /dev/cd0a, ??? > >What is the difference between those devices? > try mount_cd9660 /dev/wcd0c /cdrom >Thanks >-Jacques > >------------------------------------------------------ >The box said "Requires Windows 3.1 or better" > ... so I got BSD > >System Administrator | Jacques Hugo >UNIX Systems | jacques@wired.ctech.ac.za >Cape Technikon | +27-21-4603584 >------------------------------------------------------ Mariusz "verba volant, scripta manent" From owner-freebsd-questions Wed Oct 15 07:40:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA18885 for questions-outgoing; Wed, 15 Oct 1997 07:40:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iglou1 (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA18839 for ; Wed, 15 Oct 1997 07:40:02 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.116] by iglou1 with smtp (8.7.3/8.6.12) id 0xLUbt-0007kL-00; Wed, 15 Oct 1997 10:39:41 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 14 Oct 1997 08:19:15 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: boia01@castor.GEL.USherb.CA, questions@freebsd.org Subject: Re: JDK 1.1.4 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Alex said: >You can also use the Linux port at: www.blackdown.org And then he wrote: >When you execute "java" or "javac", these file are actually symbolic >links to a file called ".java-wrapper". This is a shell script that >configures the environment, among other things. >The problem is that this shell script invokes a few system-related >binaries like "uname" which have different parameters on FreeBSD than on >Linux. >You can just arrange the shell script to use the proper parameters and >you won't get these anoying messages. Olaf said: >The Linux JDK from java.blackdown.org works very well with Linux emulation, >too (after tweaking bin/.java_wrapper a little). How does one go about using the linux java port? I've downloaded 1.1.3-v2 and the updater to v2-1 from blackdown. Would anyone be willing to send me a copy of their .java-wrapper? I'll try some tweaking, but shell scripting is not my strong point! Much obliged! Patrick From owner-freebsd-questions Wed Oct 15 08:00:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA20885 for questions-outgoing; Wed, 15 Oct 1997 08:00:29 -0700 (PDT) (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 IAA20841 for ; Wed, 15 Oct 1997 08:00:18 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.5/8.8.5) id KAA11082; Wed, 15 Oct 1997 10:00:08 -0500 (CDT) Date: Wed, 15 Oct 1997 10:00:08 -0500 (CDT) From: Mark Tinguely Message-Id: <199710151500.KAA11082@plains.NoDak.edu> To: jacques@wired.ctech.ac.za Subject: Re: damn, damn, damn ... getting confused here. Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk block devices (have filesystems stored on media) /dev/XX#P or /dev/XX#sP raw devices (use raw data on media, consider any filesystem on media as data) /dev/rXX#P or /dev/rXX#sP XX = driver (wd, sd, od, cd, vn, st, ...) # = unit number P = partition (a, b, c, d, e, f, g, h) many drives can be broken into logical units called "partitions". the term partitions can be confusing because some devices like drives have their own seperate logical units that are called partitions, FreeBSD can use a disk partition, and that disk partition is treated as one unit. FreeBSD partitions refer to slicing the FreeBSD into logical units. To give the FreeBSD logical units inside a disk's partition, we can the FreeBSD units "slices" (and hense the terminology "slice"). | $ | $ | $ DOS | $ | $ | * a <- Unix partition (slice) a <-| | * b <- Unix partition (slice) b <-| together | * FreeBSD g <- Unix partition (slice) g <-| makes | * h <- Unix partition (slice) h <-| c partition some Unix partitions (slices), have special meanings: a first partition -- boot partition, if on boot drive b usually used as a swap partition c the whole partition the disklabel command defines the unix partitions (slices), when you use non-unix partitions, there is generally only one partition and you use the c partition for the mount/read. --mark. From owner-freebsd-questions Wed Oct 15 08:03:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21300 for questions-outgoing; Wed, 15 Oct 1997 08:03:29 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from hawk.phantasy.com (breaker@hawk.phantasy.com [156.46.216.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA21293 for ; Wed, 15 Oct 1997 08:03:24 -0700 (PDT) (envelope-from breaker@hawk.phantasy.com) Received: (from breaker@localhost) by hawk.phantasy.com (8.6.12/8.6.9) id KAA29250 for freebsd-questions@FreeBSD.ORG; Wed, 15 Oct 1997 10:08:01 -0500 From: Whiskey Mike Message-Id: <199710151508.KAA29250@hawk.phantasy.com> Subject: state of log files To: freebsd-questions@FreeBSD.ORG Date: Wed, 15 Oct 1997 10:08:00 -0500 (CDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk A short while back, a host that I frequent was hacked, in addition to to dozens of university machines, including MIT and Princeton. The perpetrator, who was eventually caught, put a backdoor on port 150 so he could get in no matter what /etc/hosts.deny stated. Eventually he was caught, but now /var/log/messages, /var/log/ftp.log and /var/log/secure are not being written to. The date and time of these files are the same as the last time he hacked the system. What can I do to make sure these log files are being written to? As of now, the logfiles have not been written to in two weeks, which is a long time to not know what's going on with the system. Any information would be greatly appreciated. Please contact me at breaker@hawk.phantasy.com if you can be of assistance. Thanks in advance, -b From owner-freebsd-questions Wed Oct 15 08:23:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA24090 for questions-outgoing; Wed, 15 Oct 1997 08:23:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA24082 for ; Wed, 15 Oct 1997 08:23:12 -0700 (PDT) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id CAA07202; Thu, 16 Oct 1997 02:22:40 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Thu, 16 Oct 1997 02:22:39 +1100 (EST) To: Chip Marshall cc: freebsd-questions@FreeBSD.ORG Subject: Re: reprogramming "win95" key In-Reply-To: <19971015091825.39785@verdi.jlc.net> Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* 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, 15 Oct 1997, Chip Marshall wrote: > Is there any way to make a Win95 key (either one) usefull under > FreeBSD without X? You can use bindkey under tcsh and probably under other shells as well. I guess you could also use it in conjunction with stty...ie want another delete key? stty erase Andrew From owner-freebsd-questions Wed Oct 15 08:31:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25053 for questions-outgoing; Wed, 15 Oct 1997 08:31:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from isk.de (manfred.remsmurr.de [194.97.228.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA25006 for ; Wed, 15 Oct 1997 08:30:33 -0700 (PDT) (envelope-from sk@remsmurr.de) Received: (qmail 8618 invoked from network); 15 Oct 1997 15:29:53 -0000 Received: from unknown (HELO ?194.97.228.128?) (194.97.228.128) by manfred.remsmurr.de with SMTP; 15 Oct 1997 15:29:53 -0000 Date: Wed, 15 Oct 1997 16:29:57 +0100 From: Siegfried Kerkow Subject: Re: (2) problems with 8Yo cards X-Mailer: PostMe 1.1 To: Patrick Gardella Cc: support@FreeBSD.ORG, support@cyclades.com Mime-Version: 1.0 Message-ID: <1.1.15101997.162957.67.0.BC.0@mail.remsmurr.de> X-Sender: n000001@mail.remsmurr.de (Unverified) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello Patrick. >I had the trouble as well, and the problem was the default >memory address. From the Cyclades tech support line, they >suggested I change it to: > >(from dmesg) >cy0 irq 10 maddr 0xd2000 msize 8192 on isa > ^^^^^^^ > >This takes a change of the DIP switches on card itself. I don't have >the manual in front of me to give you those, but its in there! Ok. But it is not only the "click" on the DIP switches. There must compile a new kernel with this address. And what address shall I do to the next card? I have 0xd6000 and it works same with problems like the 0xd4000! Your configuration with irq 10 is wondering to me, because all PCs have something working on this irq and the card wouldn't work allright. >They said that the default mem address was often used by the PCI bus. >The one above is the one they recommend to change to. I have no PCI bus! This board has an VLB bus. If I had boards with PCI bus I didn't buy cards with ISA bus. I now compiled a new kernel with 0xd2000 and 0xd8000 with the same results and problems. If I check all setting with a new compiled kernel I need days to get all done. That is NO WAY for a good hardware and I thaught this was one. Now I put a lot of money out for something for the trash. Is there no other way to check it? If I take the MS-DOS "cyctest.exe" this means that all is Ok. I'm a little angry, excuse. >(Why they don't use this one as a defualt, I don't know.) > >I've been running 8 modems 24x7 for 6 months with no problems and >am looking to go to 32 (24 Ye and current 8Yo). Fine. I want only to work with 8 and then with 16. ;-) >There are some Linux guys at Cyclades tech, so if this doesn't >help, they should be able to. My only answer is from a very nice boy named "Patrick". ;-) Thanks. >Patrick Regards. Siegfried Kerkow. >On 15-Oct-97 Siegfried Kerkow wrote: >> >>Hello support. >> >>I have an problem. Please help. >>My own are three cyclom 8Yo cards (rev 5.02). >>FreeBSD 2.2.2. >>One mashine should have two cards and the third card is for an other >>mashine. >> >>First I installed one card to test. >> >>--- new kernel --- >>options "COM_MULTIPORT" >>device cy0 at isa? tty irq 11 iomem 0xd4000 iosiz 0x2000 vector >>cyintr >>--- new system start works --- >>cy0 irq 11 maddr 0xd4000 msize 8192 on isa >>(This works only if the mashine is rebootet. If the mashine is >>powered down a while and start new it founds NO cy0! I must boot on >>MS-DOS and start "cyctest.exe" and then a new boot works found cy0. >>???) >>--- /dev/... --- >>MAKEDEV cuac0 ttyc0 >>(and cuac1 ttyc1 for the second card) >>Makes all devices for the complete card (cuac0x, ttyc0x ...). >>--- rc.serial --- >>There is a sample line for cyclades-8yo and cyclades-16ye. No sample >>if I have two cyclades-8yo!? Ok, I took the cyclades-8yo line ("modem >>c c 0 1 2 3 4 5 6 7"). A reboot gets errors for rc.serial, but the >>lines are working!? I changed the line in rc.serial to "modem c0 c0 0 >>1 2 3 4 5 6 7" and there are no more errors. The lines are working. >> >>Working is not Ok (with both rc.serial lines the same). Then only the >>first 6 lines are working, the last two lines are not working. I >>checked that the addressing ouput works correct, but the RTS line >>doesn't work on the last two lines! Why not? >> >>Did I something wrong? Have I an mistake by installing? I tested it >>first on a FreeBSD 2.1.0 with the same problem. I don't think the >>cards a damaged, because all three have the same problem. The same to >>the wires. I tested the wires, all RTS (pin 4) are connected fine to >>the morepin-connector at the card. >> >>I hope you understand my bad english. Excuse. >>I need a very quick response, because I'm testing a while and I need >>it very soon. Thanks. >> >>Regards. >>Siegfried Kerkow. From owner-freebsd-questions Wed Oct 15 08:40:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25690 for questions-outgoing; Wed, 15 Oct 1997 08:40:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA25683 for ; Wed, 15 Oct 1997 08:40:47 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg by adelphi.physics.adelaide.edu.au (5.65/AndrewR-930902) id AA28856; Thu, 16 Oct 1997 01:10:44 +0930 From: Kristian Kennaway Received: by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA14230; Thu, 16 Oct 1997 01:10:44 +0930 Message-Id: <9710151540.AA14230@bragg> Subject: Not installing sendmail with make world? To: freebsd-questions@freebsd.org (FreeBSD Questions) Date: Thu, 16 Oct 1997 01:10:43 +0930 (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'd like to run qmail on my box instead of sendmail because it seems to be a much more secure and easy-to-manage package. I've installed it already, but the next time I did a make world it naturally clobbered the /usr/sbin/sendmail replacement binary. Is there any way I can tell the makeworld script NOT to compile and install sendmail? Kris From owner-freebsd-questions Wed Oct 15 09:03:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA27391 for questions-outgoing; Wed, 15 Oct 1997 09:03:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from max.fys.ruu.nl (max.fys.ruu.nl [131.211.32.73]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA27374 for ; Wed, 15 Oct 1997 09:03:32 -0700 (PDT) (envelope-from paul@gromit.eu.org) Received: from gromit.nev.ml.org (root@dail.7da.nl [195.108.246.106]) by max.fys.ruu.nl (8.8.7/8.8.7/hjm) with ESMTP id SAA30674 for ; Wed, 15 Oct 1997 18:03:20 +0200 (MET DST) Received: from gromit.nev.ml.org [172.16.1.1] by gromit.nev.ml.org id RAA00126; Wed, 15 Oct 1997 17:25:32 +0200 Date: Wed, 15 Oct 1997 17:25:31 +0200 (MET DST) From: Paul Dekkers X-Sender: paul@gromit.nev.ml.org Reply-To: Paul Dekkers To: freebsd-questions@freebsd.org Subject: ibm/cyrix 200+ ??? Message-ID: X-Mood: :-) but almost |-| (sleeping) Organization: Me and organized? MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Recently I heard of the IBM 200+ processor. Does that processor work nice under FreeBSD, has anyone experiences with it? Is it comparable, as some people say, to normal Intel Pentium 200's? (I heard that it is comparable, but the fpu unit is very slow -> does that matter very much under FreeBSD, when it's just for a normal internet server and not for graphics or smth...?) Thank you, Paul From owner-freebsd-questions Wed Oct 15 09:06:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA27757 for questions-outgoing; Wed, 15 Oct 1997 09:06:29 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cplkagan.globaleyes.net (cplkagan.GlobalEyes.net [209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA27744 for ; Wed, 15 Oct 1997 09:06:21 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id LAA00754; Wed, 15 Oct 1997 11:01:08 -0500 (CDT) Message-Id: <2.2.32.19971016040534.00995e08@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 15 Oct 1997 23:05:34 -0500 To: Mariusz Potocki , Justin Muir From: "Jonathan E. Lyons" Subject: RE: lean mean kernel with sound!! + dumb questions Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Try pwd .... At 03:49 PM 10/15/97 +0200, Mariusz Potocki wrote: > >On 15-Oct-97 Justin Muir wrote: >>Hello. I'm a recent ex-DOS junkie who recently installed FreeBSD. This >>an overwhelming OS to use after years of DOS, but I do understand the >>concept of making a leaner kernel w/o all the unused drivers but I'm >>uncertain as to how to accomplish this. Btw - I would also like to >>install drivers for my SB16. Any tips or encouragement? One other >>thing, how can I see where I am amidst all the directories and files? Or >>does that not matter now that I've got a real OS? >Look into the handbook. It's described pretty fine. > >>ps- how do I distinguish between types files etc since I can't seem to >>find extensions? >try ll >If you see something like -rwxr-xr-x you know that you can launch this >file as: owner (first x), member of group (second x) anyone(last x). >Mariusz > > "verba volant, > scripta manent" > > From owner-freebsd-questions Wed Oct 15 09:10:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28017 for questions-outgoing; Wed, 15 Oct 1997 09:10:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from unreal.gatekeep.net (root@unreal.gatekeep.net [208.219.170.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA28011 for ; Wed, 15 Oct 1997 09:10:09 -0700 (PDT) (envelope-from freebsd@unreal.gatekeep.net) Received: from bhicks (jerk.gatekeep.net [208.219.170.6]) by unreal.gatekeep.net (8.8.5/8.8.5) with SMTP id LAA16848 for ; Tue, 14 Oct 1997 11:10:03 -0500 (CDT) From: "Brandon Hicks" To: Subject: 2 Network Cards, How do I set this up? Date: Wed, 15 Oct 1997 11:02:08 -0500 Message-ID: <01bcd983$b07a9ce0$06aadbd0@bhicks.gatekeep.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.72.0118.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.0118.0 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ok, this is what we are doing..... We are SLOWLY upgrading to 100base from 10base, the only problem is, (BTW, we are an ISP) our T1 routers, and our Livingston Portmasters are 10base. Which means that we are going to have to have 2 network cards in 1 of our servers, seeing that our new 100base HUB will not Up/Down Link to a 10base HUB. So, 1st I need to know how this can be done... We have the Cards to put into the servers, and into our computers... Do I need any software, or any thing if all i want is that server to act as a passthough? BTW, the 10base cards are ISA, and the 100base cards are PCI... Brandon Hicks GateKeeper Technologies (888)544-GATE (4283) (903)882-0492 From owner-freebsd-questions Wed Oct 15 09:34:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29464 for questions-outgoing; Wed, 15 Oct 1997 09:34:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA29453 for ; Wed, 15 Oct 1997 09:34:05 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id JAA19885; Wed, 15 Oct 1997 09:31:57 -0700 (PDT) Date: Wed, 15 Oct 1997 09:31:57 -0700 (PDT) From: "Eric J. Schwertfeger" To: dkelly@hiwaay.net cc: Jonathan Lemon , don@PartsNow.com, Marty Leisner , Jacques Hugo , questions@FreeBSD.ORG Subject: Re: mmx or ppro In-Reply-To: <199710150135.UAA20999@nospam.hiwaay.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, 14 Oct 1997 dkelly@hiwaay.net wrote: > When faced with this choice myself a couple of months ago, I chose the PPro > at 166 MHz with 512k cache at about $325 over a cheaper 180 with 256k or > more expensive 200 with only 256k. In addition to the larger L2 cache I got > 66 MHz bus speed vs. 60 for the 150 or 180. Not rerribly interested in > overclocking as I'd guess the PPro-166 is a -200 that failed the grade. Every PPro150 I've had (5 so far) has been happy to run at 166 (though admittedly with a smaller cache), and all but one would run solid at 180. Since the official 166 comes off a different production line, I'm sure that the 150's aren't tested at 166, so I've been running them all at 166. In playing around with 180 vs 166, I noticed that probably due to the on-chip L2 cache, external bus speed means a lot less to a PPro than it does to a Pentium. I've also noticed that for very small programs that fit in the L1 cache, the PPro really doesn't run that much faster than a Pentium of similar clock speed, but for larger tasks (kernel compiling, make world) the PPro easily outpaces the Pentium. From owner-freebsd-questions Wed Oct 15 09:39:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29877 for questions-outgoing; Wed, 15 Oct 1997 09:39:25 -0700 (PDT) (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 JAA29864 for ; Wed, 15 Oct 1997 09:39:17 -0700 (PDT) (envelope-from spork@super-g.com) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id QAA14363; Wed, 15 Oct 1997 16:36:17 -0400 (EDT) Date: Wed, 15 Oct 1997 16:36:17 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Kristian Kennaway cc: FreeBSD Questions Subject: Re: Not installing sendmail with make world? In-Reply-To: <9710151540.AA14230@bragg> 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 Howdy, What I've been doing to preserve local hacks (there's tons of suid stuff that I just don't want/need) is to copy say /usr/src/usr.sbin/Makefile to /usr/src/usr.sbin/makefile. Make reads the lower case "makefile" first, and you can delete all the subdirs you don't want to work with in there. A CVSup will not clobber "your" makefile, you just have to watch very closely for any changes to either the makefiles or the things that you've removed... And if there's a better, cooler way of doing this, I'd be happy to hear it! Charles On Thu, 16 Oct 1997, Kristian Kennaway wrote: > I'd like to run qmail on my box instead of sendmail because it seems to > be a much more secure and easy-to-manage package. I've installed it > already, but the next time I did a make world it naturally clobbered the > /usr/sbin/sendmail replacement binary. Is there any way I can tell the > makeworld script NOT to compile and install sendmail? > > Kris > From owner-freebsd-questions Wed Oct 15 09:40:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00120 for questions-outgoing; Wed, 15 Oct 1997 09:40:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ms11.hinet.net (ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA00111 for ; Wed, 15 Oct 1997 09:40:20 -0700 (PDT) (envelope-from jwlo@ms11.hinet.net) Received: from ms11.hinet.net ([163.17.3.221]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id AAA21570 for ; Thu, 16 Oct 1997 00:38:41 +0800 (CST) Message-ID: <3444F0A8.5C81385D@ms11.hinet.net> Date: Thu, 16 Oct 1997 00:34:48 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How to change boot name? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, When I start Boot Manager, the menu is: F1: DOS F2: FreeBSD I want to change the name 'DOS' to 'Windows 95', would anyone know how to change it? Thanks in advance, Doug. From owner-freebsd-questions Wed Oct 15 09:41:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00197 for questions-outgoing; Wed, 15 Oct 1997 09:41:40 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA00176 for ; Wed, 15 Oct 1997 09:41:28 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xLWSP-0000gQ-00; Wed, 15 Oct 1997 12:38:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: Anti-SPAM Message-ID: <622rfh$2fo$1@twwells.com> References: Date: Wed, 15 Oct 1997 12:38:01 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , Burton Sampley wrote: : Is there a better : way (short of cutting the phone line to my modem and closing my account)? There are many. One possible solution is the service I've started, which is a for-pay spam filtering service. You buy an address from me, use it on the Usenet and elsewhere, and when spammers send mail to that address, it gets bitbucketed. (And, yes, I run FreeBSD here. :-) -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Wed Oct 15 10:06:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01717 for questions-outgoing; Wed, 15 Oct 1997 10:06:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from concord.televar.com (root@concord.televar.com [208.8.131.83]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01712 for ; Wed, 15 Oct 1997 10:06:21 -0700 (PDT) (envelope-from hop@danny-boy.com) Received: from bhpunix.danny-boy.com (bhpunix.danny-boy.com [208.8.131.178]) by concord.televar.com (8.8.7/8.8.6) with SMTP id KAA16016 for ; Wed, 15 Oct 1997 10:06:13 -0700 (PDT) Received: from hop.danny-boy.com by bhpunix.danny-boy.com id aa29519; 15 Oct 97 10:06 PDT Message-Id: <3.0.32.19971015092945.006b5db4@danny-boy.com> X-Sender: hop@danny-boy.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 09:29:47 -0700 To: freebsd-questions@freebsd.org From: Brian Hopkins Subject: mail account only, no login Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a way to create "mail only" accounts? I want my bsd 2.1.7 machine to only deliver mail via popper and act as a proxy (using squid). Thanks Brian Hopkins Brewster Heights Packing 708 Hwy 97 Brewster, WA. 98812 Phone (509) 689-3424 Fax (509) 689-2997 From owner-freebsd-questions Wed Oct 15 10:13:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA02575 for questions-outgoing; Wed, 15 Oct 1997 10:13:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA02563 for ; Wed, 15 Oct 1997 10:13:35 -0700 (PDT) (envelope-from bartol@salk.edu) Received: from dale.salk.edu (dale [198.202.70.112]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id KAA00542; Wed, 15 Oct 1997 10:07:54 -0700 (PDT) Date: Wed, 15 Oct 1997 10:07:53 -0700 (PDT) From: Tom Bartol To: Mariusz Potocki cc: Justin Muir , freebsd-questions@FreeBSD.ORG Subject: RE: lean mean kernel with sound!! + dumb questions In-Reply-To: <2.2.32.19971016040534.00995e08@midwest.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 > > At 03:49 PM 10/15/97 +0200, Mariusz Potocki wrote: > >>ps- how do I distinguish between types files etc since I can't seem to > >>find extensions? The file command is useful, as you have already been told, but I prefer to use csh and especially tcsh (you'll have to install tcsh as a port or package) as my shell because I can easily alias the ls command as follows: alias ls ls -F Of course you can just use the ls -F command from bash as well (I'm not sure how to get the equivalent to an alias in sh or bash). From the man page on ls we see the following documentation on the -F flag: -F Display a slash (/) immediately after each pathname that is a di- rectory, an asterisk (*) after each that is executable, an at sign (@) after each symbolic link, an equals sign (=) after each socket, a percent sign (%) after each whiteout, and a vertical bar (|) after each that is a FIFO. Thus allowing you to quickly see which files are directories etc... To set your prompt in csh you can put the following in your .cshrc: if ( $?prompt ) then alias cd 'cd \!*;s_prompt' alias s_prompt 'set prompt = "`hostname` [$cwd] -> "' s_prompt endif or more conveniently if you are using tcsh: if ($shell != /bin/csh) then set prompt = "%m [%/] -%# " endif Hope this doesn't confuse you even more :-) Tom From owner-freebsd-questions Wed Oct 15 10:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03498 for questions-outgoing; Wed, 15 Oct 1997 10:20:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from seagull.rtd.com (tony@seagull.rtd.com [198.102.68.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03445 for ; Wed, 15 Oct 1997 10:19:58 -0700 (PDT) (envelope-from tony@rtd.com) Received: (from tony@localhost) by seagull.rtd.com (8.8.5/8.8.5) id KAA26741 for questions@freebsd.org; Wed, 15 Oct 1997 10:19:57 -0700 (MST) Date: Wed, 15 Oct 1997 10:19:57 -0700 (MST) From: Tony Jones Message-Id: <199710151719.KAA26741@seagull.rtd.com> To: questions@freebsd.org Subject: SCSI Q: invalid primary partition table: no magic Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just moved a SCSI disk that I was using for Windoze over to FreeBSD, didn't have any major problems in creating the FS but each time I mount it, "sd3: invalid primary partition table: no magic" is displayed on the console. To create the disk I did: format zero label (dd) disklabel -rw sd3 auto ; disklabel -e sd3 newfs sd3 Which is fairly close to section "2.3. Making Dedicated Mode Disks Using the Command Line" in Doug White's disk tutorial (except I didn't do the 'disklabel | disklabel -R' part - what exactly is the intent of this since the old label was just zeroed ?). Is the problem that I didn't initialise the FDISK slice table ? Right now it contains garbage. I downloaded Greg Lemeys disk chapter from his ftp site and noticed that under 'doing it the hard way' he first does the FDISK stuff. Thanks, Tony (please CC me on any e-mail replies) From owner-freebsd-questions Wed Oct 15 10:20:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03548 for questions-outgoing; Wed, 15 Oct 1997 10:20:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from celebris.tddhome (sil-wa2-22.ix.netcom.com [206.214.137.54]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03515 for ; Wed, 15 Oct 1997 10:20:06 -0700 (PDT) (envelope-from tomdean@celebris.tddhome) Received: (from tomdean@localhost) by celebris.tddhome (8.8.7/8.8.5) id KAA00491; Wed, 15 Oct 1997 10:20:03 -0700 (PDT) Date: Wed, 15 Oct 1997 10:20:03 -0700 (PDT) Message-Id: <199710151720.KAA00491@celebris.tddhome> From: Thomas Dean To: freebsd-questions@FreeBSD.org Subject: termios.h Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk termios.h does not include some definitions for controlling serial ports. These include #define OLCUC 0000002 #define OCRNL 0000010 #define IUCLC 0001000 #define CBAUD 0010017 #define XCASE 0000004 These are defined in linux, etc. Can these be added to termios.h? From owner-freebsd-questions Wed Oct 15 10:35:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04980 for questions-outgoing; Wed, 15 Oct 1997 10:35:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.wco.com (root@shell.wco.com [199.4.94.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04956 for ; Wed, 15 Oct 1997 10:34:52 -0700 (PDT) (envelope-from chris.jungk@nanosphere.com) Received: from nanosphere.com (scratchy.nanosphere.com [209.21.50.2]) by shell.wco.com (8.8.5/8.8.5/WCO-18jul97) with ESMTP id KAA02019 for ; Wed, 15 Oct 1997 10:34:39 -0700 (PDT) Message-ID: <3444FF7A.E4EDEB4C@nanosphere.com> Date: Wed, 15 Oct 1997 10:38:02 -0700 From: Chris Jungk X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Need Proxy Server help 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 attempting to set up a FreeBSD Bastion host Server as a Proxy between my internal "secure" network and my external. both networks are WinNT 4.0 We are using "reserved addresses" in the 192.168.0.0 range for the internal net. and our own Class "C" 209.21.50.0 for the external. Our problem is we are unable to connect to the web, and send or receive mail from any of the internal machines. Requests that are sent get resolved and the host is contacted but the information is not sent back. We are using Apache web server and Squid Proxy with IPFW set to "simple" however we have tried all setting and are at our wits end. And directions or references you could recommend will be greatly appreciated Chris From owner-freebsd-questions Wed Oct 15 10:58:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08078 for questions-outgoing; Wed, 15 Oct 1997 10:58:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from rh173-26.reshall.ucsd.edu (rh173-26.reshall.ucsd.edu [128.54.173.26]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08047 for ; Wed, 15 Oct 1997 10:58:37 -0700 (PDT) (envelope-from taco@mad.scientist.com) Received: from jaguar.atcg.com (localhost.ucsd.EDU [127.0.0.1]) by rh173-26.reshall.ucsd.edu (8.8.5/8.8.3) with SMTP id KAA11868; Wed, 15 Oct 1997 10:57:33 -0700 (PDT) Message-ID: <34450409.6201DD56@mad.scientist.com> Date: Wed, 15 Oct 1997 10:57:29 -0700 From: "Todd 'Taco' Hansen" X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: Mariusz Potocki CC: Justin Muir , freebsd-questions@FreeBSD.ORG Subject: Re: lean mean kernel with sound!! + dumb questions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sound with SB drivers is usually pretty easy as long as you use the man page. There is one part of the page which is incorrect however. If you have to put a line in like this: (You will want to use the quotes I use here instead of the ones from the handbook). options "SBC_IRQ=5" Go ahead, try it the other way, it doesn't do anything bad. It just won't compile/config. ;) Good Luck. -taco -- Todd Hansen, KD6YPS (Taco) taco@mad.scientist.com http://millenium.atcg.com/ "Whenever any form of government becomes destructive...it is the right of the people to alter or to abolish it" - Declaration Of Independence From owner-freebsd-questions Wed Oct 15 11:14:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09506 for questions-outgoing; Wed, 15 Oct 1997 11:14:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09500 for ; Wed, 15 Oct 1997 11:14:33 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id NAA20761; Wed, 15 Oct 1997 13:13:50 -0500 (CDT) Message-ID: <3445081C.7861E5EA@iaces.com> Date: Wed, 15 Oct 1997 13:14:52 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Tom Bartol CC: Mariusz Potocki , Justin Muir , freebsd-questions@FreeBSD.ORG Subject: Re: lean mean kernel with sound!! + dumb questions X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tom Bartol wrote: > > > > > At 03:49 PM 10/15/97 +0200, Mariusz Potocki wrote: > > > >>ps- how do I distinguish between types files etc since I can't seem to > > >>find extensions? > > The file command is useful, as you have already been told, but I prefer to > use csh and especially tcsh (you'll have to install tcsh as a port or > package) as my shell because I can easily alias the ls command as follows: > > alias ls ls -F for sh, ksh and bash. alias lf="ls -CF" > > To set your prompt in csh you can put the following in your .cshrc: > > if ( $?prompt ) then > alias cd 'cd \!*;s_prompt' > alias s_prompt 'set prompt = "`hostname` [$cwd] -> "' > s_prompt > endif > > or more conveniently if you are using tcsh: > > if ($shell != /bin/csh) then > set prompt = "%m [%/] -%# " > endif And for bash: export PS1="\m [\w] \?# " is the same thing. > Hope this doesn't confuse you even more :-) > > Tom From owner-freebsd-questions Wed Oct 15 11:15:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09545 for questions-outgoing; Wed, 15 Oct 1997 11:15:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09529 for ; Wed, 15 Oct 1997 11:14:50 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id NAA20777; Wed, 15 Oct 1997 13:14:32 -0500 (CDT) Message-ID: <34450845.88773EE6@iaces.com> Date: Wed, 15 Oct 1997 13:15:33 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Brian Hopkins CC: freebsd-questions@FreeBSD.ORG Subject: Re: mail account only, no login X-Priority: 3 (Normal) References: <3.0.32.19971015092945.006b5db4@danny-boy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Hopkins wrote: > > Is there a way to create "mail only" accounts? I want my bsd 2.1.7 machine > to only deliver mail via popper and act as a proxy (using squid). Don't give the users a shell. From owner-freebsd-questions Wed Oct 15 11:33:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA11336 for questions-outgoing; Wed, 15 Oct 1997 11:33:56 -0700 (PDT) (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 LAA11284 for ; Wed, 15 Oct 1997 11:33:31 -0700 (PDT) (envelope-from ru@relay.ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.7/8.8.7) id VAA00330; Wed, 15 Oct 1997 21:32:49 +0300 (EEST) From: Ruslan Ermilov Message-Id: <199710151832.VAA00330@relay.ucb.crimea.ua> Subject: Re: mail account only, no login In-Reply-To: <3.0.32.19971015092945.006b5db4@danny-boy.com> from Brian Hopkins at "Oct 15, 97 09:29:47 am" To: hop@danny-boy.com (Brian Hopkins) Date: Wed, 15 Oct 1997 21:32:48 +0300 (EEST) 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 Brian Hopkins wrote: > Is there a way to create "mail only" accounts? I want my bsd 2.1.7 machine > to only deliver mail via popper and act as a proxy (using squid). Yes, use /sbin/nologin as the shell for mail-only user. -- 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 Oct 15 11:56:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13978 for questions-outgoing; Wed, 15 Oct 1997 11:56:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dale.acs.cc.al.us (kwc@dale.acs.cc.al.us [199.88.31.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13972 for ; Wed, 15 Oct 1997 11:56:34 -0700 (PDT) (envelope-from kwc@dale.acs.cc.al.us) Received: (from kwc@localhost) by dale.acs.cc.al.us (8.8.7/8.8.7) id NAA00248; Wed, 15 Oct 1997 13:55:50 -0500 (CDT) Date: Wed, 15 Oct 1997 13:55:50 -0500 (CDT) From: "Kenneth W. Cochran" Message-Id: <199710151855.NAA00248@dale.acs.cc.al.us> To: questions@freebsd.org Subject: Install w/DPT support Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to do a FTP install of 2.2-RELEASE using the floppy image from ftp.i-connect.net/crash/boot.flp & am getting a "Warning: Can't CD to `2.2-RELEASE' on the ftp server (ftp.freebsd.org). Looks like everything else (newfs'ing, etc.) works(ed) ok but so far I'm unable to connect. My other machines on my network connect there just fine. Any idea(s)? Many thanks... Ken Cochran Network Administrator The Alabama College System From owner-freebsd-questions Wed Oct 15 12:20:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA16708 for questions-outgoing; Wed, 15 Oct 1997 12:20:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from area51.stjohns.edu (area51.stjohns.edu [149.68.19.239]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA16689 for ; Wed, 15 Oct 1997 12:20:28 -0700 (PDT) (envelope-from lefty@area51.stjohns.edu) Received: from localhost (lefty@localhost) by area51.stjohns.edu (8.8.5/8.7.3) with SMTP id PAA22306 for ; Wed, 15 Oct 1997 15:21:23 -0400 Date: Wed, 15 Oct 1997 15:21:23 -0400 (EDT) From: "Lefty G." Reply-To: "Lefty G." To: freebsd-questions@freebsd.org Subject: FreeBSD/Win95 Connectivity 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 have a question/problem concerning my FreeBSD machine. I have one machine running FreeBSD and another one runnying Windows 95. Both have ethernet cards installed and I have both connected to a hub. I am trying to set up a simple network between the two computers and I trying to set up a simple network so I can telnet from my 95 machine into the FreeBSD machine. The FreeBSD kernel recognized my ethernet card, since I added support for it into the kernel. Loopback for the BSD machine works fine, but I just cannot seem to get 95 to see it. What options do I have to set up in the rc.conf file so 95 would recognize it? Do I have to set up the machine as a gateway and/or router? Any help/info/reference would be greatly appreciated. Thanks. -Lefty From owner-freebsd-questions Wed Oct 15 12:25:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA17163 for questions-outgoing; Wed, 15 Oct 1997 12:25:41 -0700 (PDT) (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 MAA17119 for ; Wed, 15 Oct 1997 12:25:03 -0700 (PDT) (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 DAA18607 for ; Thu, 16 Oct 1997 03:26:52 +0800 (WST) Date: Thu, 16 Oct 1997 03:26:51 +0800 (WST) From: Dean Hollister To: questions@freebsd.org Subject: Killer daemons? 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, After configuring idled to kill session limits & multiple logins, I find it will not terminate users logged in via pap (which runs as root). Are there any utilities/killer daemons around ported to FreeBSD that can accomodate this? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Wed Oct 15 12:29:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA17645 for questions-outgoing; Wed, 15 Oct 1997 12:29:59 -0700 (PDT) (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 MAA17586 for ; Wed, 15 Oct 1997 12:29:12 -0700 (PDT) (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 PAA02645; Wed, 15 Oct 1997 15:17:06 -0400 Date: Wed, 15 Oct 1997 15:17:06 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Ruslan Ermilov cc: Brian Hopkins , freebsd-questions@FreeBSD.ORG Subject: Re: mail account only, no login In-Reply-To: <199710151832.VAA00330@relay.ucb.crimea.ua> 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 wrote a simple little shell script that prints an informational message to users who try to login interactively. Then add the shell to /etc/shells. -Joe On Wed, 15 Oct 1997, Ruslan Ermilov wrote: > Once Brian Hopkins wrote: > > Is there a way to create "mail only" accounts? I want my bsd 2.1.7 machine > > to only deliver mail via popper and act as a proxy (using squid). > > Yes, use /sbin/nologin as the shell for mail-only user. > > -- > 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 Oct 15 12:37:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18366 for questions-outgoing; Wed, 15 Oct 1997 12:37:07 -0700 (PDT) (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 MAA18361 for ; Wed, 15 Oct 1997 12:37:03 -0700 (PDT) (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 DAA19488 for ; Thu, 16 Oct 1997 03:38:51 +0800 (WST) Date: Thu, 16 Oct 1997 03:38:50 +0800 (WST) From: Dean Hollister To: freebsd-questions@freebsd.org Subject: Killer daemons? 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, After configuring idled to kill session limits & multiple logins, I find it will not terminate users logged in via pap (which runs as root). Are there any utilities/killer daemons around ported to FreeBSD that can accomodate this? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Wed Oct 15 12:38:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18475 for questions-outgoing; Wed, 15 Oct 1997 12:38:08 -0700 (PDT) (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 MAA18469 for ; Wed, 15 Oct 1997 12:38:04 -0700 (PDT) (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 DAA18295 for ; Thu, 16 Oct 1997 03:24:53 +0800 (WST) Date: Thu, 16 Oct 1997 03:24:52 +0800 (WST) From: Dean Hollister To: questions@freebsd.org Subject: innd 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, When attempting to install inn-1.6b3, I get the error message: "Cannot find llib-lc.ln". innd still installed, but is behaving oddly. Any suggestions? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Wed Oct 15 12:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18705 for questions-outgoing; Wed, 15 Oct 1997 12:40:06 -0700 (PDT) (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 MAA18652 for ; Wed, 15 Oct 1997 12:39:59 -0700 (PDT) (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 DAA19632 for ; Thu, 16 Oct 1997 03:41:43 +0800 (WST) Date: Thu, 16 Oct 1997 03:41:42 +0800 (WST) From: Dean Hollister To: freebsd-questions@freebsd.org Subject: innd 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, When attempting to install inn-1.6b3, I get the error message: "Cannot find llib-lc.ln". innd still installed, but is behaving oddly. Any suggestions? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Wed Oct 15 13:08:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22179 for questions-outgoing; Wed, 15 Oct 1997 13:08:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dale.acs.cc.al.us (kwc@dale.acs.cc.al.us [199.88.31.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22139 for ; Wed, 15 Oct 1997 13:08:37 -0700 (PDT) (envelope-from kwc@dale.acs.cc.al.us) Received: (from kwc@localhost) by dale.acs.cc.al.us (8.8.7/8.8.7) id PAA00539; Wed, 15 Oct 1997 15:07:22 -0500 (CDT) Date: Wed, 15 Oct 1997 15:07:22 -0500 (CDT) From: "Kenneth W. Cochran" Message-Id: <199710152007.PAA00539@dale.acs.cc.al.us> To: questions@freebsd.org Subject: Install w/DPT - update Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Working now... Was looking for 2.2-RELEASE. We changes to 2.2.2-RELEASE & things are moving along... Interesting... -kc From owner-freebsd-questions Wed Oct 15 13:14:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA23077 for questions-outgoing; Wed, 15 Oct 1997 13:14:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dumbwinter.logic.it (mod13.logic.it [195.120.151.29] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA23010 for ; Wed, 15 Oct 1997 13:14:00 -0700 (PDT) (envelope-from molter@logic.it) Received: (qmail 2304 invoked by uid 1000); 15 Oct 1997 18:30:43 -0000 Date: Wed, 15 Oct 1997 20:30:42 +0200 (MET DST) From: Marco Molteni To: Brian Hopkins cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail account only, no login In-Reply-To: <3.0.32.19971015092945.006b5db4@danny-boy.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, 15 Oct 1997, Brian Hopkins wrote: > Is there a way to create "mail only" accounts? I want my bsd > 2.1.7 machine to only deliver mail via popper and act as a proxy > (using squid). [it seems good days to promote qmail ;-)] Brian, I don't know how to do it with sendmail+popper, but I just did it with qmail+vqpop (www.qmail.org) vqpop does work, but is still in alpha stage, so both documentation and installation is painful. Cheers Marco Molteni Computer Science student at the Universita' degli studi di Milano, Italy. "Whuffo you jump out of them airplanes?" From owner-freebsd-questions Wed Oct 15 13:23:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA24675 for questions-outgoing; Wed, 15 Oct 1997 13:23:47 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA24651 for ; Wed, 15 Oct 1997 13:23:33 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA05607; Wed, 15 Oct 1997 22:20:51 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.7/8.8.5) id WAA13683; Wed, 15 Oct 1997 22:16:19 +0200 (MET DST) Message-ID: <19971015221619.RU37129@uriah.heep.sax.de> Date: Wed, 15 Oct 1997 22:16:19 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: jacques@wired.ctech.ac.za (Jacques Hugo) Cc: questions@FreeBSD.org Subject: Re: damn, damn, damn ... getting confused here. References: <344476E5.31DFF4F5@wired.ctech.ac.za> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <344476E5.31DFF4F5@wired.ctech.ac.za>; from Jacques Hugo on Oct 15, 1997 09:55:17 +0200 Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Jacques Hugo wrote: > Hi there ... hope you can help. > > What is the difference between a device like > /dev/vn0 and /dev/vn0c ?? > > What does the 'c' mean? It's partition `c' (which is a magical alias for the entire disk/slice). /dev/vn0 is the buffered device denoting the entire vn0. If vn0 is not sliced, /dev/vn0c would be an alias for it. If vn0 is sliced (i.e., has an fdisk table), /dev/vn0c would be an alias for the first BSD slice found on it, while /dev/vn0 would still be the entire vn0 device. Don't forget that all these are buffered devices. Except for mounting, you probably do want to use raw devices (/dev/rvn0). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-questions Wed Oct 15 13:25:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA24866 for questions-outgoing; Wed, 15 Oct 1997 13:25:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from user.xtdl.com (user.xtdl.com [206.25.228.20]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA24844 for ; Wed, 15 Oct 1997 13:25:07 -0700 (PDT) (envelope-from thekork@xtdl.com) Received: from kork ([204.165.80.154]) by user.xtdl.com (8.6.11/8.6.9) with ESMTP id QAA14390 for ; Wed, 15 Oct 1997 16:43:51 -0400 Message-ID: <3445261D.7C7980E6@xtdl.com> Date: Wed, 15 Oct 1997 16:22:53 -0400 From: Jason Korkin Organization: KORKSOFT X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Configuring a LinkSys Ethernet Card X-Priority: 3 (Normal) 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 install a Linksys 10-Base-T ethernet card. It is NE2000 compatible, and it resides at IRQ 11, at 0x280-0x29f. I cannot get the kernel config to recongize it, nor if I rebuild the kernel... Any thoughts? Jason. -- Jason Korkin of KORKSOFT, Inc. Website Design, Custom CGI Scripting (603) 472-2932 or (508) 837-5908 Roadkill -- The other white meat. :) From owner-freebsd-questions Wed Oct 15 13:41:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27606 for questions-outgoing; Wed, 15 Oct 1997 13:41:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from scheme.xcf.berkeley.edu (scheme.XCF.Berkeley.EDU [128.32.43.207]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA27577 for ; Wed, 15 Oct 1997 13:41:11 -0700 (PDT) (envelope-from nordwick@scheme.xcf.berkeley.edu) Received: (qmail 7405 invoked by uid 27268); 15 Oct 1997 20:32:30 -0000 Date: 15 Oct 1997 20:32:30 -0000 Message-ID: <19971015203230.7404.qmail@scheme.xcf.berkeley.edu> From: Jason Alan Nordwick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jacques Hugo Cc: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: damn, damn, damn ... getting confused here. In-Reply-To: jacques@wired.ctech.ac.za on 10/15/1997 to questions@FreeBSD.ORG, hackers@FreeBSD.ORG <344476E5.31DFF4F5@wired.ctech.ac.za> References: <344476E5.31DFF4F5@wired.ctech.ac.za> X-Mailer: VM 6.32 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jacques Hugo, on Wed 10/15/1997, wrote the following: > > Hi there ... hope you can help. > > What is the difference between a device like > /dev/vn0 and /dev/vn0c ?? > > What does the 'c' mean? > > Thanks. > > -Jacques IT is a character device, rather than a block device. I understand the distinction between raw and cooked (old terminolgy ?), but besides tty's, is there any other form of "cooked" devices ? jay -- Join the FreeBSD Revolution! http://xcf.berkeley.edu/~nordwick From owner-freebsd-questions Wed Oct 15 14:07:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA01392 for questions-outgoing; Wed, 15 Oct 1997 14:07:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from austin.cs.unc.edu (austin.cs.unc.edu [152.2.128.87]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA01375 for ; Wed, 15 Oct 1997 14:07:10 -0700 (PDT) (envelope-from kimk@cs.unc.edu) Received: from handel.cs.unc.edu by austin.cs.unc.edu (8.6.10/UNC_10_05_96) id RAA06683; Wed, 15 Oct 1997 17:07:02 -0400 From: Kwang-Soo Kim Received: by handel.cs.unc.edu (8.6.10/UNC_06_21_94) id RAA03288; Wed, 15 Oct 1997 17:06:58 -0400 Message-Id: <199710152106.RAA03288@handel.cs.unc.edu> Subject: ed0 - supports multicast? To: freebsd-questions@FreeBSD.org Date: Wed, 15 Oct 1997 17:06:55 -0400 (EDT) X-Mailer: ELM [version 2.4 PL22] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, I tried to get multicast data on a freeBSD machine runs 2.2.2 without luck. It is using ed0 driver and has an IBM ethernet card. Since the manual of the card claims that it supports multicast, I suspect ed0 driver. If ed0 really supports multicast, what would be the problem? My collegue tested the same kernel (same rc.conf) on another machine which has 3c590 adapter and it worked well... Thanks in advance. Kwang-Soo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kwang-Soo Kim kimk@cs.unc.edu Department of Computer Science Phone:(919)962-1981 University of North Carolina Fax: (919)962-1799 Chapel Hill, NC 27599-3175, USA http://www.cs.unc.edu/~kimk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-questions Wed Oct 15 14:20:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA03077 for questions-outgoing; Wed, 15 Oct 1997 14:20:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mail@mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA03064 for ; Wed, 15 Oct 1997 14:20:12 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xLapN-0004ED-00; Wed, 15 Oct 1997 17:18:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: innd Message-ID: <623bs8$fq3$1@twwells.com> References: Date: Wed, 15 Oct 1997 17:18:01 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , Dean Hollister wrote: : When attempting to install inn-1.6b3, I get the error message: : : "Cannot find llib-lc.ln". That's a lint file. It's not a problem if that's missing. : innd still installed, but is behaving oddly. Any suggestions? Would need more specifics.... -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Wed Oct 15 14:22:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA03499 for questions-outgoing; Wed, 15 Oct 1997 14:22:34 -0700 (PDT) (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 OAA03488 for ; Wed, 15 Oct 1997 14:22:31 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id VAA17546; Wed, 15 Oct 1997 21:21:40 GMT Date: Wed, 15 Oct 1997 14:21:39 -0700 (PDT) From: Dan Busarow To: "Lefty G." cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD/Win95 Connectivity 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, 15 Oct 1997, Lefty G. wrote: > machine works fine, but I just cannot seem to get 95 to see it. What > options do I have to set up in the rc.conf file so 95 would recognize it? Add the ethernet card to the network_interfaces. For NE2000/WD80xx network_interfaces="lo0 ed0" Change ed0 to match your card (what shows up in dmesg) Then ad a line to ifconfig it. ifconfig_ed0="inet 192.168.1.1" > Do I have to set up the machine as a gateway and/or router? Any No. Make sure that router_enable="NO" is set. On the w95 pc, setup the TCP/IP properties on your ethernet card to use fixed IP address (192.168.1.2 or similar in my example) and assigned or no DNS. That should be all it takes. 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 Oct 15 14:40:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA06498 for questions-outgoing; Wed, 15 Oct 1997 14:40:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from nomad94-172.d.umn.edu (rhpoker@nomad94-172.d.umn.edu [131.212.94.172]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA06477 for ; Wed, 15 Oct 1997 14:40:52 -0700 (PDT) (envelope-from rhpoker@nomad94-172.d.umn.edu) Received: (from rhpoker@localhost) by nomad94-172.d.umn.edu (8.8.7/8.7.3) id QAA00636 for freebsd-questions@freebsd.org; Wed, 15 Oct 1997 16:40:20 -0500 From: Shawn Message-Id: <199710152140.QAA00636@nomad94-172.d.umn.edu> Subject: Permissions To: freebsd-questions@freebsd.org Date: Wed, 15 Oct 1997 16:40:20 -0500 (CDT) 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 I want to mount a partition (via vmount) and I need to feed it a umask allowing owner write, group read, and world nothing.. What's the option? BTW, please respond to me personally. Electric Head From owner-freebsd-questions Wed Oct 15 14:45:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA07527 for questions-outgoing; Wed, 15 Oct 1997 14:45:45 -0700 (PDT) (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 OAA07471; Wed, 15 Oct 1997 14:45:36 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA25049; Wed, 15 Oct 1997 14:38:54 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd025044; Wed Oct 15 21:38:52 1997 Message-ID: <3445379D.446B9B3D@whistle.com> Date: Wed, 15 Oct 1997 14:37:33 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Jason Alan Nordwick CC: Jacques Hugo , questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: damn, damn, damn ... getting confused here. References: <344476E5.31DFF4F5@wired.ctech.ac.za> <19971015203230.7404.qmail@scheme.xcf.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jason Alan Nordwick wrote: > > Jacques Hugo, on Wed 10/15/1997, wrote the following: > > > > Hi there ... hope you can help. > > > > What is the difference between a device like > > /dev/vn0 and /dev/vn0c ?? > > > > What does the 'c' mean? > > > > Thanks. > > > > -Jacques > > IT is a character device, rather than a block device. no it is not. it is a dummy partition to maintain compatibility because some software assumes there will be a 'c' partition that represents the whole device. > > I understand the distinction between raw and cooked (old > terminolgy ?), but besides tty's, is there any other form of > "cooked" devices ? not really, but disks are block or raw (char). tapes can (not in freeBSD) have a block interface. > > jay > -- > Join the FreeBSD Revolution! > http://xcf.berkeley.edu/~nordwick From owner-freebsd-questions Wed Oct 15 16:12:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA16974 for questions-outgoing; Wed, 15 Oct 1997 16:12:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA16955 for ; Wed, 15 Oct 1997 16:12:02 -0700 (PDT) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id KAA10495; Thu, 16 Oct 1997 10:11:37 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Thu, 16 Oct 1997 10:11:37 +1100 (EST) To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: ibm/cyrix 200+ ??? In-Reply-To: Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* 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, 15 Oct 1997, Paul Dekkers wrote: > Recently I heard of the IBM 200+ processor. Does that processor work nice > under FreeBSD, has anyone experiences with it? Yes it works well. Rebuild your kernel to take fulla dvantage. configure it as a 486 and enable all the special options (see LINT). > Is it comparable, as some people say, to normal Intel Pentium 200's? In integer calculations I'd say yes...I think they are a bit slower on FP AFAIK. Most work I do is integer based. YMMV > heard that it is comparable, but the fpu unit is very slow -> does that > matter very much under FreeBSD, when it's just for a normal internet > server and not for graphics or smth...?) Nope shoudl be fine. Andrew From owner-freebsd-questions Wed Oct 15 16:16:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17191 for questions-outgoing; Wed, 15 Oct 1997 16:16:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bsd.synx.com (rt.synx.com [194.167.81.239]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA17178 for ; Wed, 15 Oct 1997 16:16:30 -0700 (PDT) (envelope-from remy@synx.com) Received: from s3.synx.com (s3 [192.1.1.247]) by bsd.synx.com (8.6.12/8.6.12) with SMTP id AAA04459 for ; Thu, 16 Oct 1997 00:20:02 +0100 Received: from rs1 by s3.synx.com id aa15903; 16 Oct 97 1:09 BST Date: Thu, 16 Oct 1997 01:05:04 -0100 (GMT) From: Remy NONNENMACHER To: freebsd-questions@freebsd.org Subject: Strange IDE perfs 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 installed a 3.0-971012-SNAP release on a machine (AMD K6/200 - Asus TX97E) and expected impressive IDE perfs. BUT, surprise !! Comparatively to a 2.2.2-RELEASE, running on a K6/233, same card (TX97E), I can't get more than 1 MByte/s from a Quantum Udma 4.3 Gig. My 2.2.2 gives me about 8MBytes/s with the same disk. (Note: i tried flags 0x80FF and 0xA0FF on wdc def and got no diffs). Any idea ? TIA for replies. PS : the ide_pci chipset is a PIIX4 Intel. From owner-freebsd-questions Wed Oct 15 16:43:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA18577 for questions-outgoing; Wed, 15 Oct 1997 16:43:18 -0700 (PDT) (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 QAA18565 for ; Wed, 15 Oct 1997 16:43:06 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id AAA20912; Thu, 16 Oct 1997 00:32:42 +0100 (BST) Message-Id: <199710152332.AAA20912@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: David Petrou cc: Brian Somers , freebsd-questions@FreeBSD.ORG Subject: Re: Trouble installing FreeBSD over PPP In-reply-to: Your message of "Tue, 14 Oct 1997 23:03:31 EDT." <199710150304.UAA08685@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 00:32:42 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I'm having a hard time installing the 10-21 FreeBSD SNAP over ppp. It > > > seems to connect to the ftp.freebsd.org fine, but I'm getting > > > throughput of less than 100 bytes per second (yes, bytes). My modem > > > is connected to my gateway at 28.8k. > > > > I'm not sure what the 10-21 snap is, but if it's from between October > > 6 & 12, it's been fixed now. > > I meant 10-12. > > > You should be able to dodge the problem (if you can't get a later > > snap) with "disable vjcomp" and "deny vjcomp" before dialing. > > After trying your suggestion, the install works!! I'm very grateful. I > almost lost my mind trying to get FreeBSD installed. > > The only strange issue is that I was having problems with the 10-12 > install floppy, which you claim has been fixed. Someone should look > into this, as it would suck for others to go through what I did. I suspect the 10-12 snap was built before I un-spammed things.... everything should have sorted itself out by now. > > Brian , , > > Thanks again, > David -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Wed Oct 15 17:01:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19752 for questions-outgoing; Wed, 15 Oct 1997 17:01:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ls.wustl.edu (ls.wustl.edu [128.252.251.249]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19746 for ; Wed, 15 Oct 1997 17:01:08 -0700 (PDT) (envelope-from drbrowns@ls.wustl.edu) Received: from localhost (drbrowns@localhost) by ls.wustl.edu (8.8.5/8.7.3) with SMTP id TAA14896 for ; Wed, 15 Oct 1997 19:00:50 -0500 (CDT) Date: Wed, 15 Oct 1997 19:00:49 -0500 (CDT) From: "Daniel R. Brownstone" To: freebsd-questions@FreeBSD.org Subject: Make problems... 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 is all I can capture -- the one screenful. This is after a CVSup, make clean, make depend, and make. This is the last screen of the error... can anyone help? (Yes, I blew away the aic7xxx directory and re-supped...) ../../i386/scsi/aic7xxx.c:915: Undefined symbol `_sc_print_addr' referenced from text segment ../../i386/scsi/aic7xxx.c:1333: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1349: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1354: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1358: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1382: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1392: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:1444: Undefined symbol `_sc_print_addr' referenced fro m text segment ../../i386/scsi/aic7xxx.c:0: More undefined symbol _sc_print_addr refs follow ../../i386/scsi/aic7xxx.c:1944: Undefined symbol `_scsi_done' referenced from te xt segment ../../i386/scsi/aic7xxx.c:2521: Undefined symbol `_scsi_done' referenced from te xt segment *** Error code 1 Stop. --------------------------------------------------------------- Daniel R. Brownstone drbrowns@ls.wustl.edu Wash. U. School of Law Class of 1999 HOME: (314)-776-0102 PAGER: (314)-663-1367 *** THIS E-MAIL IS PROPRIETARY *** From owner-freebsd-questions Wed Oct 15 17:12:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA20425 for questions-outgoing; Wed, 15 Oct 1997 17:12:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from out2.ibm.net (out2.ibm.net [165.87.194.229]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA20419 for ; Wed, 15 Oct 1997 17:12:26 -0700 (PDT) (envelope-from mouth@ibm.net) Received: from hot1.auctionfever.com (slip129-37-195-169.nc.us.ibm.net [129.37.195.169]) by out2.ibm.net (8.8.5/8.6.9) with SMTP id AAA83286; Thu, 16 Oct 1997 00:12:13 GMT From: mouth@ibm.net (John Kelly) To: Jason Korkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring a LinkSys Ethernet Card Date: Thu, 16 Oct 1997 00:13:40 GMT Message-ID: <344b5a13.104061014@smtp-gw01.ny.us.ibm.net> References: <3445261D.7C7980E6@xtdl.com> In-Reply-To: <3445261D.7C7980E6@xtdl.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 RAA20421 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Oct 1997 16:22:53 -0400, Jason Korkin wrote: >I am trying to install a Linksys 10-Base-T ethernet card. It is NE2000 >compatible, and it resides at IRQ 11, at 0x280-0x29f. I cannot get the >kernel config to recongize it, nor if I rebuild the kernel... Any >thoughts? I ran one of those Linksys cards as NE2000 with IRQ 11 and 0x200. It worked fine. Perhaps you have a bad card, a hardware conflict, or some other incompatibiliy. I'm not using the Linksys card anymore because I found SMC Ultra 16's at auction for an incredible price, and I have more than 100 SMC cards now. Enough to plant my web farm! John From owner-freebsd-questions Wed Oct 15 17:38:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21950 for questions-outgoing; Wed, 15 Oct 1997 17:38:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from light.pomona.edu (light.pomona.edu [134.173.72.79]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA21943 for ; Wed, 15 Oct 1997 17:38:01 -0700 (PDT) (envelope-from jadeite@light.pomona.edu) Received: (from jadeite@localhost) by light.pomona.edu (8.8.5/8.8.5) id RAA05926 for freebsd-questions@freebsd.org; Wed, 15 Oct 1997 17:37:53 -0700 (PDT) Date: Wed, 15 Oct 1997 17:37:53 -0700 (PDT) From: jadeite Message-Id: <199710160037.RAA05926@light.pomona.edu> To: freebsd-questions@freebsd.org Subject: sendmail version Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk what version of sendmail does the standard distribution of freebsd 2.2.2 come with? please respond directly, i'm not on the list. From owner-freebsd-questions Wed Oct 15 17:51:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22566 for questions-outgoing; Wed, 15 Oct 1997 17:51:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA22559 for ; Wed, 15 Oct 1997 17:51:00 -0700 (PDT) (envelope-from jemstone@ifx.net) Received: from ip70.ifx.net (ip70.ifx.net [206.25.218.70]) by home.ifx.net (8.8.5/8.8.5) with SMTP id UAA08084 for ; Wed, 15 Oct 1997 20:26:26 -0400 (EDT) Received: by ip70.ifx.net with Microsoft Mail id <01BCD9AB.4EE50C40@ip70.ifx.net>; Wed, 15 Oct 1997 20:45:44 -0400 Message-ID: <01BCD9AB.4EE50C40@ip70.ifx.net> From: "James E. Marker" To: "'freebsd-Questions@freebsd.org'" Subject: de0 - Spoke too Soon.... Date: Wed, 15 Oct 1997 20:45:19 -0400 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 RAA22562 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I spoke too soon about my de0 working. I am running a Pent Pro 200 with 64 meg and 2.2.2 FreeBSD. I had problems making by linksys 100BaseTX card work as 10BaseT. I fixed that (with the help of this list) by doing an "ifconfig de0 -link2" to turn 10BaseT on. Now my problem is no matter what I do I get a "de0: transmission timeout" I can ping it ok, but I can't ping or ftp or anything off of the machine. An ifconfig -a looks like: de0: flags=8843 mtu 1500 Inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 Ether 00:40:05:36:b4:bf. On startup the Kernel messages are: de0 rev 34 int a irq 11 on pci0:13 de0: 21140A p10-100Mb/s] pass 2.2 de0: address 00:40:05:36:b4:bf de0: enabling 100baseTX port Any More Ideas? Thanks... Jim... From owner-freebsd-questions Wed Oct 15 17:57:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22917 for questions-outgoing; Wed, 15 Oct 1997 17:57:31 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from smtp2.xs4all.nl (smtp2.xs4all.nl [194.109.6.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA22909 for ; Wed, 15 Oct 1997 17:57:28 -0700 (PDT) (envelope-from alexlh@xs4all.nl) Received: from disco.campsite.webnet.nl (asd05-06.dial.xs4all.nl [194.109.44.135]) by smtp2.xs4all.nl (8.8.6/XS4ALL) with SMTP id CAA14444 for ; Thu, 16 Oct 1997 02:57:13 +0200 (CEST) Message-Id: <3.0.3.32.19971016025713.00828a80@mail.xs4all.nl> X-Sender: alexlh@mail.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Thu, 16 Oct 1997 02:57:13 +0200 To: freebsd-questions@freebsd.org From: Alex Le Heux Subject: isdn 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 Hi there, How good or bad an idea would it be to put a FreeBSD box somewhere beyond the reach of easy maintenance to be a dial-on-demand isdn router? Alex -----BEGIN PGP SIGNATURE----- Version: PGP for Personal Privacy 5.0 Charset: noconv iQA/AwUBNEVYWduYAh4dUSo/EQICbgCg8e2I0Lu0El4EsPyABxHeJrj/pvgAoK1q l8+SV63AG9jKdEKIhR4IoTnW =YDVE -----END PGP SIGNATURE----- --- Violence is the last resort of those who have lost all control over a situation. From owner-freebsd-questions Wed Oct 15 18:07:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA23418 for questions-outgoing; Wed, 15 Oct 1997 18:07:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from enteract.com (root@enteract.com [206.54.252.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA23397 for ; Wed, 15 Oct 1997 18:07:13 -0700 (PDT) (envelope-from jmdomini@bigfoot.com) Received: from gateway (jmdomini.sa.enteract.com [207.229.133.55]) by enteract.com (8.8.5/8.7.6) with SMTP id UAA16803 for freebsd-questions@freebsd.org; Wed, 15 Oct 1997 20:06:56 -0500 (CDT) Received: by localhost with Microsoft MAPI; Wed, 15 Oct 1997 20:06:48 -0500 Message-ID: <01BCD9A5.DE8D88A0@jmdomini@bigfoot.com> From: "Jeffrey M. Dominiak" To: "'freebsd-questions@freebsd.org'" Subject: Doom Too Small Date: Wed, 15 Oct 1997 20:06:47 -0500 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4008 Encoding: 19 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ATTENTION! PLEASE NOTE MY NEW EMAIL ADDRESS OF jmdomini@bigfoot.com I am trying to run X Doom 1.8. Seems to work fine except it's too small to play. I tried expanding the window. But only the frame expands, the actual game window stays the same. How can I enlarge it? --Jeffrey M. Dominiak (jmdomini@bigfoot.com) Microsoft Site Builder Level 2 Member Microsoft Developer Network Member http://www.enteract.com/~jmdomini My name may not be added to any mailing lists without my express authourization. Abuse this policy and I will report your unwanted activity to your ISP! Thank You for your cooperation! From owner-freebsd-questions Wed Oct 15 19:32:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27468 for questions-outgoing; Wed, 15 Oct 1997 19:32:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iconz.co.nz (iconz.co.nz [202.14.100.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA27460 for ; Wed, 15 Oct 1997 19:32:34 -0700 (PDT) (envelope-from mocomnz47!mocom.co.nz!fengl@news.iconz.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by iconz.co.nz (8.6.12/8.6.10) with ESMTP id PAA16650 for ; Thu, 16 Oct 1997 15:32:25 +1300 Received: from mocomnz47.UUCP (uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id PAA19047 for questions@FreeBSD.org; Thu, 16 Oct 1997 15:32:24 +1300 Received: from mocwel015 by mocomnz47.mocom.co.nz (SMI-8.6/SMI-SVR4) id PAA06142; Thu, 16 Oct 1997 15:24:29 +1300 Message-ID: <34457A28.1958@mocom.co.nz> Date: Thu, 16 Oct 1997 15:21:28 +1300 From: Feng Loh Reply-To: fengl@mocom.co.nz Organization: Mocom Corporation (NZ) Ltd X-Mailer: Mozilla 3.01Gold (WinNT; I) MIME-Version: 1.0 To: FreeBSD Subject: Gateway Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk How come the following setup as defined in /etc/sysconfig take forever to come up? : # LAN = ed0, WAN = ep0 network_interfaces="ed0 ep0 lo0" ifconfig_ed0="inet 192.9.201.103 netmask 255.255.255.0" ifconfig_ep0="inet 202.50.237.199 netmask 255.255.255.224" ifconfig_lo0="inet localhost" # # Set to the list of route add lines for this host. You must have a # route_${static_routes} line for each static route listed here. # static_routes="multicast loopback ed0 ep0" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" route_ed0="192.9.201 mocomnz00" route_ep0="202.50.227 mocomnz00w" # Set to the host you'd like set as your default router, or NO for none. defaultrouter=mocwel9k6 : gateway=NO gated=NO : -- Feng Loh Mocom Corporation (NZ) Ltd, 10 Brandon Street, Wellington. PO Box 10-278, Wellington. New Zealand. Ph: +64-4-4731480 Fax: +64-4-4731515 Personal homepage: http://www.geocities.com/SiliconValley/Bay/8108 From owner-freebsd-questions Wed Oct 15 20:01:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28813 for questions-outgoing; Wed, 15 Oct 1997 20:01:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from scruz.net (nic.scruz.net [165.227.1.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28807 for ; Wed, 15 Oct 1997 20:01:23 -0700 (PDT) (envelope-from dkulp@diz.pt.scruznet.com) Received: from diz.pt.scruznet.com (diz.pt.scruznet.com [205.179.107.66]) by scruz.net (8.8.5/1.34) with ESMTP id UAA15084; Wed, 15 Oct 1997 20:01:12 -0700 (PDT) Received: (from dkulp@localhost) by diz.pt.scruznet.com (8.8.5/8.7.3) id TAA00314; Wed, 15 Oct 1997 19:12:03 -0700 (PDT) Date: Wed, 15 Oct 1997 19:12:03 -0700 (PDT) Message-Id: <199710160212.TAA00314@diz.pt.scruznet.com> From: David Kulp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Jeffrey M. Dominiak" Cc: "'freebsd-questions@freebsd.org'" Subject: Doom Too Small In-Reply-To: <01BCD9A5.DE8D88A0@jmdomini@bigfoot.com> References: <01BCD9A5.DE8D88A0@jmdomini@bigfoot.com> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hmmm. the directions in the readme suggest using the -2 option to double the screen size. just a thought. CONGRATULATIONS on your new email address. I'd like TRAINED SEALS and a CONVERTIBLE on my doorstep by NOON!! Is a MICROSOFT SITE BUILDER LEVEL 2 MEMBER a GOOD thing?! Jeffrey M. Dominiak writes: > ATTENTION! PLEASE NOTE MY NEW EMAIL ADDRESS OF jmdomini@bigfoot.com > > I am trying to run X Doom 1.8. Seems to work fine except it's too small to > play. I tried expanding the window. But only the frame expands, the > actual game window stays the same. > > How can I enlarge it? > > > > --Jeffrey M. Dominiak (jmdomini@bigfoot.com) > Microsoft Site Builder Level 2 Member > Microsoft Developer Network Member > > http://www.enteract.com/~jmdomini > > My name may not be added to any mailing lists without my express > authourization. Abuse this policy and I will report your unwanted > activity to your ISP! Thank You for your cooperation! > > From owner-freebsd-questions Wed Oct 15 20:15:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29515 for questions-outgoing; Wed, 15 Oct 1997 20:15:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from herculis.alphawest.com.au (herculis.alphawest.com.au [203.14.124.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29501 for ; Wed, 15 Oct 1997 20:15:48 -0700 (PDT) (envelope-from stephen.cooper@alphawest.com.au) Received: from KERIS by herculis.alphawest.com.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id T9K3STCQ; Thu, 16 Oct 1997 11:23:02 +0800 Message-ID: <3445858C.E347CACF@alphawest.com.au> Date: Thu, 16 Oct 1997 11:10:05 +0800 From: Stephen Cooper X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: Kim Benn , freebsd-questions@FreeBSD.ORG Subject: FreeBSD attempting to boot off wrong SCSI device References: <34431183.5C8DEB04@alphawest.com.au> <344320C6.3589CC7F@alphawest.com.au> <34432F2D.32386A9C@alphawest.com.au> <199710140918.LAA00418@putte.benn.dk> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms486A27AD3B89B3331107AB7E" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a cryptographically signed message in MIME format. --------------ms486A27AD3B89B3331107AB7E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sorry for the multiple posts. I am trying to get the machine up as a demo at our annual showcase of security products (Firewall-1, Novell Border Manager etc) and I am rather desperate!!! The boot.config file did not appear to help, I put the line 1:sd(0,a)kernel in the file and placed the file in / with the permissions 644 root.wheel. The machine still thinks it is booting off 1:sd(1,a)kernel, but as I have said I can type the line in at boot: and it will boot OK, but it would be very useful to us to have it boot automatically. I have also tried putting the following in the kernel config file. "config kernel root on sd0 controller scbus0 at ahc0 device sd0 at scbus0 target 0 unit 0" and rebuilt the kernel. My configuration is Disk 1: 2GB IDE ("wd0") Windows NT Disk 2: 500MB Seagate SCSI (sd0) on PCI Adaptec SCSI controller (ahc0) with FreeBSD Kim Benn wrote: > In article <34432F2D.32386A9C@alphawest.com.au>, > Stephen Cooper writes: > > > >> An update, I have found that if I type in > >> "sd(0,a)kernel" at the boot prompt the system will load root from the > >> correct partition. How do I configure the boot manager to use this boot > >> device? It appears that there is a bug with the boot manager. > > I wrote to you today about this problem. Here is my setup: > > > more boot.help > Usage: bios_drive:interface(unit,partition)kernel_name options > bios_drive 0, 1, ... > interface fd, wd or sd > unit 0, 1, ... > partition a, c, ... > kernel_name name of kernel, or ? for list of files in root directory > options -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles) > -d (debug early) -g (gdb) -h (serial console) -P (probe kbd) > -r (default root) -s (single user) -v (verbose) > Examples: > 1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE > drive is present > 1:wd(2,a) boot from the second (secondary master) IDE drive > 1:sd(0,a)? list the files in the root directory on the specified > drive/unit/partition, and set the default bios_drive, > interface, unit and partition > -cv boot with the defaults, then run UserConfig to modify > hardware parameters (c), and print verbose messages (v) > > more /boot.config > 1:sd(0,a)/kernel > > Hope this help -- Stephen Cooper Internet Engineer, Internet and Open Systems Group AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 Main: (+61 8) 94296000 Fax: (+61 8) 94296030 --------------ms486A27AD3B89B3331107AB7E Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIKcwYJKoZIhvcNAQcCoIIKZDCCCmACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC COEwggQrMIIDlKADAgECAhAravaaXD1xoludy79Tiv4tMA0GCSqGSIb3DQEBBAUAMGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NzA5MDQwMDAw MDBaFw05ODA5MDQyMzU5NTlaMIIBJzERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BT IEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk2MTMwMQYDVQQLEypEaWdpdGFsIElEIENs YXNzIDEgLSBOZXRzY2FwZSBGdWxsIFNlcnZpY2UxFjAUBgNVBAMTDVN0ZXBoZW4gSmFtZXMx LjAsBgkqhkiG9w0BCQEWH3N0ZXBoZW4uY29vcGVyQGFscGhhd2VzdC5jb20uYXUwXDANBgkq hkiG9w0BAQEFAANLADBIAkEA0VuRnY/3CM7oiJ123J2YdvKicNXtWs3rOi213m2RRVv5LYrV HBAeEqvzd+/uk4abNaEEKvN1301Ik9E86b3/hQIDAQABo4IBXTCCAVkwCQYDVR0TBAIwADCB rwYDVR0gBIGnMIAwgAYLYIZIAYb4RQEHAQEwgDAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cu dmVyaXNpZ24uY29tL0NQUzBiBggrBgEFBQcCAjBWMBUWDlZlcmlTaWduLCBJbmMuMAMCAQEa PVZlcmlTaWduJ3MgQ1BTIGluY29ycC4gYnkgcmVmZXJlbmNlIGxpYWIuIGx0ZC4gKGMpOTcg VmVyaVNpZ24AAAAAAAAwEQYJYIZIAYb4QgEBBAQDAgeAMIGGBgpghkgBhvhFAQYDBHgWdmQ0 NjUyYmQ2M2YyMDQ3MDI5Mjk4NzYzYzlkMmYyNzUwNjljNzM1OWJlZDFiMDU5ZGE3NWJjNGJj OTcwMTc0N2RhNWM3ZjQxNDFiZWFkYjJiZDJlODkyMDZhYjZhZjRkMjExNDg5ZmEzYmM0M2Y0 ZTU5MzY1NDEwDQYJKoZIhvcNAQEEBQADgYEAUk8as4z1ox4G7Wf8UAvMwhr1wB9VHe6ShWU+ r9cJwLeuqTxJNQOam/7omLV3Bsd0FbT+LeJvajrrucF1PSzlLEZ0e8pbtsXenLEo1E1H0Cpm nNbLEPYZ1tM+dxu9Bw5sVBK3Jd0D1Ps3xk27KXhnnvKhTUXZPalBZ51wR9+jZH4wggJ5MIIB 4qADAgECAhBSHzUd8nB+ACu+ylmHBNU5MA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJp bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjA2MjcwMDAwMDBaFw05OTA2Mjcy MzU5NTlaMGIxETAPBgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0 MDIGA1UECxMrVmVyaVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjCB nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAthSmz03QBQ3YyiPQb6q0KZJjjiz4b5bXLp12 SxGxNo1XycP9HMa6/h4IujPKleq+41vNBqi3eR1EKu1z8rFSg2gQcGSR1z5r+fddnRRDm26X RZiBR9Ety927ctdMP3Gq4kDyVDm8Fu7PfOy62z9sKrMWsYYSna6TNNW41dD3PqkCAwEAAaMz MDEwDwYDVR0TBAgwBgEB/wIBATALBgNVHQ8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgEGMA0G CSqGSIb3DQEBAgUAA4GBAMH69wLnV8oRdcacDPord0+HRRc749LB2g9YOY6ulZkDoaihOP55 mpMXC5eGOcfKaDRmu8eIRfbIDAXuvpcl7+DUbuR/nXZczn26FKKuC5/7Z1tIpWclrxlkiPZy 2CknqjcSarEoryeDGGVsje1Ank3EeKiG7OksUL+m+Q3bsKZKMIICMTCCAZoCBQKkAAABMA0G CSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3 MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 eTAeFw05NjAxMjkwMDAwMDBaFw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYD VQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA5Rm/ baNWYS2ZSHH2Z965jeu3noaACpEO+jglr0aIguVzqKCbJF0NH8xlbgyw0FaEGIeaBpsQoXPf tFg5a27B9hXVqKg/qhIGjTGsf7A01480Z4gJzRQR4k5FVmkfeAKA2txHkSm7NsljXMXg1y2H e6G3MrB7MLoqLzGq7qNn2tsCAwEAATANBgkqhkiG9w0BAQIFAAOBgQBSc7qaVdzcP4J9sJCY YiqCTHYAbiU91cIJcFcBDA93Hxih+xxgDqB1O0khQf6nXC1MQknT/yjYjOqd/skH4neCUyPe VfPORJP6+ky9yjbzW2aynsjyDF5e1KG0IQkzyjtZ/JLCOPyt2ZYk4C36oyn1M2h4TrS8n2k1 4qiYlHM7xDGCAVowggFWAgEBMHYwYjERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyAhAravaaXD1xoludy79Tiv4tMAkGBSsOAwIaBQCgfTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw05NzEwMTYwMzEwMDVaMB4GCSqGSIb3 DQEJDzERMA8wDQYIKoZIhvcNAwICASgwIwYJKoZIhvcNAQkEMRYEFHzOniun2Chw5pNuUu+X c6Jb3clSMA0GCSqGSIb3DQEBAQUABECwWMCCDQyL6Hf8/WFWanY7W3Gd/rrg4717ggx/nqn7 bZY+kxVVOUk30ALNz1SgxNUTUDZgXMmYc9h8lw5sGuOW --------------ms486A27AD3B89B3331107AB7E-- From owner-freebsd-questions Wed Oct 15 21:23:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02642 for questions-outgoing; Wed, 15 Oct 1997 21:23:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02634 for ; Wed, 15 Oct 1997 21:23:11 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.6.12) with SMTP id VAA02464; Wed, 15 Oct 1997 21:22:09 -0700 (PDT) Date: Wed, 15 Oct 1997 21:22:09 -0700 (PDT) From: Shawn Ramsey To: John Kelly cc: Jason Korkin , freebsd-questions@FreeBSD.ORG Subject: Re: Configuring a LinkSys Ethernet Card In-Reply-To: <344b5a13.104061014@smtp-gw01.ny.us.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 Wed, 15 Oct 1997 16:22:53 -0400, Jason Korkin > wrote: > > >I am trying to install a Linksys 10-Base-T ethernet card. It is NE2000 > >compatible, and it resides at IRQ 11, at 0x280-0x29f. I cannot get the > >kernel config to recongize it, nor if I rebuild the kernel... Any > >thoughts? > > I ran one of those Linksys cards as NE2000 with IRQ 11 and 0x200. It > worked fine. Perhaps you have a bad card, a hardware conflict, or > some other incompatibiliy. > > I'm not using the Linksys card anymore because I found SMC Ultra 16's > at auction for an incredible price, and I have more than 100 SMC cards > now. Enough to plant my web farm! > > John I have a couple Linksys cards. They are nothing more(i believe) than NE2000 cards. I the NE2000 drive in FreeBSD, NT and 95 work. Just use the setup program on the floppy that comes with it to set the IRQ and address, set FreeBSD to use the same, and your set. From owner-freebsd-questions Wed Oct 15 21:41:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03700 for questions-outgoing; Wed, 15 Oct 1997 21:41:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from pinto.sd.cybernex.net (root@pinto.sd.cybernex.net [204.141.236.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA03694 for ; Wed, 15 Oct 1997 21:41:02 -0700 (PDT) (envelope-from sturdee@pinto.sd.cybernex.net) Received: from sd.cybernex.net (csd1-192.sd.cybernex.net [204.141.236.192]) by pinto.sd.cybernex.net (Mail-clerk/Homer) with SMTP id XAA32591 for ; Wed, 15 Oct 1997 23:43:06 -0500 Date: Wed, 15 Oct 1997 23:43:06 -0500 Message-Id: <199710160443.XAA32591@pinto.sd.cybernex.net> X-Sender: sturdee@mail.sd.cybernex.net X-Mailer: Windows Eudora Version 1.4.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: sturdee@pinto.sd.cybernex.net (Mike) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm getting a comp to put Free-BSD on, but the only way it comes is with a bunch of Microsoft junk on it.. When I install it, what do i do to make it delete all that so the whole disk is UNIX formatted? ooo ooooo o8o oooo ,-~~-.___. ._. `88. .888' `"' `888 / | ' \ | |"""""| 888b d'888 oooo 888 oooo .ooooo. ( ) 0 | | | 8 Y88. .P 888 `888 888 .8P' d88' `88b \_/-, ,----' | | | 8 `888' 888 888 888888. 888ooo888 ==== | | |' 8 Y 888 888 888 `88b. 888 .o / \-'~; !_!-v--v o8o o888o o888o o888o o888o `Y8bod8P' / __/~| ._--""||""""""| ============================================== =(_ _____| |_____||______|_ ||| LIVE FREE OR DIE ||| /__________________________\ ============================================== /____________________________\ || http://www.qtm.net/~sturdee || /______________________________\ '''''''''''''''''''''''''''''''''''''''''' { } || http://www.mikesweb.com || <________________________| ''''''''''''''''''''''''''''''''''''''''' | > _________ {________________________| / SNOOPY \ \|/ \\/ |\\// |// /___________\ \|/ |/ From owner-freebsd-questions Wed Oct 15 22:02:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04441 for questions-outgoing; Wed, 15 Oct 1997 22:02:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA04436 for ; Wed, 15 Oct 1997 22:02:36 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id WAA03642; Wed, 15 Oct 1997 22:01:13 -0700 (PDT) From: "Shawn Ramsey" To: "Marco Molteni" , "Brian Hopkins" Cc: Subject: Re: mail account only, no login Date: Wed, 15 Oct 1997 22:01:39 -0700 Message-ID: <01bcd9f0$960c53e0$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk >> Is there a way to create "mail only" accounts? I want my bsd >> 2.1.7 machine to only deliver mail via popper and act as a proxy >> (using squid). > >[it seems good days to promote qmail ;-)] If you just mean no shell, just put an invalid shell such as /dev/null, and add it to /etc/shells. From owner-freebsd-questions Wed Oct 15 22:04:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04600 for questions-outgoing; Wed, 15 Oct 1997 22:04:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA04562; Wed, 15 Oct 1997 22:04:36 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id WAA03646; Wed, 15 Oct 1997 22:03:45 -0700 (PDT) From: "Shawn Ramsey" To: Cc: Subject: FreeBSD-current Date: Wed, 15 Oct 1997 22:04:12 -0700 Message-ID: <01bcd9f0$f1308ac0$c4ac43cf@shawn.cpl.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001E_01BCD9B6.44D1B2C0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_001E_01BCD9B6.44D1B2C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would like to update to FreeBSD-current, or even stable. Will I have a = problem if the disk I want to do the actual build on is mounted as = /disk2? /disk2 is a new 1.2gb drive, the primary drive is a 545MB = mounted as / , but only has about 200MB free. Will this work?=20 Thanks. please CC me as I am not(yet) subscrived to -current. ------=_NextPart_000_001E_01BCD9B6.44D1B2C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I would like to update to = FreeBSD-current, or=20 even stable. Will I have a problem if the disk I want to do the actual = build on=20 is mounted as /disk2? /disk2 is a new 1.2gb drive, the primary drive is = a 545MB=20 mounted as / , but only has about 200MB free. Will this work? =
 
Thanks.
 
please CC me as I am not(yet) = subscrived to=20 -current.
 
 
 
------=_NextPart_000_001E_01BCD9B6.44D1B2C0-- From owner-freebsd-questions Wed Oct 15 22:06:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04720 for questions-outgoing; Wed, 15 Oct 1997 22:06:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA04709 for ; Wed, 15 Oct 1997 22:06:19 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA24584; Thu, 16 Oct 1997 14:36:09 +0930 (CST) Message-ID: <19971016143608.50759@lemis.com> Date: Thu, 16 Oct 1997 14:36:08 +0930 From: Greg Lehey To: Mike Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail References: <199710160443.XAA32591@pinto.sd.cybernex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710160443.XAA32591@pinto.sd.cybernex.net>; from Mike on Wed, Oct 15, 1997 at 11:43:06PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 11:43:06PM -0500, Mike wrote: > I'm getting a comp to put Free-BSD on, but the only way it comes is with a > bunch of Microsoft junk on it.. When I install it, what do i do to make it > delete all that so the whole disk is UNIX formatted? Delete the Microsoft partition(s) with the partition editor. Greg From owner-freebsd-questions Wed Oct 15 22:29:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05749 for questions-outgoing; Wed, 15 Oct 1997 22:29:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA05741 for ; Wed, 15 Oct 1997 22:29:34 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id AAA21364; Thu, 16 Oct 1997 00:29:24 -0500 (CDT) Date: Thu, 16 Oct 1997 00:29:24 -0500 (CDT) From: "Matthew D. Fuller" To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199710160443.XAA32591@pinto.sd.cybernex.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, 15 Oct 1997, Mike wrote: > I'm getting a comp to put Free-BSD on, but the only way it comes is with a > bunch of Microsoft junk on it.. When I install it, what do i do to make it > delete all that so the whole disk is UNIX formatted? When you get to the point in the install where you partition up the disk, just use the whole thing for freebsd; it'll automagically delete whatever was there but overwriting it. > > > ooo ooooo o8o oooo > ,-~~-.___. ._. `88. .888' `"' `888 > / | ' \ | |"""""| 888b d'888 oooo 888 oooo .ooooo. > ( ) 0 | | | 8 Y88. .P 888 `888 888 .8P' d88' `88b > \_/-, ,----' | | | 8 `888' 888 888 888888. 888ooo888 > ==== | | |' 8 Y 888 888 888 `88b. 888 .o > / \-'~; !_!-v--v o8o o888o o888o o888o o888o `Y8bod8P' > / __/~| ._--""||""""""| ============================================== > =(_ _____| |_____||______|_ ||| LIVE FREE OR DIE ||| > /__________________________\ ============================================== > /____________________________\ || http://www.qtm.net/~sturdee || > /______________________________\ '''''''''''''''''''''''''''''''''''''''''' > { } || http://www.mikesweb.com || > <________________________| ''''''''''''''''''''''''''''''''''''''''' > | > _________ > {________________________| / SNOOPY \ > \|/ \\/ |\\// |// /___________\ \|/ |/ > (little much isn't this? cute tho) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Wed Oct 15 23:00:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA07235 for questions-outgoing; Wed, 15 Oct 1997 23:00:23 -0700 (PDT) (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 XAA07227 for ; Wed, 15 Oct 1997 23:00:20 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA07036; Wed, 15 Oct 1997 22:55:42 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd007034; Thu Oct 16 05:55:35 1997 Date: Wed, 15 Oct 1997 22:54:16 -0700 (PDT) From: Julian Elischer To: Alex Le Heux cc: freebsd-questions@FreeBSD.ORG Subject: Re: isdn In-Reply-To: <3.0.3.32.19971016025713.00828a80@mail.xs4all.nl> 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 heh buy an interjet (www.whistle.com) it's a freebsd box that's packaged up like that.. (plus it's SO CUTE!) (but then I'm biased :) julian On Thu, 16 Oct 1997, Alex Le Heux wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi there, > > How good or bad an idea would it be to put a FreeBSD box somewhere > beyond the reach of easy maintenance to be a dial-on-demand isdn > router? > > Alex > -----BEGIN PGP SIGNATURE----- > Version: PGP for Personal Privacy 5.0 > Charset: noconv > > iQA/AwUBNEVYWduYAh4dUSo/EQICbgCg8e2I0Lu0El4EsPyABxHeJrj/pvgAoK1q > l8+SV63AG9jKdEKIhR4IoTnW > =YDVE > -----END PGP SIGNATURE----- > > > --- > Violence is the last resort of those who have lost all control over a > situation. > From owner-freebsd-questions Wed Oct 15 23:00:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA07287 for questions-outgoing; Wed, 15 Oct 1997 23:00:47 -0700 (PDT) (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 XAA07278 for ; Wed, 15 Oct 1997 23:00:44 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA06984; Wed, 15 Oct 1997 22:52:52 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd006980; Thu Oct 16 05:52:43 1997 Date: Wed, 15 Oct 1997 22:51:24 -0700 (PDT) From: Julian Elischer To: Stephen Cooper cc: Kim Benn , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD attempting to boot off wrong SCSI deviceAs a quick fix In-Reply-To: <3445858C.E347CACF@alphawest.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 take the IDE drive ou tof the BIOS table BSD will still find it but the BIOS won't, so teh first disk will become sd0 julian On Thu, 16 Oct 1997, Stephen Cooper wrote: > Sorry for the multiple posts. I am trying to get the machine up as a demo at our > annual showcase of security products (Firewall-1, Novell Border Manager etc) and I > am rather desperate!!! > > The boot.config file did not appear to help, I put the line > > 1:sd(0,a)kernel > > in the file and placed the file in / with the permissions 644 root.wheel. > > The machine still thinks it is booting off 1:sd(1,a)kernel, but as I have said I > can type the line in at boot: and it will boot OK, but it would be very useful to > us to have it boot automatically. > > I have also tried putting the following in the kernel config file. > > "config kernel root on sd0 > > controller scbus0 at ahc0 > > device sd0 at scbus0 target 0 unit 0" > > and rebuilt the kernel. > > My configuration is > > Disk 1: 2GB IDE ("wd0") Windows NT > Disk 2: 500MB Seagate SCSI (sd0) on PCI Adaptec SCSI controller (ahc0) with > FreeBSD > > Kim Benn wrote: > > > In article <34432F2D.32386A9C@alphawest.com.au>, > > Stephen Cooper writes: > > > > > >> An update, I have found that if I type in > > >> "sd(0,a)kernel" at the boot prompt the system will load root from the > > >> correct partition. How do I configure the boot manager to use this boot > > >> device? It appears that there is a bug with the boot manager. > > > > I wrote to you today about this problem. Here is my setup: > > > > > more boot.help > > Usage: bios_drive:interface(unit,partition)kernel_name options > > bios_drive 0, 1, ... > > interface fd, wd or sd > > unit 0, 1, ... > > partition a, c, ... > > kernel_name name of kernel, or ? for list of files in root directory > > options -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles) > > -d (debug early) -g (gdb) -h (serial console) -P (probe kbd) > > -r (default root) -s (single user) -v (verbose) > > Examples: > > 1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE > > drive is present > > 1:wd(2,a) boot from the second (secondary master) IDE drive > > 1:sd(0,a)? list the files in the root directory on the specified > > drive/unit/partition, and set the default bios_drive, > > interface, unit and partition > > -cv boot with the defaults, then run UserConfig to modify > > hardware parameters (c), and print verbose messages (v) > > > more /boot.config > > 1:sd(0,a)/kernel > > > > Hope this help > > > > -- > Stephen Cooper > Internet Engineer, Internet and Open Systems Group > AlphaWest, Level 10, QV1 Building, 250 St Georges Tce, Perth, WA 6000 > Main: (+61 8) 94296000 Fax: (+61 8) 94296030 > > From owner-freebsd-questions Wed Oct 15 23:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA07783 for questions-outgoing; Wed, 15 Oct 1997 23:11:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA07776; Wed, 15 Oct 1997 23:11:30 -0700 (PDT) (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.5/8.8.5) with SMTP id IAA26594; Thu, 16 Oct 1997 08:12:01 +0200 (SAT) Message-ID: <3445B031.167EB0E7@wired.ctech.ac.za> Date: Thu, 16 Oct 1997 08:12:01 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: hacker@FreeBSD.ORG Subject: sig 11 and sig 10 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... I know what a sig 11 exit is, but why does sig 10 occur? Thank -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Wed Oct 15 23:30:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA08884 for questions-outgoing; Wed, 15 Oct 1997 23:30:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from murrow.prognet.com (prognet.com [205.219.198.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA08878 for ; Wed, 15 Oct 1997 23:30:11 -0700 (PDT) (envelope-from psh1@cornell.edu) Received: from dirtboy.rih.org (ppp-206-170-3-34.okld03.pacbell.net) by murrow.prognet.com with SMTP id AA07062 (5.67b/IDA-1.5 for ); Wed, 15 Oct 1997 23:33:10 -0700 Message-Id: <3.0.32.19971015233003.0068e604@mail.real.com> X-Sender: peterh@mail.real.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 15 Oct 1997 23:30:08 -0700 To: freebsd-questions@freebsd.org From: Peter Haight Subject: Uninitiated UDP and PPP packet aliasing Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've got a small lan setup that is connected to the Internet through a PPP modem connection (soon to be ISDN). Anyway, a few applications (RealPlayer, some games) send UDP packets in response to messages on a separate control channel. This obviously presents a problem for the PPP packet aliasing since it has no idea which host these UDP packets should be going to. I can think of some application specific solutions, but no good general solution. Anyone got any ideas? From owner-freebsd-questions Thu Oct 16 00:57:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA13668 for questions-outgoing; Thu, 16 Oct 1997 00:57:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from osabs01.inet.att.co.kr (osabs01.inet.att.co.kr [203.248.199.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA13655 for ; Thu, 16 Oct 1997 00:57:48 -0700 (PDT) (envelope-from rjensen@inet.att.co.kr) Received: from default (osaba02-66.inet.att.co.kr [203.248.199.154]) by osabs01.inet.att.co.kr (8.8.5/8.8.4) with SMTP id QAA11210; Thu, 16 Oct 1997 16:54:00 +0900 (GMT) From: "Ronald P. Jensen" To: "Doug White" Cc: Subject: Re: Help needed on install from DOS partition Date: Thu, 16 Oct 1997 16:59:56 +1100 Message-ID: <01bcd9f8$ba73cf80$9ac7f8cb@default> 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 Thanks for the info Doug...worked fine!! Ron -----Original Message----- From: Doug White To: Ronald P. Jensen Cc: freebsd-questions@FreeBSD.ORG Date: Wednesday, October 15, 1997 3:12 AM Subject: Re: Help needed on install from DOS partition >On Mon, 13 Oct 1997, Ronald P. Jensen wrote: > >> Thanks Doug... I figured out that "A" partitioned the drive. I am still >> having one problem though. I can't get the system to boot. I installed the >> system as the directions state...with the boot manager...etc. But when I get >> out to try to run it..or boot it as it may. I get nothing but the original >> Windows default. I looked at the hardward.txt that >> is included. But I assigned the drive geometry...etc. And still no sign of >> hitting F1 etc... to start OS boot up once the machine is turned on and goes >> through the ususal startup. Is there another program..such as System >> Commander that I need to access the FreeBSD environment? > >I'm looking at the original message and noticed that this is going onto a >second hard disk. Sometimes the boot manager doesn't install itself to >the first disk. So I think you need to do this yourself and you should be >well. It's called `booteasy' and is comprised of two files, bootinst.exe >and boot.bin, that reside on the tools/ directory on the FTP site or >CDROM. Just grab both, boot to DOS (using a boot floppy preferably, if >none is available and you're on win95 safe mode boot to command line and >use the `lock' command to disable the boot sector locking) and run >bootinst. Next reboot you should be able to select the second disk and >from there BSD. > >Doug 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 Oct 16 01:02:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA14051 for questions-outgoing; Thu, 16 Oct 1997 01:02:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA14006; Thu, 16 Oct 1997 01:02:28 -0700 (PDT) (envelope-from tarkhil@mgt.msk.ru) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id MAA07849; Thu, 16 Oct 1997 12:01:26 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id MAA23572; Thu, 16 Oct 1997 12:01:38 +0400 (MSD) Message-Id: <199710160801.MAA23572@asteroid.mgt.msk.ru> To: questions@freebsd.org, stable@freebsd.org Reply-To: tarkhil@mgt.msk.ru Subject: make release: WHY NO ONE MENTIONED IT??? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 12:01:38 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! Why in... well, just WHY no one mentioned that I must FIRST make buildworld, THAN make release? Alex. From owner-freebsd-questions Thu Oct 16 01:04:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA14270 for questions-outgoing; Thu, 16 Oct 1997 01:04:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bsd.synx.com (rt.synx.com [194.167.81.239]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA14240 for ; Thu, 16 Oct 1997 01:04:02 -0700 (PDT) (envelope-from remy@synx.com) Received: from s3.synx.com (s3 [192.1.1.247]) by bsd.synx.com (8.6.12/8.6.12) with SMTP id JAA07307; Thu, 16 Oct 1997 09:07:26 +0100 Received: from rs1 by s3.synx.com id aa17933; 16 Oct 97 9:57 BST Date: Thu, 16 Oct 1997 09:52:27 -0100 (GMT) From: Remy NONNENMACHER To: Stephen Comoletti cc: freebsd-questions@freebsd.org Subject: Re: Strange IDE perfs In-Reply-To: <199710160223.WAA28147@www.delanet.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, 15 Oct 1997, Stephen Comoletti wrote: > Is the quantum drive one of the new fireball Super ATA drives? If so, you > will not get the performance off a standard eide motherboard interface. > Those drives are made to work with the Ultra ATA cards, like the Promise > Ultra33 (see the web page for Promise technology). They still work under > the older ide interface but suffer a large performance hit. > Can the Intel PIIX4 Ultra-dma capable be qualified as 'standard eide motherboard interface' ? What i can't understand is using the SAME disk, with the SAME chipset but with the 2.2.2-RELEASE gives me about ten times more perfs then with the 3.0SNAP. The 2.2.2-RELEASE doesn't do more then identifiying the PIIX as a 'storage device', but the 3.0 comes with a bunch of device initialisation concerning pci_ide devices. (and the PIIX is tested and recognized correctly). The Quantum disk is Udma capable and the bios claims it as been initialized as. Do i missed something in the config options ? > Steve > > ---------- > > From: Remy NONNENMACHER > > To: freebsd-questions@FreeBSD.ORG > > Subject: Strange IDE perfs > > Date: Wednesday, October 15, 1997 10:05 PM > > > > > > Hello, > > > > I installed a 3.0-971012-SNAP release on a machine (AMD K6/200 - Asus > TX97E) > > and expected impressive IDE perfs. BUT, surprise !! Comparatively to a > > 2.2.2-RELEASE, running on a K6/233, same card (TX97E), I can't get more > than > > 1 MByte/s from a Quantum Udma 4.3 Gig. My 2.2.2 gives me about 8MBytes/s > with > > the same disk. (Note: i tried flags 0x80FF and 0xA0FF on wdc def and got > no > > diffs). > > > > Any idea ? > > > > TIA for replies. > > > > PS : the ide_pci chipset is a PIIX4 Intel. > From owner-freebsd-questions Thu Oct 16 01:39:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA16172 for questions-outgoing; Thu, 16 Oct 1997 01:39:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from suntan.tandem.com (suntan.tandem.com [192.216.221.8]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA16163 for ; Thu, 16 Oct 1997 01:39:28 -0700 (PDT) (envelope-from eswar@idc.tandem.com) Received: from adm.loc201.tandem.com by suntan.tandem.com (8.6.12/suntan5.970212) for id BAA23253; Thu, 16 Oct 1997 01:39:21 -0700 Received: from idc.tandem.com ([172.31.40.11]) by adm.loc201.tandem.com (4.1/6main.940209) id AA14429; Thu, 16 Oct 97 01:39:15 PDT Received: from pelican.isd (pelican.idc.tandem.com) by idc.tandem.com (4.1/SMI-4.1) id AA24145; Thu, 16 Oct 97 14:10:47 IST Received: by pelican.isd (4.1/SMI-4.1) id AA20102; Thu, 16 Oct 97 14:00:41 IST From: eswar@idc.tandem.com (Eswaran Srinivasan) Message-Id: <9710160830.AA20102@pelican.isd> Subject: Reg. BSD packages ... To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 1997 14:00:41 +0530 (IST) Cc: eswar@idc.tandem.com (Eswaran Srinivasan) 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 Hi, This may be a very generic question. But unfortunately, I could not find this information anywhere on the web and so I am sending this mail. I wish to get Free BSD packages (binary packages) and install on a PC. I do NOT want the BSD sources. I have a new PC on which I wish to install free BSD. I could extract the boot floppy image through the net. It works fine also. I could boot the system with this floppy. After this it asks for the installation media. I thought of ftp-ing the minimal basic packages (binary packages) which may include C compiler, X windows etc. But, I am not able to find the site where I can get this. Most of the references are to the BSD ports/applications. I want the BSD binary packages. Can you please let me know where I can get all the packages ? I want to ftp those packages, put them on a SCSI tape and install. Any idea how many such packages are there (I guess it is around 10) and how much space is required for ftp-ing ? Thanks - Eswaran Srinivasan \\|// (o ~) -------oOO--(_)--OOo----------------------------------------------------------- Eswaran Srinivasan | Contact : Wipro Infotech Group - Global R&D | Phone : 91-80-5522296, Ext: 3076 26, Chamundi Complex, | E-Mail : eswar@wipinfo.soft.net Begur-Hongasandra Village | eswar@idc.tandem.com Bommanahalli, Bangalore - 560 068 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From owner-freebsd-questions Thu Oct 16 01:44:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA16508 for questions-outgoing; Thu, 16 Oct 1997 01:44:47 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.jrol.com ([199.203.230.130]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA16502 for ; Thu, 16 Oct 1997 01:44:43 -0700 (PDT) (envelope-from ikhoury@mail.jrol.com) Received: from localhost (ikhoury@localhost) by mail.jrol.com (8.8.5/8.8.5) with SMTP id KAA27194 for ; Thu, 16 Oct 1997 10:49:06 +0300 Date: Thu, 16 Oct 1997 10:49:06 +0300 (IDT) From: Ihab Khoury To: freebsd-questions@FreeBSD.ORG Subject: adduser.conf 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 finished installing FreeBSD on a [64MG, 2GIG scsi] from a CD that I bought. All went well, but I still have two questions..! 1)..what is the Hard Disk partition based on ? is it the Memory..? I have this partition with a 2GIG hard drive: 800MG for / 800MG for /usr 64MG for /swp the rest for /var is there a special way of calculating this ? 2) I am looking for adduser.conf, when I tried to add a user the program was looking for the conf file, I searched the ftp site.. ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/etc/ and was unable to find it..neither on my system. This is not as important as the first question..:) OK, thank you.!! will appreciate any hints..!! I can be reached at..: ikhoury@jrol.com ikhoury@acs.stritch.edu ikhoury@hotmail.com http://www.stritch.edu/~ikhoury From owner-freebsd-questions Thu Oct 16 01:49:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA16760 for questions-outgoing; Thu, 16 Oct 1997 01:49:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from DonaldBurr.dyn.ml.org (root@ppp11232.la.inreach.net [206.18.113.232]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA16754; Thu, 16 Oct 1997 01:49:10 -0700 (PDT) (envelope-from dburr@POBoxes.com) Received: from DonaldBurr.dyn.ml.org (dburr@DonaldBurr.DonaldBurr.dyn.ml.org [192.160.60.1]) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) with SMTP id BAA16334; Thu, 16 Oct 1997 01:49:42 -0700 (PDT) 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: Thu, 16 Oct 1997 01:22:18 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Ports To: FreeBSD Ports , FreeBSD Questions Subject: Odd behavior of " (quote) key in StarOffice port Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hi. I've just installed the StarOffice port on my FreeBSD 2.2.2-RELEASE box. Everything seems to be working well, except for one thing. Whenever I type a quotation mark ("), instead of seeing a quotation mark on the StarWriter screen, I see a weird-looking symbol (sort of looks like two greater-than signs stuck together, ">>") This symbol also prints out when I print my file. If anyone can give me a hint as to what's going on, and (hopefully) how to fix it, I would very much appreciate this. Please send me e-mail! I'm not sure if this is a FreeBSD or StarOffice issue, since I don't have a "real" Linux system to test StarOffice on, so I am sending a copy of this message to the StarDivision newsgroups as well. Thanks in advance! - --- 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 iQCVAwUBNEXVJPjpixuAwagxAQF/NAQAk1GWeY/cmae9dW8yXpjCiedFBwvk+uZB JK9Zdpd/fPExC8OlvFHjv3g+b7K5w1g89+zFr9rezfwkGt+cjjrJh0MKPVM1Cqil z7BKD5OoMHg7byJz5UhmCbsiAyJnwxrPvjIPqF6kyZtsQcuW5wLFdjGplmumfpJV y8OHZmBVUBI= =luLk -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Oct 16 02:23:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA18771 for questions-outgoing; Thu, 16 Oct 1997 02:23:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA18764 for ; Thu, 16 Oct 1997 02:23:15 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id CAA26077; Thu, 16 Oct 1997 02:22:53 -0700 (PDT) To: tarkhil@mgt.msk.ru cc: questions@FreeBSD.ORG Subject: Re: make release: WHY NO ONE MENTIONED IT??? In-reply-to: Your message of "Thu, 16 Oct 1997 12:01:38 +0400." <199710160801.MAA23572@asteroid.mgt.msk.ru> Date: Thu, 16 Oct 1997 02:22:53 -0700 Message-ID: <26073.876993773@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Because anyone using this target and this Makefile is supposed to know what they are doing. If you'd read the Makefile properly first, as you were expected to, you'd have seen that it needed a fully populated /usr/obj to install the chroot tree from. Again, and for perhaps the 1000th time, this stuff is NOT for beginners! You don't even want to get into the mechanics of making a release if you're not fully capable of reading a Makefile *thoroughly* and understanding what it does. Unlike the rest of /usr/src, /usr/src/release is not and never had been intended for the "end user" - it's for a very small subset of our userbase which has both a need for a custom release and is able to do all of the above (read Makefiles and do the right thing). Jordan > Hello! > > Why in... well, just WHY no one mentioned that I must FIRST make buildworld, > THAN make release? > > Alex. From owner-freebsd-questions Thu Oct 16 03:37:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA20890 for questions-outgoing; Thu, 16 Oct 1997 03:37:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA20884; Thu, 16 Oct 1997 03:37:47 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA20840; Thu, 16 Oct 1997 03:36:38 -0700 (PDT) Message-ID: <19971016033637.40240@freebsd.org> Date: Thu, 16 Oct 1997 03:36:37 -0700 From: Wolfram Schneider To: Ihab Khoury Cc: freebsd-questions@FreeBSD.ORG Subject: Re: adduser.conf References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Ihab Khoury on Thu, Oct 16, 1997 at 10:49:06AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 16, 1997 at 10:49:06AM +0300, Ihab Khoury wrote: > 2) I am looking for adduser.conf, when I tried to add a user the program > was looking for the conf file, I searched the ftp site.. > ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/etc/ > and was unable to find it..neither on my system. The adduser(8) program create /etc/adduser.conf. $ adduser -config_create Wolfram From owner-freebsd-questions Thu Oct 16 04:19:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA22149 for questions-outgoing; Thu, 16 Oct 1997 04:19:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA22139 for ; Thu, 16 Oct 1997 04:19:38 -0700 (PDT) (envelope-from tarkhil@mgt.msk.ru) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id PAA08171; Thu, 16 Oct 1997 15:18:08 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id PAA27855; Thu, 16 Oct 1997 15:18:18 +0400 (MSD) Message-Id: <199710161118.PAA27855@asteroid.mgt.msk.ru> To: "Jordan K. Hubbard" cc: questions@FreeBSD.ORG Reply-To: tarkhil@mgt.msk.ru Subject: Re: make release: WHY NO ONE MENTIONED IT??? In-reply-to: Your message of "Thu, 16 Oct 1997 02:22:53 PDT." <26073.876993773@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 15:18:17 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Because anyone using this target and this Makefile is supposed to know > what they are doing. If you'd read the Makefile properly first, as > you were expected to, you'd have seen that it needed a fully populated > /usr/obj to install the chroot tree from. Well... I'm not THAT fresh and stupid. After all, I has found at least one bug in FBSD... But I always thought that I have to read README and comments in the begin of Makefile. BTW, I've got 100% repeatable panic during running doFS.sh. Or I am supposed to well know kernel debugger for this? You reply is well-suitable for any commercial system, where user must know only how to pay... but it contrasts wildly with style of support of free software... Alex. From owner-freebsd-questions Thu Oct 16 04:45:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA23118 for questions-outgoing; Thu, 16 Oct 1997 04:45:33 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.235]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA23104; Thu, 16 Oct 1997 04:45:24 -0700 (PDT) (envelope-from neumann@mailhost.rsn.hp.com) Received: from tfkws050.gsr.hp.com (tfkws050.gsr.hp.com [15.137.136.79]) by palrel1.hp.com (8.8.6/8.8.5tis) with ESMTP id EAA02175; Thu, 16 Oct 1997 04:45:19 -0700 (PDT) Received: from tfkws050 (localhost [127.0.0.1]) by tfkws050.gsr.hp.com with SMTP (8.7.1/8.7.1) id NAA13477; Thu, 16 Oct 1997 13:47:38 +0200 (METDST) Message-ID: <3445FEDA.6107@convex.hp.com> Date: Thu, 16 Oct 1997 13:47:38 +0200 From: Wolfgang Neumann X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX B.10.20 9000/735) MIME-Version: 1.0 To: Jacques Hugo CC: questions@FreeBSD.ORG, hacker@FreeBSD.ORG Subject: Re: sig 11 and sig 10 References: <3445B031.167EB0E7@wired.ctech.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jacques Hugo wrote: > > Hi there ... > > I know what a sig 11 exit is, but why does > sig 10 occur? > > Thank > -Jacques > If the entries are in order (don't know about that) you could reference the signal list given in sigaction(2) and count down from top. Just a wild guess but maybe it helps ... Regards Wolfgang From owner-freebsd-questions Thu Oct 16 05:00:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23731 for questions-outgoing; Thu, 16 Oct 1997 05:00:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23723 for ; Thu, 16 Oct 1997 05:00:41 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id FAA26861; Thu, 16 Oct 1997 05:00:12 -0700 (PDT) To: tarkhil@mgt.msk.ru cc: questions@FreeBSD.ORG Subject: Re: make release: WHY NO ONE MENTIONED IT??? In-reply-to: Your message of "Thu, 16 Oct 1997 15:18:17 +0400." <199710161118.PAA27855@asteroid.mgt.msk.ru> Date: Thu, 16 Oct 1997 05:00:12 -0700 Message-ID: <26857.877003212@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Well... I'm not THAT fresh and stupid. After all, I has found at least one > bug in FBSD... That's not so hard. ;) > But I always thought that I have to read README and comments in the begin of > Makefile. And the body of the Makefile itself. I think it's self evident that you didn't, however, or you'd have seen the dependency you were complaining about a lot earlier. That's all I was trying to say. > BTW, I've got 100% repeatable panic during running doFS.sh. Or I am supposed > to well know kernel debugger for this? It would probably help, yes. I don't see such panics on my systems which make release, so without more data it's not likely we could do anything for you. > You reply is well-suitable for any commercial system, where user must know > only how to pay... but it contrasts wildly with style of support of free > software... I think you have it exactly backwards. With a commercial OS you can simply pay and leave your brain at home, complaining to tech support if something is hard to understand. With a free OS, you need to be willing to do more of your own research before yelling "Hey, this is broken, why didn't anyone DOCUMENT this!!!" like you did. Jordan From owner-freebsd-questions Thu Oct 16 05:08:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA24181 for questions-outgoing; Thu, 16 Oct 1997 05:08:13 -0700 (PDT) (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 FAA24176 for ; Thu, 16 Oct 1997 05:08:08 -0700 (PDT) (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 IAA10220 for ; Thu, 16 Oct 1997 08:03:25 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id HAA13071 for ; Thu, 16 Oct 1997 07:54:25 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id HAA00374; Thu, 16 Oct 1997 07:54:24 -0400 (EDT) Date: Thu, 16 Oct 1997 07:54:24 -0400 (EDT) Message-Id: <199710161154.HAA00374@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Need MIME-capable mailclient that can be run from inside a script In-Reply-To: <56117148@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dan Nelson wrote: > In the last episode (Oct 14), Peter Olsson said: > > We are having problems with a customer who uses GroupWise as > > receiving mailserver for mails that are automatically generated > > by a webpage on a FreeBSD-server. > > > > International characters are only handled right if the mail is > > MIME-coded. > > > > So we need a mailclient that can create MIME-coded mails and > > can be run from within a cgi-script. > > > > Any ideas? > > mutt (in ports) can send MIME messages and attachments in batch mode, > and should also be able to set the correct MIME charset type. I'm aware of the following MIME-compliant mailers available under FreeBSD. There are, no doubt, more. - Netscape 3.0 - Netscape Communicator - the Emacs VM and GNUS packages - ELM (with the MIME extensions) - pine - mutt ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ We cheat the other guy and pass the savings on to you. From owner-freebsd-questions Thu Oct 16 05:08:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA24206 for questions-outgoing; Thu, 16 Oct 1997 05:08:22 -0700 (PDT) (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 FAA24194 for ; Thu, 16 Oct 1997 05:08:18 -0700 (PDT) (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 HAA10211 for ; Thu, 16 Oct 1997 07:56:46 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id IAA13181 for ; Thu, 16 Oct 1997 08:01:26 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id IAA00486; Thu, 16 Oct 1997 08:01:27 -0400 (EDT) Date: Thu, 16 Oct 1997 08:01:27 -0400 (EDT) Message-Id: <199710161201.IAA00486@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: time results : how compare ??? In-Reply-To: <124810877@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gianmarco Giovannelli wrote: > I have compiled world twice with different cpu... how can I interpret > the time (builtin tcsh) results ? > > Pentium 233mmx > 5338.408u 1121.528s 2:09:24.49 85.7% 796+935k 51920+12714io 11107pf+0w > > (Amd k6 233mmx) > 4535.91u 1309.740s 1:55:47.44 1% 735+882k 52356+127852io 11103pf+0w >  > > I can say the second is faster than the first, but there are some > strange values , i.e. the % value... > > What do this numbers say, else ? Type `man tcsh'. RTFM. Here are some relevant excerpts from the REFERENCE section. In the `Builtin commands' subsection: time [command] Executes command (which must be a simple command, not an alias, a pipeline, a command list or a parenthesized command list) and prints a time summary as described under the time variable. If necessary, an extra shell is created to print the time statistic when the command completes. Without command, prints a time summary for the current shell and its children. In the `Special shell variables' subsection: time If set to a number, then the `time' builtin executes automatically after each command which takes more than that many CPU seconds. If there is a second word, it is used as a format string for the output of the time builtin. (u) The following sequences may be used in the format string: %U The time the process spent in user mode in cpu seconds. %S The time the process spent in kernel mode in cpu seconds. %E The elapsed (wall clock) time in seconds. %P The CPU percentage computed as (%U + %S) / %E. %W Number of times the process was swapped. %X The average amount in (shared) text space used in Kbytes. %D The average amount in (unshared) data/stack space used in Kbytes. %K The total space used (%X + %D) in Kbytes. %M The maximum memory the process had in use at any time in Kbytes. %F The number of major page faults (page needed to be brought from disk). %R The number of minor page faults. %I The number of input operations. %O The number of output operations. %r The number of socket messages received. %s The number of socket messages sent. %k The number of signals received. %w The number of voluntary context switches (waits). %c The number of involuntary context switches. Only the first four sequences are supported on systems without BSD resource limit functions. The default time format is `%Uu %Ss %E %P %X+%Dk %I+%Oio %Fpf+%Ww' for systems that support resource usage reporting and `%Uu %Ss %E %P' for systems that do not. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ Lowery's Law: If it jams, force it. If it breaks, it needed replacing anyway. From owner-freebsd-questions Thu Oct 16 05:08:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA24213 for questions-outgoing; Thu, 16 Oct 1997 05:08:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from cyclone.degnet.baynet.de (root@cyclone.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA24190 for ; Thu, 16 Oct 1997 05:08:17 -0700 (PDT) (envelope-from malte@webmore.com) Received: from niente (ppp10 [194.95.214.142]) by cyclone.degnet.baynet.de (8.6.12/8.6.9) with SMTP id OAA00671; Thu, 16 Oct 1997 14:06:13 +0100 Message-Id: <3.0.32.19971016140252.0307dcb8@cyclone.degnet.baynet.de> X-Sender: moos@cyclone.degnet.baynet.de X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 16 Oct 1997 14:02:53 +0000 To: dat From: Malte Lance Subject: Re: Miranda for FreeBSD ? 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 At 11:29 16.10.97 BST, you wrote: >Malte, > >I'm sorry to say we have no version for FreeBSD. We could make a port >if there was sufficient demand, but I think this is not likely to happen a port would be great. >very soon. Do you have any feeling about how many people are using >FreeBSD? The userbase of FreeBSD is very large but it is not as popular as linux. To get a feeling if there is enough interest for miranda in the FreeBSD community i suggest to mail to questions@freebsd.org or post in one of the FreeBSD newsgroups (comp.unix.bsd.freebsd.misc, comp.unix.bsd.freebsd.announce). Hopefully there will be enough interest to make a FreeBSD-port of miranda. Thanks for your reply. Malte Lance email: malte@webmore.com > >David Turner >(for mira-request@ukc.ac.uk) > > From owner-freebsd-questions Thu Oct 16 05:13:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA24687 for questions-outgoing; Thu, 16 Oct 1997 05:13:42 -0700 (PDT) (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 FAA24682 for ; Thu, 16 Oct 1997 05:13:36 -0700 (PDT) (envelope-from taff@blue.bad.bris.ac.uk) Received: (qmail 668 invoked by uid 57242); 16 Oct 1997 12:17:53 -0000 Date: Thu, 16 Oct 1997 13:17:52 +0100 (BST) From: Aled Treharne Reply-To: felix@royal.net To: freebsd-questions@freebsd.org Subject: Cannot mount / 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 there. Preamble and situation I have recently installed FBSD on my home machine following several succesfull experiences in the University. The machine is an AMD 486DX2-66 with 24Mb RAM, 3Com 3C509 TPO and ESS1868 Audio Drive sounds card - both on the Plug'n'Pray, ATAPI 20speed CDROM on the EIDE controller on the sound card, and 2 hard disks - 2.1G Fujitsu (Master) and 1.2G (Slave). I have windoze 95 on the fujitsu and FBSD has the other to itself, though it has an "other-os-compatible" partition table. FBSD installed fine, with no problems. I did not place the FBSD booteasy os loader into the MBR of the Master drive. Problem. I tried booting into freebsd by specifying 1:wd(0,a)/kernel from the boot floppy. All goes fine until it tries to mount the root partition. There are no error messages during the bootup process until it reaches the point where it tries to mount the root partition. Then it just says Panic: cannot mount root Automatic reboot in 15 seconds....press any key on the console....... Other Information. I ahev had to change the standard IRQ and I/O settings for both the secondary IDE controller and the 3C509. I changed the IDE controller because FBSD wouldn't recognise it. I took the IRQ and I/O settings from Windoze control panel. I then had to change the 3C509 settings because they clashed with the IDE controller. I took these settings from the Windoze control panel as well. I am totally confused as to why it cannot mount the root partition. Any help would be greatly apperciated as I need a Unix system on my machine to do my coursework. Many thanks, Aled Treharne. 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) From owner-freebsd-questions Thu Oct 16 05:33:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA25436 for questions-outgoing; Thu, 16 Oct 1997 05:33:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA25431 for ; Thu, 16 Oct 1997 05:33:36 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id HAA23358; Thu, 16 Oct 1997 07:33:31 -0500 (CDT) Message-ID: <344609D0.F4B234FB@iaces.com> Date: Thu, 16 Oct 1997 07:34:24 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Mike CC: freebsd-questions@FreeBSD.ORG Subject: Re: X-Priority: 3 (Normal) References: <199710160443.XAA32591@pinto.sd.cybernex.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike wrote: > > I'm getting a comp to put Free-BSD on, but the only way it comes is with a > bunch of Microsoft junk on it.. When I install it, what do i do to make it > delete all that so the whole disk is UNIX formatted? If you by your computer from the right places you don't have to have Microsoft on it. I pieced my computer together and couldn't be happier. I think you'll find that a lot of people on this list did the same. Anyway, to answer you question. When you boot with the boot floppy or CD-ROM, the first configuration screen you get to is fdisk. Just delete the FAT partition and create a FBSD partition. Paul. ---- "The crime bill passed by the Senate would reinstate the Federal death penalty for certain violent crimes: assassinating the President; hijackiing an airliner; and murdering a government poultry inspector." -- Knight Ridder News Service dispatch From owner-freebsd-questions Thu Oct 16 06:23:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA28190 for questions-outgoing; Thu, 16 Oct 1997 06:23:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from anycomp.anycomp.com (anycomp.com [208.196.38.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA28184 for ; Thu, 16 Oct 1997 06:23:25 -0700 (PDT) (envelope-from gporter@anycomp.com) Received: from gary.webworks2000 ([208.196.38.68]) by anycomp.anycomp.com (Post.Office MTA v3.0 release 0122 ID# 0-0U10L2S100) with SMTP id AAA226 for ; Thu, 16 Oct 1997 08:35:23 -0500 Message-ID: <3446170B.657F@anycomp.com> Date: Thu, 16 Oct 1997 08:30:51 -0500 From: gporter@anycomp.com (Gary Porter) Reply-To: gporter@anycomp.com Organization: Anything Computers X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: configuration Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings, I purchased the cd's from walnut creek and installed freebsd fairly easily. I can't seem to get mail, dns, etc working. I prefer to use bsd over m.s. nt4.0 but it's driving me nuts. I am setting up a system to use for my ISP buisness. any help or direction on who I could hire as an consultant would be appreciated. Thanks, Gary From owner-freebsd-questions Thu Oct 16 06:23:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA28232 for questions-outgoing; Thu, 16 Oct 1997 06:23:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA28225 for ; Thu, 16 Oct 1997 06:23:40 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id IAA23532; Thu, 16 Oct 1997 08:23:38 -0500 (CDT) Message-ID: <3446158F.E229E1B2@iaces.com> Date: Thu, 16 Oct 1997 08:24:31 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: felix@royal.net CC: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount / X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Aled Treharne wrote: 2 hard disks - 2.1G Fujitsu (Master) and 1.2G (Slave). I > have windoze 95 on the fujitsu and FBSD has the other to itself, > Problem. > I tried booting into freebsd by specifying 1:wd(0,a)/kernel from the boot > floppy. All goes fine until it tries to mount the root partition. There > are no error messages during the bootup process until it reaches the > point where it tries to mount the root partition. Then it just says > > Panic: cannot mount root Ok, I've never done this, so I should probably just let Doug answer this, but... I think you're over thinking the sitution. Since you installed FreeBSD on the second disk, it's device should be wd1 not wd0. So wouldn't the boot command be: 1:wd(1,a)kernel And since 1 and 1 are the same, you should only need: wd(1,a)kernel which should be the default. Or am I missing something? Paul. ---- I don't know why I go looking for something only the blind can see in the middle of the night." -- Billy Joel "Middle of the Night" From owner-freebsd-questions Thu Oct 16 06:32:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA28685 for questions-outgoing; Thu, 16 Oct 1997 06:32:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from hotmail.com (hm2.hotmail.com [207.82.250.81]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA28680 for ; Thu, 16 Oct 1997 06:32:41 -0700 (PDT) (envelope-from belekie@hotmail.com) Received: (qmail 27640 invoked from network); 16 Oct 1997 13:32:06 -0000 Received: from dialin2.vision.net.id (HELO Gila.vision.net.id) (con@202.150.2.51) by hm2.hotmail.com with SMTP; 16 Oct 1997 13:32:06 -0000 Message-ID: <34461907.753B@hotmail.com> Date: Thu, 16 Oct 1997 20:39:19 +0700 From: I LOVE MUSHROOM Reply-To: belekie@hotmail.com Organization: I LOVE MUSHROOM X-Mailer: Mozilla 3.01C-KIT (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: subscribe freebsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk subscribe freebsd From owner-freebsd-questions Thu Oct 16 06:48:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29644 for questions-outgoing; Thu, 16 Oct 1997 06:48:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29634 for ; Thu, 16 Oct 1997 06:48:16 -0700 (PDT) (envelope-from 026809r@dragon.acadiau.ca) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id KAA07793 for ; Thu, 16 Oct 1997 10:47:21 -0300 (ADT) Received: by dragon.acadiau.ca id KAA05880; Thu, 16 Oct 1997 10:47:19 -0300 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199710161347.KAA05880@dragon.acadiau.ca> Subject: Lost root password To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 1997 10:47:19 -0300 (ADT) 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 Hmmm. I seem to have mistaken my root password when I changed it... Now how do I get root again from the console? Fortunately/unfortunately it does not appear as simple as: lilo init=/bin/base rw :) thanks -Mike From owner-freebsd-questions Thu Oct 16 06:49:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29749 for questions-outgoing; Thu, 16 Oct 1997 06:49:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.magnet.ch (root@mail.magnet.ch [194.206.228.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29738 for ; Thu, 16 Oct 1997 06:49:51 -0700 (PDT) (envelope-from lukas@reichardt.ch) Received: from z1wsntms (magnetdial31.magnet.ch [194.206.228.241]) by mail.magnet.ch (8.8.3/8.8.3) with SMTP id PAA15291; Thu, 16 Oct 1997 15:48:31 +0200 Received: by z1wsntms (VPOP3) with SMTP; Thu, 16 Oct 1997 15:53:30 +0200 From: lukas@reichardt.ch (Lukas Ruf) To: jkh@time.cdrom.com Cc: questions@FreeBSD.ORG Subject: a.out <-> GNU CC Date: Thu, 16 Oct 1997 13:50:51 GMT Organization: Reichardt Informatik AG Message-ID: <34461b4f.4524375@1.1.1.17> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Server: VPOP3 - Registered to: Reichardt Informatik AG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id GAA29743 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Jordan Is there a possibility to link OBJs to a.out using ld / gcc ?? Thanks for answering. Lukas From owner-freebsd-questions Thu Oct 16 06:51:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29924 for questions-outgoing; Thu, 16 Oct 1997 06:51:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29915 for ; Thu, 16 Oct 1997 06:51:41 -0700 (PDT) (envelope-from 026809r@dragon.acadiau.ca) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id KAA08825; Thu, 16 Oct 1997 10:50:50 -0300 (ADT) Received: by dragon.acadiau.ca id KAA07037; Thu, 16 Oct 1997 10:50:48 -0300 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199710161350.KAA07037@dragon.acadiau.ca> Subject: Re: mail account only, no login To: shawn@cpl.net (Shawn Ramsey) Date: Thu, 16 Oct 1997 10:50:47 -0300 (ADT) Cc: freebsd-questions@freebsd.org In-Reply-To: <01bcd9f0$960c53e0$c4ac43cf@shawn.cpl.net> from "Shawn Ramsey" at Oct 15, 97 10:01:39 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 X-Loop: FreeBSD.org Precedence: bulk > >> Is there a way to create "mail only" accounts? I want my bsd > >> 2.1.7 machine to only deliver mail via popper and act as a proxy > >> (using squid). > > > >[it seems good days to promote qmail ;-)] > > If you just mean no shell, just put an invalid shell such as /dev/null, and > add it to /etc/shells. If you do that, won't that allow ftp access to that account? -Mike From owner-freebsd-questions Thu Oct 16 07:02:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA00542 for questions-outgoing; Thu, 16 Oct 1997 07:02:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA00533 for ; Thu, 16 Oct 1997 07:02:38 -0700 (PDT) (envelope-from potok@friko.onet.pl) Received: from ovita.free.box (rap-cen176.opole.tpnet.pl [194.204.146.176]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id PAA04788; Thu, 16 Oct 1997 15:45:00 +0200 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <01BCD9A5.DE8D88A0@jmdomini@bigfoot.com> Date: Thu, 16 Oct 1997 15:54:48 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: "Jeffrey M. Dominiak" Subject: RE: Doom Too Small Cc: "freebsd-questions@freebsd.org" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 16-Oct-97 Jeffrey M. Dominiak wrote: >ATTENTION! PLEASE NOTE MY NEW EMAIL ADDRESS OF jmdomini@bigfoot.com > >I am trying to run X Doom 1.8. Seems to work fine except it's too small to >play. I tried expanding the window. But only the frame expands, the >actual game window stays the same. > >How can I enlarge it? > Decrease a resolution. Push to taste. > > >--Jeffrey M. Dominiak (jmdomini@bigfoot.com) >Microsoft Site Builder Level 2 Member >Microsoft Developer Network Member > >http://www.enteract.com/~jmdomini > >My name may not be added to any mailing lists without my express >authourization. Abuse this policy and I will report your unwanted >activity to your ISP! Thank You for your cooperation! Mariusz "verba volant, scripta manent" From owner-freebsd-questions Thu Oct 16 07:22:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA01652 for questions-outgoing; Thu, 16 Oct 1997 07:22:12 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA01646; Thu, 16 Oct 1997 07:22:04 -0700 (PDT) (envelope-from jef53313@Bayou.UH.EDU) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.7/8.8.7) with SMTP id JAA10262; Thu, 16 Oct 1997 09:21:33 -0500 (CDT) Date: Thu, 16 Oct 1997 09:21:32 -0500 (CDT) From: Jonathan Fosburgh To: Donald Burr cc: FreeBSD Ports , FreeBSD Ports , FreeBSD Questions Subject: Re: Odd behavior of " (quote) key in StarOffice port 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 > Hi. I've just installed the StarOffice port on my FreeBSD 2.2.2-RELEASE > box. Everything seems to be working well, except for one thing. Whenever > I type a quotation mark ("), instead of seeing a quotation mark on the > StarWriter screen, I see a weird-looking symbol (sort of looks like two > greater-than signs stuck together, ">>") This symbol also prints out when > I print my file. > I would imagine the reason is because this is a German software package that has been ported to English. That is a standard German method for printing quotes. Unfortunately, I haven't any suggestion for how to fix it beyond possibly checking out their website, mailing list, etc. 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 Thu Oct 16 07:38:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA02626 for questions-outgoing; Thu, 16 Oct 1997 07:38:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iglou1 (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA02614 for ; Thu, 16 Oct 1997 07:38:33 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.38] by iglou1 with smtp (8.7.3/8.6.12) id 0xLqxY-0001rJ-00; Thu, 16 Oct 1997 10:31:32 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199710161347.KAA05880@dragon.acadiau.ca> Date: Thu, 16 Oct 1997 10:30:56 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: (Michael Richards) <026809r@dragon.acadiau.ca> Subject: RE: Lost root password Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Boot into single user (-s at Boot; prompt). Use /stand/sysinstall or passwd to change the root password to something you will remember. ;) Patrick On 16-Oct-97 Michael Richards wrote: >Hmmm. I seem to have mistaken my root password when I changed it... >Now how do I get root again from the console? Fortunately/unfortunately it >does not appear as simple as: >lilo init=/bin/base rw > >:) > >thanks >-Mike From owner-freebsd-questions Thu Oct 16 07:46:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA03037 for questions-outgoing; Thu, 16 Oct 1997 07:46:55 -0700 (PDT) (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 HAA03024 for ; Thu, 16 Oct 1997 07:46:49 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id KAA20621 for ; Thu, 16 Oct 1997 10:46:05 -0400 (EDT) Date: Thu, 16 Oct 1997 10:46:04 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: 100baseTX and 2.0.5.R 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 My 2.0.5.R sees the 100baseTX card as DE0 and it works fine on 10baseT, but when I go to use the 100baseTX port, and I ifconfig de0 link2 I get error lights flashing on my hub. I have the same card, used the same hub and cable in a 2.1.5 and that works. Is there a bug in 2.0.5's 100baseTX portion of the de0 driver? or could I have a bad card or something? From owner-freebsd-questions Thu Oct 16 07:57:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA03610 for questions-outgoing; Thu, 16 Oct 1997 07:57:11 -0700 (PDT) (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 HAA03601 for ; Thu, 16 Oct 1997 07:57:06 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id KAA20930; Thu, 16 Oct 1997 10:53:45 -0400 (EDT) Date: Thu, 16 Oct 1997 10:53:44 -0400 (EDT) From: Steve Hovey To: Michael Richards <026809r@dragon.acadiau.ca> cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lost root password In-Reply-To: <199710161347.KAA05880@dragon.acadiau.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 At the boot: type -s - it will boot it stand alone. It will prompt you at some point to enter a shell name or just enter for /bin/sh - press enter Remount the root partition: mount / The type passwd root and there ya go. On Thu, 16 Oct 1997, Michael Richards wrote: > Hmmm. I seem to have mistaken my root password when I changed it... > Now how do I get root again from the console? Fortunately/unfortunately it > does not appear as simple as: > lilo init=/bin/base rw > > :) > > thanks > -Mike > From owner-freebsd-questions Thu Oct 16 08:01:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03901 for questions-outgoing; Thu, 16 Oct 1997 08:01:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA03896 for ; Thu, 16 Oct 1997 08:01:17 -0700 (PDT) (envelope-from cbooth@onyx.interactive.net) Received: from [208.192.234.103] (host014.nyc.interactive.net [208.192.234.114]) by onyx.interactive.net (8.8.5/8.8.5) with SMTP id LAA11801 for ; Thu, 16 Oct 1997 11:01:01 -0400 (EDT) X-Sender: cbooth@onyx.interactive.net (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 16 Oct 1997 11:00:11 -0500 To: questions@freebsd.org From: cbooth@onyx.interactive.net (Christopher J. Booth) Subject: Fetchmail Dot rc File? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone out there have an example of a working .fetchmailrc file for 2.2.2? The example file that comes with 2.2.2, in /usr/local/share/doc/fetchmail/sample.rcfile, doesn't seem helpful. [I am a single user on a home machine....] I have also tried the following as my ~/.fetchmailrc file: server mail.interactive.net protocol pop3 username MYUSERNAME password MYPASSWORD but under this .fetchmailrc I get the following errors: .fetchmail: SMTP connect to localhost failed: Unknown error: -1 .fetchmail: SMTP transaction error while fetching from mail.interactive.net: Unknown error: -1 Any suggestions? ______________________________________________________________________ Christopher J. Booth This speech of yours hath moved me, cbooth@interactive.net And shall perchance do good: but speak you on; You look as you had something more to say. --Edmund, _King Lear_ From owner-freebsd-questions Thu Oct 16 08:16:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA04625 for questions-outgoing; Thu, 16 Oct 1997 08:16:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA04584; Thu, 16 Oct 1997 08:16:01 -0700 (PDT) (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.5/8.8.5) with SMTP id RAA13055; Thu, 16 Oct 1997 17:16:27 +0200 (SAT) Message-ID: <34462FCA.41C67EA6@wired.ctech.ac.za> Date: Thu, 16 Oct 1997 17:16:27 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: hackers@FreeBSD.ORG Subject: vmstat: kvm_openfiles: Cannot allocate memory Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... Guess the subject says it all. My setup is a P54C 120MHz with 64MB RAM running 2.2.1-RELEASE. Every now and again I get vmstat: kvm_openfiles: Cannot allocate memory Does this have something to do with the MAX_USERS setting in the kernel src? Why does this box 'run' out of memmory? Thanks -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Thu Oct 16 08:21:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05046 for questions-outgoing; Thu, 16 Oct 1997 08:21:41 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from server1.2geton.net (server1.2geton.net [207.65.100.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA05041 for ; Thu, 16 Oct 1997 08:21:39 -0700 (PDT) (envelope-from dpowers@2geton.net) Received: from 2geton.net (pppC8.2geton.net [207.65.100.208]) by server1.2geton.net (8.8.5/8.8.5) with ESMTP id LAA10761 for ; Thu, 16 Oct 1997 11:17:59 -0400 Message-ID: <344630B9.A53633AA@2geton.net> Date: Thu, 16 Oct 1997 11:20:25 -0400 From: Daneil X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: What about win95, can they both be on the same computer? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 1. I need to know if I have win95 on my c: If I can have FreeBSD on my d: I want to learn the FreeBSD system, but I don't want to give up my win95. so is it possible to have both on the same computer. Thank You... From owner-freebsd-questions Thu Oct 16 08:28:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05379 for questions-outgoing; Thu, 16 Oct 1997 08:28:36 -0700 (PDT) (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 IAA05370 for ; Thu, 16 Oct 1997 08:28:29 -0700 (PDT) (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 XAA28734 for ; Thu, 16 Oct 1997 23:30:01 +0800 (WST) Date: Thu, 16 Oct 1997 23:29:41 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: freebsd-questions@freebsd.org Subject: IRC-2.9_roof 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, Where do I edit the default servername setting in IRC-2.9_roof? It comes up as you.need.to.set.this at present. TIA. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Thu Oct 16 08:35:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05734 for questions-outgoing; Thu, 16 Oct 1997 08:35:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kaori.communique.net (kaori.communique.net [204.27.67.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA05717; Thu, 16 Oct 1997 08:35:20 -0700 (PDT) (envelope-from mango@staff.communique.net) Received: by kaori.communique.net with Internet Mail Service (5.0.1458.49) id ; Thu, 16 Oct 1997 10:34:30 -0500 Message-ID: From: Raul Zighelboim To: "'scsi@freefall.freebsd.org'" Cc: "'questions@freefall.freebsd.org'" Subject: Adaptec 7895 Dual UltraSCSI Channels Date: Thu, 16 Oct 1997 10:34:28 -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 X-Loop: FreeBSD.org Precedence: bulk Hello there! I am considering the http://www.micronics.com/products/spitfire.html motherboar for a FreeBSD box, so I must ask: Is the Adaptec 7895 compatible with the 3940 ? or supported under 2.2.2 or 2.2.5 ? Please email me directly, as I am not subscribed to scsi@freebsd.org: mailto:mango@staff.communique.net Thanks From owner-freebsd-questions Thu Oct 16 08:51:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06618 for questions-outgoing; Thu, 16 Oct 1997 08:51:44 -0700 (PDT) (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 IAA06608 for ; Thu, 16 Oct 1997 08:51:37 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA18534; Thu, 16 Oct 1997 08:48:54 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd018528; Thu Oct 16 15:48:48 1997 Message-ID: <34463710.794BDF32@whistle.com> Date: Thu, 16 Oct 1997 08:47:28 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: belekie@hotmail.com CC: questions@FreeBSD.ORG Subject: Re: subscribe freebsd References: <34461907.753B@hotmail.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 LOVE MUSHROOM wrote: > > subscribe freebsd one to not subscribe I think... (I LOVE MUSHROOM ) From owner-freebsd-questions Thu Oct 16 08:57:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06981 for questions-outgoing; Thu, 16 Oct 1997 08:57:49 -0700 (PDT) (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 IAA06976 for ; Thu, 16 Oct 1997 08:57:47 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA18376; Thu, 16 Oct 1997 08:42:31 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd018372; Thu Oct 16 15:42:29 1997 Message-ID: <34463595.446B9B3D@whistle.com> Date: Thu, 16 Oct 1997 08:41:09 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Patrick Gardella CC: "(Michael Richards)" <026809r@dragon.acadiau.ca>, freebsd-questions@FreeBSD.ORG Subject: Re: Lost root password References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Patrick Gardella wrote: > > Boot into single user (-s at Boot; prompt). Use /stand/sysinstall or passwd to > change the root password to something you will remember. ;) > > Patrick > > On 16-Oct-97 Michael Richards wrote: > >Hmmm. I seem to have mistaken my root password when I changed it... > >Now how do I get root again from the console? Fortunately/unfortunately it > >does not appear as simple as: > >lilo init=/bin/base rw > > > >:) > > > >thanks > >-Mike don't forget to do mount -u / mount /usr mount /var to make the filesystems writeable or passwd won't work From owner-freebsd-questions Thu Oct 16 09:02:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07268 for questions-outgoing; Thu, 16 Oct 1997 09:02:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gk.imedia.ru (gk.imedia.ru [195.208.80.251]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07218; Thu, 16 Oct 1997 09:02:03 -0700 (PDT) (envelope-from sergey@gk.imedia.ru) Received: (from sergey@localhost) by gk.imedia.ru (8.8.7/8.8.7) id UAA00358; Thu, 16 Oct 1997 20:08:37 +0400 (MSD) From: Sergey Vnotchenko Message-Id: <199710161608.UAA00358@gk.imedia.ru> Subject: [H] netatalk To: freebsd-questions@FreeBSD.ORG Date: Thu, 16 Oct 1997 20:08:32 +0400 (MSD) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM877018112-279-0_ Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk --ELM877018112-279-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! I try use netatalk 1.4b2 on FreeBSD 3.0-970921-SNAP... I have (after fixing addmulti errors) successfully(?) running atalkd. It logs message "atalkd: ready 0/0/0" after discovering my Apple's internetworks. But papd can't start - it fails to start with message "atp_open: Protocol not supported"... I've located that problem in socket(2) call, but I see no way to fix it... It works before atalkd, btw... Does somebody solve this or have any ideas? Thanks in advance, Sergey. --- P.S: My patches for solving addmulti problem added as attachment. I'm unsure that they right, but atalkd seems to worked... --ELM877018112-279-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=patch-ab Content-Description: patch-ab Content-Transfer-Encoding: 7bit --- etc/atalkd/main.c.orig Thu Oct 16 18:28:59 1997 +++ etc/atalkd/main.c Thu Oct 16 18:33:12 1997 @@ -1152,6 +1152,7 @@ /* configure multicast for this interface */ bzero( &sa, sizeof( struct sockaddr )); bcopy( ethermulti, sa.sa_data, sizeof( ethermulti )); + sa.sa_family=AF_LINK; sa.sa_len=0; if ( ifconfig( iface->i_name, SIOCADDMULTI, &sa )) { syslog( LOG_ERR, "addmulti: %m" ); exit( 1 ); --ELM877018112-279-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=patch-ac Content-Description: patch-ac Content-Transfer-Encoding: 7bit --- etc/atalkd/nbp.c.orig Thu Oct 16 18:39:31 1997 +++ etc/atalkd/nbp.c Thu Oct 16 18:42:45 1997 @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -177,7 +178,7 @@ sizeof( ethermulti )); bzero( &sa, sizeof( struct sockaddr )); bcopy( zt->zt_bcast, sa.sa_data, sizeof( ethermulti )); - + sa.sa_family=AF_LINK; sa.sa_len=0; for ( iface = interfaces; iface; iface = iface->i_next ) { if (( iface->i_flags & IFACE_PHASE2 ) == 0 ) { continue; --ELM877018112-279-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=patch-ad Content-Description: patch-ad Content-Transfer-Encoding: 7bit --- etc/atalkd/rtmp.c.orig Thu Oct 16 18:43:27 1997 +++ etc/atalkd/rtmp.c Thu Oct 16 18:43:49 1997 @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include --ELM877018112-279-0_-- From owner-freebsd-questions Thu Oct 16 09:06:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07626 for questions-outgoing; Thu, 16 Oct 1997 09:06:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post4.tele.dk (post4.tele.dk [194.239.134.167]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07619 for ; Thu, 16 Oct 1997 09:06:22 -0700 (PDT) (envelope-from kim@benn.dk) From: kim@benn.dk Received: from putte.benn.dk ([195.41.64.4]) by post4.tele.dk (Netscape Mail Server v2.02) with SMTP id AAA17584; Thu, 16 Oct 1997 17:06:17 +0100 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: <3445858C.E347CACF@alphawest.com.au> Date: Thu, 16 Oct 1997 17:59:33 +0200 (CEST) To: Stephen Cooper Subject: RE: FreeBSD attempting to boot off wrong SCSI device Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 16-Oct-97 Stephen Cooper wrote: >The boot.config file did not appear to help, I put the line > >1:sd(0,a)kernel > >in the file and placed the file in / with the permissions 644 root.wheel. > >The machine still thinks it is booting off 1:sd(1,a)kernel, but as I have said >I >can type the line in at boot: and it will boot OK, but it would be very useful >to >us to have it boot automatically. > >I have also tried putting the following in the kernel config file. > >"config kernel root on sd0 > >controller scbus0 at ahc0 > >device sd0 at scbus0 target 0 unit 0" > >and rebuilt the kernel. > >My configuration is > >Disk 1: 2GB IDE ("wd0") Windows NT >Disk 2: 500MB Seagate SCSI (sd0) on PCI Adaptec SCSI controller (ahc0) with >FreeBSD > Hi Stephen My setup is like yours: Disk 1: 2GB IDE Disk 2: 1GB SCSI Take a look on my /boot.config > more /boot.config 1:sd(0,a)/kernel ^ ^ ^ I think you miss the slash after the last ")" ---------------------------------- E-Mail: kim@benn.dk Date: 16-Oct-97 Time: 17:59:33 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions Thu Oct 16 09:09:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07765 for questions-outgoing; Thu, 16 Oct 1997 09:09:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from twwells.com (mtholly1-2.slip.netaxs.com [207.8.212.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA07745 for ; Thu, 16 Oct 1997 09:08:50 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #1) id 0xLsMt-0002qO-00; Thu, 16 Oct 1997 12:01:47 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: Gateway Message-ID: <625dou$al4$1@twwells.com> References: <34457A28.1958@mocom.co.nz> Date: Thu, 16 Oct 1997 12:01:47 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In general, you need to avoid anything that would cause a DNS lookup during system startup. Thus you need to either specify all addresses by IP or place those addresses' domain names in /etc/hosts and make sure that /etc/host.conf has `hosts' before `bind' in it. -- ** Tired of getting spam? Check out http://www.junkproof.com/ for an answer. From owner-freebsd-questions Thu Oct 16 09:22:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08383 for questions-outgoing; Thu, 16 Oct 1997 09:22:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from goose (goose.capitalland.com [208.128.13.109]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA08376 for ; Thu, 16 Oct 1997 09:22:36 -0700 (PDT) (envelope-from Alex_Weeks@capitalland.com) Received: from cutthroat ([206.30.140.66]) by goose (8.8.5/8.8.5) with SMTP id LAA00524 for ; Thu, 16 Oct 1997 11:26:33 -0500 (CDT) Received: by cutthroat with Microsoft Mail id <01BCDA25.61AD8C60@cutthroat>; Thu, 16 Oct 1997 11:19:34 -0500 Message-ID: <01BCDA25.61AD8C60@cutthroat> From: Alex Weeks To: "'freebsd-Questions@freebsd.org'" Subject: RE: de0 - Spoke too Soon.... Date: Thu, 16 Oct 1997 11:19:33 -0500 Encoding: 44 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have almost the exact configuration. I get a transmission timeout too, but it doesn't slow down ping and ftp (or have any other effect). However, when my routes out to the Internet are down everything gets real slow. I have always figured this was because the daemons could not do reverse lookups properly. Try ping with the -n option which (I think) tells it to do numeric output only and no reverse lookup. Not really my area, but the transmission timeout doesn't seem to be a problem. Alex. -----Original Message----- From: James E. Marker [SMTP:jemstone@ifx.net] Sent: Wednesday, October 15, 1997 7:45 PM To: 'freebsd-Questions@freebsd.org' Subject: de0 - Spoke too Soon.... I spoke too soon about my de0 working. I am running a Pent Pro 200 with 64 meg and 2.2.2 FreeBSD. I had problems making by linksys 100BaseTX card work as 10BaseT. I fixed that (with the help of this list) by doing an "ifconfig de0 -link2" to turn 10BaseT on. Now my problem is no matter what I do I get a "de0: transmission timeout" I can ping it ok, but I can't ping or ftp or anything off of the machine. An ifconfig -a looks like: de0: flags=8843 mtu 1500 Inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 Ether 00:40:05:36:b4:bf. On startup the Kernel messages are: de0 rev 34 int a irq 11 on pci0:13 de0: 21140A p10-100Mb/s] pass 2.2 de0: address 00:40:05:36:b4:bf de0: enabling 100baseTX port Any More Ideas? Thanks... Jim... From owner-freebsd-questions Thu Oct 16 09:24:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08451 for questions-outgoing; Thu, 16 Oct 1997 09:24:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from houseofduck.ml.org (geo-160.remote.dti.net [206.252.145.160]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA08445 for ; Thu, 16 Oct 1997 09:24:05 -0700 (PDT) (envelope-from shaggy@houseofduck.ml.org) Received: from houseofduck.ml.org (localhost.ml.org [127.0.0.1]) by houseofduck.ml.org (8.8.7/8.8.7) with ESMTP id MAA05913; Thu, 16 Oct 1997 12:25:33 -0400 (EDT) Message-ID: <34463FFD.CE0E1B2C@houseofduck.ml.org> Date: Thu, 16 Oct 1997 12:25:33 -0400 From: Joshua Fielden Reply-To: jfielden@geocities.com X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2-970930-RELENG i386) MIME-Version: 1.0 To: Julian Elischer CC: belekie@hotmail.com, questions@FreeBSD.ORG Subject: Re: subscribe freebsd References: <34461907.753B@hotmail.com> <34463710.794BDF32@whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Julian Elischer wrote: > > I LOVE MUSHROOM wrote: > > > > subscribe freebsd > > one to not subscribe I think... > (I LOVE MUSHROOM ) UNIX and LSD were both perfected in Berkeley, why not include our natural friends, too? :-) -- Joshua Fielden, Systems Administrator, GeoCities. jfielden@geocities.com (212)686-9045 x 233 vox (917)953-1439 pgr pagejosh@houseofduck.ml.org alpha pager #include From owner-freebsd-questions Thu Oct 16 09:31:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08756 for questions-outgoing; Thu, 16 Oct 1997 09:31:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from stat168-001.residents.stolaf.edu (stat168-001.residents.stolaf.edu [130.71.168.31]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA08751 for ; Thu, 16 Oct 1997 09:31:28 -0700 (PDT) (envelope-from champs@stat168-001.residents.stolaf.edu) Received: (from champs@localhost) by stat168-001.residents.stolaf.edu (8.7.4/8.7.3) id MAA00650; Wed, 15 Oct 1997 12:28:46 -0500 Date: Wed, 15 Oct 1997 12:28:46 -0500 Message-Id: <199710151728.MAA00650@stat168-001.residents.stolaf.edu> To: freebsd-questions@FreeBSD.ORG X-URL: mailto:freebsd-questions@FreeBSD.ORG X-Mailer: Lynx, Version 2-4-2 X-Personal_name: Brian Champlin From: champlin@stolaf.edu Subject: syncing disks Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Everytime I try to install freebsd on my computer the computer freezes. It happens when syncing disks but there is a kernel panic message just prior to syncing disks. Why would this happen? What can I do about it? From owner-freebsd-questions Thu Oct 16 09:32:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08834 for questions-outgoing; Thu, 16 Oct 1997 09:32:14 -0700 (PDT) (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 JAA08719 for ; Thu, 16 Oct 1997 09:31:06 -0700 (PDT) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with Microsoft Exchange (IMC 4.0.837.3) id <01BCDA2F.DDBD4CA0@keywest.ird.rl.af.mil>; Thu, 16 Oct 1997 12:34:37 -0400 Message-ID: From: "Goeringer, Michael" To: "'Daneil'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: What about win95, can they both be on the same computer? Date: Thu, 16 Oct 1997 12:34:35 -0400 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 Most definitely! The "D" does need to have some space below the 1024 cylinders point though... for more info go to www.freebsd.org and look around. Also be sure to do some searches on the mail archives (at the web site) as many if not all of your questions will be answered. Have Fun! Michael G. ---------- From: Daneil[SMTP:dpowers@2geton.net] Sent: Thursday, October 16, 1997 11:20 AM To: freebsd-questions@FreeBSD.ORG Subject: What about win95, can they both be on the same computer? 1. I need to know if I have win95 on my c: If I can have FreeBSD on my d: I want to learn the FreeBSD system, but I don't want to give up my win95. so is it possible to have both on the same computer. Thank You... From owner-freebsd-questions Thu Oct 16 09:37:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09144 for questions-outgoing; Thu, 16 Oct 1997 09:37:51 -0700 (PDT) (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 JAA09139 for ; Thu, 16 Oct 1997 09:37:48 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id QAA21476; Thu, 16 Oct 1997 16:34:41 GMT Date: Thu, 16 Oct 1997 09:34:40 -0700 (PDT) From: Dan Busarow To: Michael Richards <026809r@dragon.acadiau.ca> cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail account only, no login In-Reply-To: <199710161350.KAA07037@dragon.acadiau.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 Thu, 16 Oct 1997, Michael Richards wrote: > > If you just mean no shell, just put an invalid shell such as /dev/null, and > > add it to /etc/shells. > > If you do that, won't that allow ftp access to that account? If the invalid shell is added to /etc/shells (see above) ftp access works fine. Not sure if /dev/null will work but /bin/true does. 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 Oct 16 09:44:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09483 for questions-outgoing; Thu, 16 Oct 1997 09:44:46 -0700 (PDT) (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 JAA09477 for ; Thu, 16 Oct 1997 09:44:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02121; Thu, 16 Oct 1997 09:44:29 -0700 (PDT) Date: Thu, 16 Oct 1997 09:44:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199710160443.XAA32591@pinto.sd.cybernex.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, 15 Oct 1997, Mike wrote: > I'm getting a comp to put Free-BSD on, but the only way it comes is with a > bunch of Microsoft junk on it.. When I install it, what do i do to make it > delete all that so the whole disk is UNIX formatted? Just delete all the slices in the fdisk editor and use the `Use entire disk for FreeBSD' option. That is a monster .sig. It was about twice the length of your 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 Thu Oct 16 09:46:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09571 for questions-outgoing; Thu, 16 Oct 1997 09:46:59 -0700 (PDT) (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 JAA09564 for ; Thu, 16 Oct 1997 09:46:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02128; Thu, 16 Oct 1997 09:46:38 -0700 (PDT) Date: Thu, 16 Oct 1997 09:46:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Steve Hovey cc: freebsd-questions@FreeBSD.ORG Subject: Re: 100baseTX and 2.0.5.R 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, 16 Oct 1997, Steve Hovey wrote: > > My 2.0.5.R sees the 100baseTX card as DE0 and it works fine on 10baseT, > but when I go to use the 100baseTX port, and I ifconfig de0 link2 I get > error lights flashing on my hub. > > I have the same card, used the same hub and cable in a 2.1.5 and that > works. > > Is there a bug in 2.0.5's 100baseTX portion of the de0 driver? or could I > have a bad card or something? 2.0.5? You are in the dark ages there ;) 100 megabit support in the de chips was recently added. It will be in the 2.2.5 release, coming shortly, is in -CURRENT now, or you can download a new driver from http://www.3am-software.com/. Doug 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 Oct 16 09:50:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09756 for questions-outgoing; Thu, 16 Oct 1997 09:50:14 -0700 (PDT) (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 JAA09751 for ; Thu, 16 Oct 1997 09:50:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02133; Thu, 16 Oct 1997 09:48:44 -0700 (PDT) Date: Thu, 16 Oct 1997 09:48:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brandon Hicks cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2 Network Cards, How do I set this up? In-Reply-To: <01bcd983$b07a9ce0$06aadbd0@bhicks.gatekeep.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, 15 Oct 1997, Brandon Hicks wrote: > We are SLOWLY upgrading to 100base from 10base, the only problem is, (BTW, > we are an ISP) our T1 routers, and our Livingston Portmasters are 10base. > Which means that we are going to have to have 2 network cards in 1 of our > servers, seeing that our new 100base HUB will not Up/Down Link to a 10base > HUB. So, 1st I need to know how this can be done... We have the Cards to > put into the servers, and into our computers... Do I need any software, or > any thing if all i want is that server to act as a passthough? That doesn't sound right. The hub can't dumb down a port to 10mbit for you? I was under the impression that 100mbit hubs were backwards-compatible. In any case, you should be able to enable gatewaying in /etc/rc.conf or /etc/sysconfig, ensure your routes are correct and it should work. > BTW, the 10base cards are ISA, and the 100base cards are PCI... Doug 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 Oct 16 09:50:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA09821 for questions-outgoing; Thu, 16 Oct 1997 09:50:41 -0700 (PDT) (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 JAA09803 for ; Thu, 16 Oct 1997 09:50:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02145; Thu, 16 Oct 1997 09:50:20 -0700 (PDT) Date: Thu, 16 Oct 1997 09:50:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Lukas Ruf cc: FreeBSD Questions Subject: Re: a.out <-> GNU CC In-Reply-To: <34461b4f.4524375@1.1.1.17> 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, 16 Oct 1997, Lukas Ruf wrote: > Is there a possibility to link OBJs to a.out using ld / gcc ?? Do you mean DOS .OBJ's? No, the object format is completely different. If you mean, can FreeBSD compile to a.out format from source, yes, we haven't adopted ELF exclusively yet. Doug 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 Oct 16 09:53:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10110 for questions-outgoing; Thu, 16 Oct 1997 09:53:51 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from goose (goose.capitalland.com [208.128.13.109]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA10105 for ; Thu, 16 Oct 1997 09:53:47 -0700 (PDT) (envelope-from Alex_Weeks@capitalland.com) Received: from cutthroat ([206.30.140.66]) by goose (8.8.5/8.8.5) with SMTP id LAA03869 for ; Thu, 16 Oct 1997 11:58:15 -0500 (CDT) Received: by cutthroat with Microsoft Mail id <01BCDA29.CFABFA40@cutthroat>; Thu, 16 Oct 1997 11:51:17 -0500 Message-ID: <01BCDA29.CFABFA40@cutthroat> From: Alex Weeks To: "'freebsd-questions@freebsd.org'" Subject: Best Checkups (UPS) Date: Thu, 16 Oct 1997 11:50:35 -0500 Encoding: 15 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anyone using Best's Fortress UPS and Checkups software with FreeBSD? I have a Fortress 2kva and I am trying to set up the software to perform automatic shutdowns. Best has provided the source and I am trying to compile it. I had to change a reference to termio.h to termios.h and got past that, but now it says "TCSETA not defined". I thought TCSETA was a system call for serial ports. Is it gone now? Has the name changed? Do I need to reference it differently in the code? (Thanks in advance) And, if anyone has any experience with this setup I'd appreciate hearing about your experiences. Alex Weeks From owner-freebsd-questions Thu Oct 16 09:56:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10272 for questions-outgoing; Thu, 16 Oct 1997 09:56:11 -0700 (PDT) (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 JAA10265 for ; Thu, 16 Oct 1997 09:56:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA02152; Thu, 16 Oct 1997 09:55:11 -0700 (PDT) Date: Thu, 16 Oct 1997 09:55:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ihab Khoury cc: freebsd-questions@FreeBSD.ORG Subject: Re: adduser.conf 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, 16 Oct 1997, Ihab Khoury wrote: > Greetings, > > I finished installing FreeBSD on a [64MG, 2GIG scsi] from a CD > that I bought. All went well, but I still have two questions..! > 1)..what is the Hard Disk partition based on ? is it the Memory..? > I have this partition with a 2GIG hard drive: > 800MG for / > 800MG for /usr > 64MG for /swp > the rest for /var > is there a special way of calculating this ? Sort of. your swap partition should be twice the size of available memory. After that it's up to you, although we recommend a small / (ie, 50mb or so), a decent /var, and the rest for /usr. So for your 2 gig disk, the following would be a reasonable split. / - 50MB (I don't know what is MG is :-) ) /var - 50MB If you're planing on doing a lot of mail you'll want to symlink /var/mail over to /usr. /usr - rest (1900MB) / is an administrative FS, no user data is going on there, so there is no sense making it big. /var has variable data, such as printer spools. The mailboxes end up tehre too, but you can move that heirarchy over if you're finding you have big inboxes or are serving a lot of people. 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 Thu Oct 16 10:04:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10716 for questions-outgoing; Thu, 16 Oct 1997 10:04:24 -0700 (PDT) (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 KAA10708 for ; Thu, 16 Oct 1997 10:04:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02159; Thu, 16 Oct 1997 10:04:09 -0700 (PDT) Date: Thu, 16 Oct 1997 10:04:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: Burton Sampley cc: questions@FreeBSD.ORG Subject: Re: Anti-SPAM 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, 14 Oct 1997, Burton Sampley wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Greetings, > > I've been using FBSD for over 1 year as my primary OS (I only keep > Mickey$oft around for games). My ISP (best.com) also uses FBSD for their > servers. Recently I have been receiving an increasing amount of > SPAM-mail. What can I do as a user and what can I advise Best (hopefully > they'll listen) to prevent SPAM from being delivered to my account? 1. Keep tight control over your email address. Give it only to people who really need it. Don't put it on warranty cards & such, they just sell your address when they sell your postal address. 2. Run procmail. procmail is a small program that scans your incoming mail for certain strings and re-files the message based on rules. Well, all you do is search for spamming sites and dump them to /dev/null :) I have my current filter list on my homepage. procmail is instlled on many larger sites and ISPs; if it isn't, ask your sysadmin to insall it for everyone's benefit. If they won't, that's what ~/bin/ is for. :) 3. Don't post to usenet if you can help it. Spammers are just waiting in the wings for new posters so they can swipe your email and spam you. Avoid putting your email address in a scannable form or mailto: on your web pages too. Spiders pick them up and put you on their mailing list. 4. Never patronize spammers. Don't even grant them a reply; they run anti-bad-response filters and they take it as acknowledgement that you exist, so they send you more. Don't buy things from spammers. Make them pay for their spam by losing a customer. Hope this helps. I've had to deal with this, got mad at first, and that didn't help. I killed one spammer in about 5 attempts. Then i put procmail on and kept adding rules. Doug 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 Oct 16 10:09:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11022 for questions-outgoing; Thu, 16 Oct 1997 10:09:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA11004; Thu, 16 Oct 1997 10:09:24 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id MAA04337; Thu, 16 Oct 1997 12:08:52 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id MAA27469; Thu, 16 Oct 1997 12:08:21 -0500 Message-ID: <19971016120820.10745@right.PCS> Date: Thu, 16 Oct 1997 12:08:20 -0500 From: Jonathan Lemon To: Sergey Vnotchenko Cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: [H] netatalk References: <199710161608.UAA00358@gk.imedia.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199710161608.UAA00358@gk.imedia.ru>; from Sergey Vnotchenko on Oct 10, 1997 at 08:08:32PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 08:08:32PM +0400, Sergey Vnotchenko wrote: > Hi! > I try use netatalk 1.4b2 on FreeBSD 3.0-970921-SNAP... > I have (after fixing addmulti errors) successfully(?) running atalkd. It > logs message "atalkd: ready 0/0/0" after discovering my Apple's internetworks. > But papd can't start - it fails to start with message "atp_open: Protocol not > supported"... > I've located that problem in socket(2) call, but I see no > way to fix it... It works before atalkd, btw... > Does somebody solve this or have any ideas? I fixed this problem on 97.10.06, so a newer kernel will not exhibit this behavior. I believe that the addmulti problem is known, and will be fixed in the next release of netatalk. -- Jonathan From owner-freebsd-questions Thu Oct 16 10:09:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11095 for questions-outgoing; Thu, 16 Oct 1997 10:09:55 -0700 (PDT) (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 KAA11080 for ; Thu, 16 Oct 1997 10:09:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02166; Thu, 16 Oct 1997 10:09:45 -0700 (PDT) Date: Thu, 16 Oct 1997 10:09:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joe Davida cc: questions@FreeBSD.ORG Subject: Re: Boot from 2nd disk In-Reply-To: <199710150721.AAA01042@slip129-37-223-73.ca.us.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 Wed, 15 Oct 1997, Joe Davida wrote: > A few weeks ago, I could boot freebsd either from the > ide drive or the scsi drive. But that was before my ASUS > motherboard died and had to purchase another one. That's too bad :(, I really enjoy my ASUS. > Since I changed my motherboard from an ASUS XP55T2P4 (which > has been returned to ASUS for repair), to an AIR P5TXI, > I have not been able to boot from my 2nd drive which is > a seagate SCSI-2 drive. The first drive is a Fujitsu > 2.5 gig ide drive. The ide drive has windows 95 and freebsd > partitions, and I can boot either (off of the ide, via > the booter). > However, I am unable to boot from the SCSI drive. > This is something new (since I changed the motherboard). The AWARD BIOS on the ASUS is smart about SCSI. You can set an option in there to scan the SCSI bus for bootable disks first, which you probably had set. It also has the BIOS for the NCR 53c810 SCSI cards built-in. If the AIR doesn't have an award you are in a sticky spot. > Error: D:0x81 C:0 H:0 S:0 0x81 is the second BIOS boot drive. For some reason it couldn't read that particular drive. What kind of SCSi controller is this? Does it come up with a boot message, ie does it have a BIOS? I'm thinking that the BIOS on your AIR is too stupid to boot the SCSI disk, or your SCSI controller isn't hooking the BIOS properly to configure your disk as a boot device. Doug 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 Oct 16 10:14:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11317 for questions-outgoing; Thu, 16 Oct 1997 10:14:27 -0700 (PDT) (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 KAA11311 for ; Thu, 16 Oct 1997 10:14:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02186; Thu, 16 Oct 1997 10:14:10 -0700 (PDT) Date: Thu, 16 Oct 1997 10:14:10 -0700 (PDT) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot-manager control In-Reply-To: <0fd_9710142204@swimsuit.roskildebc.dk> 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 14 Oct 1997, Leif Neland wrote: > I have a pc, which I need to run both dos and fbsd. > > Is it possible to alter the default system, the machine boots with, > instead of "press F1 for Dos, F3 for FreeBSD", so I have to be around? > > I want to from a cronjob say "set_next_boot_to dos", then reboot. Booteasy isn't this hackable, unfortunately, unless you can figure out where the default option is stored in the botblock, then have a program modify that. Booteasy's source is included on the CDROM or ftp site in tools/src/. Doug 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 Oct 16 10:24:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11820 for questions-outgoing; Thu, 16 Oct 1997 10:24:16 -0700 (PDT) (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 KAA11810 for ; Thu, 16 Oct 1997 10:24:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02197; Thu, 16 Oct 1997 10:24:06 -0700 (PDT) Date: Thu, 16 Oct 1997 10:24:06 -0700 (PDT) From: Doug White Reply-To: Doug White To: felix@royal.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount / 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, 16 Oct 1997, Aled Treharne wrote: > I have recently installed FBSD on my home machine following several > succesfull experiences in the University. The machine is an AMD 486DX2-66 > with 24Mb RAM, 3Com 3C509 TPO and ESS1868 Audio Drive sounds card - both > on the Plug'n'Pray, ATAPI 20speed CDROM on the EIDE controller on the > sound card, and 2 hard disks - 2.1G Fujitsu (Master) and 1.2G (Slave). I > have windoze 95 on the fujitsu and FBSD has the other to itself, though > it has an "other-os-compatible" partition table. FBSD installed fine, > with no problems. I did not place the FBSD booteasy os loader into the > MBR of the Master drive. What is your drive layout on the IDE controllers? I'm assuming it's something like this... PRIMARY IDE CONTROLLER MASTER: 2.1GB Fujitsu : Windows 95 SLAVE: 1.2GB Unknown : FreeBSD SECONDARY IDE CONTROLLER SINGLE: CD-ROM drive > Problem. > I tried booting into freebsd by specifying 1:wd(0,a)/kernel from the boot > floppy. All goes fine until it tries to mount the root partition. There > are no error messages during the bootup process until it reaches the > point where it tries to mount the root partition. Then it just says > > Panic: cannot mount root Why are you telling the system that the kernel is on the fujitsu? have you tried just hitting at the Boot: prompt? The proper boot string should be wd(1,a)/kernel, based on my interpretation above. > I ahev had to change the standard IRQ and I/O settings for both the > secondary IDE controller and the 3C509. I changed the IDE controller > because FBSD wouldn't recognise it. you shouldn't have to do that. It may be that te CDROM doesn't come ready and the IDE controller is unhappy about that, so it doesn't probe. You might try exchangin the FreeBSD disk and teh CDROM, but this will get you a can't mount root panic again if you don't rebuild your kernel first. In that case,follow these instructions: 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). Rebuild & install the new kernel, swap the devices, and try booting. > I took the IRQ and I/O settings from Windoze control panel. I then had > to change the 3C509 settings because they clashed with the IDE > controller. I took these settings from the Windoze control panel as > well. You'll have to turn Plug And Play off on the 509 and hardwire Windows 95's idea of the resources for the card. If the 509 is in PnP mode freeBSD will barf on it since it won't be inited 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 Oct 16 10:29:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12067 for questions-outgoing; Thu, 16 Oct 1997 10:29:57 -0700 (PDT) (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 KAA12058 for ; Thu, 16 Oct 1997 10:29:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02204; Thu, 16 Oct 1997 10:29:48 -0700 (PDT) Date: Thu, 16 Oct 1997 10:29:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Gary Porter cc: freebsd-questions@FreeBSD.ORG Subject: Re: configuration In-Reply-To: <3446170B.657F@anycomp.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 Thu, 16 Oct 1997, Gary Porter wrote: > I purchased the cd's from walnut creek and installed freebsd > fairly easily. I can't seem to get mail, dns, etc working. Can you be more specific? What error messages are you receiving? Is your Ethernet card probed properly? My mind-reader was working for a split second yesterday, before I "fixed" it with my hammer. Doug 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 Oct 16 10:37:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12490 for questions-outgoing; Thu, 16 Oct 1997 10:37:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12482 for ; Thu, 16 Oct 1997 10:37:03 -0700 (PDT) (envelope-from cbooth@ithaca) Received: from ithaca (root@host010.nyc.interactive.net [208.192.234.110]) by onyx.interactive.net (8.8.5/8.8.5) with ESMTP id NAA24635; Thu, 16 Oct 1997 13:37:00 -0400 (EDT) Received: from ithaca (localhost [127.0.0.1]) by ithaca (8.7.6/8.7.3) with ESMTP id NAA01166; Thu, 16 Oct 1997 13:33:52 -0400 Message-Id: <199710161733.NAA01166@ithaca> X-Mailer: exmh version 1.6.7 05/05/96 To: questions@freebsd.org cc: cbooth@onyx.interactive.net Subject: Inexpensive Printers That Work w/ 2.2.2? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 13:33:50 -0400 From: "Christopher J. Booth" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would like to get an inexpensive printer to use with my FreeBSD box at home. Can anyone recommend a printer that will work with FreeBSD 2.2.2? A store right around the corner is offering an HP 672C ink jet printer for $210. Do we have a driver for this? Thanks, all! -- ________________________________ Chris Booth cbooth@onyx.interactive.net From owner-freebsd-questions Thu Oct 16 10:39:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12642 for questions-outgoing; Thu, 16 Oct 1997 10:39:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dumbwinter.logic.it (mod9.logic.it [195.120.151.25] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA12545 for ; Thu, 16 Oct 1997 10:37:48 -0700 (PDT) (envelope-from molter@logic.it) Received: (qmail 723 invoked by uid 1000); 16 Oct 1997 17:19:10 -0000 Date: Thu, 16 Oct 1997 19:19:09 +0200 (MET DST) From: Marco Molteni To: freebsd-questions@FreeBSD.ORG Subject: Re: mail account only, no login In-Reply-To: <199710161350.KAA07037@dragon.acadiau.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 Thu, 16 Oct 1997, Michael Richards wrote: > > >> Is there a way to create "mail only" accounts? I want my bsd > > >> 2.1.7 machine to only deliver mail via popper and act as a > > >> proxy (using squid). > > > > > >[it seems good days to promote qmail ;-)] > > > > If you just mean no shell, just put an invalid shell such as > > /dev/null, and add it to /etc/shells. > > If you do that, won't that allow ftp access to that account? I proposed the qmail solution. With qmail+vqpop, you can have pop users and/or virtual domains pop users *without* having to add them in /etc/passwd at all. Also, if you use an entry in /etc/passwd with a (invalid) shell which is listed in /etc/shells, you allow ftp access to that account. To disable ftp access, you can add the user to /etc/ftpusers (assuming you are using FreeBSD ftpd). Marco Molteni Computer Science student at the Universita' degli studi di Milano, Italy. "Whuffo you jump out of them airplanes?" From owner-freebsd-questions Thu Oct 16 10:41:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12792 for questions-outgoing; Thu, 16 Oct 1997 10:41:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dumbwinter.logic.it (mod9.logic.it [195.120.151.25] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA12781 for ; Thu, 16 Oct 1997 10:41:14 -0700 (PDT) (envelope-from molter@logic.it) Received: (qmail 750 invoked by uid 1000); 16 Oct 1997 17:35:18 -0000 Date: Thu, 16 Oct 1997 19:35:17 +0200 (MET DST) From: Marco Molteni To: "Christopher J. Booth" cc: questions@FreeBSD.ORG Subject: Re: Fetchmail Dot rc File? 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, 16 Oct 1997, Christopher J. Booth wrote: > I have also tried the following as my ~/.fetchmailrc file: > > server mail.interactive.net protocol pop3 username MYUSERNAME > password MYPASSWORD > > but under this .fetchmailrc I get the following errors: > > .fetchmail: SMTP connect to localhost failed: Unknown error: -1 Seems that you are not running a mailer (eg sendmail or qmail) on your local machine. If you don't want to set it up just to use fetchmail, you can use the older popclient, that doesn't require a local mailer. Marco Molteni Computer Science student at the Universita' degli studi di Milano, Italy. "Whuffo you jump out of them airplanes?" From owner-freebsd-questions Thu Oct 16 10:49:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA13336 for questions-outgoing; Thu, 16 Oct 1997 10:49:09 -0700 (PDT) (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 KAA13328 for ; Thu, 16 Oct 1997 10:49:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA02221; Thu, 16 Oct 1997 10:48:57 -0700 (PDT) Date: Thu, 16 Oct 1997 10:48:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: Kwang-Soo Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: ed0 - supports multicast? In-Reply-To: <199710152106.RAA03288@handel.cs.unc.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 Wed, 15 Oct 1997, Kwang-Soo Kim wrote: > I tried to get multicast data on a freeBSD machine runs 2.2.2 without > luck. It is using ed0 driver and has an IBM ethernet card. > Since the manual of the card claims that it supports multicast, I > suspect ed0 driver. If ed0 really supports multicast, what would be the > problem? The IBM card is really an NE2000 SMC compatible? I know for a fact that the ed0 driver is multicast-capable. It's slower than a PCI card but it works. I upgraded to a de0-supported card and my average frame rate up 1 or 2 fps and the system didn't seem as sluggish. > My collegue tested the same kernel (same rc.conf) on another machine > which has 3c590 adapter and it worked well... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 16 10:50:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA13593 for questions-outgoing; Thu, 16 Oct 1997 10:50:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from teel.info-noire.com (slpp-120.interlinx.qc.ca [207.134.144.140]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA13544 for ; Thu, 16 Oct 1997 10:50:34 -0700 (PDT) (envelope-from alex@teel.info-noire.com) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.7/8.8.5) with SMTP id MAA10727; Thu, 16 Oct 1997 12:04:20 -0400 (EDT) Date: Thu, 16 Oct 1997 12:04:20 -0400 (EDT) From: Alex Boisvert Reply-To: Alex Boisvert To: "Jeffrey M. Dominiak" cc: "'freebsd-questions@freebsd.org'" Subject: Re: Doom Too Small In-Reply-To: <01BCD9A5.DE8D88A0@jmdomini@bigfoot.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 am trying to run X Doom 1.8. Seems to work fine except it's too small to > play. I tried expanding the window. But only the frame expands, the > actual game window stays the same. > > How can I enlarge it? You can use "CTRL-ALT-+" (gray "plus" sign on your numeric keypad) to dynamically change your X-Windows resolution. Note that this depends on which resolutions are defined in your /etc/XF86Config configuration file. Regards, Alex. --- FreeBSD: Decouvrez la puissance de votre PC! www.freebsd.org From owner-freebsd-questions Thu Oct 16 10:57:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14170 for questions-outgoing; Thu, 16 Oct 1997 10:57:53 -0700 (PDT) (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 KAA14150 for ; Thu, 16 Oct 1997 10:57:45 -0700 (PDT) (envelope-from don@PartsNow.com) Received: (from bin@localhost) by cerberus.partsnow.com (8.8.5/8.6.9) id DAA15328; Thu, 16 Oct 1997 03:57:15 -0700 (PDT) X-Authentication-Warning: cerberus.partsnow.com: bin set sender to using -f Received: from nouvelle(192.168.100.9) by cerberus.partsnow.com via smap (V2.0) id xma015325; Thu, 16 Oct 97 03:56:52 -0700 Message-ID: <344654A8.6D2C@PartsNow.com> Date: Thu, 16 Oct 1997 10:53:44 -0700 From: Don Wilde Reply-To: don@PartsNow.com Organization: Soligen, Incorporated X-Mailer: Mozilla 3.0C-E-KIT (Win16; I) MIME-Version: 1.0 To: jfielden@geocities.com CC: Julian Elischer , belekie@hotmail.com, questions@FreeBSD.ORG Subject: Re: subscribe freebsd References: <34461907.753B@hotmail.com> <34463710.794BDF32@whistle.com> <34463FFD.CE0E1B2C@houseofduck.ml.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It's the hotmail.com address Julian's worried about, methinks. We already get enough garbage from them. Hey, I like mushrooms, too. ;) From owner-freebsd-questions Thu Oct 16 11:06:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14511 for questions-outgoing; Thu, 16 Oct 1997 11:06:27 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from houseofduck.ml.org (geo-160.remote.dti.net [206.252.145.160]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14502 for ; Thu, 16 Oct 1997 11:06:21 -0700 (PDT) (envelope-from shaggy@houseofduck.ml.org) Received: from houseofduck.ml.org (localhost.ml.org [127.0.0.1]) by houseofduck.ml.org (8.8.7/8.8.7) with ESMTP id OAA06365; Thu, 16 Oct 1997 14:07:24 -0400 (EDT) Message-ID: <344657DA.603DF1F9@houseofduck.ml.org> Date: Thu, 16 Oct 1997 14:07:22 -0400 From: Joshua Fielden Reply-To: jfielden@geocities.com X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2-970930-RELENG i386) MIME-Version: 1.0 To: don@PartsNow.com CC: questions@FreeBSD.ORG Subject: Re: subscribe freebsd References: <34461907.753B@hotmail.com> <34463710.794BDF32@whistle.com> <34463FFD.CE0E1B2C@houseofduck.ml.org> <344654A8.6D2C@PartsNow.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Don Wilde wrote: > > It's the hotmail.com address Julian's worried about, methinks. We > already get enough garbage from them. Hey, I like mushrooms, too. ;) Just making sure there was no fungus discrimination happening here. :-) -- Joshua Fielden, Systems Administrator, GeoCities. jfielden@geocities.com (212)686-9045 x 233 vox (917)953-1439 pgr pagejosh@houseofduck.ml.org alpha pager #include From owner-freebsd-questions Thu Oct 16 11:27:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA15760 for questions-outgoing; Thu, 16 Oct 1997 11:27:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from pegasus.rutgers.edu (pegasus.rutgers.edu [128.6.10.45]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA15749 for ; Thu, 16 Oct 1997 11:27:11 -0700 (PDT) (envelope-from paradox@pegasus.rutgers.edu) Received: from wasteland (wasteland.rutgers.edu [128.6.32.75]) by pegasus.rutgers.edu (8.6.12+bestmx+oldruq+newsunq/8.5) with SMTP id OAA16616; Thu, 16 Oct 1997 14:27:04 -0400 Message-Id: <3.0.3.32.19971016142921.0094f1c0@pegasus.rutgers.edu> X-Sender: paradox@pegasus.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 16 Oct 1997 14:29:21 -0400 To: freebsd-questions@freebsd.org From: Red Barchetta Subject: 3c509 ethernet adapter driver??? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk For the past two days, I have been trying to install various versions of the 2.2.5-BETAs from 22releng.freebsd.org. I need to do a network-based install, but my network card is not being detected on bootup. I have a 3com 3c509 adapter (with all 3 connector types), which a search of the list archives reveals has been a problem in the past. I have tried everything I can find in the archives, including checking my card's settings with the 3c5x9cfg.exe program, powering down completely before booting from the install disk, disabling all other devices that are probed at I/O address 0x300, assuring that PnP mode is turned off, manually setting the parameters shown in the boot utility to match those of my card, etc. In all cases, I get the following boot messages: 16 3x509 board(s) on ISA found at 0x200 0x200 0x200 ... (16 instances of 0x200) ep0 not found at 0x300 I don't know what to make of these messages... it appears that the card is being detected in some fashion, but that there is some problem as well. I know that the card itself works properly (I use it just fine under Win95 and NT). If anyone has any suggestions, I'd be happy to hear them. Please cc: me on replies, as I am not subscribed to the list anymore. In case this helps, here is the card configuration as reported by 3c5x9cfg.exe: I/O: 300h IRQ: 12 Boot PROM: Disabled Transceiver Type: On-board TP (RJ-45) Network Driver Optimization: Windows or OS/2 Client Max. Modem Speed: No modem Plug and Play Capability: Disabled Full Duplex: Disabled Thanks! Ernie Pistor From owner-freebsd-questions Thu Oct 16 11:39:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16642 for questions-outgoing; Thu, 16 Oct 1997 11:39:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16632 for ; Thu, 16 Oct 1997 11:39:45 -0700 (PDT) (envelope-from brandon@roguetrader.com) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id MAA19458 for ; Thu, 16 Oct 1997 12:39:35 -0600 (MDT) Date: Thu, 16 Oct 1997 12:39:35 -0600 (MDT) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: Cookbook for installing NetATalk and setting up print services? 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 Just curious if anybody has created a cookbook for setting up NetATalk in FreeBSD, and more specifically, configuring print services from unix -> Apple printers... -Brandon Gillespie From owner-freebsd-questions Thu Oct 16 11:41:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16904 for questions-outgoing; Thu, 16 Oct 1997 11:41:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from us-mta1.ma02.bull.com (us-mta1.ma02.bull.com [128.35.138.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA16878 for ; Thu, 16 Oct 1997 11:40:56 -0700 (PDT) (envelope-from Shawn.Leas@bull.com) From: Shawn.Leas@bull.com Received: by us-mta1.ma02.bull.com(Lotus SMTP MTA v1.06 (346.8 3-18-1997)) id 85256532.00666ABB ; Thu, 16 Oct 1997 14:38:39 -0400 X-Lotus-FromDomain: BULL To: freebsd-questions@freebsd.org Message-ID: <85256532.00666238.00@us-mta1.ma02.bull.com> Date: Thu, 16 Oct 1997 14:39:20 -0400 Subject: ftpaccess question Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How do you change a particular groups or users ftp-root? Pleas respond personally Shawn From owner-freebsd-questions Thu Oct 16 11:44:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA17201 for questions-outgoing; Thu, 16 Oct 1997 11:44:13 -0700 (PDT) (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 LAA17190 for ; Thu, 16 Oct 1997 11:44:07 -0700 (PDT) (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 CAA06483; Fri, 17 Oct 1997 02:45:39 +0800 (WST) Date: Fri, 17 Oct 1997 02:45:37 +0800 (WST) From: Dean Hollister To: Patrick Vierheilig cc: freebsd-questions@freebsd.org Subject: Re: IRC-2.9_roof In-Reply-To: <3.0.1.32.19971016091132.00b30444@mail.westsound.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 Thu, 16 Oct 1997, Patrick Vierheilig wrote: > I believe it is ircd.conf And where is it located? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Perth, Western Australia. | dean@odyssey.apana.org.au | +-------------------------------------------------------+ From owner-freebsd-questions Thu Oct 16 12:11:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18777 for questions-outgoing; Thu, 16 Oct 1997 12:11:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from george.arc.nasa.gov (issCrootMprogP/bin/shFlsDFMeuAsh-c$uMlocalP/bin/shFlsDFMeuAsh-c$uR|/bin/echoSendmailIdentdBugVulnerable|mailpostmasterR|sleep2echoquit|telnet128.102.194.1425701@george.arc.nasa.gov [128.102.194.142]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18767 for ; Thu, 16 Oct 1997 12:11:19 -0700 (PDT) (envelope-from lamaster@george.arc.nasa.gov) From: lamaster@george.arc.nasa.gov Received: (from lamaster@localhost) by george.arc.nasa.gov (8.8.7/8.8.7) id MAA18901 for freebsd-questions@FreeBSD.ORG; Thu, 16 Oct 1997 12:09:41 -0700 (PDT) Date: Thu, 16 Oct 1997 12:09:41 -0700 (PDT) Message-Id: <199710161909.MAA18901@george.arc.nasa.gov> To: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount / Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Over the last few weeks, I've seen a bunch of responses on this. Last summer, I attempted to get W95 and FreeBSD working under similar conditions, and ended up by: A) Leaving a dedicated W'95 EIDE disk as the master drive on the primary EIDE controller, modifying the MBR and installing booteasy B) Adding a second EIDE disk for FreeBSD - ** as the slave drive on the primary EIDE controller ** partitioning the usual way, and modifying the MBR and installing booteasy This last, that is, adding the FreeBSD disk as the *slave drive on the primary controller*, turned out to be the only way I could get the booteasy loader to work. I never could get it to boot off the secondary controller, which also now happens to have an ATAPI CDROM on it, which I moved from the primary EIDE to the secondary EIDE. I tried several permutations and combinations of kernels compiled with "config kernel root on wd[0-2], moving drives around, etc., and finally got it to work as above. YMMV, but, for some reason, I found that the root partition had to live on a drive on the primary controller, in which case it worked perfectly. In no case did it appear to work with the root partition on the secondary controller. [I'm sure it was operator error, but, there seems to be something inconsistent about the way the numeral "1" is used as a controller number between the BIOS and the OS. Oh, and another thing: I use CHS addressing on the FreeBSD disks, not LBA, and, I set it that way in the BIOS. Works just fine, even though some of the documentation steers you to LBA. I've had various troubles with LBA, and now only use it for W95. As I said, YMMV.] Of course, everything works just perfectly on a more recent system with only a single SCSI disk on it partitioned for FreeBSD. Award BIOSes, BTW. > From: Doug White > Date: Thu, 16 Oct 1997 10:24:06 -0700 (PDT) > Subject: Re: Cannot mount / > > On Thu, 16 Oct 1997, Aled Treharne wrote: > > > I have recently installed FBSD on my home machine following several > > succesfull experiences in the University. The machine is an AMD 486DX2-66 > > with 24Mb RAM, 3Com 3C509 TPO and ESS1868 Audio Drive sounds card - both > > on the Plug'n'Pray, ATAPI 20speed CDROM on the EIDE controller on the > > sound card, and 2 hard disks - 2.1G Fujitsu (Master) and 1.2G (Slave). I > > have windoze 95 on the fujitsu and FBSD has the other to itself, though > What is your drive layout on the IDE controllers? I'm assuming it's > something like this... > > PRIMARY IDE CONTROLLER > MASTER: 2.1GB Fujitsu : Windows 95 > SLAVE: 1.2GB Unknown : FreeBSD I'm only sending this as "a public service". People shouldn't need to waste time [their own, or, wizard's time] or get discouraged by things as simple as these. -Hugh LaMaster From owner-freebsd-questions Thu Oct 16 12:11:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18863 for questions-outgoing; Thu, 16 Oct 1997 12:11:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18831 for ; Thu, 16 Oct 1997 12:11:44 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id OAA24738; Thu, 16 Oct 1997 14:11:25 -0500 (CDT) Message-ID: <344666DB.A5160E20@iaces.com> Date: Thu, 16 Oct 1997 14:11:23 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Doug White CC: Leif Neland , freebsd-questions@FreeBSD.ORG Subject: Re: boot-manager control X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > > On 14 Oct 1997, Leif Neland wrote: > > > I have a pc, which I need to run both dos and fbsd. > > > > Is it possible to alter the default system, the machine boots with, > > instead of "press F1 for Dos, F3 for FreeBSD", so I have to be around? > > > > I want to from a cronjob say "set_next_boot_to dos", then reboot. > > Booteasy isn't this hackable, unfortunately, unless you can figure out > where the default option is stored in the botblock, then have a program > modify that. Booteasy's source is included on the CDROM or ftp site in > tools/src/. Try OSBS-beta from tools. It's is highly configurable. I like it a lot. From owner-freebsd-questions Thu Oct 16 12:27:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA19870 for questions-outgoing; Thu, 16 Oct 1997 12:27:08 -0700 (PDT) (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 MAA19863 for ; Thu, 16 Oct 1997 12:27:03 -0700 (PDT) (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 PAA15137; Thu, 16 Oct 1997 15:26:28 -0400 Date: Thu, 16 Oct 1997 15:26:28 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Alex Boisvert cc: "Jeffrey M. Dominiak" , "'freebsd-questions@freebsd.org'" Subject: Re: Doom Too Small 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 Run doom as such: doom -3 That will make the game playable. If that's too big, run: doom -2 -Joe Clarke On Thu, 16 Oct 1997, Alex Boisvert wrote: > > I am trying to run X Doom 1.8. Seems to work fine except it's too small to > > play. I tried expanding the window. But only the frame expands, the > > actual game window stays the same. > > > > How can I enlarge it? > > You can use "CTRL-ALT-+" (gray "plus" sign on your numeric keypad) to > dynamically change your X-Windows resolution. Note that this depends on > which resolutions are defined in your /etc/XF86Config configuration > file. > > Regards, > Alex. > > > --- > FreeBSD: Decouvrez la puissance de votre PC! www.freebsd.org > From owner-freebsd-questions Thu Oct 16 13:11:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22416 for questions-outgoing; Thu, 16 Oct 1997 13:11:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from colonel.42inc.com (colonel.42inc.com [205.217.47.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22411 for ; Thu, 16 Oct 1997 13:11:12 -0700 (PDT) (envelope-from hsn@42is.com) Received: (from hsn@localhost) by colonel.42inc.com (8.8.5/8.6.12) id NAA00378; Thu, 16 Oct 1997 13:10:55 -0700 (PDT) From: hsn Message-Id: <199710162010.NAA00378@colonel.42inc.com> Subject: Routeing Strangeness To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 1997 13:10:54 -0700 (PDT) Cc: hsn@colonel.42inc.com (hsn) 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 I am setting up a FreeBSD 2.1.7 box as a gateway for a local network. I'm having a really odd problem (it seems to me) that I can't figure out: When the gateway boots, the first machine on the LAN to contact the gateway can connect, see the internet at large, etc. but any other machine on the network cannot. The gateway says arp lookup failed: host not on local network. It can be any machine on the network - IP address, OS, etc. all don't seem to matter. The routing tables look normal to me - a default route to the ISP, various routes to various nonlocal networks, a route mapping the incoming line (from the ISP) to the ethernet card on the local network, and then the ip<-> ethernet route for the first lucky machine to connect. Has anyone seen this before? Help! Thanks much. Harry PS - please cc me: I haven't subbed to the list yet (have to get this working first!) Thanks. From owner-freebsd-questions Thu Oct 16 13:21:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22807 for questions-outgoing; Thu, 16 Oct 1997 13:21:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [163.195.220.170]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22792 for ; Thu, 16 Oct 1997 13:21:00 -0700 (PDT) (envelope-from rbezuide@oskar.nanoteq.co.za) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.7/8.8.5) id WAA03185; Thu, 16 Oct 1997 22:20:17 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199710162020.WAA03185@oskar.nanoteq.co.za> Subject: Re: Routeing Strangeness In-Reply-To: <199710162010.NAA00378@colonel.42inc.com> from hsn at "Oct 16, 97 01:10:54 pm" To: hsn@42is.com (hsn) Date: Thu, 16 Oct 1997 22:20:17 +0200 (SAT) Cc: freebsd-questions@FreeBSD.ORG, hsn@colonel.42inc.com X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi .. > > Has anyone seen this before? Help! Please give some more info .. like the routing table ... the ifconfig's and the networks and their masks ... :) Thanx Reinier From owner-freebsd-questions Thu Oct 16 13:21:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22844 for questions-outgoing; Thu, 16 Oct 1997 13:21:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from grapenuts.bellcore.com (grapenuts.bellcore.com [192.4.4.35]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA22797; Thu, 16 Oct 1997 13:21:05 -0700 (PDT) (envelope-from ath@bellcore.com) Received: from bellcore.com (localhost [127.0.0.1]) by grapenuts.bellcore.com (8.6.9/8.6.10) with ESMTP id QAA01841; Thu, 16 Oct 1997 16:20:26 -0400 Message-Id: <199710162020.QAA01841@grapenuts.bellcore.com> From: Andrew Heybey To: questions@freebsd.org, scsi@freebsd.org Subject: NCR 53c810 & DAT tape Date: Thu, 16 Oct 1997 16:20:22 -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk So after I post about the wonders of my new SCSI controller & DAT drive, then I run into a problem. I try to do a large dump on the drive (about 300 MB), and it dies after 26340 tape blocks with a write error, and the drive wedges with both LEDs on. By "wedged" I mean that it doesn't respond to pushing the eject button, dump is stuck in a disk wait, and an attempt to make something happen by causing a reprobe ("scsi -f /dev/rst0.ctl -p") also hangs in a disk wait. Log messages after the error were: ncr0:6: ERROR (a0:0) (a-2a-0) (48/13) @ script (1bc:7c094800). ncr0: script cmd = 900b0000 ncr0: regdump: da 10 80 13 47 48 06 1f 01 0a 86 2a 80 00 0a 00. ncr0: restart (fatal error). st0: COMMAND FAILED (9 ff) @f064ea00. ncr0: timeout ccb=f064ea00 (skip) Boot-time probe messages for the machine, tape & controller are: FreeBSD 3.0-970807-SNAP #0: Thu Aug 7 09:39:34 GMT 1997 root@make.ican.net:/usr/src/sys/compile/GENERIC CPU: Pentium (232.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf ncr0: rev 0x01 int a irq 9 on pci0.10.0 ncr0: minsync=25, maxsync=206, maxoffs=8, 16 dwords burst, normal dma fifo ncr0: waiting for scsi devices to settle scbus0 at ncr0 bus 0 st0 at scbus0 target 6 lun 0 st0: type 1 removable SCSI 2 st0: Sequential-Access st0: 6.7 MB/s (150 ns, offset 8) density code 0x13, drive empty The tape drive is the only thing on the bus. It is not clear to me from the log messages whether the error is from the tape drive or some kind of problem with the controller. Any hints? thanks, andrew From owner-freebsd-questions Thu Oct 16 13:54:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA24364 for questions-outgoing; Thu, 16 Oct 1997 13:54:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA24351 for ; Thu, 16 Oct 1997 13:54:41 -0700 (PDT) (envelope-from cbooth@ithaca) Received: from ithaca (root@host014.nyc.interactive.net [208.192.234.114]) by onyx.interactive.net (8.8.5/8.8.5) with ESMTP id QAA11782; Thu, 16 Oct 1997 16:54:37 -0400 (EDT) Received: from ithaca (localhost [127.0.0.1]) by ithaca (8.7.6/8.7.3) with ESMTP id QAA00727; Thu, 16 Oct 1997 16:51:26 -0400 Message-Id: <199710162051.QAA00727@ithaca> X-Mailer: exmh version 1.6.7 05/05/96 To: questions@freebsd.org cc: cbooth@onyx.interactive.net Subject: Serial Mouse in 2.2.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 16:51:21 -0400 From: "Christopher J. Booth" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, FreeBSDers: I have not yet been able to get my mouse working. Serial mouse, sio1/cuaa1/COM2, Mouse Systems (switchable to Microsoft, but set to Mouse Systems and working as such in the same box in Linux and DOS/Win3.1--_and_ it had worked fine as such in FreeBSD 2.1.5--no change in hardware!). Here are my settings: /etc/rc.conf mousedtype="mousesystems" mousedport="/dev/cuaa1" mousedflags="" /etc/XF86Config Section "Pointer" Protocol "MouseSystems" Device "/dev/sysmouse" I have also tried switching the mouse to Microsoft and changing the /etc/rc.conf and /etc/XF86Config files accordingly, to no advantage. My cursor does not move, either in ttyv0-ttyv2 after "vidcontrol -m on" or in X. I have also tried getting rid of moused by setting /etc/rc.conf as mousedtype="NO" mousedport="" mousedflags="" and /etc/XF86Config as Section Pointer Protocol "MouseSystems" Device "/dev/cuaa1" also to no avail, getting no cursor movement in X at all. [Except for this glitch, so far I am ecstatic about FreeBSD 2.2.2. It installed like a charm, and my ppp is working now--I had not been able to get it working right in 2.1.5. Fetchmail & sendmail are running well, too!! Wheee!!! But I would very much like to get my mouse working so that I can go on to the next things to wrastle with.] There must be another file(s) somewhere that must be modified, but I can't find it mentioned anywhere. Can anyone help me on this one? I have looked in man pages, FAQ, and mail and documentation archives at www.freebsd.org for this, and have found nothing. Thanks, all, Chris Booth -- ________________________________ Chris Booth cbooth@onyx.interactive.net From owner-freebsd-questions Thu Oct 16 13:56:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA24468 for questions-outgoing; Thu, 16 Oct 1997 13:56:47 -0700 (PDT) (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 NAA24463 for ; Thu, 16 Oct 1997 13:56:42 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id NAA19113; Thu, 16 Oct 1997 13:58:06 -0700 (PDT) Message-Id: <199710162058.NAA19113@implode.root.com> To: Doug White cc: Brandon Hicks , freebsd-questions@FreeBSD.ORG Subject: Re: 2 Network Cards, How do I set this up? In-reply-to: Your message of "Thu, 16 Oct 1997 09:48:44 PDT." From: David Greenman Reply-To: dg@root.com Date: Thu, 16 Oct 1997 13:58:06 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >On Wed, 15 Oct 1997, Brandon Hicks wrote: > >> We are SLOWLY upgrading to 100base from 10base, the only problem is, (BTW, >> we are an ISP) our T1 routers, and our Livingston Portmasters are 10base. >> Which means that we are going to have to have 2 network cards in 1 of our >> servers, seeing that our new 100base HUB will not Up/Down Link to a 10base >> HUB. So, 1st I need to know how this can be done... We have the Cards to >> put into the servers, and into our computers... Do I need any software, or >> any thing if all i want is that server to act as a passthough? > >That doesn't sound right. The hub can't dumb down a port to 10mbit >for you? I was under the impression that 100mbit hubs were >backwards-compatible. No, you would need a switch for that (which are much more expensive). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Thu Oct 16 14:03:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24729 for questions-outgoing; Thu, 16 Oct 1997 14:03:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [194.192.97.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24720 for ; Thu, 16 Oct 1997 14:03:12 -0700 (PDT) (envelope-from leifn@swimsuit.roskildebc.dk) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id VAA24766 for freebsd-questions@freebsd.org; Thu, 16 Oct 1997 21:44:47 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA06826; 16 Oct 97 21:44:17 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 16 Oct 97 19:10:30 +0100 Subject: Re: mail account only, no login Message-ID: <186_9710162144@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 16 Oct 97 15:50:47 026809r@dragon.acadiau.ca (2:234/49.99) wrote to Leif Neland regarding Re: mail account only, no login in area "freebsd-questions" 0>> >> Is there a way to create "mail only" accounts? I want my bsd 0>> >> 2.1.7 machine to only deliver mail via popper 0>> If you just mean no shell, just put an invalid shell such as 0> /dev/null, and 0>> add it to /etc/shells. 0> 0> If you do that, won't that allow ftp access to that account? Don't put the shell in /etc/shells. Then ftp is disabled. Leif Neland leifn@image.dk --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@image.dk From owner-freebsd-questions Thu Oct 16 14:14:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA25152 for questions-outgoing; Thu, 16 Oct 1997 14:14:32 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from spiv.fnal.gov (spiv.fnal.gov [131.225.124.126]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA25147 for ; Thu, 16 Oct 1997 14:14:30 -0700 (PDT) (envelope-from neswold@spiv.fnal.gov) Received: from localhost (neswold@localhost) by spiv.fnal.gov (8.8.5/8.8.5) with SMTP id QAA09466; Thu, 16 Oct 1997 16:14:03 -0500 (CDT) Date: Thu, 16 Oct 1997 16:14:03 -0500 (CDT) From: "Richard M. Neswold" Reply-To: neswold@fnal.gov To: "Christopher J. Booth" cc: questions@FreeBSD.ORG Subject: Re: Serial Mouse in 2.2.2 In-Reply-To: <199710162051.QAA00727@ithaca> 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, 16 Oct 1997, Christopher J. Booth wrote: > I have not yet been able to get my mouse working. Serial mouse, > sio1/cuaa1/COM2, Mouse Systems (switchable to Microsoft, but set to Mouse > Systems and working as such in the same box in Linux and DOS/Win3.1--_and_ > it had worked fine as such in FreeBSD 2.1.5--no change in hardware!). I'm not sitting at the machine with the MouseSystems mouse, so I can't give you my exact set up, but to get it to work, I had to enable either the DTR or RTS option; MouseSystems mice apparently use hardware handshaking. When I wasn't using moused, I put the DTR/RTS option in the X config file. When I enabled moused, I took it out of the X file and added -D or -R to my moused options. Hope this helps... Rich ------------------------------------------------------------------------ Richard Neswold, Accelerator Div./Controls Dept | neswold@fnal.gov Fermilab, PO Box 500, MS 347, Batavia, IL 60510 | voice (630) 840-3454 'finger neswold@aduxb.fnal.gov' for PGP key | fax (630) 840-3093 From owner-freebsd-questions Thu Oct 16 14:57:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA27322 for questions-outgoing; Thu, 16 Oct 1997 14:57:10 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from colonel.42inc.com (colonel.42inc.com [205.217.47.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA27311 for ; Thu, 16 Oct 1997 14:57:04 -0700 (PDT) (envelope-from hsn@42is.com) Received: (from hsn@localhost) by colonel.42inc.com (8.8.5/8.6.12) id OAA00519; Thu, 16 Oct 1997 14:56:54 -0700 (PDT) From: hsn Message-Id: <199710162156.OAA00519@colonel.42inc.com> Subject: Re: Routeing Strangeness To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 1997 14:56:53 -0700 (PDT) Cc: hsn@colonel.42inc.com (hsn) In-Reply-To: <199710162020.WAA03185@oskar.nanoteq.co.za> from Reinier Bezuidenhout at "Oct 16, 97 10:20:17 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 X-Loop: FreeBSD.org Precedence: bulk Hi again - I know this is a little annoying, but I know the routing info and ifconfig(uration) is correct... this machine has been in operation for about 6 months, and nothing has changed there. I don't relish giving this info out to the whole archived world for security reasons... If anyone really thinks that the problem could lie there, please let me know. The problem seems to be with arp lookups. "route get" on various machines has all the right answers. Has anyone seen a problem wherein only one machine on a network can get an arp table entry? Thanks. -j > Hi .. > > > > > Has anyone seen this before? Help! > > Please give some more info .. like the routing table ... > the ifconfig's and the networks and their masks ... :) > > Thanx > Reinier > From owner-freebsd-questions Thu Oct 16 16:24:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01063 for questions-outgoing; Thu, 16 Oct 1997 16:24:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01058; Thu, 16 Oct 1997 16:24:07 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA16381; Fri, 17 Oct 1997 08:52:14 +0930 (CST) Message-ID: <19971017085214.27446@lemis.com> Date: Fri, 17 Oct 1997 08:52:14 +0930 From: Greg Lehey To: Wolfgang Neumann Cc: Jacques Hugo , questions@FreeBSD.ORG, hacker@FreeBSD.ORG Subject: Re: sig 11 and sig 10 References: <3445B031.167EB0E7@wired.ctech.ac.za> <3445FEDA.6107@convex.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3445FEDA.6107@convex.hp.com>; from Wolfgang Neumann on Thu, Oct 16, 1997 at 01:47:38PM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 16, 1997 at 01:47:38PM +0200, Wolfgang Neumann wrote: > Jacques Hugo wrote: >> >> Hi there ... >> >> I know what a sig 11 exit is, but why does >> sig 10 occur? > > If the entries are in order (don't know about that) you could reference > the signal list given in sigaction(2) and count down from top. > > Just a wild guess but maybe it helps ... Take a look at /usr/include/sys/signal.h: #define SIGHUP 1 /* hangup */ #define SIGINT 2 /* interrupt */ #define SIGQUIT 3 /* quit */ #define SIGILL 4 /* illegal instruction (not reset when caught) */ #ifndef _POSIX_SOURCE #define SIGTRAP 5 /* trace trap (not reset when caught) */ #endif #define SIGABRT 6 /* abort() */ #ifndef _POSIX_SOURCE #define SIGIOT SIGABRT /* compatibility */ #define SIGEMT 7 /* EMT instruction */ #endif #define SIGFPE 8 /* floating point exception */ #define SIGKILL 9 /* kill (cannot be caught or ignored) */ #ifndef _POSIX_SOURCE #define SIGBUS 10 /* bus error */ #endif #define SIGSEGV 11 /* segmentation violation */ #ifndef _POSIX_SOURCE #define SIGSYS 12 /* non-existent system call invoked */ #endif #define SIGPIPE 13 /* write on a pipe with no one to read it */ #define SIGALRM 14 /* alarm clock */ #define SIGTERM 15 /* software termination signal from kill */ #ifndef _POSIX_SOURCE #define SIGURG 16 /* urgent condition on IO channel */ #endif #define SIGSTOP 17 /* sendable stop signal not from tty */ #define SIGTSTP 18 /* stop signal from tty */ #define SIGCONT 19 /* continue a stopped process */ #define SIGCHLD 20 /* to parent on child stop or exit */ #define SIGTTIN 21 /* to readers pgrp upon background tty read */ #define SIGTTOU 22 /* like TTIN for output if (tp->t_local<OSTOP) */ #ifndef _POSIX_SOURCE #define SIGIO 23 /* input/output possible signal */ #define SIGXCPU 24 /* exceeded CPU time limit */ #define SIGXFSZ 25 /* exceeded file size limit */ #define SIGVTALRM 26 /* virtual time alarm */ #define SIGPROF 27 /* profiling time alarm */ #define SIGWINCH 28 /* window size changes */ #define SIGINFO 29 /* information request */ #endif #define SIGUSR1 30 /* user defined signal 1 */ #define SIGUSR2 31 /* user defined signal 2 */ The original question was: I know what a sig 11 exit is, but why does sig 10 occur? A signal isn't an exit, of course. It's a software interrupt. As to the difference, from "Porting UNIX Software": The difference between the signals SIGBUS and SIGSEGV is purely historical: it relates to the PDP-11 hardware interrupt that detected the problem. In modern systems, it depends on the whim of the implementor when you get which signal. POSIX.1 defines only SIGSEGV, but this doesn't help much if the processor generates SIGBUS anyway. It's best to treat them as being equivalent. I didn't know that FreeBSD generates SIGBUS. Where do you see it? Greg From owner-freebsd-questions Thu Oct 16 16:25:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01129 for questions-outgoing; Thu, 16 Oct 1997 16:25:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from firewall.mikej.com (firewall.mikej.com [206.246.161.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01114 for ; Thu, 16 Oct 1997 16:25:03 -0700 (PDT) (envelope-from mikej@firewall.mikej.com) Received: from localhost (mikej@localhost) by firewall.mikej.com (8.8.7/8.8.7) with SMTP id TAA10941 for ; Thu, 16 Oct 1997 19:24:57 -0400 (EDT) Date: Thu, 16 Oct 1997 19:24:56 -0400 (EDT) From: Michael Jung To: questions@freebsd.org Subject: Multichannel 100TX Adapter 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 all: As I am in a crunch Can anyone recommend a 2-4 channel 100BTX pci adapter that is supported under FreeBSD 3.x? Please respond by email as I am not on this list. From owner-freebsd-questions Thu Oct 16 16:26:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01199 for questions-outgoing; Thu, 16 Oct 1997 16:26:35 -0700 (PDT) (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 QAA01193 for ; Thu, 16 Oct 1997 16:26:29 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id WAA00861; Thu, 16 Oct 1997 22:59:18 +0100 (BST) Message-Id: <199710162159.WAA00861@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter Haight cc: freebsd-questions@FreeBSD.ORG Subject: Re: Uninitiated UDP and PPP packet aliasing In-reply-to: Your message of "Wed, 15 Oct 1997 23:30:08 PDT." <3.0.32.19971015233003.0068e604@mail.real.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Oct 1997 22:59:18 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I've got a small lan setup that is connected to the Internet through a PPP > modem connection (soon to be ISDN). Anyway, a few applications (RealPlayer, > some games) send UDP packets in response to messages on a separate control > channel. This obviously presents a problem for the PPP packet aliasing > since it has no idea which host these UDP packets should be going to. I can > think of some application specific solutions, but no good general solution. > > Anyone got any ideas? Check out the "alias port" command in ppp. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Oct 16 16:33:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01658 for questions-outgoing; Thu, 16 Oct 1997 16:33:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01648; Thu, 16 Oct 1997 16:33:49 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA16412; Fri, 17 Oct 1997 09:03:25 +0930 (CST) Message-ID: <19971017090324.50542@lemis.com> Date: Fri, 17 Oct 1997 09:03:24 +0930 From: Greg Lehey To: Andrew Heybey Cc: questions@FreeBSD.ORG, scsi@FreeBSD.ORG Subject: Re: NCR 53c810 & DAT tape References: <199710162020.QAA01841@grapenuts.bellcore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710162020.QAA01841@grapenuts.bellcore.com>; from Andrew Heybey on Thu, Oct 16, 1997 at 04:20:22PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 16, 1997 at 04:20:22PM -0400, Andrew Heybey wrote: > So after I post about the wonders of my new SCSI controller & DAT > drive, then I run into a problem. > > I try to do a large dump on the drive (about 300 MB), and it dies > after 26340 tape blocks with a write error, and the drive wedges with > both LEDs on. By "wedged" I mean that it doesn't respond to pushing > the eject button, dump is stuck in a disk wait, and an attempt to make > something happen by causing a reprobe ("scsi -f /dev/rst0.ctl -p") > also hangs in a disk wait. > > Log messages after the error were: > > ncr0:6: ERROR (a0:0) (a-2a-0) (48/13) @ script (1bc:7c094800). > ncr0: script cmd = 900b0000 > ncr0: regdump: da 10 80 13 47 48 06 1f 01 0a 86 2a 80 00 0a 00. > ncr0: restart (fatal error). > st0: COMMAND FAILED (9 ff) @f064ea00. > ncr0: timeout ccb=f064ea00 (skip) > > Boot-time probe messages for the machine, tape & controller are: > > FreeBSD 3.0-970807-SNAP #0: Thu Aug 7 09:39:34 GMT 1997 > root@make.ican.net:/usr/src/sys/compile/GENERIC > CPU: Pentium (232.96-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x543 Stepping=3 > Features=0x8001bf > ncr0: rev 0x01 int a irq 9 on pci0.10.0 > ncr0: minsync=25, maxsync=206, maxoffs=8, 16 dwords burst, normal dma fifo > ncr0: waiting for scsi devices to settle > scbus0 at ncr0 bus 0 > st0 at scbus0 target 6 lun 0 > st0: type 1 removable SCSI 2 > st0: Sequential-Access > st0: 6.7 MB/s (150 ns, offset 8) > density code 0x13, drive empty > > The tape drive is the only thing on the bus. It is not clear to me > from the log messages whether the error is from the tape drive or some > kind of problem with the controller. Any hints? Is this repeatable? Do you have your termination set up correctly? Greg From owner-freebsd-questions Thu Oct 16 16:44:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA02090 for questions-outgoing; Thu, 16 Oct 1997 16:44:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iectech.com (netgate.iectech.com [198.136.226.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA02085 for ; Thu, 16 Oct 1997 16:44:11 -0700 (PDT) (envelope-from CPELTIER@iectech.com) Received: by netgate.iectech.com id <6182>; Thu, 16 Oct 1997 15:24:02 -0400 From: Chris Peltier To: "'questions@FreeBSD.org'" Subject: DE driver Date: Thu, 16 Oct 1997 19:35:36 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 Encoding: 25 TEXT Message-Id: <97Oct16.152402edt.6182@netgate.iectech.com> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is there a differance between the Digital DE500-AA and DE500-XA NIC cards as far as FreeBSD is concerned? The AA board has a socket for a Boot ROM and the XA does not. I am having a problem with an older system (2.1.0 Release). I rebuilt the kernel to add support for de1 (I already have a DE500-XA board in the system - de0) and the device is detected but refuses to operate properly. The activity LED is always on when the board is initialized upon boot. ifconfig reports the board as up and available. Pings fail with network down. Problems occur only on the DE500-AA board. The XA boards work great. Any ideas? How about under 2.2.2? Sincerely, Chris Peltier * email: CPELTIER@IECTECH.COM * voice: 215-257-4917 * FAX: 215-257-4916 From owner-freebsd-questions Thu Oct 16 16:46:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA02169 for questions-outgoing; Thu, 16 Oct 1997 16:46:20 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA02159 for ; Thu, 16 Oct 1997 16:46:16 -0700 (PDT) (envelope-from fodder@ix.netcom.com) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id SAA02546 for ; Thu, 16 Oct 1997 18:04:41 -0500 (CDT) Received: from blm-in4-04.ix.netcom.com(207.220.132.68) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma000263; Thu Oct 16 17:46:29 1997 Message-ID: <34468B78.3FCD@ix.netcom.com> Date: Thu, 16 Oct 1997 17:47:36 -0400 From: Kermit the Hog Reply-To: fodder@ix.netcom.com X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HELP! FIPS error...I need instructions on FDISK! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I seem to be unable to get FIPS to create me a second HD partition, and partition magic isn't very cooperative either. I have come down to FDISK as a last resort. Any help on how to use FDISK to install FreeBSD would be appreciated. Send replys to "fodder@ix.netcom.com" Thank you. From owner-freebsd-questions Thu Oct 16 17:28:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05044 for questions-outgoing; Thu, 16 Oct 1997 17:28:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from acheron.fmi.com (uucp@acheron.fmi.com [157.33.227.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA05039 for ; Thu, 16 Oct 1997 17:28:04 -0700 (PDT) (envelope-from Garis_Mahendra@fmi.com) Received: (from uucp@localhost) by acheron.fmi.com (8.8.5/8.6.12) id AAA10870 for ; Fri, 17 Oct 1997 00:27:59 GMT Received: from babylon.nola.fmi.com(157.33.3.49) by acheron.fmi.com via smap (V1.3) id xma010862; Fri, 17 Oct 97 00:27:53 GMT Received: from krakatau.tpra.fmi.com (krakatau.tpra.fmi.com [157.47.5.30]) by babylon.nola.fmi.com (8.6.9/8.6.12) with ESMTP id TAA23139 for ; Thu, 16 Oct 1997 19:27:49 -0500 Received: from fmi.com (mgaris.tpra.fmi.com [157.47.53.54]) by krakatau.tpra.fmi.com (8.6.9/8.6.9-mvc) with ESMTP id JAA28067 for ; Fri, 17 Oct 1997 09:22:37 +0900 Message-ID: <3446B117.39EA012@fmi.com> Date: Fri, 17 Oct 1997 09:28:08 +0900 From: Garis Mahendra Reply-To: Garis_Mahendra@fmi.com X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: In Log Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello FreeBSD, I want ask you about DNS Server I make FreeBSD 2.1.7 Release . I have messages in log : Oct 17 09:03:15 senggigi named[19553]: fwritemsg: Broken pipe Oct 17 09:03:19 senggigi named[19552]: fwritemsg: Broken pipe Oct 17 09:25:10 senggigi named[19567]: fwritemsg: Broken pipe Can you explain to me ? thank you , FreeBSD I like you Garis From owner-freebsd-questions Thu Oct 16 17:57:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA06688 for questions-outgoing; Thu, 16 Oct 1997 17:57:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from area51.stjohns.edu (area51.stjohns.edu [149.68.19.239]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA06664 for ; Thu, 16 Oct 1997 17:57:42 -0700 (PDT) (envelope-from lefty@area51.stjohns.edu) Received: from localhost (lefty@localhost) by area51.stjohns.edu (8.8.5/8.7.3) with SMTP id UAA03794; Thu, 16 Oct 1997 20:25:26 -0400 Date: Thu, 16 Oct 1997 20:25:26 -0400 (EDT) From: "Lefty G." To: John Kelly cc: Jason Korkin , freebsd-questions@FreeBSD.ORG Subject: Re: Configuring a LinkSys Ethernet Card In-Reply-To: <344b5a13.104061014@smtp-gw01.ny.us.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 Wed, 15 Oct 1997 16:22:53 -0400, Jason Korkin >I am trying to install a Linksys 10-Base-T ethernet card. It is NE2000 >compatible, and it resides at IRQ 11, at 0x280-0x29f. I cannot get the >kernel config to recongize it, nor if I rebuild the kernel... Any >thoughts? I am running one of those cards right now, and it works fine. Try different IRQ's and address's. Mine is set to IRQ 10 and 0x300, and I set it as ed0.. I believe you need ed0 for NE2000/Compatibles. -Lefty From owner-freebsd-questions Thu Oct 16 18:16:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07469 for questions-outgoing; Thu, 16 Oct 1997 18:16:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from colonel.42inc.com (colonel.42inc.com [205.217.47.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07430 for ; Thu, 16 Oct 1997 18:15:59 -0700 (PDT) (envelope-from jal@42is.com) Received: (from jal@localhost) by colonel.42inc.com (8.8.5/8.6.12) id SAA00520 for freebsd-questions@freebsd.org; Thu, 16 Oct 1997 18:15:49 -0700 (PDT) From: Jamie Lawrence Message-Id: <199710170115.SAA00520@colonel.42inc.com> Subject: routing oddity, redux To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 1997 18:15:48 -0700 (PDT) X-Info: Nothing new. 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 - This is a followup on a message sent by someone else earlier today. We're having problems with out gateway - after setting up a kvm switch to control multiple machines from one keyboard/monitor pair, the Freebsd gateway no longer seems to like the internal network. The problem seems really strange: The first machine to contact the server can connect, see the gateway, access any local services, telnet to machines anywhere on the 'net, etc. However, when another machine tries to access the gateway, in some situations neither of them can see the gateway anymore. In other situations, the original machine still has access. I cannot determine what the decisive action is that bumps the first one. I've checked to make sure all the workstations are properly configured, etc. No configuration changes were make to the FreeBSD box (running 2.1.7) during the move to the kvm switch. It has been running fine as a gateway for about 6 or so months previously. I took it off the kvm switch, and the problem persists, although, I have made a number of changes to various things in the mean time. Anyway. Appended are the output of relevent commands... The route get material seemed interesting to me. "Enterprise" was the first to contact the server this reboot. "Vegas" is just another workstation. Any suggestions would be wildly appreciated. Free brownies for whomever solves the problem (via snailmail, if nessessary). Thanks much. -j Script started on Thu Oct 16 17:26:16 1997 colonel: {1} netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default ts2.emf.net UGc 2 0 ppp0 localhost localhost UH 0 1 lo0 205.149 ts2.emf.net UGc 7 0 ppp0 205.149.2 ts2.emf.net UGc 0 0 ppp0 205.149.5 ts2.emf.net UGc 0 0 ppp0 205.149.7 ts2.emf.net UGc 0 0 ppp0 205.217.32 ts2.emf.net UGc 0 0 ppp0 205.217.44 ts2.emf.net UGc 0 0 ppp0 www/32 link#1 UC 0 0 www.42is.com/32 link#1 UC 0 0 www.thirdwave.com/ link#1 UC 0 0 www.findelvis.com/ link#1 UC 0 0 205.217.45.245/32 link#1 UC 0 0 205.217.45.246/32 link#1 UC 0 0 205.217.45.247/32 link#1 UC 0 0 205.217.45.248/32 link#1 UC 0 0 205.217.45.249/32 link#1 UC 0 0 205.217.45.250/32 link#1 UC 0 0 205.217.45.251/32 link#1 UC 0 0 205.217.45.252/32 link#1 UC 0 0 205.217.45.253/32 link#1 UC 0 0 205.217.45.254/32 link#1 UC 0 0 205.217.46 ts2.emf.net UGc 0 0 ppp0 205.217.47.80/28 205.217.47.82 UGSc 1 3 de0 205.217.47.82 0:0:c0:b4:5b:da UHLW 1 0 lo0 Enterprise link#1 UHRLW 1 23 de0 18 BASE-ADDRESS.MCAST localhost US 0 0 lo0 colonel: {2} ifconfig -a de0: flags=8863 mtu 1500 inet 205.217.47.82 netmask 0xfffffff0 broadcast 205.217.47.95 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8051 mtu 1500 inet 205.217.47.81 --> 205.149.0.6 netmask 0xffffff00 sl0: flags=c010 mtu 552 tun0: flags=8010 mtu 1500 colonel: {3} exit exit Script done on Thu Oct 16 17:26:38 1997 Script started on Thu Oct 16 17:23:38 1997 colonel: {1} route get enterprise route to: Enterprise destination: Enterprise interface: de0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 16384 16384 0 0 0 0 1500 2 colonel: {2} route get vegas route to: vegas destination: 205.217.47.80 mask: 255.255.255.240 gateway: 205.217.47.82 interface: de0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 16384 16384 0 0 0 0 1500 0 colonel: {3} exit exit Script done on Thu Oct 16 17:23:58 1997 From owner-freebsd-questions Thu Oct 16 18:30:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08113 for questions-outgoing; Thu, 16 Oct 1997 18:30:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from celebris.tddhome (sil-wa2-09.ix.netcom.com [206.214.137.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA08107 for ; Thu, 16 Oct 1997 18:30:06 -0700 (PDT) (envelope-from tomdean@celebris.tddhome) Received: (from tomdean@localhost) by celebris.tddhome (8.8.7/8.8.5) id SAA01315; Thu, 16 Oct 1997 18:29:43 -0700 (PDT) Date: Thu, 16 Oct 1997 18:29:43 -0700 (PDT) Message-Id: <199710170129.SAA01315@celebris.tddhome> From: Thomas Dean To: dwhite@resnet.uoregon.edu CC: lukas@reichardt.ch, questions@FreeBSD.ORG In-reply-to: (message from Doug White on Thu, 16 Oct 1997 09:50:20 -0700 (PDT)) Subject: Re: a.out <-> GNU CC Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is there a move to drop the a.out format? In favor of ELF? tomdean From owner-freebsd-questions Thu Oct 16 18:49:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09342 for questions-outgoing; Thu, 16 Oct 1997 18:49:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from relay0.jaring.my (relay0.jaring.my [192.228.128.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09326 for ; Thu, 16 Oct 1997 18:49:44 -0700 (PDT) (envelope-from phang@dgate.po.my) Received: (from root@localhost) by relay0.jaring.my (8.8.7/8.8.7) with UUCP id JAA08530 for freebsd-questions@freebsd.org; Fri, 17 Oct 1997 09:26:29 +0800 (MYT) Received: (from phang@localhost) by dgate.po.my (8.8.7/8.6.12) id JAA00879 for freebsd-questions@freebsd.org; Fri, 17 Oct 1997 09:37:02 +0800 (MYT) 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, 17 Oct 1997 09:08:34 +0800 (MYT) From: kkphang To: freebsd-questions@freebsd.org Subject: Re: make release: WHY NO ONE MENTIONED IT??? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 16-Oct-97 Alexander B. Povolotsky wrote: >BTW, I've got 100% repeatable panic during running doFS.sh. Or I am supposed >to well know kernel debugger for this? Ya me too, while doing release.8, somewhere doFS.sh :( It said panic: ufs_lock: recursive lock not expected, pid: 231 I manually run doFS.sh... and track down upto this ( set -e && cd ${FSPROTO} && find . -print | cpio -dump ${MNT} ) look like he die at cpio ??? Cheers, ~phang - -- Kok Khang Phang phone: 603 4913505 fax: 603 4913505 From owner-freebsd-questions Thu Oct 16 18:50:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09426 for questions-outgoing; Thu, 16 Oct 1997 18:50:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09421 for ; Thu, 16 Oct 1997 18:50:23 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id SAA07981; Thu, 16 Oct 1997 18:46:59 -0700 (PDT) From: "Shawn Ramsey" To: "Michael Richards" <026809r@dragon.acadiau.ca> Cc: Subject: Re: mail account only, no login Date: Thu, 16 Oct 1997 18:47:12 -0700 Message-ID: <01bcda9e$964937c0$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk >> If you just mean no shell, just put an invalid shell such as /dev/null, and >> add it to /etc/shells. > >If you do that, won't that allow ftp access to that account? Umm yeah. :) I didnt think of that since we allow FTP in to our machine. If you take it out of /etc/shells, adduser won't let you select is as a shell... From owner-freebsd-questions Thu Oct 16 18:56:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09632 for questions-outgoing; Thu, 16 Oct 1997 18:56:10 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09570; Thu, 16 Oct 1997 18:55:57 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id SAA08023; Thu, 16 Oct 1997 18:55:29 -0700 (PDT) From: "Shawn Ramsey" To: Cc: Subject: FreeBSD-stable HD req'd Date: Thu, 16 Oct 1997 18:55:41 -0700 Message-ID: <01bcda9f$c621f260$c4ac43cf@shawn.cpl.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002F_01BCDA65.19C31A60" 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 This is a multi-part message in MIME format. ------=_NextPart_000_002F_01BCDA65.19C31A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FreeBSD-stable just finished building on my system. How much space = (aprox) will I need on the destination drive. Here are my filesystems:=20 ' Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 456599 220342 199730 52% / /dev/wd2s1e 1212223 486323 628923 44% /disk2 procfs 4 4 0 100% /proc / was where FreeBSD was installed initially, and /disk2 is a new drive, = and basically only has /usr/local/*, news spool, and source. Will this = work? I dont want to do an installworld, and run out of disk space... I = would think that would be VERY bad. :) Thanks. =20 ------=_NextPart_000_002F_01BCDA65.19C31A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
FreeBSD-stable just finished = building on my=20 system. How much space (aprox) will I need on the destination drive. = Here are my=20 filesystems:
'
Filesystem =20 1K-blocks     Used    Avail = Capacity =20 Mounted on
/dev/wd0a      456599   = 220342   199730    52%   =20 /
/dev/wd2s1e   1212223   486323  =20 628923    44%   =20 /disk2
procfs         &nb= sp;   =20 4       =20 4        0   = 100%   =20 /proc
 
/ was where FreeBSD was installed = initially, and=20 /disk2 is a new drive, and basically only has /usr/local/*, news spool, = and=20 source. Will this work? I dont want to do an installworld, and run out = of disk=20 space... I would think that would be VERY bad. :)
 
Thanks.
 
 
------=_NextPart_000_002F_01BCDA65.19C31A60-- From owner-freebsd-questions Thu Oct 16 20:05:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13686 for questions-outgoing; Thu, 16 Oct 1997 20:05:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13671; Thu, 16 Oct 1997 20:05:15 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id UAA08212; Thu, 16 Oct 1997 20:04:45 -0700 (PDT) From: "Shawn Ramsey" To: "Shawn Ramsey" , Cc: Subject: Re: FreeBSD-stable HD req'd Date: Thu, 16 Oct 1997 20:04:57 -0700 Message-ID: <01bcdaa9$72ee9da0$c4ac43cf@shawn.cpl.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 X-Loop: FreeBSD.org Precedence: bulk FreeBSD-stable just finished building on my system. How much space (aprox) will I need on the destination drive. Here are my filesystems: ' Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 456599 220342 199730 52% / /dev/wd2s1e 1212223 486323 628923 44% /disk2 procfs 4 4 0 100% /proc / was where FreeBSD was installed initially, and /disk2 is a new drive, and basically only has /usr/local/*, news spool, and source. Will this work? I dont want to do an installworld, and run out of disk space... I would think that would be VERY bad. :) Thanks. Opps, sorry for the HTML. Dunno how that happened. From owner-freebsd-questions Thu Oct 16 20:24:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14891 for questions-outgoing; Thu, 16 Oct 1997 20:24:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from FreeBSD.rewdale.net.in ([202.54.36.58]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA14870 for ; Thu, 16 Oct 1997 20:24:26 -0700 (PDT) (envelope-from rewdale@giasbg01.vsnl.net.in) Received: from FreeBSD.rewdale.net.in (localhost.rewdale.net.in [127.0.0.1]) by FreeBSD.rewdale.net.in (8.8.5/8.8.5) with SMTP id IAA00255 for ; Fri, 17 Oct 1997 08:09:07 +0530 (IST) Message-ID: <3446CFC8.41C67EA6@giasbg01.vsnl.net.in> Date: Fri, 17 Oct 1997 08:09:04 +0530 From: "deepak.s.bhonsle" Organization: Rewdale Precission Tools PVT LTD X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: how to build shared object libraray ?... 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 want to build shared object library under FreeBSD, therefore i want some guidelines as to how to go about it. If there is any book or relevent document please let me know from where i can procure it.. Thanking you, Deepak. S. Bhonsle. From owner-freebsd-questions Thu Oct 16 20:30:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA15244 for questions-outgoing; Thu, 16 Oct 1997 20:30:41 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from locus.dml.com (locus.dml.com [198.49.1.49]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA15236 for ; Thu, 16 Oct 1997 20:30:36 -0700 (PDT) (envelope-from rose@dml.com) Received: (from rose@localhost) by locus.dml.com (8.8.5/8.8.5) id UAA00371; Thu, 16 Oct 1997 20:29:19 -0700 (PDT) Date: Thu, 16 Oct 1997 20:29:19 -0700 (PDT) From: Stephen Rose Message-Id: <199710170329.UAA00371@locus.dml.com> To: Chris Shenton Cc: questions@FreeBSD.ORG Subject: Re: Broken Amanda/Archive DAT chio/seagate-changer X-Newsreader: TIN [UNIX 1.3 unoff BETA 970424; i386 FreeBSD 2.2.2-RELEASE] Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Problem is I can't get the changer part to work. I'm running > FreeBSD-2.2-Stable, cvsupped a week about a week ago. I compiled in > support for ch0 in the kernel and it's recognized at boot: > (ncr0:6:0): "ARCHIVE Python 28849-XXX 4.CM" type 1 removable SCSI 2 > st0(ncr0:6:0): Sequential-Access > st0(ncr0:6:0): 5.0 MB/s (200 ns, offset 8) > density code 0x13, 512-byte blocks, write-enabled > (ncr0:6:1): "ARCHIVE Python 28849-XXX 4.CM" type 8 removable SCSI 2 > ch0(ncr0:6:1): Medium-Changer 4 slots, 1 drive, 1 picker > Some of the chio commands don't work, most notably "status": > operator@thanatos<17> chio status > chio: /dev/ch0: CHIOGSTATUS: Input/output error There is a problem with the ncr driver and the chio status command. I discovered this months ago from a search in the archives. I've been meaning to get some debug data for Stefan, but just haven't gotten around to it. I believe the chio driver has always worked well with the Adaptec driver, although I don't know that from experience. Steve Rose From owner-freebsd-questions Thu Oct 16 21:22:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18127 for questions-outgoing; Thu, 16 Oct 1997 21:22:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18103 for ; Thu, 16 Oct 1997 21:21:42 -0700 (PDT) (envelope-from jwlo@ms11.hinet.net) Received: from ms11.hinet.net (h78.s150.ts.hinet.net [168.95.150.78]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id MAA12209 for ; Fri, 17 Oct 1997 12:23:06 +0800 (CST) Message-ID: <3446E74C.A1D79FB3@ms11.hinet.net> Date: Fri, 17 Oct 1997 12:19:24 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: boot2 is too big? Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk When I make /sys/i386/boot/biosboot, there is a error message: boot2 is too big *** Error code 2 And the make proces is stoped. What is the problem with me?? Help!! From owner-freebsd-questions Thu Oct 16 22:23:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20646 for questions-outgoing; Thu, 16 Oct 1997 22:23:24 -0700 (PDT) (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 WAA20640 for ; Thu, 16 Oct 1997 22:23:21 -0700 (PDT) (envelope-from spork@super-g.com) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id FAA04720; Fri, 17 Oct 1997 05:19:49 -0400 (EDT) Date: Fri, 17 Oct 1997 05:19:49 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Dean Hollister cc: Patrick Vierheilig , freebsd-questions@FreeBSD.ORG Subject: Re: IRC-2.9_roof 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 I'd guess at /usr/local/lib... Charles On Fri, 17 Oct 1997, Dean Hollister wrote: > On Thu, 16 Oct 1997, Patrick Vierheilig wrote: > > > I believe it is ircd.conf > > And where is it located? > > Regards, > > d. > > +-------------------------------------------------------+ > | Dean Hollister, | deanh@iinet.net.au | > | Perth, Western Australia. | dean@odyssey.apana.org.au | > +-------------------------------------------------------+ > From owner-freebsd-questions Thu Oct 16 22:44:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA21789 for questions-outgoing; Thu, 16 Oct 1997 22:44:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from myhakas.matti.ee (qmailr@myhakas.matti.ee [194.126.98.150]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA21767 for ; Thu, 16 Oct 1997 22:44:00 -0700 (PDT) (envelope-from root@myhakas.matti.ee) Received: (qmail 1078 invoked by uid 0); 17 Oct 1997 05:43:36 -0000 Date: Fri, 17 Oct 1997 08:43:36 +0300 (EEST) From: Vallo Kallaste To: freebsd-questions@freebsd.org Subject: How many NIC's 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 Helo ! How many NIC's FreeBSD recognize at the same time ? I use 2.2.2 release. I mean Linux recognize four ethernet cards. Please reply via private e-mail. Vallo Kallaste vallo@matti.ee From owner-freebsd-questions Thu Oct 16 23:24:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23833 for questions-outgoing; Thu, 16 Oct 1997 23:24:56 -0700 (PDT) (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 XAA23811 for ; Thu, 16 Oct 1997 23:24:40 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from mushka (dialup02.odyssey.apana.org.au [203.11.114.102]) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id OAA00836; Fri, 17 Oct 1997 14:25:25 +0800 (WST) Message-Id: <3.0.3.32.19971017142313.0069d854@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Fri, 17 Oct 1997 14:23:13 +0800 To: spork From: Dean Hollister Subject: Re: IRC-2.9_roof Cc: 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 X-Loop: FreeBSD.org Precedence: bulk At 05:19 17/10/97 -0400, you wrote: >I'd guess at /usr/local/lib... Nope, nothing in there... Regards, d. +-------------------------------------------------------+ | Dean Hollister, | deanh@iinet.net.au | | Region Co-Ordinator, | dean@odyssey.apana.org.au*| | APANA, | | | Western Australia. | *finger A/C for more info | +-------------------------------------------------------+ 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 Oct 17 00:40:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27100 for questions-outgoing; Fri, 17 Oct 1997 00:40:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27092 for ; Fri, 17 Oct 1997 00:40:12 -0700 (PDT) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id RAA27477 for ; Fri, 17 Oct 1997 17:39:47 +1000 (EST) Date: Fri, 17 Oct 1997 17:39:47 +1000 (EST) From: Andrew To: freebsd-questions@freebsd.org Subject: switching to scsi hard drive 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 G'day all does anyone have any instructions for swapping from an ide hard drive to a scsi drive? I've had a bit of a look through the FAQ and the archives but failed to find anything. thanks Andrew Perry perrya@shoal.net.au From owner-freebsd-questions Fri Oct 17 00:45:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27242 for questions-outgoing; Fri, 17 Oct 1997 00:45:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from david.siemens.de (david.siemens.de [139.23.36.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27237 for ; Fri, 17 Oct 1997 00:45:44 -0700 (PDT) (envelope-from Andre.Albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (mail.siemens.de [139.23.33.13]) by david.siemens.de (8.8.7/8.8.7) with ESMTP id JAA17918 for ; Fri, 17 Oct 1997 09:41:57 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.7/8.8.5) with ESMTP id JAA16930 for ; Fri, 17 Oct 1997 09:45:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id JAA16236 for ; Fri, 17 Oct 1997 09:45:40 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199710170745.JAA11370@curry.mchp.siemens.de> Subject: running routed: Is my printer a router ? To: freebsd-questions@freebsd.org Date: Fri, 17 Oct 1997 09:45:34 +0200 (CEST) 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 Hi, I got a funny effect that I don't understand: When running routed on 2.2-STABLE, I occasionally see the following syslog message: Oct 17 09:11:14 server daemon.err routed[113]: ignore RTM_ADD without gateway Running routed now with "routed -d -t -t -t", I get the following in the log: -- 21:48:53 -- ignore RTM_GET: 192.168.21.92/32 -- 21:49:01 -- RTM_ADD from pid 8022: 192.168.21.92/32 routed: ignore RTM_ADD without gateway The timestamps are axactly the same as in syslog, so it's really 192.168.21.92 who has to do with it. But: The address 192.168.21.92 belongs to a networked printer ?!? Any hints on this? Thanks, -Andre From owner-freebsd-questions Fri Oct 17 00:59:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27644 for questions-outgoing; Fri, 17 Oct 1997 00:59:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27639 for ; Fri, 17 Oct 1997 00:59:15 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id JAA04277; Fri, 17 Oct 1997 09:43:16 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199710170743.JAA04277@rvc1.informatik.ba-stuttgart.de> Subject: Re: syncing disks In-Reply-To: <199710151728.MAA00650@stat168-001.residents.stolaf.edu> from "champlin@stolaf.edu" at "Oct 15, 97 12:28:46 pm" To: champlin@stolaf.edu Date: Fri, 17 Oct 1997 09:43:16 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Everytime I try to install freebsd on my computer the computer freezes. It happens when syncing disks but there is a kernel panic message just prior to syncing disks. Why would this happen? What can I do about it? What does the kernel panic message say? What is your hardware configuration? BTW. Please break your lines at about 70 characters. Wolfgang From owner-freebsd-questions Fri Oct 17 01:58:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00426 for questions-outgoing; Fri, 17 Oct 1997 01:58:23 -0700 (PDT) (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 BAA00408 for ; Fri, 17 Oct 1997 01:58:16 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA05704; Fri, 17 Oct 1997 10:57:20 +0200 (IST) Date: Fri, 17 Oct 1997 10:57:20 +0200 (IST) From: Nadav Eiron To: Andreas Terzis cc: questions@FreeBSD.ORG Subject: Re: Two FreeBSD partitions on the same (SCSI) disk In-Reply-To: <199710141743.KAA07180@panther.cs.ucla.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 Tue, 14 Oct 1997, Andreas Terzis wrote: > Hi folks, > > I have the following problem: I used to have NT and FreeBSD (2.1.6R) on > the same box. I removed NT and put FreeBSD 2.2.2R on the first partition > in the place of NT. > The problem is that right now Ican get, via the boot mananger, only to > the 2.2.2R partition and not to the 2.1.6. > Any solutions? Put them on different disks :-(. FreeBSD can only boot from a single partition on a disk (it always uses the first partition it finds). > > Thanks, > > Andreas Terzis > Nadav From owner-freebsd-questions Fri Oct 17 02:00:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA00621 for questions-outgoing; Fri, 17 Oct 1997 02:00:14 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA00616 for ; Fri, 17 Oct 1997 02:00:10 -0700 (PDT) (envelope-from scott@dcs.qmw.ac.uk) Received: from andromeda.dcs.qmw.ac.uk [138.37.89.2]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id KAA24472; Fri, 17 Oct 1997 10:00:07 +0100 (BST) Date: Fri, 17 Oct 1997 10:00:23 +0100 Message-Id: <199710170900.KAA14699@andromeda> From: Scott Mitchell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Patrick Gardella CC: questions@freebsd.org Subject: Re: JDK 1.1.4 In-Reply-To: <114364897@toto.iv> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Patrick Gardella said: >Alex said: >>You can also use the Linux port at: www.blackdown.org > >And then he wrote: >>When you execute "java" or "javac", these file are actually symbolic >>links to a file called ".java-wrapper". This is a shell script that >>configures the environment, among other things. > >>The problem is that this shell script invokes a few system-related >>binaries like "uname" which have different parameters on FreeBSD than on >>Linux. > >>You can just arrange the shell script to use the proper parameters and >>you won't get these anoying messages. > >Olaf said: >>The Linux JDK from java.blackdown.org works very well with Linux emulation, >>too (after tweaking bin/.java_wrapper a little). > > > >How does one go about using the linux java port? I've downloaded 1.1.3-v2 >and the updater to v2-1 from blackdown. > >Would anyone be willing to send me a copy of their .java-wrapper? I'll >try some tweaking, but shell scripting is not my strong point! > >Much obliged! > >Patrick One installs the Linux emulation library from the port collection, unpacks the JDK archive in a convenient place, and updates a few environment variables (PATH, JAVA_HOME, CLASSPATH, ...). The setup instructions for the JDK itself are probably included but it's pretty trivial. As far as the .java_wrapper script goes, I think it was just a matter of changing the invocation of 'arch' to the appropriate variant of 'uname' and using the FreeBSD equivalent to some weird option of '['. It's on my home machine so not accessible right now -- I'll try to remember to mail you a copy over the weekend. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0xE8A64271 | like a dried up piece of roast goat" QMW College, London, UK | | -- J. S. Bach. From owner-freebsd-questions Fri Oct 17 02:04:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA00836 for questions-outgoing; Fri, 17 Oct 1997 02:04:17 -0700 (PDT) (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 CAA00829 for ; Fri, 17 Oct 1997 02:04:11 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA05737; Fri, 17 Oct 1997 11:03:25 +0200 (IST) Date: Fri, 17 Oct 1997 11:03:25 +0200 (IST) From: Nadav Eiron To: Mariusz Potocki cc: Jacques Hugo , questions@FreeBSD.ORG Subject: RE: mounting a cd-rom 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, 15 Oct 1997, Mariusz Potocki wrote: > > On 15-Oct-97 Jacques Hugo wrote: > >Hi there ... > > > >I get some errors when I want to mount my IDE ATPI CD-ROM. > > > >Do you have to use the /dev/rcd0a, /dev/cd0a, ??? > > > >What is the difference between those devices? > > > try mount_cd9660 /dev/wcd0c /cdrom mount -t cd9660 /dev/wcd0c /cdrom is usually considered the way to go. The mount_ commands are not to (normally) be used directly. > > >Thanks > >-Jacques > > > >------------------------------------------------------ > >The box said "Requires Windows 3.1 or better" > > ... so I got BSD > > > >System Administrator | Jacques Hugo > >UNIX Systems | jacques@wired.ctech.ac.za > >Cape Technikon | +27-21-4603584 > >------------------------------------------------------ > > Mariusz > > "verba volant, > scripta manent" > Nadav From owner-freebsd-questions Fri Oct 17 02:18:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01277 for questions-outgoing; Fri, 17 Oct 1997 02:18:16 -0700 (PDT) (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 CAA01267 for ; Fri, 17 Oct 1997 02:18:09 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA05776; Fri, 17 Oct 1997 11:18:14 +0200 (IST) Date: Fri, 17 Oct 1997 11:18:13 +0200 (IST) From: Nadav Eiron To: Chris Peltier cc: "'questions@FreeBSD.org'" Subject: Re: DE driver In-Reply-To: <97Oct16.152402edt.6182@netgate.iectech.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 Thu, 16 Oct 1997, Chris Peltier wrote: > > Is there a differance between the Digital > DE500-AA and DE500-XA NIC cards as > far as FreeBSD is concerned? The AA Yes. The -XA uses the 21140 chip, while the -AA uses the newer -AC chips (I think that's the letters they use, though I'm not sure. You can find the exact chips by either looking on the boards or in the README files on DEC's DOS/Windows drivers disks). > board has a socket for a Boot ROM and > the XA does not. I am having a problem > with an older system (2.1.0 Release). I rebuilt > the kernel to add support for de1 (I already have > a DE500-XA board in the system - de0) > and the device is detected but refuses to > operate properly. The activity LED is always on > when the board is initialized upon boot. ifconfig > reports the board as up and available. Pings fail > with network down. Problems occur only on > the DE500-AA board. The XA boards work great. > Any ideas? How about under 2.2.2? Are you using the boards at 10mbps? If so, try ifconfig'ing it with -link2. I'm not sure 2.1.0 supprted this at all. Later releases should have no trouble with it. For example: de0 rev 32 int a irq 11 on pci0:12 de0: DE500-AA 21140A [10-100Mb/s] pass 2.0 de0: address 00:00:f8:02:c7:89 : : de0: link up: enabling 10baseT port de0: enabling 10baseT port harrison: {106} uname -v FreeBSD 2.2-970705-RELENG #0: Fri Sep 12 14:49:20 IDT 1997 nadav@harrison.barcode.co.il:/usr/src/sys/compile/HARRISON (and it also used to work on 2.2.2R). > > > Sincerely, > Chris Peltier > > * email: CPELTIER@IECTECH.COM > * voice: 215-257-4917 > * FAX: 215-257-4916 > > > Nadav From owner-freebsd-questions Fri Oct 17 02:19:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01340 for questions-outgoing; Fri, 17 Oct 1997 02:19:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01334 for ; Fri, 17 Oct 1997 02:19:21 -0700 (PDT) (envelope-from jwlo@ms11.hinet.net) Received: from ms11.hinet.net (h138.s148.ts.hinet.net [168.95.148.138]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id RAA02512 for ; Fri, 17 Oct 1997 17:20:25 +0800 (CST) Message-ID: <34472CF9.AA050CFB@ms11.hinet.net> Date: Fri, 17 Oct 1997 17:16:42 +0800 From: Doug Lo Reply-To: jwlo@ms11.hinet.net X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: An error message, what does it mean? 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've installed FreeBSD 2.2.2-R, when I use su, cpine ...etc, it always appears: /usr/libexec/ld.so: Undefined symbol "__startup_setlocale" called from su:su at 0x207c Would anyone know what it means? Regards, Doug. From owner-freebsd-questions Fri Oct 17 02:26:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01655 for questions-outgoing; Fri, 17 Oct 1997 02:26:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.magnet.ch (root@mail.magnet.ch [194.206.228.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01648 for ; Fri, 17 Oct 1997 02:26:11 -0700 (PDT) (envelope-from lukas@reichardt.ch) Received: from z1wsntms (magnetdial18.magnet.ch [194.206.228.228]) by mail.magnet.ch (8.8.3/8.8.3) with SMTP id LAA13271; Fri, 17 Oct 1997 11:24:57 +0200 Received: by z1wsntms (VPOP3) with SMTP; Fri, 17 Oct 1997 11:30:03 +0200 From: lukas@reichardt.ch (Lukas Ruf) To: Doug White Cc: questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC Date: Fri, 17 Oct 1997 09:27:22 GMT Organization: Reichardt Informatik AG Reply-To: lukas@reichardt.ch Message-ID: <34472f6e.11976311@1.1.1.17> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Server: VPOP3 - Registered to: Reichardt Informatik AG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAA01650 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 16 Oct 1997 09:50:20 -0700 (PDT), you wrote: >On Thu, 16 Oct 1997, Lukas Ruf wrote: > >> Is there a possibility to link OBJs to a.out using ld / gcc ?? > >Do you mean DOS .OBJ's? No, the object format is completely different. I do not mean DOS .OBJs by writing OBJ. I use these three characaters as a short form of Object Format. > >If you mean, can FreeBSD compile to a.out format from source, yes, we >haven't adopted ELF exclusively yet. I thank you a lot for this nice answer -- but how can I create a.out ? Could you please give me the solution for gcc 2.7.x and ld ?? Thanx in advance. > >Doug 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 Oct 17 03:09:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03012 for questions-outgoing; Fri, 17 Oct 1997 03:09:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA03001 for ; Fri, 17 Oct 1997 03:09:15 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id TAA29895; Fri, 17 Oct 1997 19:38:44 +0930 (CST) Message-ID: <19971017193844.40743@lemis.com> Date: Fri, 17 Oct 1997 19:38:44 +0930 From: Greg Lehey To: lukas@reichardt.ch Cc: Doug White , questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC References: <34472f6e.11976311@1.1.1.17> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34472f6e.11976311@1.1.1.17>; from Lukas Ruf on Fri, Oct 17, 1997 at 09:27:22AM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 17, 1997 at 09:27:22AM +0000, Lukas Ruf wrote: > On Thu, 16 Oct 1997 09:50:20 -0700 (PDT), you wrote: > >> On Thu, 16 Oct 1997, Lukas Ruf wrote: >> >>> Is there a possibility to link OBJs to a.out using ld / gcc ?? >> >> Do you mean DOS .OBJ's? No, the object format is completely different. > > I do not mean DOS .OBJs by writing OBJ. I use these three characaters > as a short form of Object Format. Confusing, isn't it? It would have been so much easier just to say 'object files'. >> If you mean, can FreeBSD compile to a.out format from source, yes, we >> haven't adopted ELF exclusively yet. > > I thank you a lot for this nice answer -- but how can I create a.out ? It's the default name. > Could you please give me the solution for gcc 2.7.x and ld ?? For any version of a UNIX C compiler: cc a.o b.o c.o In other words, you just specify the names of the object files. If you don't use -o, it will call the file a.out. Greg From owner-freebsd-questions Fri Oct 17 03:14:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03190 for questions-outgoing; Fri, 17 Oct 1997 03:14:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA03161; Fri, 17 Oct 1997 03:14:30 -0700 (PDT) (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.5/8.8.5) with SMTP id MAA10231; Fri, 17 Oct 1997 12:14:36 +0200 (SAT) Message-ID: <34473A8C.52BFA1D7@wired.ctech.ac.za> Date: Fri, 17 Oct 1997 12:14:36 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: hackers@FreeBSD.ORG Subject: makefile howto Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... I'm looking for some info on using Makefiles. Can anyone point me to a FAQ/URL? Thanks -Jaques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD System Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ From owner-freebsd-questions Fri Oct 17 04:06:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA04993 for questions-outgoing; Fri, 17 Oct 1997 04:06:23 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA04987 for ; Fri, 17 Oct 1997 04:06:18 -0700 (PDT) (envelope-from gavin@forzagroup.com) Received: from mailgate.forzagroup.com ([194.159.236.130]) by post.mail.demon.net id aa2021059; 17 Oct 97 11:32 BST Received: from pc131.forzagroup.com (pc131.forzagroup.com [194.159.236.131]) by mailgate.forzagroup.com (8.8.5/8.8.5) with SMTP id LAA17015 for ; Fri, 17 Oct 1997 11:36:28 +0100 (BST) Message-Id: <3.0.1.32.19971017113543.0068a478@194.159.236.130> X-Sender: gavin@194.159.236.130 X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Fri, 17 Oct 1997 11:35:43 +0100 To: freebsd-questions@freebsd.org From: Gavin Dandridge Subject: Help with sendmail - please! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone had problems with sending long messages through sendmail. I'm using SQL Anywhere on my system and it generates email messages that are long strings of text. Quite often these strings can be 16kb long and will not contain and CR's or LF's. However after the message has been processed by sendmail there is a CR-LF-LF every 1024th character. This causes SQL Anywhere to think the message is corrupted. Does anyone have any idea why sendmail might place these CR-LF-LF's into the message and how it could be stopped? Many Thanks, Gavin Dandridge. From owner-freebsd-questions Fri Oct 17 04:36:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA06083 for questions-outgoing; Fri, 17 Oct 1997 04:36:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA06071 for ; Fri, 17 Oct 1997 04:36:15 -0700 (PDT) (envelope-from alec@d2si.com) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id GAA29364; Fri, 17 Oct 1997 06:31:17 -0500 (CDT) From: Alec Kloss Message-Id: <199710171131.GAA29364@d2si.com> Subject: Re: Help with sendmail - please! In-Reply-To: <3.0.1.32.19971017113543.0068a478@194.159.236.130> from Gavin Dandridge at "Oct 17, 97 11:35:43 am" To: gavin@forzagroup.com (Gavin Dandridge) Date: Fri, 17 Oct 1997 06:31:17 -0500 (CDT) Cc: 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 Gavin Dandridge said: > Has anyone had problems with sending long messages through sendmail. I'm > using SQL Anywhere on my system and it generates email messages that are > long strings of text. > > Quite often these strings can be 16kb long and will not contain and CR's or > LF's. However after the message has been processed by sendmail there is a > CR-LF-LF every 1024th character. > > This causes SQL Anywhere to think the message is corrupted. > > Does anyone have any idea why sendmail might place these CR-LF-LF's into > the message and how it could be stopped? > > Many Thanks, > Gavin Dandridge. If I thought Oracle cared, I'd suggest complaining to them. My undeerstanding is that you can't really count on internet mail messages with long lines making it---that's why people came up with uuencode. I'd get the message uuencodes and then sent to you. Why Oracle doesn't know enough to do this I don't know. Even CC:Mail uuencodes things. I'd guess sendmail is doing this because of some buffer internally. You may look into /usr/src/usr.sbin/sendmail/src to see if you can find it, but if your mail ever gets sent to a system without the patches you make, it'll get linebreaks inserted. From owner-freebsd-questions Fri Oct 17 04:47:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA06594 for questions-outgoing; Fri, 17 Oct 1997 04:47:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.magnet.ch (root@mail.magnet.ch [194.206.228.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA06584 for ; Fri, 17 Oct 1997 04:47:40 -0700 (PDT) (envelope-from lukas@reichardt.ch) Received: from z1wsntms (magnetdial3.magnet.ch [194.206.228.213]) by mail.magnet.ch (8.8.3/8.8.3) with SMTP id NAA14579; Fri, 17 Oct 1997 13:46:17 +0200 Received: by z1wsntms (VPOP3) with SMTP; Fri, 17 Oct 1997 13:51:22 +0200 From: lukas@reichardt.ch (Lukas Ruf) To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC Date: Fri, 17 Oct 1997 11:48:41 GMT Organization: Reichardt Informatik AG Reply-To: lukas@reichardt.ch Message-ID: <34474b1a.19060737@1.1.1.17> References: <34472f6e.11976311@1.1.1.17> <19971017193844.40743@lemis.com> In-Reply-To: <19971017193844.40743@lemis.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Server: VPOP3 - Registered to: Reichardt Informatik AG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA06585 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Greg On Fri, 17 Oct 1997 19:38:44 +0930, you wrote: >For any version of a UNIX C compiler: > > cc a.o b.o c.o > >In other words, you just specify the names of the object files. If >you don't use -o, it will call the file a.out. > sorry, i have not got it. BTW: why do you specify a list of object files for "cc" ? If the default output format of a compiler/linker pair to produce an executable is ELF, how can I tell the compiler/linker pair to produce an a.out-format executable. In other words: which command line options do I have to specify to make ld link a list of object files into an executable of format a.out (its name -- I know -- is specified by -o , defaulting to "a.out"). thanx in advance Lukas From owner-freebsd-questions Fri Oct 17 05:00:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA07099 for questions-outgoing; Fri, 17 Oct 1997 05:00:36 -0700 (PDT) (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 FAA07094 for ; Fri, 17 Oct 1997 05:00:34 -0700 (PDT) (envelope-from nash@Venus.mcs.net) Received: from Venus.mcs.net (nash@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.5/8.8.2) with ESMTP id HAA25275; Fri, 17 Oct 1997 07:00:28 -0500 (CDT) Received: from localhost (nash@localhost) by Venus.mcs.net (8.8.7/8.8.2) with SMTP id HAA05910; Fri, 17 Oct 1997 07:00:28 -0500 (CDT) Date: Fri, 17 Oct 1997 07:00:27 -0500 (CDT) From: Alex Nash To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: makefile howto In-Reply-To: <34473A8C.52BFA1D7@wired.ctech.ac.za> 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, 17 Oct 1997, Jacques Hugo wrote: > Hi there ... > > I'm looking for some info on using Makefiles. > > Can anyone point me to a FAQ/URL? There's the "User's Guide to FreeBSD Programming Tools" at: http://www.freebsd.org/tutorials/devel/devel.html It's not about make specifically, but it does have an introductory section. For even more detail, see the GNU make docs: http://www.cygnus.com/pubs/gnupro/5_GNUPro_Utilities/e_GNU_Make/make.html Keep in mind that FreeBSD's make is different than GNU make (gmake). Even so, much of the above URL will still apply. Alex From owner-freebsd-questions Fri Oct 17 05:15:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA07658 for questions-outgoing; Fri, 17 Oct 1997 05:15:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iglou1 (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA07652 for ; Fri, 17 Oct 1997 05:15:48 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.102] by iglou1 with smtp (8.7.3/8.6.12) id 0xMBJC-00056C-00; Fri, 17 Oct 1997 08:15:14 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199710170900.KAA14699@andromeda> Date: Fri, 17 Oct 1997 08:14:47 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: Scott Mitchell Subject: Re: JDK 1.1.4 Cc: questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >One installs the Linux emulation library from the port collection, unpacks >the JDK archive in a convenient place, and updates a few environment >variables (PATH, JAVA_HOME, CLASSPATH, ...). The setup instructions for >the JDK itself are probably included but it's pretty trivial. I got this far 8) >As far as the .java_wrapper script goes, I think it was just a matter of >changing the invocation of 'arch' to the appropriate variant of 'uname' and >using the FreeBSD equivalent to some weird option of '['. It's on my home >machine so not accessible right now -- I'll try to remember to mail you a >copy over the weekend. This is where I need some help. Patrick From owner-freebsd-questions Fri Oct 17 05:29:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08312 for questions-outgoing; Fri, 17 Oct 1997 05:29:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mph124.rh.psu.edu (hunt@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA08306 for ; Fri, 17 Oct 1997 05:29:42 -0700 (PDT) (envelope-from hunt@mph124.rh.psu.edu) Received: (from hunt@localhost) by mph124.rh.psu.edu (8.8.7/8.8.7) id IAA18293; Fri, 17 Oct 1997 08:29:34 -0400 (EDT) Message-ID: <19971017082934.38014@mph124.rh.psu.edu> Date: Fri, 17 Oct 1997 08:29:34 -0400 From: Matthew Hunt To: lukas@reichardt.ch Cc: Greg Lehey , questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC References: <34472f6e.11976311@1.1.1.17> <19971017193844.40743@lemis.com> <34474b1a.19060737@1.1.1.17> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <34474b1a.19060737@1.1.1.17>; from Lukas Ruf on Fri, Oct 17, 1997 at 11:48:41AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 17, 1997 at 11:48:41AM +0000, Lukas Ruf wrote: > If the default output format of a compiler/linker pair to produce an > executable is ELF, how can I tell the compiler/linker pair to produce > an a.out-format executable. FreeBSD's default is not (yet) ELF, it is a.out. You do not need to specify any options to use or produce a.out objects. Can someone explain how this will work in the post-ELF world? -- Matthew Hunt * Think locally, act globally. finger hunt@mph124.rh.psu.edu for PGP public key. From owner-freebsd-questions Fri Oct 17 05:52:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA09372 for questions-outgoing; Fri, 17 Oct 1997 05:52:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA09365 for ; Fri, 17 Oct 1997 05:52:42 -0700 (PDT) (envelope-from gavin@forzagroup.com) Received: from mailgate.forzagroup.com ([194.159.236.130]) by post.mail.demon.net id aa1001979; 17 Oct 97 13:46 BST Received: from pc131.forzagroup.com (pc131.forzagroup.com [194.159.236.131]) by mailgate.forzagroup.com (8.8.5/8.8.5) with SMTP id NAA17368 for ; Fri, 17 Oct 1997 13:50:04 +0100 (BST) Message-Id: <3.0.1.32.19971017134917.0068d308@194.159.236.130> X-Sender: gavin@194.159.236.130 X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Fri, 17 Oct 1997 13:49:17 +0100 To: freebsd-questions@freebsd.org From: Gavin Dandridge Subject: Re: Help with sendmail - please! In-Reply-To: <199710171131.GAA29364@d2si.com> References: <3.0.1.32.19971017113543.0068a478@194.159.236.130> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 06:31 17/10/97 -0500, you wrote: >Gavin Dandridge said: > >> Has anyone had problems with sending long messages through sendmail. I'm >> using SQL Anywhere on my system and it generates email messages that are >> long strings of text. >> >> Quite often these strings can be 16kb long and will not contain and CR's or >> LF's. However after the message has been processed by sendmail there is a >> CR-LF-LF every 1024th character. >> >> This causes SQL Anywhere to think the message is corrupted. >> >> Does anyone have any idea why sendmail might place these CR-LF-LF's into >> the message and how it could be stopped? >> >> Many Thanks, >> Gavin Dandridge. > >If I thought Oracle cared, I'd suggest complaining to them. My >undeerstanding is that you can't really count on internet mail >messages with long lines making it---that's why people came up with >uuencode. I'd get the message uuencodes and then sent to you. Why >Oracle doesn't know enough to do this I don't know. Even CC:Mail >uuencodes things. I'd guess sendmail is doing this because of some >buffer internally. You may look into /usr/src/usr.sbin/sendmail/src >to see if you can find it, but if your mail ever gets sent to a system >without the patches you make, it'll get linebreaks inserted. > - Alec Kloss Alas there is no option inside SQL Anywhere to automatically uuencode messages. :( So that option is out. Though I do agree with your comments. That any product could still fail to be net-friendly seems quite bizzar! I have tried using Netscape Messageing Server on Windows NT (Sorry had to try) and SQL Anywhere worked fine on that! The messages arrived intact. This leads me to belive that sendmail is doing something unique here. The question is what. I have no desire to use Windows NT on my network and would really like FreeBSD boxes for my mail servers! I'm not sure I'm up to hacking th sendmail source code though! :( Any further ideas? Regards, Gavin Dandridge. From owner-freebsd-questions Fri Oct 17 06:08:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA10327 for questions-outgoing; Fri, 17 Oct 1997 06:08:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA10164; Fri, 17 Oct 1997 06:06:57 -0700 (PDT) (envelope-from Eugeny.Kuzakov@lab321.ru) Received: from lab321.ru (kev.l321.omsk.net.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id TAA29269; Fri, 17 Oct 1997 19:39:20 +0600 (OSK) Message-ID: <34475C95.C6919297@lab321.ru> Date: Fri, 17 Oct 1997 19:39:49 +0700 From: Eugeny Kuzakov Organization: Powered by FreeBSD. X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-971012-SNAP i386) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: questions@freebsd.org CC: hackers@freebsd.org Subject: How do I set up XQUAKE under 971012-SNAP??? References: <85vhz4apvd.fsf@lutris.com> <34405EA7.41C67EA6@FreeBSD.org> <344167BA.D3DD124@no.spam> <623bno$hmb@winter.news.erols.com> <3446F994.79751F5C@no.spam> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi ! I just upgraded my 3.0-SNAP ( 2 months old ) to 971012-SNAP. Linux xquake does not work. It says "Console initialized" and nothing anymore... -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) http://www.lab321.ru/~kev kev@lab321.ru From owner-freebsd-questions Fri Oct 17 06:40:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11898 for questions-outgoing; Fri, 17 Oct 1997 06:40:45 -0700 (PDT) (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 GAA11893 for ; Fri, 17 Oct 1997 06:40:41 -0700 (PDT) (envelope-from taff@blue.bad.bris.ac.uk) Received: (qmail 5575 invoked by uid 57242); 17 Oct 1997 13:43:33 -0000 Date: Fri, 17 Oct 1997 14:43:25 +0100 (BST) From: Aled Treharne Reply-To: felix@royal.net To: Red Barchetta cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3c509 ethernet adapter driver??? In-Reply-To: <3.0.3.32.19971016142921.0094f1c0@pegasus.rutgers.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 -----BEGIN PGP SIGNED MESSAGE----- On Thu, 16 Oct 1997, Red Barchetta wrote: > For the past two days, I have been trying to install various versions of > the 2.2.5-BETAs from 22releng.freebsd.org. I need to do a network-based > install, but my network card is not being detected on bootup. I have a > 3com 3c509 adapter (with all 3 connector types), which a search of the list > In case this helps, here is the card configuration as reported by > 3c5x9cfg.exe: > I/O: 300h > IRQ: 12 > Boot PROM: Disabled > Transceiver Type: On-board TP (RJ-45) > Network Driver Optimization: Windows or OS/2 Client > Max. Modem Speed: No modem > Plug and Play Capability: Disabled > Full Duplex: Disabled I was having problems with my 3c509 as well. However, I did the unthinkable and R'd the FM. I couldn't turn P'n'P off because I don't have the disk. So I left the card at the default settings (IRQ10 I/O300h) and set all my other hardware to use settings that didn't conflict. Admittedly mine is TPO, but I shouldn't think that would make any difference. BTW, thanks to all for you help. Things seem to be working for now... :) Hope this helps. - -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 iQCVAwUBNEdrhMaJukNO1flNAQGFHgP/VBW6ByO5iymyOb7ICy9V1bVQ1TDkAHL6 xMHn40fvVDsTdjP5RP/ZZG9SU0dSJIhOI+GUbeYdwy87iuTBwdBIZmdNDOuhM3xf xMVKtMyylWFs+rjFQkQZ3KUBi03s8jwOXNsXhit+XviDsuL3wTu2RNRoYEi7W6F4 /mWsFHH8fhs= =Zg3a -----END PGP SIGNATURE----- From owner-freebsd-questions Fri Oct 17 07:01:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12909 for questions-outgoing; Fri, 17 Oct 1997 07:01:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from earth.mat.net (root@earth.mat.net [206.246.122.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA12871; Fri, 17 Oct 1997 07:00:44 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by earth.mat.net (8.8.7/8.6.12) with SMTP id JAA08870; Fri, 17 Oct 1997 09:59:59 -0400 (EDT) Date: Fri, 17 Oct 1997 08:59:37 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Jacques Hugo cc: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: makefile howto In-Reply-To: <34473A8C.52BFA1D7@wired.ctech.ac.za> 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, 17 Oct 1997, Jacques Hugo wrote: > Hi there ... > > I'm looking for some info on using Makefiles. > > Can anyone point me to a FAQ/URL? I'd really recommend buying the O'Reilly book "Managing Projects With Make". Make is an incredibly important, and really basic tool for software engineering, and worth knowing pretty well, and the O'Reilly book does a good job with it. > > Thanks > > -Jaques > > ------------------------------------------------------ > The box said "Requires Windows 3.1 or better" > ... so I got BSD > > System Administrator | Jacques Hugo > UNIX Systems | jacques@wired.ctech.ac.za > Cape Technikon | +27-21-4603584 > ------------------------------------------------------ > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-questions Fri Oct 17 07:06:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA13267 for questions-outgoing; Fri, 17 Oct 1997 07:06:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ns.aviaconsol.de (ns.aviaconsol.de [194.231.34.195]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA13254 for ; Fri, 17 Oct 1997 07:06:20 -0700 (PDT) (envelope-from holler@ns.aviaconsol.de) Received: (from holler@localhost) by ns.aviaconsol.de (8.8.7/8.8.7) id QAA03421 for freebsd-questions@FreeBSD.ORG; Fri, 17 Oct 1997 16:07:15 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 Date: Fri, 17 Oct 1997 16:03:12 +0200 (CEST) Organization: Avia Consol GmbH From: Alexander Holler To: freebsd-questions@FreeBSD.ORG Subject: access to DB2/2 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA13263 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Has anyone figured out if it is possible to access a DB2/2 database from FreeBSD (over tcp/ip)? Regards, Alexander From owner-freebsd-questions Fri Oct 17 07:25:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA14114 for questions-outgoing; Fri, 17 Oct 1997 07:25:57 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA14108 for ; Fri, 17 Oct 1997 07:25:53 -0700 (PDT) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id BAA25417 for ; Sat, 18 Oct 1997 01:25:52 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Sat, 18 Oct 1997 01:25:52 +1100 (EST) To: questions@freebsd.org Subject: dd under MacOS Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Anyone know a tool I can use to write out boot.flp onto a floppy under MacOS? I wasa going to boot VirtualPC under DOS but I dont have a DOS disk :-/ Thanks, Andrew From owner-freebsd-questions Fri Oct 17 07:43:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA14965 for questions-outgoing; Fri, 17 Oct 1997 07:43:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from merit.edu (merit.edu [198.108.1.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA14960 for ; Fri, 17 Oct 1997 07:43:33 -0700 (PDT) (envelope-from matt@zigg.com) Received: from megaweapon.zigg.com (tcgr-20.dialup.alliance.net [207.74.43.20]) by merit.edu (8.8.7/8.8.5) with ESMTP id KAA12845 for ; Fri, 17 Oct 1997 10:43:20 -0400 (EDT) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.8.7/8.8.7) with SMTP id KAA07006 for ; Fri, 17 Oct 1997 10:43:36 -0400 (EDT) Date: Fri, 17 Oct 1997 10:43:35 -0400 (EDT) From: Matt Behrens To: questions@freebsd.org Subject: Typewriter output into flat ASCII? 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 want to know if there is an easy way to convert ``typewriter'' output (from nroff) into flat ASCII with FreeBSD. Thanks! Matt Behrens | Help bring a free inter-user communication http://www.zigg.com/ | system to the Internet. Join the NetPager matt@zigg.com | Project! http://www.zigg.com/netpager/ From owner-freebsd-questions Fri Oct 17 08:11:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16190 for questions-outgoing; Fri, 17 Oct 1997 08:11:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luey.interlinks.net (luey.interlinks.net [207.107.160.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16185 for ; Fri, 17 Oct 1997 08:11:04 -0700 (PDT) (envelope-from sysop@interlinks.net) Received: from huey - 207.107.160.1 by luey.interlinks.net with Microsoft SMTPSVC; Fri, 17 Oct 1997 11:09:57 -0400 Reply-To: "Bill Sandiford" From: "Bill Sandiford" To: Subject: First time install Date: Fri, 17 Oct 1997 11:06:44 -0400 Message-ID: <01bcdb0e$4855f830$01a06bcf@huey.interlinks.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 X-Loop: FreeBSD.org Precedence: bulk I have just installed FreeBSD 2.2.2 for the first time. In fact, I have never installed any UNIX before. After the install was complete the system rebooted. Now it won't load, I am getting a message that says : Boot: dosdev = 80, biosdrive = 0, unit = 0, maj = 4 Can't find /kernel Please help Bill Sandiford Interlinks From owner-freebsd-questions Fri Oct 17 08:14:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16351 for questions-outgoing; Fri, 17 Oct 1997 08:14:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luey.interlinks.net (luey.interlinks.net [207.107.160.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16345 for ; Fri, 17 Oct 1997 08:14:24 -0700 (PDT) (envelope-from sysop@interlinks.net) Received: from huey - 207.107.160.1 by luey.interlinks.net with Microsoft SMTPSVC; Fri, 17 Oct 1997 11:13:15 -0400 Reply-To: "Bill Sandiford" From: "Bill Sandiford" To: Subject: subscribe Date: Fri, 17 Oct 1997 11:10:02 -0400 Message-ID: <01bcdb0e$bddddc30$01a06bcf@huey.interlinks.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 X-Loop: FreeBSD.org Precedence: bulk subscribe From owner-freebsd-questions Fri Oct 17 08:20:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16688 for questions-outgoing; Fri, 17 Oct 1997 08:20:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16683 for ; Fri, 17 Oct 1997 08:20:23 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.5) with ESMTP id LAA25220; Fri, 17 Oct 1997 11:19:10 -0400 (EDT) Message-Id: <199710171519.LAA25220@bmcgover-pc.cisco.com> To: paradox@pegasus.rutgers.edu cc: questions@freebsd.org Subject: RE: 3c509 ethernet adapter driver??? Date: Fri, 17 Oct 1997 11:19:09 -0400 From: Brian McGovern Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The problem is in the sauce. Actually, its one of the reasons they call it plug and pray. Odds have it (without you having said it) that you also have a sound blaster plug and play card in the machine. I've found that machines with older BIOSs, the combination of the two is a killer for FreeBSD. Removing the Sound card will fix the problem, until it goes back in the box. Newer BIOSs, on the other hand, seem to deal with it ok. As a For Instance, I have two pentium motherboards with the same BIOS. One is two or three revs later than the other. Both had identical setups inside (video, ethernet, sound, drives, etc). One worked, one didn't. Sorry for the bad news, but, as they say, thats the way it is. From owner-freebsd-questions Fri Oct 17 08:25:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA17056 for questions-outgoing; Fri, 17 Oct 1997 08:25:46 -0700 (PDT) (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 IAA17048 for ; Fri, 17 Oct 1997 08:25:43 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id LAA25570 for ; Fri, 17 Oct 1997 11:25:11 -0400 (EDT) Date: Fri, 17 Oct 1997 11:25:10 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: fxp0 duplex settings 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 there a way to ifconfig it to make it be half duplex? I cant get the 100TX card to talk over the switch to the 10 hub! I think the driver etc is working though because I have the right light flashing. I just cant get passed the switch From owner-freebsd-questions Fri Oct 17 08:44:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18109 for questions-outgoing; Fri, 17 Oct 1997 08:44:16 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from adam.framatome.fr (adam.framatome.fr [192.44.46.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA18104 for ; Fri, 17 Oct 1997 08:44:07 -0700 (PDT) (envelope-from ubc@framatome.fr) Received: from localhost (ubc@localhost) by adam.framatome.fr (8.8.5/8.8.5) with SMTP id RAA04768 for ; Fri, 17 Oct 1997 17:42:56 +0200 (CEST) Date: Fri, 17 Oct 1997 17:42:56 +0200 (CEST) From: Claude Buisson To: questions@freebsd.org Subject: Porting AltaVista Tunnel to 2.2.2 ? 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 need to test the Digital Altavista Tunnel97 server on a FreeBSD system. My machine is now running 2.2.2-RELEASE, but the Digital software has been developped on 2.1.0. In particular, it needs the file /sys/i386/i386/conf.c for installing its pseudo devices (/dev/itn..), and this file does not seems to exists anymore. Can somebody give me some hints about what has to be done ? I know, a safe way is to install 2.1.x but I am not very happy about it. Thanx Claude Buisson From owner-freebsd-questions Fri Oct 17 08:59:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18937 for questions-outgoing; Fri, 17 Oct 1997 08:59:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA18932 for ; Fri, 17 Oct 1997 08:59:49 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.5) with ESMTP id LAA25396 for ; Fri, 17 Oct 1997 11:59:18 -0400 (EDT) Message-Id: <199710171559.LAA25396@bmcgover-pc.cisco.com> To: questions@freebsd.org Subject: xntpd question... Date: Fri, 17 Oct 1997 11:59:18 -0400 From: Brian McGovern Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been ripping my hair out for a couple of days about this, and none of my handy books have a good reference to this, so... I have a firewall system that has been running ntpdate to a known good clock source. What I'd now like to do is change it so that the local time is set to this clock source, but also re-serve this time to the machines behind the firewall. In my /etc/ntp.conf file, I started with: server foo.bar.com prefer This, however, didn't seem to do much to the local clock. Additionally, every addition I made about the hosts inside did even less. So, does anyone have a good reference source, or a set of sample files that I could steal to do this? Thanks. -Brian From owner-freebsd-questions Fri Oct 17 09:07:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA19340 for questions-outgoing; Fri, 17 Oct 1997 09:07:43 -0700 (PDT) (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 JAA19332 for ; Fri, 17 Oct 1997 09:07:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03419; Fri, 17 Oct 1997 09:07:32 -0700 (PDT) Date: Fri, 17 Oct 1997 09:07:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Lukas Ruf cc: questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC In-Reply-To: <34472f6e.11976311@1.1.1.17> 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, 17 Oct 1997, Lukas Ruf wrote: > >> Is there a possibility to link OBJs to a.out using ld / gcc ?? > > > >Do you mean DOS .OBJ's? No, the object format is completely different. > > I do not mean DOS .OBJs by writing OBJ. I use these three characaters > as a short form of Object Format. I see. The extension that UNIX c compilers boot out for object files is .o, and DOS compilers use .OBJ. Then the answer is: Well of course! A c compiler wouldn't be very useful if you couldn't generate binaries with it. :-) > >If you mean, can FreeBSD compile to a.out format from source, yes, we > >haven't adopted ELF exclusively yet. > > I thank you a lot for this nice answer -- but how can I create a.out ? It's generated automatically by default, assuming you don't give the -c option to gcc. I don't think FreeBSD ships with the capability to generate ELF, although an elfkit is available to do so. I'll accept corrections on this from the -current crew if I'm off here. > Could you please give me the solution for gcc 2.7.x and ld ?? Say you have the file hello-world.c that you want to make into an executable. Simply execute: $ gcc hello-world.c This will generate an executable called ``a.out'' which you can then run by typing $ ./a.out at the prompt. If you want to specify the name of the target executable, you can use the -o option: $ gcc -o hello-world hello-world.c Now you get an executable called ``hello-world''. Does that help answer your questions? If you have any more, and you installed the info distribution, run `info gcc' to get the GCC manual. Also see `man gcc'. Doug 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 Oct 17 09:15:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA19748 for questions-outgoing; Fri, 17 Oct 1997 09:15:05 -0700 (PDT) (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 JAA19735 for ; Fri, 17 Oct 1997 09:14:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03462; Fri, 17 Oct 1997 09:14:46 -0700 (PDT) Date: Fri, 17 Oct 1997 09:14:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Alex Weeks cc: "'freebsd-questions@freebsd.org'" Subject: Re: Best Checkups (UPS) In-Reply-To: <01BCDA29.CFABFA40@cutthroat> 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, 16 Oct 1997, Alex Weeks wrote: > Anyone using Best's Fortress UPS and Checkups software with FreeBSD? > > I have a Fortress 2kva and I am trying to set up the software to perform > automatic shutdowns. > > Best has provided the source and I am trying to compile it. I had to > change a reference to termio.h to termios.h and got past that, but now it > says "TCSETA not defined". I thought TCSETA was a system call for serial > ports. Is it gone now? Has the name changed? Do I need to reference it > differently in the code? (Thanks in advance) I can't find a reference to TCSETA anywhere, the closest thing is tcsetattr(3) in the termios interface. Make sure you're trying to build for a BSD environment. We may need to port this; is the code publicly available? Doug 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 Oct 17 09:23:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20205 for questions-outgoing; Fri, 17 Oct 1997 09:23:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA20194 for ; Fri, 17 Oct 1997 09:23:41 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id LAA27890; Fri, 17 Oct 1997 11:23:03 -0500 (CDT) Message-ID: <344790DC.C6C8C364@iaces.com> Date: Fri, 17 Oct 1997 11:22:52 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Steve Hovey CC: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Hovey wrote: > > Is there a way to ifconfig it to make it be half duplex? I cant get the > 100TX card to talk over the switch to the 10 hub! > > I think the driver etc is working though because I have the right light > flashing. I just cant get passed the switch Sure, lookin in the source (/sys/pci/if_fxp.c): /* * If link0 is set, disable auto-negotiation and then: * If link1 is unset = 10Mbps * If link1 is set = 100Mbps * If link2 is unset = half duplex * If link2 is set = full duplex */ Paul. From owner-freebsd-questions Fri Oct 17 09:29:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20503 for questions-outgoing; Fri, 17 Oct 1997 09:29:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luey.interlinks.net (luey.interlinks.net [207.107.160.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA20496 for ; Fri, 17 Oct 1997 09:29:18 -0700 (PDT) (envelope-from sysop@interlinks.net) Received: from huey - 207.107.160.1 by luey.interlinks.net with Microsoft SMTPSVC; Fri, 17 Oct 1997 12:28:11 -0400 Reply-To: "Bill Sandiford" From: "Bill Sandiford" To: Subject: Help!!!!!!!!!!!! Date: Fri, 17 Oct 1997 12:24:58 -0400 Message-ID: <01bcdb19$35f97ee0$01a06bcf@huey.interlinks.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 X-Loop: FreeBSD.org Precedence: bulk I have just installed FreeBSD 2.2.2 for the first time. In fact, I have never installed any UNIX before. After the install was complete the system rebooted. Now it won't load, I am getting a message that says : Boot: dosdev = 80, biosdrive = 0, unit = 0, maj = 4 Can't find /kernel Please help Bill Sandiford Interlinks From owner-freebsd-questions Fri Oct 17 09:35:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20938 for questions-outgoing; Fri, 17 Oct 1997 09:35:49 -0700 (PDT) (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 JAA20930 for ; Fri, 17 Oct 1997 09:35:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03536; Fri, 17 Oct 1997 09:33:20 -0700 (PDT) Date: Fri, 17 Oct 1997 09:33:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Doug Lo cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot2 is too big? In-Reply-To: <3446E74C.A1D79FB3@ms11.hinet.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 Fri, 17 Oct 1997, Doug Lo wrote: > When I make /sys/i386/boot/biosboot, > there is a error message: > > boot2 is too big > *** Error code 2 > > And the make proces is stoped. Try grabbing a newer version of biosboot. You may havve swiped a copy that is out of date. Doug 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 Oct 17 09:36:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21021 for questions-outgoing; Fri, 17 Oct 1997 09:36:05 -0700 (PDT) (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 JAA20972 for ; Fri, 17 Oct 1997 09:36:00 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA28085; Fri, 17 Oct 1997 12:35:23 -0400 (EDT) Date: Fri, 17 Oct 1997 12:35:20 -0400 (EDT) From: Steve Hovey To: Paul Root cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings In-Reply-To: <344790DC.C6C8C364@iaces.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 What version are you seeing this in? In my 2.1.5 I dont see this in the source. On Fri, 17 Oct 1997, Paul Root wrote: > Steve Hovey wrote: > > > > Is there a way to ifconfig it to make it be half duplex? I cant get the > > 100TX card to talk over the switch to the 10 hub! > > > > I think the driver etc is working though because I have the right light > > flashing. I just cant get passed the switch > > Sure, lookin in the source (/sys/pci/if_fxp.c): > > /* > * If link0 is set, disable auto-negotiation and then: > * If link1 is unset = 10Mbps > * If link1 is set = 100Mbps > * If link2 is unset = half duplex > * If link2 is set = full duplex > */ > > > Paul. > From owner-freebsd-questions Fri Oct 17 09:40:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21371 for questions-outgoing; Fri, 17 Oct 1997 09:40:20 -0700 (PDT) (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 JAA21358 for ; Fri, 17 Oct 1997 09:40:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03546; Fri, 17 Oct 1997 09:40:07 -0700 (PDT) Date: Fri, 17 Oct 1997 09:40:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: lamaster@george.arc.nasa.gov cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount / In-Reply-To: <199710161909.MAA18901@george.arc.nasa.gov> 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, 16 Oct 1997 lamaster@george.arc.nasa.gov wrote: > A) Leaving a dedicated W'95 EIDE disk > as the master drive on the primary EIDE controller, > modifying the MBR and installing booteasy > B) Adding a second EIDE disk for FreeBSD - > ** as the slave drive on the primary EIDE controller ** > partitioning the usual way, and modifying the MBR > and installing booteasy > > This last, that is, adding the FreeBSD disk as the *slave > drive on the primary controller*, turned out to be the > only way I could get the booteasy loader to work. I never > could get it to boot off the secondary controller, which > also now happens to have an ATAPI CDROM on it, which I moved > from the primary EIDE to the secondary EIDE. I tried several > permutations and combinations of kernels compiled with > "config kernel root on wd[0-2], moving drives around, etc., > and finally got it to work as above. YMMV, but, for some reason, > I found that the root partition had to live on a drive > on the primary controller, in which case it worked perfectly. This is because of the way the bootblocks count WD devices versus how the kernel probes them. The bootblocks assume that 4 disks are installed at wd0..wd3. Even the CDROM is counted. When FreeBSD boots, however, it enumerates the disks separately from CDROMs. So if you have this situation... PRIMARY SECONDARY Master: Disk Single: HD Slave: CDROM Then you have to type wd(2,a)/kernel to boot, but the system will enumerate the disks as... PRIMARY: wdc0 SECONDARY: wdc1 Master: Disk (wd0) Single: HD (wd1) Slave: CDROM (wcd0) Notice that the boot volume you specified, wd2, doesn't mesh with the kernel's idea of the boot disk, wd1. Thus the can't mount root panic. This isn't an easy solve. We need to be able to wire down device IDs to IDE controller positions like we can for the SCSI bus. Until then, you have to move the disk so that it's in the proper order, no intervening cdrom, install, rebuild kernel, then move the disk to the desired position. > Of course, everything works just perfectly on a more recent > system with only a single SCSI disk on it partitioned for FreeBSD. Well, SCSI just generally works better. :-) Doug 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 Oct 17 09:41:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21489 for questions-outgoing; Fri, 17 Oct 1997 09:41:32 -0700 (PDT) (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 JAA21479 for ; Fri, 17 Oct 1997 09:41:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03550; Fri, 17 Oct 1997 09:41:22 -0700 (PDT) Date: Fri, 17 Oct 1997 09:41:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brandon Gillespie cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cookbook for installing NetATalk and setting up print services? 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, 16 Oct 1997, Brandon Gillespie wrote: > Just curious if anybody has created a cookbook for setting up NetATalk in > FreeBSD, and more specifically, configuring print services from unix -> > Apple printers... I'm tempted to try this, now I have diskspace. If you can get it done first and provide me with excruciating detail, I'll write the tutorial. If I get it done first, well, I get all the glory :) Doug 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 Oct 17 10:11:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23296 for questions-outgoing; Fri, 17 Oct 1997 10:11:30 -0700 (PDT) (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 KAA23290 for ; Fri, 17 Oct 1997 10:11:23 -0700 (PDT) (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 KAA03851; Fri, 17 Oct 1997 10:14:00 -0700 (PDT) Message-Id: <199710171714.KAA03851@implode.root.com> To: Steve Hovey cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings In-reply-to: Your message of "Fri, 17 Oct 1997 11:25:10 EDT." From: David Greenman Reply-To: dg@root.com Date: Fri, 17 Oct 1997 10:14:00 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Is there a way to ifconfig it to make it be half duplex? I cant get the >100TX card to talk over the switch to the 10 hub! > >I think the driver etc is working though because I have the right light >flashing. I just cant get passed the switch Yes, you can force it into any specific mode that you want. See the manual page. For the newest version (which includes the if_media support), do: ifconfig fxp0 media 100basetx mediaopt half-duplex -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Fri Oct 17 10:17:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23638 for questions-outgoing; Fri, 17 Oct 1997 10:17:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from anna.cs.ru.lv (root@anna.cs.ru.lv [159.148.235.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23627 for ; Fri, 17 Oct 1997 10:16:54 -0700 (PDT) (envelope-from vic@anna.cs.ru.lv) Received: (from vic@localhost) by anna.cs.ru.lv (8.8.5/8.6.12) id UAA11110; Fri, 17 Oct 1997 20:16:34 +0300 (EET DST) Date: Fri, 17 Oct 1997 20:16:34 +0300 (EET DST) From: Victor Meirans To: freebsd-questions@freebsd.org Subject: Off Topic question 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, Well.. Well, I know that the question I will ask does not belong to this list, but I am a sysadmin on a freebsd box and doing some webmaster job in a free time, and I think many of you may help. The problem is following: I am trying to make some pages with JavaScript menus, You probably know what I mean, yes, yes, when you put the mouse pointer over the image, it changes. It's quite easy to make it work with Netscape Navigator, but how to make it work with MSIE? What is the difference in their JavaScript support?? Can you point me to some resources on the WEB concerning this problem? I' just started to learn JavaScript, in all books I've read I saw remarks "MSIE does not support this", but what it supports then? I personally hate Microsoft, and above mentioned problem is one of the reasons why. Any pointers or clues will be greatly appreciated. Thanks in advance. With best wishes, ---> Vic <--- From owner-freebsd-questions Fri Oct 17 10:36:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24766 for questions-outgoing; Fri, 17 Oct 1997 10:36:15 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24759 for ; Fri, 17 Oct 1997 10:36:11 -0700 (PDT) (envelope-from jbutt@mwci.net) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by subcellar.mwci.net (8.8.5/8.8.5) with SMTP id MAA26282; Fri, 17 Oct 1997 12:36:05 -0500 (CDT) Date: Fri, 17 Oct 1997 12:36:05 -0500 (CDT) From: "James D. Butt" To: Bill Sandiford cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help!!!!!!!!!!!! In-Reply-To: <01bcdb19$35f97ee0$01a06bcf@huey.interlinks.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 > I have just installed FreeBSD 2.2.2 for the first time. > In fact, I have never installed any UNIX before. > After the install was complete the system rebooted. Now it won't load, I am > getting a message that says : > Boot: > dosdev = 80, biosdrive = 0, unit = 0, maj = 4 > Can't find /kernel if you hit "?" it should give you a list of files in the root directory when I just installed it. It called the default kernel kernel.GENERIC So you just type kernel.GENERIC it will then boot and when you log in copy kernel.GENERIC to kernel unless of course you plan to re-compile the kernel. -------------------------------------------------------------------------- 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 -------------------------------------------------------------------------- From owner-freebsd-questions Fri Oct 17 10:38:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24921 for questions-outgoing; Fri, 17 Oct 1997 10:38:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from out2.ibm.net (out2.ibm.net [165.87.194.229]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24913 for ; Fri, 17 Oct 1997 10:38:00 -0700 (PDT) (envelope-from aimsllc@ibm.net) Received: from ibm.net (slip129-37-226-113.ut.us.ibm.net [129.37.226.113]) by out2.ibm.net (8.8.5/8.6.9) with ESMTP id RAA232496 for ; Fri, 17 Oct 1997 17:37:42 GMT Message-ID: <34479FC1.23941A47@ibm.net> Date: Fri, 17 Oct 1997 11:26:25 -0600 From: Bob Angell Reply-To: aimsllc@ibm.net Organization: Applied Information & Management Systems (AIMS) X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CDROM - PCMCIA Combo ?? Possible? 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 laptop that I would like to install the CD 2.2.2-R version ... and I have not had alot of luck installing from the FTP stuff ... therefore, I purchased the CD ... and I am not having alot of luck getting it installed on a laptop ... I tried a parrallel port BACKPACK CD from DOS (I only have 500MG ... so a DOS install won't work well as I would like to have BSD on the entire disk) and another possibility would be a SCSI PCMCIA Adaptec 1460A with a SCSI CD. It appears that the 1460 is NOT supported? Anyone able to do this and make it work?? I also have a 3COM card connected and I guess I could install from the another machine with a CDROM via IP address?? Any/all help would be appreciated as I would really like to install and use this on a laptop. -Bob- -- Bob Angell, Principal - Sys. Engineer/Author/Consultant Applied Info & Mgnt Sys, 1238 Fenway Ave., SLC, UT 84102 v: 801-583-8544 e: aimsllc@ibm.net / bangell@cs.utah.edu -------------------------------------------------------- Applied Info & Mngmnt Systems has services as follows: Intra/Internet, Notes, Multiplatform data integration, Networking (TCPIP-SNA), Custom (AWK-PERL-C-Visualizer), Database dsgn/dev. (DB2-SQLserver-Oracle-etc.), Modeling OS's (Win95;Warp/NT Server; AIX / HP-UX / SunOS; OS/400) -------------------------------------------------------- "Had Mama Cass and Karen Carpenter shared that Ham sand- wich, they would both be with us today!" From owner-freebsd-questions Fri Oct 17 10:55:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25779 for questions-outgoing; Fri, 17 Oct 1997 10:55:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25768 for ; Fri, 17 Oct 1997 10:54:57 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id KAA04607; Fri, 17 Oct 1997 10:54:50 -0700 (PDT) Date: Fri, 17 Oct 1997 10:54:50 -0700 (PDT) From: "Eric J. Schwertfeger" Reply-To: "Eric J. Schwertfeger" To: Doug White cc: Alex Weeks , "'freebsd-questions@freebsd.org'" Subject: Re: Best Checkups (UPS) 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 Fri, 17 Oct 1997, Doug White wrote: > On Thu, 16 Oct 1997, Alex Weeks wrote: > > > Anyone using Best's Fortress UPS and Checkups software with FreeBSD? > > Make sure you're trying to build for a BSD environment. We may need to > port this; is the code publicly available? The fortress comes with three versions of the software. Basic for SVR5, Advanced for SVR4, and Basic for BSD. The Basic software does little more than shut down the computer, and the advanced version has options for monitoring battery condition, etc. The basic version for BSD (checkups.bsd) once renamed to checkups.c, compiles with one warning with the command "cc checkups.c -lcompat" on my 2.2.2 system, though I haven't actually tried running it yet. The comments say that it works for SunOS/Solaris. And unfortunately, the program is considered proprietary, so I don't think we could roll a port. From owner-freebsd-questions Fri Oct 17 10:55:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25826 for questions-outgoing; Fri, 17 Oct 1997 10:55:35 -0700 (PDT) (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 KAA25820 for ; Fri, 17 Oct 1997 10:55:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA03626; Fri, 17 Oct 1997 10:55:27 -0700 (PDT) Date: Fri, 17 Oct 1997 10:55:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bill Sandiford cc: freebsd-questions@FreeBSD.ORG Subject: Re: First time install In-Reply-To: <01bcdb0e$4855f830$01a06bcf@huey.interlinks.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 Fri, 17 Oct 1997, Bill Sandiford wrote: > I have just installed FreeBSD 2.2.2 for the first time. > In fact, I have never installed any UNIX before. > > After the install was complete the system rebooted. Now it won't load, I am > getting a message that says : > > Boot: > dosdev = 80, biosdrive = 0, unit = 0, maj = 4 > Can't find /kernel Did you receive any error messages during the install? Did you specify to load the bin 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 Oct 17 10:56:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25948 for questions-outgoing; Fri, 17 Oct 1997 10:56:32 -0700 (PDT) (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 KAA25938 for ; Fri, 17 Oct 1997 10:56:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA03630; Fri, 17 Oct 1997 10:56:16 -0700 (PDT) Date: Fri, 17 Oct 1997 10:56:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: The Dragon Reborn cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and WinNT In-Reply-To: <3443F93E.77C4592F@mindless.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, 14 Oct 1997, The Dragon Reborn wrote: > Is it possible to install FreeBSD through Windows NT 4.0 Workstation > with NTFS? If so, how would i do this as I do not have a true MS-DOS > mode to work in. Any info on this would be helpful, thanks You couldn't mount the FS directly since NTFS isn't supported in the install disk. If the NT box is separate and on a network, you could set it up as an FTP server then point the FreeBSD install at 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 Fri Oct 17 10:58:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26044 for questions-outgoing; Fri, 17 Oct 1997 10:58:10 -0700 (PDT) (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 KAA26038 for ; Fri, 17 Oct 1997 10:58:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA03634; Fri, 17 Oct 1997 10:58:01 -0700 (PDT) Date: Fri, 17 Oct 1997 10:58:01 -0700 (PDT) From: Doug White Reply-To: Doug White To: Glenn Dicus cc: questions@FreeBSD.ORG Subject: Re: FreeBSD News Servers In-Reply-To: <34441D08.725B@nomadix.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, 14 Oct 1997, Glenn Dicus wrote: > I am wondering if you could send me a list of free news servers that > have freebsd newsgroups. Most any news server will carry the comp.* hierarchy, which includes comp.unix.freebsd.*. Does your ISP have a news server available? The free ones tend to be few and far between. Doug 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 Oct 17 11:00:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26267 for questions-outgoing; Fri, 17 Oct 1997 11:00:38 -0700 (PDT) (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 LAA26250 for ; Fri, 17 Oct 1997 11:00:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03641; Fri, 17 Oct 1997 11:00:25 -0700 (PDT) Date: Fri, 17 Oct 1997 11:00:25 -0700 (PDT) From: Doug White Reply-To: Doug White To: filo@yahoo-inc.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on Intel's AL440LX Board In-Reply-To: <199710142214.PAA21605@ns2.yahoo.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, 14 Oct 1997, David Filo wrote: > Has anyone been successful in getting FreeBSD running on the Intel > AL440LX motherboard? We've tried both 2.1 and 3.0 and both have > problems. Booting from floppy works fine, but booting from the scsi > drive (after install) either gives "read error" in 2.1 or no message > at all under 3.0 immediately following the normal bios stuff. Hm, I've seen this intermittiently on some systems. It may be that the bootblocks were not properly installed. Try running `disklabel -B sd0' as root. Doug 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 Oct 17 11:07:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26746 for questions-outgoing; Fri, 17 Oct 1997 11:07:58 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ns2.yahoo.com (ns2.yahoo.com [205.216.162.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26738 for ; Fri, 17 Oct 1997 11:07:55 -0700 (PDT) (envelope-from filo@yahoo.com) Received: (from filo@localhost) by ns2.yahoo.com (8.8.5/8.6.12) id LAA25295; Fri, 17 Oct 1997 11:06:42 -0700 (PDT) Date: Fri, 17 Oct 1997 11:06:42 -0700 (PDT) Message-Id: <199710171806.LAA25295@ns2.yahoo.com> From: David Filo To: dwhite@resnet.uoregon.edu CC: freebsd-questions@FreeBSD.ORG In-reply-to: (message from Doug White on Fri, 17 Oct 1997 11:00:25 -0700 (PDT)) Subject: Re: FreeBSD on Intel's AL440LX Board Reply-To: filo@yahoo-inc.com Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Has anyone been successful in getting FreeBSD running on the Intel > > AL440LX motherboard? We've tried both 2.1 and 3.0 and both have > > problems. Booting from floppy works fine, but booting from the scsi > > drive (after install) either gives "read error" in 2.1 or no message > > at all under 3.0 immediately following the normal bios stuff. > > Hm, I've seen this intermittiently on some systems. It may be that the > bootblocks were not properly installed. Try running `disklabel -B sd0' as > root. > As discussed on hackers, the problem turned out to be that the AL440LX BIOS does pass the correct drive info to the stage1 boot process. I have a hacked version of the bootblocks that works around this. If anyone else runs into this problem, let me know and I'll send you the patch. Hopefully Intel will fix this with later BIOS revs. David From owner-freebsd-questions Fri Oct 17 11:14:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27185 for questions-outgoing; Fri, 17 Oct 1997 11:14:02 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ipamzlx.physik.uni-mainz.de (root@ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27172 for ; Fri, 17 Oct 1997 11:13:58 -0700 (PDT) (envelope-from root@ipamzlx.physik.uni-mainz.de) Received: from ipamzlx.physik.uni-mainz.de (root@ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.8.7/8.8.5) with SMTP id UAA03591 for ; Fri, 17 Oct 1997 20:14:03 +0200 (CEST) Date: Fri, 17 Oct 1997 20:14:02 +0200 (CEST) From: Hartmann To: questions@freebsd.org Subject: unsubscribe freebsd-questions 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 unsubscribe freebsd-questions ------------------------------------------------------------------- O. Hartmann Johannes Gutenberg Universitaet Institut fuer Physik der Atmosphaere Becherweg 21 55099 Mainz ohartman@ipamzlx.physik.uni-mainz.de harto000@trudi.zdv.uni-mainz.de From owner-freebsd-questions Fri Oct 17 11:14:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27259 for questions-outgoing; Fri, 17 Oct 1997 11:14:28 -0700 (PDT) (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 LAA27226 for ; Fri, 17 Oct 1997 11:14:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03658; Fri, 17 Oct 1997 11:14:02 -0700 (PDT) Date: Fri, 17 Oct 1997 11:14:02 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: FreeBSD Questions Subject: Re: FreeBSD-current In-Reply-To: <01bcd9f0$f1308ac0$c4ac43cf@shawn.cpl.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, 15 Oct 1997, Shawn Ramsey wrote: > I would like to update to FreeBSD-current, or even stable. Will I have a > problem if the disk I want to do the actual build on is mounted as > /disk2? /disk2 is a new 1.2gb drive, the primary drive is a 545MB > mounted as / , but only has about 200MB free. Will this work? In case you haven't received a more accurate response: Sure, no problem. Just symlink /usr/obj to the desired location for the object files to land, run `make buildworld' to build and `make installworld' to copy in. I don't know if installworld will Do The Right Thing and land it in the proper location, 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 Oct 17 11:15:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27393 for questions-outgoing; Fri, 17 Oct 1997 11:15:33 -0700 (PDT) (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 LAA27370; Fri, 17 Oct 1997 11:15:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03665; Fri, 17 Oct 1997 11:15:18 -0700 (PDT) Date: Fri, 17 Oct 1997 11:15:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shawn Ramsey cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: FreeBSD-stable HD req'd In-Reply-To: <01bcdaa9$72ee9da0$c4ac43cf@shawn.cpl.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 Thu, 16 Oct 1997, Shawn Ramsey wrote: > FreeBSD-stable just finished building on my system. How much space (aprox) > will I need on the destination drive. Here are my filesystems: > ' > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0a 456599 220342 199730 52% / > /dev/wd2s1e 1212223 486323 628923 44% /disk2 > procfs 4 4 0 100% /proc When you installworld, it'll copy over existing binaries, so it shouldn't be much bigger than what you already have. You have 200MB available on / so you should have plenty of space. Doug 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 Oct 17 11:20:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27927 for questions-outgoing; Fri, 17 Oct 1997 11:20:41 -0700 (PDT) (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 LAA27918 for ; Fri, 17 Oct 1997 11:20:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03682; Fri, 17 Oct 1997 11:19:50 -0700 (PDT) Date: Fri, 17 Oct 1997 11:19:50 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shawn.Leas@bull.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpaccess question In-Reply-To: <85256532.00666238.00@us-mta1.ma02.bull.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 Thu, 16 Oct 1997 Shawn.Leas@bull.com wrote: > How do you change a particular groups or users ftp-root? You embed a /./ into their home directory spec in the passwd database. This creates a chroot()ed environment at the point specified. For instance, if you want to keep a user stuck in their home directory, you can use the following spec: user:xx ...:/usr/home/user/./: ... WARNING: Make sure that the proper binaires exist in ~/bin/ to do ls and any other functions. It's a chrooted environment, they don't have access to anything above that point. I think :-) I'd suggest reviewing ftpaccess(5), appropriate docs/man pages, and the mail archives for additional assistance. Doug 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 Oct 17 11:23:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28129 for questions-outgoing; Fri, 17 Oct 1997 11:23:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from public.cq.sc.cn (public.cq.cq.cn [202.98.32.111] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA28119 for ; Fri, 17 Oct 1997 11:23:29 -0700 (PDT) (envelope-from hmin@public.cq.sc.cn) Received: from kh2 (ppp12.cq.sc.cn [202.98.33.12]) by public.cq.sc.cn (SMI-8.6/8.6.11) with ESMTP id CAA29873 for ; Sat, 18 Oct 1997 02:23:21 +0800 Message-ID: <3266799D.2352E6A3@public.cq.sc.cn> Date: Fri, 18 Oct 1996 02:23:25 +0800 From: "HuangMin(Tunny)" X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: Any holes? Crash me now. X-Priority: 3 (Normal) Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, sir, I'm working on a FreeBSD 2.2.2 system and connecting to internet via a ISP. Have you any ideas to attack my system from internet? Yea, now I'm providing the telnet, ftp, named, www and some other normal services. On the other hand, I want to know if there's any holes or bugs residence at FreeBSD 2.2.2, really, I have not do any special setting on my system. I hope if my system work not properly one day, I'm just know what's the reason and how to solve it. That's it, sir. I'm hoping a strong Free-BSD system, though someone said "secure is not free". cheers. Huang Min From owner-freebsd-questions Fri Oct 17 11:28:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28367 for questions-outgoing; Fri, 17 Oct 1997 11:28:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA28357 for ; Fri, 17 Oct 1997 11:28:04 -0700 (PDT) (envelope-from leisner@sdsp.mc.xerox.com) Received: from mailhost.sdsp.mc.xerox.com ([13.231.132.18]) by alpha.xerox.com with SMTP id <53499(1)>; Fri, 17 Oct 1997 11:27:32 PDT Received: from gnu.sdsp.mc.xerox.com (gnu.sdsp.mc.xerox.com [13.231.133.90]) by mailhost.sdsp.mc.xerox.com (8.8.5/8.8.5) with SMTP id OAA27396; Fri, 17 Oct 1997 14:26:29 -0400 (EDT) Received: by gnu.sdsp.mc.xerox.com (4.1/client-1.3) id AA08838; Fri, 17 Oct 97 14:26:28 EDT Message-Id: <9710171826.AA08838@gnu.sdsp.mc.xerox.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Matt Behrens Cc: questions@freebsd.org Subject: Re: Typewriter output into flat ASCII? In-Reply-To: Your message of "Fri, 17 Oct 1997 07:43:35 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 Oct 1997 11:26:27 PDT From: "Marty Leisner" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I want to know if there is an easy way to convert ``typewriter'' output > (from nroff) into flat ASCII with FreeBSD. > > Thanks! > > Matt Behrens | Help bring a free inter-user communication > http://www.zigg.com/ | system to the Internet. Join the NetPager > matt@zigg.com | Project! http://www.zigg.com/netpager/ col -b -- marty leisner@sdsp.mc.xerox.com The Feynman problem solving Algorithm 1) Write down the problem 2) Think real hard 3) Write down the answer Murray Gell-mann in the NY Times From owner-freebsd-questions Fri Oct 17 11:29:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28470 for questions-outgoing; Fri, 17 Oct 1997 11:29:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28464 for ; Fri, 17 Oct 1997 11:29:50 -0700 (PDT) (envelope-from billy@tesys.com) Received: from gw1.tesys.com (root@gw1.tesys.com [207.5.58.2]) by freefall.freebsd.org (8.8.6/8.8.5) with ESMTP id LAA05818 for ; Fri, 17 Oct 1997 11:28:25 -0700 (PDT) Received: from bb2.tesys.com ([207.5.58.7]) by gw1.tesys.com (8.7.4/8.7.3) with SMTP id LAA04296; Fri, 17 Oct 1997 11:30:23 -0700 (PDT) Message-Id: <3.0.32.19971016233119.00bc28d0@gw1.tesys.com> X-Sender: billy@gw1.tesys.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 16 Oct 1997 23:31:21 -0700 To: SUPPORT@FREEBSD.COM From: Billy Bath x102 Subject: Re: DPT/RAID support under FreeBSD Cc: kamal@gw1.tesys.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, Could you please tell us if DPT RAID controller cards are now supported under FreeBSD. If yes, can we get some info on it.. Appreciate the help..cheers,,bb Billy Bath Sales Engineer Telenet System Solutions,Inc. P: 408-383-0334..ext102 F: 408-383-0335 Email: Billy@tesys.com Web: http://www.tesys.com 2480 Kruse Drive ,SanJose ,CA-95131 From owner-freebsd-questions Fri Oct 17 11:30:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28544 for questions-outgoing; Fri, 17 Oct 1997 11:30:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA28518; Fri, 17 Oct 1997 11:30:04 -0700 (PDT) (envelope-from leisner@sdsp.mc.xerox.com) Received: from mailhost.sdsp.mc.xerox.com ([13.231.132.18]) by alpha.xerox.com with SMTP id <53396(4)>; Fri, 17 Oct 1997 11:29:30 PDT Received: from gnu.sdsp.mc.xerox.com (gnu.sdsp.mc.xerox.com [13.231.133.90]) by mailhost.sdsp.mc.xerox.com (8.8.5/8.8.5) with SMTP id OAA27749; Fri, 17 Oct 1997 14:29:26 -0400 (EDT) Received: by gnu.sdsp.mc.xerox.com (4.1/client-1.3) id AA08860; Fri, 17 Oct 97 14:29:26 EDT Message-Id: <9710171829.AA08860@gnu.sdsp.mc.xerox.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Chuck Robey Cc: Jacques Hugo , questions@freebsd.org, hackers@freebsd.org Subject: Re: makefile howto In-Reply-To: Your message of "Fri, 17 Oct 1997 05:59:37 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 Oct 1997 11:29:25 PDT From: "Marty Leisner" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk While not specifically dealing with BSD make, the GNU make manual is an excellent place...and gnu make is an excellent tool. marty -- marty leisner@sdsp.mc.xerox.com The Feynman problem solving Algorithm 1) Write down the problem 2) Think real hard 3) Write down the answer Murray Gell-mann in the NY Times From owner-freebsd-questions Fri Oct 17 11:31:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28717 for questions-outgoing; Fri, 17 Oct 1997 11:31:35 -0700 (PDT) (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 LAA28711 for ; Fri, 17 Oct 1997 11:31:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03701; Fri, 17 Oct 1997 11:31:29 -0700 (PDT) Date: Fri, 17 Oct 1997 11:31:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Hai T. Le" cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Fwd: Re: HELP] In-Reply-To: <3443AF05.25A8@flash.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 (re: PPP troubles) Could you be more specific as to the problem you're having? What error messages are you getting? BTW, you forgot to blank your password out of the posted ppp config file, so the whole world knows it now. I'd change it. And why was the file called `ppp.con' when the real name is `ppp.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 Fri Oct 17 11:39:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29102 for questions-outgoing; Fri, 17 Oct 1997 11:39:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29096 for ; Fri, 17 Oct 1997 11:39:03 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id NAA28393; Fri, 17 Oct 1997 13:38:17 -0500 (CDT) Message-ID: <3447B08D.C3224491@iaces.com> Date: Fri, 17 Oct 1997 13:38:05 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Steve Hovey CC: Paul Root , freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Hovey wrote: > > What version are you seeing this in? In my 2.1.5 I dont see this in the > source. Ah, this is 2.2.2. As I recall, before 2.2.1 the driver didn't do full duplex. I don't know with something that old. Paul. > On Fri, 17 Oct 1997, Paul Root wrote: > > > Steve Hovey wrote: > > > > > > Is there a way to ifconfig it to make it be half duplex? I cant get the > > > 100TX card to talk over the switch to the 10 hub! > > > > > > I think the driver etc is working though because I have the right light > > > flashing. I just cant get passed the switch > > > > Sure, lookin in the source (/sys/pci/if_fxp.c): > > > > /* > > * If link0 is set, disable auto-negotiation and then: > > * If link1 is unset = 10Mbps > > * If link1 is set = 100Mbps > > * If link2 is unset = half duplex > > * If link2 is set = full duplex > > */ > > > > > > Paul. > > From owner-freebsd-questions Fri Oct 17 11:57:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA00350 for questions-outgoing; Fri, 17 Oct 1997 11:57:19 -0700 (PDT) (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 LAA00340 for ; Fri, 17 Oct 1997 11:57:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03730; Fri, 17 Oct 1997 11:57:14 -0700 (PDT) Date: Fri, 17 Oct 1997 11:57:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Patrick Jabbour cc: freebsd-questions@FreeBSD.ORG Subject: Re: help In-Reply-To: <344450EB.795D@adnc.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, 14 Oct 1997, Patrick Jabbour wrote: > i am looking to start my own mirc server, is this the software for me? > If so, wot is the packege i should downlaod form your website . Thank > you a lot... mIRC is a client, but I get the idea. The server is available as a port from ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/net/irc OR as a package from ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/net/irc-2.9.2.3.tgz. Either grab the port directory, cd into it and type `make' or for the package, run pkg_add irc-2.9.2.3.tgz. See the Handbook for further details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Oct 17 12:00:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA00625 for questions-outgoing; Fri, 17 Oct 1997 12:00:09 -0700 (PDT) (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 MAA00619 for ; Fri, 17 Oct 1997 12:00:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA03734; Fri, 17 Oct 1997 11:58:57 -0700 (PDT) Date: Fri, 17 Oct 1997 11:58:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: Kermit the Hog cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! FIPS error...I need instructions on FDISK! In-Reply-To: <34468B78.3FCD@ix.netcom.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 Thu, 16 Oct 1997, Kermit the Hog wrote: > I seem to be unable to get FIPS to create me a second HD partition, and > partition magic isn't very cooperative either. I have come down to > FDISK as a last resort. What was the problem you were having? > Any help on how to use FDISK to install FreeBSD would be appreciated. . Delete slices to make desired space unallocated. . Install FreeBSD into the empty space. Doug 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 Oct 17 12:03:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA00794 for questions-outgoing; Fri, 17 Oct 1997 12:03:38 -0700 (PDT) (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 MAA00788 for ; Fri, 17 Oct 1997 12:03:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id MAA03747; Fri, 17 Oct 1997 12:03:03 -0700 (PDT) Date: Fri, 17 Oct 1997 12:03:03 -0700 (PDT) From: Doug White Reply-To: Doug White To: Vallo Kallaste cc: freebsd-questions@FreeBSD.ORG Subject: Re: How many NIC's 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 Fri, 17 Oct 1997, Vallo Kallaste wrote: > How many NIC's FreeBSD recognize at the same time ? I use 2.2.2 release. > I mean Linux recognize four ethernet cards. Please reply via private > e-mail. As many as you can fit in your computer and still have resources for. Doug 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 Oct 17 12:21:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA01989 for questions-outgoing; Fri, 17 Oct 1997 12:21:14 -0700 (PDT) (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 MAA01980 for ; Fri, 17 Oct 1997 12:21:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id MAA03766; Fri, 17 Oct 1997 12:19:19 -0700 (PDT) Date: Fri, 17 Oct 1997 12:19:19 -0700 (PDT) From: Doug White Reply-To: Doug White To: Doug Lo cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to change boot name? In-Reply-To: <3444F0A8.5C81385D@ms11.hinet.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 Thu, 16 Oct 1997, Doug Lo wrote: > When I start Boot Manager, the menu is: > F1: DOS > F2: FreeBSD > > I want to change the name 'DOS' to 'Windows 95', would anyone know how > to change > it? You'd have to hack the booteasy sources directly. Doug 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 Oct 17 12:22:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02077 for questions-outgoing; Fri, 17 Oct 1997 12:22:19 -0700 (PDT) (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 MAA02071 for ; Fri, 17 Oct 1997 12:22:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id MAA03780; Fri, 17 Oct 1997 12:22:11 -0700 (PDT) Date: Fri, 17 Oct 1997 12:22:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Karsten Fleischer cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have a problem with the lpd - deamon 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 MAA02072 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Oct 1997, Karsten Fleischer wrote: > > Use separate queues for the different printer types. When one is > > printing, the others will get `device busy' and just wait for the device > > to become available. > Good idea, but there occurs the 2. problem the printer is not > connected to a device it is a networked printer. the inputfilter > sends the data via telnet directly to the printer, which has so much > memory, that he accept print-job at once. Our main problem isn´t that the > printer do not print it works the problem is our way to count the pages. > This is don with the same script and so tit is required that only one > printerqueue send data. OK, this is accounting related :-) I don't really have any solutions for you then. Page counting is really difficult to do accurately. Doug 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 Oct 17 12:23:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02179 for questions-outgoing; Fri, 17 Oct 1997 12:23:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gemini.cia.com (root@gemini.cybersurf.net [206.186.110.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02158 for ; Fri, 17 Oct 1997 12:23:46 -0700 (PDT) (envelope-from stephane@cybersurf.net) Received: from stephane.cybersurf.net (geminippp170.cybersurf.net [206.186.110.170]) by gemini.cia.com (8.7.6/8.7.3) with SMTP id NAA03520 for ; Fri, 17 Oct 1997 13:23:30 -0600 From: "Stephane Raimbault" To: Subject: Kernel Configuration Question. Date: Fri, 17 Oct 1997 13:23:26 -0600 Message-ID: <01bcdb32$245db520$aa6ebace@stephane.cybersurf.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BCDAFF.D9C34520" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BCDAFF.D9C34520 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have been creating myself a Kernel for my syste and I can not find = what the following lines are for. They are not mentioned in the = HandBook. Could someone tell me what some of these are for. I have a = good idea what are some of these but I am trying to determine if I need = them or not. ------------------------- options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor controller eisa0 options KTRACE #kernel tracing ------------------------- Thank you for your time, Stephane Raimbault ------=_NextPart_000_0006_01BCDAFF.D9C34520 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have been creating myself a Kernel = for my=20 syste and I can not find what the following lines are for.  They = are not=20 mentioned in the HandBook.  Could someone tell me what some of = these are=20 for.  I have a good idea what are some of these but I am trying to=20 determine if I need them or not. 
 
-------------------------
options        =20 FAILSAFE           = ;    =20 #Be = conservative
options        =20 USERCONFIG          &nb= sp;  =20 #boot -c = editor
options        =20 VISUAL_USERCONFIG       #visual boot -c=20 editor
 
controller     =20 eisa0
options        =20 KTRACE          #kernel=20 tracing
------------------------- 
 
Thank you for your = time,
Stephane Raimbault
 
------=_NextPart_000_0006_01BCDAFF.D9C34520-- From owner-freebsd-questions Fri Oct 17 12:25:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02429 for questions-outgoing; Fri, 17 Oct 1997 12:25:03 -0700 (PDT) (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 MAA02418 for ; Fri, 17 Oct 1997 12:25:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id MAA03784; Fri, 17 Oct 1997 12:24:55 -0700 (PDT) Date: Fri, 17 Oct 1997 12:24:55 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Christopher J. Booth" cc: questions@FreeBSD.ORG Subject: Re: Inexpensive Printers That Work w/ 2.2.2? In-Reply-To: <199710161733.NAA01166@ithaca> 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, 16 Oct 1997, Christopher J. Booth wrote: > I would like to get an inexpensive printer to use with my FreeBSD box at home. > Can anyone recommend a printer that will work with FreeBSD 2.2.2? > > A store right around the corner is offering an HP 672C ink jet printer for > $210. Do we have a driver for this? As long as this isn't the `Windows' printer, it should work OK. The older DeskJet 500 and 550's work great and you can probably find them used for dirt cheep. Doug 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 Oct 17 13:05:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05019 for questions-outgoing; Fri, 17 Oct 1997 13:05:22 -0700 (PDT) (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 NAA05013 for ; Fri, 17 Oct 1997 13:05:14 -0700 (PDT) (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 NAA05320; Fri, 17 Oct 1997 13:07:35 -0700 (PDT) Message-Id: <199710172007.NAA05320@implode.root.com> To: Paul Root cc: Steve Hovey , freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings In-reply-to: Your message of "Fri, 17 Oct 1997 13:38:05 CDT." <3447B08D.C3224491@iaces.com> From: David Greenman Reply-To: dg@root.com Date: Fri, 17 Oct 1997 13:07:35 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Steve Hovey wrote: >> >> What version are you seeing this in? In my 2.1.5 I dont see this in the >> source. > >Ah, this is 2.2.2. As I recall, before 2.2.1 the driver didn't do full >duplex. I don't know with something that old. Ahh...yes, full duplex wasn't supported until much later. Anything that (NWAY) negotiates full-duplex is not going to work. You'll need to configure the switch port to half-duplex so that this doesn't happen (or upgrade to a new version of FreeBSD). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Fri Oct 17 13:11:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05300 for questions-outgoing; Fri, 17 Oct 1997 13:11:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from light.pomona.edu (light.pomona.edu [134.173.72.79]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05293 for ; Fri, 17 Oct 1997 13:11:07 -0700 (PDT) (envelope-from jadeite@light.pomona.edu) Received: (from jadeite@localhost) by light.pomona.edu (8.8.5/8.8.5) id NAA11467 for freebsd-questions@freebsd.org; Fri, 17 Oct 1997 13:10:47 -0700 (PDT) Date: Fri, 17 Oct 1997 13:10:47 -0700 (PDT) From: jadeite Message-Id: <199710172010.NAA11467@light.pomona.edu> To: freebsd-questions@freebsd.org Subject: majordomo Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Our mailing list works when mail is sent to it from localhost. However, when mail is sent from a foreign host, sendmail says that "user insoc unknown" (insoc is the name of the list). What does this mean? From owner-freebsd-questions Fri Oct 17 13:12:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05399 for questions-outgoing; Fri, 17 Oct 1997 13:12:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from light.pomona.edu (light.pomona.edu [134.173.72.79]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05391 for ; Fri, 17 Oct 1997 13:12:04 -0700 (PDT) (envelope-from jadeite@light.pomona.edu) Received: (from jadeite@localhost) by light.pomona.edu (8.8.5/8.8.5) id NAA11474 for freebsd-questions@freebsd.org; Fri, 17 Oct 1997 13:11:55 -0700 (PDT) Date: Fri, 17 Oct 1997 13:11:55 -0700 (PDT) From: jadeite Message-Id: <199710172011.NAA11474@light.pomona.edu> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk please respond to the previous message directly. i'm not on the list. sorry From owner-freebsd-questions Fri Oct 17 13:16:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05600 for questions-outgoing; Fri, 17 Oct 1997 13:16:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from vpm.com ([209.60.152.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05579 for ; Fri, 17 Oct 1997 13:15:57 -0700 (PDT) (envelope-from mcs@vpm.com) Received: from marks (marks.vpm.com [209.60.152.15]) by vpm.com (8.8.6/8.8.6) with SMTP id NAA26154 for ; Fri, 17 Oct 1997 13:17:42 -0700 (PDT) Message-Id: <3.0.1.32.19971017131719.00c1cc10@vpm.com> X-Sender: mcs@vpm.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Fri, 17 Oct 1997 13:17:19 -0700 To: freebsd-questions@FreeBSD.ORG From: Mark Stout Subject: HELP: Example of aliased IP error messages In-Reply-To: References: <344450EB.795D@adnc.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 All: I need help in fixing the following errors. I'm using 2.2.1 from the subscription CD that was used to upgrade a 2.1.5R machine. I've installed this CD on two other machines with no problems, but this one machine is having alot of problems. Here's what I get when I enter the following command: spunky:[2]#ifconfig de0 alias 209.60.152.110 netmask 255.255.255.255 Here's the output from a remote machine pinging this aliased IP address fm1: {18} ping 209.60.152.110 PING 209.60.152.110 (209.60.152.110): 56 data bytes 64 bytes from 209.60.152.110: icmp_seq=0 ttl=255 time=0.468 ms 64 bytes from 209.60.152.110: icmp_seq=1 ttl=255 time=1.039 ms 64 bytes from 209.60.152.110: icmp_seq=2 ttl=255 time=0.439 ms So it can be pinged from a remote system. Now, here it is on the same pmachine that has the aliased IP adddress spunky:[3]# PING 209.60.152.110 (209.60.152.110): 56 data bytes Now, can someone tell me why these are occuring and how I can fix them? ------------------------------- Contents from /var/log/syslog ------------------------------- Oct 17 13:03:38 spunky /kernel: arpresolve: can't allocate llinfo for 209.60.152.110 Oct 17 13:03:38 spunky routed[56]: write(rt_sock) RTM_ADD 209.60.152.216/32 --> 209.60.152.216: Can't assign requested address Oct 17 13:03:39 spunky /kernel: Oct 17 13:03:43 spunky /kernel: arp_rtrequest: bad gateway value ========================================================================== Mark Stout http://www.vpm.com/ VPM Enterprises President mcs@vpm.com (800) 321-0221 Providing Secured Web Hosting and Credit Card Processing ========================================================================== From owner-freebsd-questions Fri Oct 17 14:19:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08751 for questions-outgoing; Fri, 17 Oct 1997 14:19:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08726; Fri, 17 Oct 1997 14:19:02 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.7/8.8.7) with ESMTP id RAA03964; Fri, 17 Oct 1997 17:18:58 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.7/8.8.7) with SMTP id RAA09104; Fri, 17 Oct 1997 17:19:22 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Fri, 17 Oct 1997 17:19:21 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca To: Marty Leisner cc: Chuck Robey , Jacques Hugo , questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: makefile howto In-Reply-To: <9710171829.AA08860@gnu.sdsp.mc.xerox.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 Fri, 17 Oct 1997, Marty Leisner wrote: > While not specifically dealing with BSD make, the GNU make manual > is an excellent place...and gnu make is an excellent tool. /usr/share/doc/psd/12.make/* is probably better. GNU make and BSD make are really two very different animals. Actually, I'm not sure I really like the direction that GNU is trying to take build configuration. I would much rather see them try and encourage a make using something similar to our /usr/share/mk/* than try to circumvent the whole idea with huge cumbering monstrocities named auto*. To be fair, I'll use autoconfig, and it's better than nothing (intended as a compliment, not an insult), my religious differences or no. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-questions Fri Oct 17 15:00:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA11451 for questions-outgoing; Fri, 17 Oct 1997 15:00:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from earth.mat.net (root@earth.mat.net [206.246.122.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA11417; Fri, 17 Oct 1997 15:00:17 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by earth.mat.net (8.8.7/8.6.12) with SMTP id RAA02479; Fri, 17 Oct 1997 17:58:05 -0400 (EDT) Date: Fri, 17 Oct 1997 16:57:39 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Tim Vanderhoek cc: Marty Leisner , Jacques Hugo , questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: makefile howto 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 Fri, 17 Oct 1997, Tim Vanderhoek wrote: > On Fri, 17 Oct 1997, Marty Leisner wrote: > > > While not specifically dealing with BSD make, the GNU make manual > > is an excellent place...and gnu make is an excellent tool. > > /usr/share/doc/psd/12.make/* is probably better. GNU make and > BSD make are really two very different animals. > > Actually, I'm not sure I really like the direction that GNU is > trying to take build configuration. I would much rather see them > try and encourage a make using something similar to our > /usr/share/mk/* than try to circumvent the whole idea with huge > cumbering monstrocities named auto*. To be fair, I'll use > autoconfig, and it's better than nothing (intended as a > compliment, not an insult), my religious differences or no. Agreed. Also, I find some of the comments that the gnu folks salt in with their tools offensive, like the one in the libtool thing that says that freebsd ld.so is broken. Did you ever try to troubleshoot a complicated install that their auto-* tools are involved with? It's really difficult. > > > -- > Outnumbered? Maybe. Outspoken? Never! > tIM...HOEk > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-questions Fri Oct 17 16:09:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14201 for questions-outgoing; Fri, 17 Oct 1997 16:09:01 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14169 for ; Fri, 17 Oct 1997 16:08:51 -0700 (PDT) (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 BAA01009; Sat, 18 Oct 1997 01:08:23 +0200 (MESZ) From: Robert Eckardt Message-Id: <199710172308.BAA01009@ghost.mep.ruhr-uni-bochum.de> Subject: Re: Kernel Configuration Question. In-Reply-To: <01bcdb32$245db520$aa6ebace@stephane.cybersurf.net> from Stephane Raimbault at "Oct 17, 97 01:23:26 pm" To: stephane@cybersurf.net (Stephane Raimbault) Date: Sat, 18 Oct 1997 01:08:23 +0200 (MESZ) 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 X-Loop: FreeBSD.org Precedence: bulk It was Stephane Raimbault who wrote: > I have been creating myself a Kernel for my syste and I can not find what the following lines are for. They are not mentioned in the HandBook. Could someone tell me what some of these are for. I have a good idea what are some of these but I am trying to determine if I need them or not. > options FAILSAFE #Be conservative If you have an NCR53C810 controller and a scsi hard disk which claims to support tagged commands, but doesn't (e.g. HP C3725S) or if you have a CDROM that doesn't support synchronous transfers (e.g. NEC CD-ROM DRIVE:501), you'll need it. You can grep through the kernel sources, in case I forgot s.th. > options USERCONFIG #boot -c editor If you want to be able to use the `-c' option at the boot prompt to edit your hardware config on a command-line basis. (Enabling/disabling of devices, changing ports etc.) > options VISUAL_USERCONFIG #visual boot -c editor If you like the menu driven configuration utility. > controller eisa0 If you have an EISA bus system. Not needed on PCI/ISA systems. > options KTRACE #kernel tracing As the comment in LINT says: KTRACE enables the system-call tracing facility ktrace(2). It doesn't hurt. > Thank you for your time, > Stephane Raimbault You're welcome, Robert -- Robert Eckardt \\ FreeBSD -- solutions for a large universe.(tm) RobertE@MEP.Ruhr-Uni-Bochum.de \\ What do you want to boot tomorrow ?(tm) http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de From owner-freebsd-questions Fri Oct 17 16:13:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14416 for questions-outgoing; Fri, 17 Oct 1997 16:13:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14344 for ; Fri, 17 Oct 1997 16:11:57 -0700 (PDT) (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 BAA01019; Sat, 18 Oct 1997 01:10:55 +0200 (MESZ) From: Robert Eckardt Message-Id: <199710172310.BAA01019@ghost.mep.ruhr-uni-bochum.de> Subject: Re: Inexpensive Printers That Work w/ 2.2.2? In-Reply-To: from Doug White at "Oct 17, 97 12:24:55 pm" To: dwhite@resnet.uoregon.edu Date: Sat, 18 Oct 1997 01:10:55 +0200 (MESZ) Cc: cbooth@onyx.interactive.net, 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 X-Loop: FreeBSD.org Precedence: bulk It was Doug White who wrote: > On Thu, 16 Oct 1997, Christopher J. Booth wrote: > > A store right around the corner is offering an HP 672C ink jet printer for > > $210. Do we have a driver for this? > > As long as this isn't the `Windows' printer, it should work OK. This is the 820, if I remember correctly. -- 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 Oct 17 16:47:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15954 for questions-outgoing; Fri, 17 Oct 1997 16:47:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15948 for ; Fri, 17 Oct 1997 16:47:02 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA04868; Sat, 18 Oct 1997 09:16:32 +0930 (CST) Message-ID: <19971018091632.64200@lemis.com> Date: Sat, 18 Oct 1997 09:16:32 +0930 From: Greg Lehey To: lukas@reichardt.ch Cc: questions@FreeBSD.ORG Subject: Re: a.out <-> GNU CC References: <34472f6e.11976311@1.1.1.17> <19971017193844.40743@lemis.com> <34474b1a.19060737@1.1.1.17> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34474b1a.19060737@1.1.1.17>; from Lukas Ruf on Fri, Oct 17, 1997 at 11:48:41AM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 17, 1997 at 11:48:41AM +0000, Lukas Ruf wrote: > Hi Greg > > On Fri, 17 Oct 1997 19:38:44 +0930, you wrote: > >> For any version of a UNIX C compiler: >> >> cc a.o b.o c.o >> >> In other words, you just specify the names of the object files. If >> you don't use -o, it will call the file a.out. >> > > sorry, i have not got it. Possibly you should get a book about the C programming language. I would recommend "The C programming Language", byu Kernighan and Ritchie. > BTW: why do you specify a list of object files for "cc" ? That's what you asked for. > If the default output format of a compiler/linker pair to produce an > executable is ELF, how can I tell the compiler/linker pair to produce > an a.out-format executable. Ah, finally the question. Can I assume that you want to link ELF object files and produce an a.out executable? > In other words: which command line options do I have to specify to > make ld link a list of object files into an executable of format a.out > (its name -- I know -- is specified by -o , defaulting to > "a.out"). Currently, this is speculation. The default output format is a.out. I can't tell you how this will be done, or if it will be done at all. Greg From owner-freebsd-questions Fri Oct 17 17:11:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA17119 for questions-outgoing; Fri, 17 Oct 1997 17:11:40 -0700 (PDT) (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 RAA17114 for ; Fri, 17 Oct 1997 17:11:33 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id UAA15924; Fri, 17 Oct 1997 20:10:43 -0400 (EDT) Date: Fri, 17 Oct 1997 20:10:42 -0400 (EDT) From: Steve Hovey To: Paul Root cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings In-Reply-To: <3447B08D.C3224491@iaces.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 Fri, 17 Oct 1997, Paul Root wrote: > Steve Hovey wrote: > > > > What version are you seeing this in? In my 2.1.5 I dont see this in the > > source. > > Ah, this is 2.2.2. As I recall, before 2.2.1 the driver didn't do full > duplex. I don't know with something that old. Im half suspecting my switch - it worked for 4 or 5 hours today all of a sudden, then all of a sudden stopped again. From owner-freebsd-questions Fri Oct 17 17:46:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA18825 for questions-outgoing; Fri, 17 Oct 1997 17:46:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from tok.qiv.com (vEYk8suGDB/gy+WYto9/cRMKbKHISApH@[204.214.141.211]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA18816 for ; Fri, 17 Oct 1997 17:45:57 -0700 (PDT) (envelope-from jdn@qiv.com) Received: (from uucp@localhost) by tok.qiv.com (8.8.6/8.8.5) with UUCP id TAA00784; Fri, 17 Oct 1997 19:45:28 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.6/8.8.5) with SMTP id TAA00608; Fri, 17 Oct 1997 19:36:31 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Fri, 17 Oct 1997 19:36:31 -0500 (CDT) From: "Jay D. Nelson" To: Gavin Dandridge cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with sendmail - please! In-Reply-To: <3.0.1.32.19971017134917.0068d308@194.159.236.130> 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 Doesn't the RFC specify a maximum line of 1024? In which case, sendmail is operating correctly. Your app is broken. Raise hell with Oracle. Don't accept the Microsoft attitude. Alternatively, you can break sendmail. Source is in /usr/src/usr.sbin. -- Jay On Fri, 17 Oct 1997, Gavin Dandridge wrote: > At 06:31 17/10/97 -0500, you wrote: > >Gavin Dandridge said: > > > >> Has anyone had problems with sending long messages through sendmail. I'm > >> using SQL Anywhere on my system and it generates email messages that are > >> long strings of text. > >> > >> Quite often these strings can be 16kb long and will not contain and CR's or > >> LF's. However after the message has been processed by sendmail there is a > >> CR-LF-LF every 1024th character. > >> > >> This causes SQL Anywhere to think the message is corrupted. > >> > >> Does anyone have any idea why sendmail might place these CR-LF-LF's into > >> the message and how it could be stopped? > >> > >> Many Thanks, > >> Gavin Dandridge. > > > >If I thought Oracle cared, I'd suggest complaining to them. My > >undeerstanding is that you can't really count on internet mail > >messages with long lines making it---that's why people came up with > >uuencode. I'd get the message uuencodes and then sent to you. Why > >Oracle doesn't know enough to do this I don't know. Even CC:Mail > >uuencodes things. I'd guess sendmail is doing this because of some > >buffer internally. You may look into /usr/src/usr.sbin/sendmail/src > >to see if you can find it, but if your mail ever gets sent to a system > >without the patches you make, it'll get linebreaks inserted. > > - Alec Kloss > > Alas there is no option inside SQL Anywhere to automatically uuencode > messages. :( So that option is out. Though I do agree with your comments. > That any product could still fail to be net-friendly seems quite bizzar! > > I have tried using Netscape Messageing Server on Windows NT (Sorry had to > try) and SQL Anywhere worked fine on that! The messages arrived intact. > This leads me to belive that sendmail is doing something unique here. The > question is what. I have no desire to use Windows NT on my network and > would really like FreeBSD boxes for my mail servers! I'm not sure I'm up to > hacking th sendmail source code though! :( > > Any further ideas? > > Regards, > Gavin Dandridge. > -- Jay From owner-freebsd-questions Fri Oct 17 19:51:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24042 for questions-outgoing; Fri, 17 Oct 1997 19:51:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wally.eecs.harvard.edu (wally.eecs.harvard.edu [140.247.60.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24037 for ; Fri, 17 Oct 1997 19:51:21 -0700 (PDT) (envelope-from shieyuan@eecs.harvard.edu) Received: from steward.eecs.harvard.edu (shieyuan@steward.eecs.harvard.edu [140.247.60.20]) by wally.eecs.harvard.edu (8.8.6/8.8.6) with ESMTP id WAA12691 for ; Fri, 17 Oct 1997 22:51:20 -0400 (EDT) From: ShieYuan Wang Received: (from shieyuan@localhost) by steward.eecs.harvard.edu (8.8.5/8.8.5) id WAA06872 for freebsd-questions@FreeBSD.ORG; Fri, 17 Oct 1997 22:51:14 -0400 (EDT) Message-Id: <199710180251.WAA06872@steward.eecs.harvard.edu> Subject: SMP is slower when two processors are enabled To: freebsd-questions@FreeBSD.ORG Date: Fri, 17 Oct 97 22:51:14 EDT Mailer: Elm [revision: 70.85] Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am using SMP 3.0 with a two Pentium-Pro motherboard. I found that SMP does not give me speedup at all when I enable two processors at the same time. My system even becomes only 1/3 of its throughput when there is only one processor enabled. I am uisng "stcp" and "rtcp" to test how fast my system can use TCP/IP protocol stack to transfer unlimited data on the same local host. If I only enable one processor, the throughput can be 35 MB/sec. However if I enable the other processor hoping to get better throughput, I only get 12 MB/sec. I know that locking overhead between multiple processors may be a lot. But I never thought that it could be so high. Could anyone give me some clues about this bad performance? My SMP 3.0 was installed about 6 months ago. Does the more recent SMP have better performance and have solved the performance problem? Your suggestion will be highly appriciated. Shie-Yuan Wang CS Ph.D. student. Harvard University From owner-freebsd-questions Fri Oct 17 22:41:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA28986 for questions-outgoing; Fri, 17 Oct 1997 22:41:23 -0700 (PDT) (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 WAA28981 for ; Fri, 17 Oct 1997 22:41:19 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id WAA01479; Fri, 17 Oct 1997 22:31:36 -0700 (PDT) Date: Fri, 17 Oct 1997 22:31:35 -0700 (PDT) From: Annelise Anderson To: jadeite cc: freebsd-questions@FreeBSD.ORG Subject: Re: majordomo In-Reply-To: <199710172010.NAA11467@light.pomona.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 Fri, 17 Oct 1997, jadeite wrote: > Hi, > Our mailing list works when mail is sent to it from localhost. However, when mail is sent from a foreign host, sendmail says that "user insoc unknown" (insoc is the name of the list). What does this mean? > It means you haven't got it configured properly. I think majordomo is rather difficult, not only because there is a fair amount to do but also because half the documentation is wrong and out of date. The other half is okay, but the problem is in knowing which half is which. It especially sounds as if you haven't got aliases set up properly. Sendmail (or whatever you're using) doesn't know that insoc is an alias with which something should be done. There's a majordomo aliases file with examples; then you need to add that file name (aliases.majordomo) to sendmail's aliases so it know to use the file. See also the info on establishing new lists and info for list owners. It's messy, but eventually it does work. Annelise From owner-freebsd-questions Sat Oct 18 01:47:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA05578 for questions-outgoing; Sat, 18 Oct 1997 01:47:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.san.rr.com (mail-atm.san.rr.com [204.210.0.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA05571 for ; Sat, 18 Oct 1997 01:47:20 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dt5h1n61.san.rr.com (dt5h1n61.san.rr.com [204.210.31.97]) by mail.san.rr.com (8.8.7/8.8.7) with SMTP id BAA24665; Sat, 18 Oct 1997 01:46:12 -0700 (PDT) Message-Id: <199710180846.BAA24665@mail.san.rr.com> From: "Studded" To: "Brian McGovern" , "questions@FreeBSD.ORG" Date: Sat, 18 Oct 97 01:46:05 -0700 Reply-To: "Studded" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: xntpd question... Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Disclaimer: I'm far from an xntpd expert, but I have managed to whack a similar situation into shape. On Fri, 17 Oct 1997 11:59:18 -0400, Brian McGovern wrote: >I've been ripping my hair out for a couple of days about this, and none >of my handy books have a good reference to this, so... Here is a URL from someone else's post that I had archived: http://www.eecis.udel.edu/~ntp/ >I have a firewall system that has been running ntpdate to a known >good clock source. What I'd now like to do is change it so that the >local time is set to this clock source, but also re-serve this >time to the machines behind the firewall. In my /etc/ntp.conf >file, I started with: > >server foo.bar.com prefer > >This, however, didn't seem to do much to the local clock. How accurate was the local clock when you started xntpd? In my experience if the clock is sufficiently far out, xntpd sends error messages to syslog and that's about it. Also, I'm not 100% sure that a time server that works for ntp will work for xntpd. The url above has a list of valid public time servers, give a different one of those a try. >Additionally, every addition I made about the hosts inside did even >less. I don't know what this means.. can you be more specific? Good luck, Doug *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 4,168 clients and still growing. :-) *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) From owner-freebsd-questions Sat Oct 18 05:44:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16062 for questions-outgoing; Sat, 18 Oct 1997 05:44:49 -0700 (PDT) (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 FAA15939 for ; Sat, 18 Oct 1997 05:40:40 -0700 (PDT) (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 OAA25526 for ; Sat, 18 Oct 1997 14:40:21 +0200 Received: from localhost (sebesty@localhost) by neumann.cs.elte.hu (8.8.3/8.7.3/4c) with SMTP id OAA22432 for ; Sat, 18 Oct 1997 14:40:00 +0200 X-Authentication-Warning: neumann.cs.elte.hu: sebesty owned process doing -bs Date: Sat, 18 Oct 1997 14:40:00 +0200 (MET DST) From: Zoltan Sebestyen Reply-To: Zoltan Sebestyen To: FreeBSD questions mailinglist Subject: limits 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 found out that the non-root users have memory limits for their process. How can I disable this? (I'm the only 'two' user on my machine me and the root ;-) -------------------------------------------------------------------------------- Sebestyen Zoltan It all seems so stupid, it makes me want to give up. szoli@caesar.elte.hu But why should I give up, when it all seems so stupid? From owner-freebsd-questions Sat Oct 18 05:46:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16166 for questions-outgoing; Sat, 18 Oct 1997 05:46:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from DonaldBurr.dyn.ml.org (root@ppp12123.la.inreach.net [206.18.115.123]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA16142; Sat, 18 Oct 1997 05:46:43 -0700 (PDT) (envelope-from dburr@POBoxes.com) Received: from DonaldBurr.dyn.ml.org (dburr@DonaldBurr.DonaldBurr.dyn.ml.org [192.160.60.1]) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) with SMTP id FAA27107; Sat, 18 Oct 1997 05:47:26 -0700 (PDT) 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: Sat, 18 Oct 1997 05:41:59 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Ports To: FreeBSD Ports , FreeBSD Questions Subject: DOOM port and 8-bit sound Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I am one of those unlucky few who still have an 8-bit sound card (the sound driver identifies it as "SoundBlaster Pro 3.2"... I lack the money to upgrade, and frankly can't think of a compelling reason to. I'm not a big sound guy and don't even play games that much -- and the 8-bit card serves my needs adequately (mostly dinking around with MIDI files and doing sound over the Web, e.g. RealAudio). However the other day I got the sudden urge to play DOOM, and so I installed the DOOM port (version 1.8, which, I believe is the latest version). But when I went to play it I got the most horrific sound out of my speakers!! A really nasty "screeching" type sound!! I then remembered something from the days when I used to run Linux: DOOM outputs 16-bit sound, but my card can't handle 16-bit. There was a software patch floating around that would patch DOOM to output 8-bit sounds, and I know it works because I used to use it! But I can't for the life of me remember the filename of the patch, and I searched around some of the Linux archives in vain. Does anyone know if this patch is still around, and whether it works (or can be made to work) under FreeBSD? If so, please e-mail me. FYI I'm running FreeBSD 2.2.2-RELEASE. Many thanks in advance! e of me remember the filename of the patch, and I searched around some of the Linux archives in vain. Does anyone know if this patch is still around, and whether it works (or can be FYI I'm running FreeBSD 2.2.2-RELEASE. - --- 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 iQCVAwUBNEiv2/jpixuAwagxAQGx3AP8C8dxSaIpzIi2jzJmKeO0stWY8zlUshWM 8XPQzgRfGt6DsrePWEkxvSI7nJ4cZfUwbDX2scbdrkbJBpeiidTDGE6+4MuNrtar BkMHnhfNrOYimjy+uq0l06e/xROiSmdPxz/Kbb6LBBzAbDg/WvKVdgQQZR0hVzRm LS/ZxSE/40w= =9Kvn -----END PGP SIGNATURE----- From owner-freebsd-questions Sat Oct 18 06:20:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA17731 for questions-outgoing; Sat, 18 Oct 1997 06:20:34 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from wopr.inetu.net (wopr.inetu.net [207.18.13.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA17722 for ; Sat, 18 Oct 1997 06:20:26 -0700 (PDT) (envelope-from dev@wopr.inetu.net) Received: from localhost (dev@localhost) by wopr.inetu.net (8.8.5/8.8.5) with SMTP id JAA24828 for ; Sat, 18 Oct 1997 09:27:51 -0400 (EDT) Date: Sat, 18 Oct 1997 09:27:51 -0400 (EDT) From: Dev Chanchani To: freebsd-questions@freebsd.org Subject: ftpd hanging around 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 We run a dedicated FTP server for a client (about 3k - 4k connections per month). Many of the ftpd's don't die off after the transfer and keep hanging around. Anyone have a solution to this problem, or have any suggestions about what is causing it? Any help would be greatly apprecaited. From owner-freebsd-questions Sat Oct 18 06:36:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18401 for questions-outgoing; Sat, 18 Oct 1997 06:36:04 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iway1.iw.net (iway1.iw.net [204.157.148.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18344 for ; Sat, 18 Oct 1997 06:36:00 -0700 (PDT) (envelope-from janesays@iway1.iw.net) Received: (from janesays@localhost) by iway1.iw.net (8.7.5/8.7.3) id IAA26696; Sat, 18 Oct 1997 08:33:55 -0500 (CDT) Date: Sat, 18 Oct 1997 08:33:54 -0500 (CDT) From: Bryan Rearick To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: Boot Manager Problems 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 Hi, Disk Layout: IDE0a :700Mb HD(Windows 95) IDE0b :1.2Gb HD IDE1a :16x CDROM IDE1b :nothing SCSI0 :4.148Gb Seagate Baracudda HD(FAT Part, FreeBSD, Windows NT) Partition Layout: IDE0a : 700Mb [C:(FAT)] IDE0b : 1.2Gb [D:(FAT)] SCSI0 : 500Mb [E:(FAT)] 1.8Gb [f:(NTFS)] 1.84bGb[(FreeBSD)] I tried to fix this by using NT's Boot Manager the way it says in the FAQs When I boot to the bootsect.bsd it says: "Non Bootable Partition" If you have any more questions let me know. Thanks, Bryan janesays@iw.net On Sun, 12 Oct 1997, Doug White wrote: > On Sat, 11 Oct 1997, Bryan Rearick wrote: > > > Hello, > > I've searched through your FAQs and can't find an answer to my > > question. > > When I have finished the install, and reboot, the boot manager comes > > up and > > only gives me an option for DOS. It look s like this : > > > > F1 dos > > > > > > Default F? > > > > Am I doing something wrong? How do I fix this? > > What disk did you install to? > > What does the disk layout in your machine look like? > > What does the partition layout on your disk(s) look like? > > I need more info 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 Oct 18 06:49:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18811 for questions-outgoing; Sat, 18 Oct 1997 06:49:21 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from myname.my.domain (pm3bl1-27.csrlink.net [207.44.9.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18803 for ; Sat, 18 Oct 1997 06:49:13 -0700 (PDT) (envelope-from rknebel@myname.my.domain) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id JAA01090; Sat, 18 Oct 1997 09:48:00 -0400 (EDT) Message-ID: <19971018094759.31730@my.domain> Date: Sat, 18 Oct 1997 09:47:59 -0400 From: rknebel@csrlink.net To: FreeBSD questions mailinglist Subject: Re: memory Reply-To: rknebel@csrlink.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Zoltan Sebestyen on Sat, Oct 18, 1997 at 02:40:00PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am somewhat new to the unix world but have freebsd and redhat linux setup on my home computer. My setups are almost identical. Accelerated X, tkdesk, afterstep, and netscape version 4. When I have all of the above running and look at, top my memory and cpu usage is about 20% lower with freebsd version 2.2.2 than with redhat 4.2. I was just curious if there is something about freebsd that would account for this difference ie the way it assigns or uses memory. I have 64 megs of ram and a cyrix 150 proccesor with a matrox mill video card with 4 megs of memory. Thanks Alot -- Rick Knebel rknebel@mail.csrlink.net From owner-freebsd-questions Sat Oct 18 08:36:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA22275 for questions-outgoing; Sat, 18 Oct 1997 08:36:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from grunt.vl.net.ua (grunt.vl.net.ua [193.124.76.209]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA22020 for ; Sat, 18 Oct 1997 08:30:37 -0700 (PDT) (envelope-from news@grunt.vl.net.ua) Received: from news by grunt.vl.net.ua with local (Exim 1.71 #1) id 0xMaEl-0004Uo-00; Sat, 18 Oct 1997 17:52:19 +0300 To: freebsd-questions@freebsd.org Subject: Radius clients for FreeBSD Date: 18 Oct 1997 17:52:16 +0300 Message-ID: <62aif0$gs0$1@grunt.vl.net.ua> X-Newsreader: TIN [UNIX 1.3 unoff BETA 970709; i386 FreeBSD 2.2-970911-RELENG] X-Via: News-To-Mail v1.0 From: Vladimir Litovka Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! Is there radius clients for FreeBSD? I need, in particular, get login name and start shell, specific for this user on this host (pppd, sliplogin, uucico or another). Is this possible at all? -- Vladimir Litovka , hostmaster of vl.net.ua ======== Don't trouble trouble until trouble troubles you. From owner-freebsd-questions Sat Oct 18 10:30:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26592 for questions-outgoing; Sat, 18 Oct 1997 10:30:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from vsg.mobistar.be (vsg.mobistar.be [195.61.128.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA26587 for ; Sat, 18 Oct 1997 10:30:06 -0700 (PDT) (envelope-from Gaetan@vsg.mobistar.be) Received: from Gaetan.mobistar.be (port6.zaventem.tornado.be [194.149.66.6]) by vsg.mobistar.be (8.8.3/8.8.3) with SMTP id SAA21505 for ; Sat, 18 Oct 1997 18:34:59 GMT Message-Id: <3.0.32.19971018193109.007a9710@vsg.mobistar.be> X-Sender: gaetan@vsg.mobistar.be X-Mailer: Windows Eudora Pro Version 3.0 Demo (32) Date: Sat, 18 Oct 1997 19:31:20 +0200 To: freebsd-questions@freebsd.org From: Gaetan Feige Subject: Pbs compiling any code Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I bypassed the problem I had installing Freebsd 2.2 on my Natoma Pentium Pro Mother board. It was in fact a Bios problem in recognizing corectly an IBM hard drive. I now always get : cc: Internal compiler error : program cc1 got fatal signal 4 when compiling a kernel or even other code like the apache WEB server. I used to have this on other machines too but I could at least in multiple compiles get a program finaly linked. This time there is nothing to do. I am blocked. What could be the cause of this problem. Thank you for any clues. Gaetan (Gaetan@vsg.mobistar.be) From owner-freebsd-questions Sat Oct 18 11:20:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28160 for questions-outgoing; Sat, 18 Oct 1997 11:20:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from scarlet.invision.net (scarlet.invision.net [206.112.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28155 for ; Sat, 18 Oct 1997 11:20:22 -0700 (PDT) (envelope-from evan@invision.net) Received: from invision.net (neptune.invision.net [206.112.33.21]) by scarlet.invision.net (8.8.5/A/UX 3.1.1) with ESMTP id OAA03214 for ; Sat, 18 Oct 1997 14:20:19 -0400 (EDT) Message-ID: <3448FDF6.10A58EB0@invision.net> Date: Sat, 18 Oct 1997 14:20:39 -0400 From: evan Reply-To: evan@invision.net Organization: Invision LLC. X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Your information on your site went over my head and I would like a clear step by step procedure how to first download and then to install from disks FreeBSD? Thank You Very Much! From owner-freebsd-questions Sat Oct 18 13:20:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA02990 for questions-outgoing; Sat, 18 Oct 1997 13:20:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from crawdat.crawdad (crawdat.com [207.141.238.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA02982 for ; Sat, 18 Oct 1997 13:20:06 -0700 (PDT) (envelope-from cardexchange@crawdat.com) Received: from ronniesh [207.141.238.69] by crawdat.crawdad (SMTPD32-4.02) id A8F1F2010C; Sat, 18 Oct 1997 15:15:45 CDT Message-Id: <3.0.32.19971018131555.0068816c@crawdat.com> X-Sender: cardexchange@crawdat.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 18 Oct 1997 13:15:57 -0500 To: freebsd@hub.freebsd.org From: shack Subject: ?????? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Who are you as if it matters? Shack From owner-freebsd-questions Sat Oct 18 14:43:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA05935 for questions-outgoing; Sat, 18 Oct 1997 14:43:09 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from crawdat.crawdad (crawdat.com [207.141.238.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA05930 for ; Sat, 18 Oct 1997 14:43:06 -0700 (PDT) (envelope-from cardexchange@crawdat.com) Received: from ronniesh [207.141.238.69] by crawdat.crawdad (SMTPD32-4.02) id AC641D7010C; Sat, 18 Oct 1997 16:38:44 CDT Message-Id: <3.0.32.19971018143854.00688420@crawdat.com> X-Sender: cardexchange@crawdat.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 18 Oct 1997 14:38:55 -0500 To: freebsd@hub.freebsd.org From: shack Subject: Beevis Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bores' You jumped in the click last night.I've never sent anything to your little club.So take a flying jump up my ***. Shack From owner-freebsd-questions Sat Oct 18 15:06:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA06647 for questions-outgoing; Sat, 18 Oct 1997 15:06:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA06642 for ; Sat, 18 Oct 1997 15:06:16 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id RAA06548; Sat, 18 Oct 1997 17:06:13 -0500 (CDT) Date: Sat, 18 Oct 1997 17:06:12 -0500 (CDT) From: "Matthew D. Fuller" Reply-To: "Matthew D. Fuller" To: evan cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Installation In-Reply-To: <3448FDF6.10A58EB0@invision.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 Sat, 18 Oct 1997, evan wrote: > Your information on your site went over my head and I would like a > clear step by step procedure how to first download and then to install > from disks FreeBSD? > Thank You Very Much! Let's see if I can condense this into a reasonable space... First off, you'll need to figure out how to install. You have a couple normal options, and a few more esoteric options. We'll stick with the normal options here. You can do it by CD-ROM, floppies, FTP, or a DOS partition. I'm just going to jet through this pretty quickly. The specific URL on the site is http://www.freebsd.org/handbook/install.html I think it's pretty clear, though the rest of the site may not be, depending on how fluent you are in FreeBSD and computers in general. Anyway, I woulnd NOT reccomend a floppy installation. I did a floppy install of 2.1.6, 2.2.1, and 2.2.2, and the only thinkg more aggravating than the actual install was setting up the floppies beforehand. You have to get about 80 files (even for the minimum install), and move then onto floppies, 6 per disk, in a certain subdirectory, and it's a BIG pain, even though I wrote a C program to semi-automate it. CD-ROM, you'd either need to buy one from Walnut Creek, find a friend who has one, or find a bookstore that carries 'The Complete FreeBSD', which includes the CD-ROM. I'd recommend the FTP install, which requires you to have an internet connection; either through a local Ethernet, or a dialup. I have a dislup, and FTP install may be rather slow, but it's pretty easy. Now, for the actual installation: First, download the boot floppy installation. We'll assume that you're installing 2.2.2-RELEASE. The boot floppy you want is at: ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE/floppies/newer/boot.flp If you're running a DOS machine at home, you'll also need to get ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE/tools/fdimage.exe Running DOS, go into the directory where these files are saved, and type fdimage boot.flp a: If you're running UNIX, you'll need to use: dd if=boot.flp of=(whatever your floppy device is) Then, you boot off the floppy, and follow the instructions. You'll need to create at least one partition for FreeBSD, as opposed to DOS. Then, you'll need to set up filesystems under that partition. From what you've said, it sounds like you don't have too much experience with UNIX, so here's some guidelines: 50-100 MB for / (mount point /) 16-32 MB for swap (or however much RAM you have if more than 16 MB) the rest for /usr However, note that my first system running 2.1.6-RELEASE was a 104 MB partition, 24 megs of swap, and all the rest just as /, so it all depends. We'd have to know a little more about your drive size, space available, and hardware to give much more info. Anyway, just follow the directions for what to do, decide which distributions you want to install, and go for it. That's about all the generic advice I can give you. Look through the aforementioned: http://www.freebsd.org/handbook/install.html It may take a while to understand, but it's worth it. Just keep banging your head against it until it works. Good luck! *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Sat Oct 18 16:01:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07999 for questions-outgoing; Sat, 18 Oct 1997 16:01:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luey.interlinks.net (luey.interlinks.net [207.107.160.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07989 for ; Sat, 18 Oct 1997 16:01:03 -0700 (PDT) (envelope-from sysop@interlinks.net) Received: from huey - 207.107.160.1 by luey.interlinks.net with Microsoft SMTPSVC; Sat, 18 Oct 1997 18:59:49 -0400 Reply-To: "Bill Sandiford" From: "Bill Sandiford" To: Subject: ScreenSaver Date: Sat, 18 Oct 1997 18:56:30 -0400 Message-ID: <01bcdc19$12617040$01a06bcf@huey.interlinks.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 X-Loop: FreeBSD.org Precedence: bulk I just managed to get FreeBSD 2.2.2 working for the first time. Is there some way to add the screen save without having to reinstall the whole system again. Thanks Bill From owner-freebsd-questions Sat Oct 18 16:57:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA09824 for questions-outgoing; Sat, 18 Oct 1997 16:57:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from undertow.csh.rit.edu (root@undertow.csh.rit.edu [129.21.60.214]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA09818 for ; Sat, 18 Oct 1997 16:57:26 -0700 (PDT) (envelope-from atomik@undertow.csh.rit.edu) Received: from localhost (atomik@localhost) by undertow.csh.rit.edu (8.8.7/8.8.6) with SMTP id TAA16547 for ; Sat, 18 Oct 1997 19:48:13 -0400 Date: Sat, 18 Oct 1997 19:48:09 -0400 (EDT) From: Jesse To: freebsd-questions@FreeBSD.ORG Subject: "Can Windows 95 co-exist with FreeBSD?" 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 your FAQ (under ``Can Windows 95 co-exist with FreeBSD?") it said : Install Windows 95 first, after that FreeBSD. FreeBSD's boot manager will then manage to boot Win95 and FreeBSD. If you install Windows 95 second, it will boorishly overwrite your boot manager without even asking. If that happens, see the next section. Does this mean I can have windows and freeBSD on my computer without having to partition? thanks, Jesse From owner-freebsd-questions Sat Oct 18 17:40:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12157 for questions-outgoing; Sat, 18 Oct 1997 17:40:55 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from kevin.sunshine.net (pme26.sunshine.net [204.191.205.26]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12152 for ; Sat, 18 Oct 1997 17:40:51 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by kevin.sunshine.net (8.8.5/8.8.5) with SMTP id RAA00318; Sat, 18 Oct 1997 17:38:46 -0700 (PDT) X-Authentication-Warning: kevin.sunshine.net: cagey owned process doing -bs Date: Sat, 18 Oct 1997 17:38:43 -0700 (PDT) From: Kevin Eliuk X-Sender: cagey@kevin.sunshine.net To: Bill Sandiford cc: freebsd-questions@FreeBSD.ORG Subject: Re: ScreenSaver In-Reply-To: <01bcdc19$12617040$01a06bcf@huey.interlinks.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 Sat, 18 Oct 1997, Bill Sandiford wrote: > I just managed to get FreeBSD 2.2.2 working for the first time. Is there > some way to add the screen save without having to reinstall the whole system > again. > Thanks > Bill It is easiest to activate it in your /etc/rc.conf ... [ .. snip .. ] # This is rc.conf - a file full of useful variables that you can set [ .. snip .. ] ############################################################## ### System console options ################################# ############################################################## keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="fast" # keyboard rate to: slow, normal, fast (or NO). keybell="normal" # 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="180" # blank time (in seconds) or "NO" to turn it off. saver="daemon" # screen saver desired: blank/green/snake/star/NO. ^^^^^^^^^^^^^^ moused_type="logitech" # See man page for rc.conf(8) for available settings. moused_port="/dev/cuaa1" # Set to your mouse port (required if mousetype set) moused_flags="-s -c" # Any additional flags to moused. [ .. snip .. ] -- =| Regards, =| FreeBSD ==> http://www.FreeBSD.org =| Kevin G. Eliuk =| "Free at last, free at last, ...." British Columbia *BSD User Directory ==> http://www.cynic.net From owner-freebsd-questions Sat Oct 18 17:41:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12213 for questions-outgoing; Sat, 18 Oct 1997 17:41:59 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12208 for ; Sat, 18 Oct 1997 17:41:48 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA07316; Sun, 19 Oct 1997 10:11:25 +0930 (CST) Message-ID: <19971019101124.61040@lemis.com> Date: Sun, 19 Oct 1997 10:11:24 +0930 From: Greg Lehey To: Chris Jungk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need Proxy Server help References: <3444FF7A.E4EDEB4C@nanosphere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3444FF7A.E4EDEB4C@nanosphere.com>; from Chris Jungk on Wed, Oct 15, 1997 at 10:38:02AM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 10:38:02AM -0700, Chris Jungk wrote: > I am attempting to set up a FreeBSD Bastion host Server as a > Proxy between my internal "secure" network and my external. > both networks are WinNT 4.0 > > We are using "reserved addresses" in the 192.168.0.0 range > for the internal net. and our own Class "C" 209.21.50.0 for > the external. > > Our problem is we are unable to connect to the web, and send > or receive mail from any of the internal machines. Requests > that are sent get resolved and the host is contacted but the > information is not sent back. > > We are using Apache web server and Squid Proxy with IPFW set > to "simple" however we have tried all setting and are at our > wits end. > > And directions or references you could recommend will be > greatly appreciated You might like to pick up the following documents: ftp://ftp.lemis.com/pub/cfbsd/ps/25-firewall.ps.gz (Postscript) ftp://ftp.lemis.com/pub/cfbsd/txt/25-firewall.txt.gz (ASCII) They're the draft of a chapter about the subject in "The Complete FreeBSD". If you take these documents, I expect: 1. You will not give them to anybody else 2. You will return me comments about things you found incorrect, didn't understand, or didn't find. Good luck! Greg From owner-freebsd-questions Sat Oct 18 17:55:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12547 for questions-outgoing; Sat, 18 Oct 1997 17:55:19 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12542 for ; Sat, 18 Oct 1997 17:55:15 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA07377; Sun, 19 Oct 1997 10:24:58 +0930 (CST) Message-ID: <19971019102458.10870@lemis.com> Date: Sun, 19 Oct 1997 10:24:58 +0930 From: Greg Lehey To: Gaetan Feige Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pbs compiling any code References: <3.0.32.19971018193109.007a9710@vsg.mobistar.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.32.19971018193109.007a9710@vsg.mobistar.be>; from Gaetan Feige on Sat, Oct 18, 1997 at 07:31:20PM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 18, 1997 at 07:31:20PM +0200, Gaetan Feige wrote: > I bypassed the problem I had installing Freebsd 2.2 on my Natoma Pentium > Pro Mother board. It was in fact a Bios problem in recognizing corectly an > IBM hard drive. > > I now always get : > cc: Internal compiler error : program cc1 got fatal signal 4 > > when compiling a kernel or even other code like the apache WEB server. > I used to have this on other machines too but I could at least in multiple > compiles get a program finaly linked. This time there is nothing to do. I > am blocked. > > What could be the cause of this problem. Typically this is hardware, especially if you get it in different places each time. Most often it's memory, but it could be incorrect chipset settings. Greg From owner-freebsd-questions Sat Oct 18 17:56:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12692 for questions-outgoing; Sat, 18 Oct 1997 17:56:49 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12687 for ; Sat, 18 Oct 1997 17:56:44 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA07388; Sun, 19 Oct 1997 10:26:34 +0930 (CST) Message-ID: <19971019102634.44936@lemis.com> Date: Sun, 19 Oct 1997 10:26:34 +0930 From: Greg Lehey To: evan@invision.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Installation References: <3448FDF6.10A58EB0@invision.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3448FDF6.10A58EB0@invision.net>; from evan on Sat, Oct 18, 1997 at 02:20:39PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 18, 1997 at 02:20:39PM -0400, evan wrote: > Your information on your site went over my head and I would like a > clear step by step procedure how to first download and then to install > from disks FreeBSD? If you have difficulty understanding the information on the site, you will save yourself a lot of pain and trouble by ordering the CD-ROM (possibly with accompanying book) from Walnut Creek CDROM (orders@cdrom.com). Greg From owner-freebsd-questions Sat Oct 18 17:59:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12885 for questions-outgoing; Sat, 18 Oct 1997 17:59:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12862 for ; Sat, 18 Oct 1997 17:59:31 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA07396; Sun, 19 Oct 1997 10:29:23 +0930 (CST) Message-ID: <19971019102923.29372@lemis.com> Date: Sun, 19 Oct 1997 10:29:23 +0930 From: Greg Lehey To: Bill Sandiford Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ScreenSaver References: <01bcdc19$12617040$01a06bcf@huey.interlinks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01bcdc19$12617040$01a06bcf@huey.interlinks.net>; from Bill Sandiford on Sat, Oct 18, 1997 at 06:56:30PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 18, 1997 at 06:56:30PM -0400, Bill Sandiford wrote: > I just managed to get FreeBSD 2.2.2 working for the first time. Is there > some way to add the screen save without having to reinstall the whole system > again. I don't know what screen saver you mean, but yes. Reinstalling the whole system is never an option. Greg From owner-freebsd-questions Sat Oct 18 18:55:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA15283 for questions-outgoing; Sat, 18 Oct 1997 18:55:00 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from striper.pelican.net (striper.pelican.net [206.153.27.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA15271 for ; Sat, 18 Oct 1997 18:54:52 -0700 (PDT) (envelope-from landini@pelican.net) Received: from xxx.xxx.xxx (pm111.pelican.net [206.153.27.75]) by striper.pelican.net (8.8.7/8.8.5) with SMTP id VAA14906 for ; Sat, 18 Oct 1997 21:54:45 -0400 (EDT) Message-ID: <344993CF.2498@pelican.net> Date: Sat, 18 Oct 1997 21:59:59 -0700 From: Matthew Cox Reply-To: landini@pelican.net X-Mailer: Mozilla 3.03 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Plug and Player Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Does FreeBSD support plug-and-play devices? I may want to install it sometime in the future (Not right this minute! :-) ) and have my CD-ROM drive attached to a SoundBlaster 16 Plug and Play sound card. My modem can be set up as PnP or jumpered for port and IRQ. Thanks! --MC From owner-freebsd-questions Sat Oct 18 19:01:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15735 for questions-outgoing; Sat, 18 Oct 1997 19:01:47 -0700 (PDT) (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 TAA15720 for ; Sat, 18 Oct 1997 19:01:40 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id BAA23094; Sun, 19 Oct 1997 01:36:58 +0100 (BST) Message-Id: <199710190036.BAA23094@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jesse cc: freebsd-questions@FreeBSD.ORG Subject: Re: "Can Windows 95 co-exist with FreeBSD?" In-reply-to: Your message of "Sat, 18 Oct 1997 19:48:09 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 19 Oct 1997 01:36:58 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On your FAQ (under ``Can Windows 95 co-exist with FreeBSD?") > it said : > > Install Windows 95 first, after that FreeBSD. FreeBSD's boot manager will > then manage to boot > Win95 and FreeBSD. If you install Windows 95 second, it will boorishly > overwrite your boot > manager without even asking. If that happens, see the next section. > > > Does this mean I can have windows and freeBSD on my computer without > having to partition? No. You'll need to have seperate partitions for each OS. > thanks, > Jesse > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sat Oct 18 19:43:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17448 for questions-outgoing; Sat, 18 Oct 1997 19:43:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail1.kcnet.com (mail1.kcnet.com [206.102.152.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17443 for ; Sat, 18 Oct 1997 19:43:25 -0700 (PDT) (envelope-from chrisj@kcnet.com) Received: from K6_233 (enh6x36.kcnet.com [206.102.153.100]) by mail1.kcnet.com (8.8.7/8.8.5) with SMTP id VAA14664 for ; Sat, 18 Oct 1997 21:43:15 -0500 Received: by K6_233 with Microsoft Mail id <01BCDC0E.DF283BA0@K6_233>; Sat, 18 Oct 1997 21:43:29 -0500 Message-ID: <01BCDC0E.DF283BA0@K6_233> From: Christopher S Johnson To: "'freebsd-questions@freebsd.org'" Subject: xdm Date: Sat, 18 Oct 1997 21:43:23 -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 TAA17444 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am having problems running XF86 3.3.1 on my system. At boot time I run xdm and get the login. Once I login, the screen blanks for a second and returns to the login screen. I cannot get it to load the display manager. Does anyone have any suggestions to resolve this? From owner-freebsd-questions Sat Oct 18 21:13:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA20572 for questions-outgoing; Sat, 18 Oct 1997 21:13:13 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from host.berk.com (berk.com [207.16.104.250]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA20557 for ; Sat, 18 Oct 1997 21:13:05 -0700 (PDT) (envelope-from rip@berk.com) Received: from [207.16.107.33] by host.berk.com; (5.65v3.0/1.1.8.2/16Aug95-0520PM) id AA18220; Sun, 19 Oct 1997 00:12:11 -0400 Date: Sun, 19 Oct 1997 00:12:11 -0400 Message-Id: <9710190412.AA18220@host.berk.com> X-Sender: ber00021@berk.com X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@freebsd.org From: Jim Subject: tcp/ip ethernet, fbsd & winnt/95 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I currently have a freebsd2.2.2 box and a win95/nt box connected via two ne2000 generic ethernet cards. My connection to the internet goes through an internal router card, and I was assigned a block of 32 address' from 207.16.107.(32-64) My netmask is 255.255.255.224. The command line for the initialization of the router card is, ifconfig eth0 inet 207.16.107.32 207.16.104.1 netmask 255.255.255.224 as 207.16.104.1 being the default route. The command line for the ne2000 card is, ifconfig ed2 inet 207.16.107.32 netmask 255.255.255.224 I have winnt/95 setup only with tcp/ip. I have the DNS server pointing to my fbsd server running named, I have the ip address as 207.16.107.33, the gateway as the freebsd machine(207.16.107.32), and the netmask is 255.255.255.0(though i fail to see how this fits with my sub-subnet). Close to everything works fine between the two. I can ping between the two, DNS works fine, I can access anything from the winnt/95 computer on the internet. My problem is this, I cannot access certain things on my fbsd machine from my winnt/95 machine. I can ping the fbsd machine from the nt/95 machine fine. I can access the fbsd webserver fine, but it seems as though all the daemons associated with inet.conf will not answer to the nt/95 machine's request. For instance, when I try to FTP to the fbsd box I can get as far as "Socket connected: waiting for reply..." and when I telnet it just lags for a few seconds than closes the connection without displaying anything. I hope that someone can understand some, if any, of what I just said, because I just confused the hell outta myself. Any suggestions or help with this problem will be greatly appreciated... -Jim Palmer rip@berk.com From owner-freebsd-questions Sat Oct 18 23:51:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25101 for questions-outgoing; Sat, 18 Oct 1997 23:51:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from profit.ktts.kharkov.ua (root@Koncom-UTC-28k8.ukrtel.net [195.5.25.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25095 for ; Sat, 18 Oct 1997 23:51:28 -0700 (PDT) (envelope-from greg@kaiser-nicht.ktts.kharkov.ua) Received: by profit.ktts.kharkov.ua id JAA12724; Sun, 19 Oct 1997 09:10:33 +0300 (EET DST) Received: by ktts.kharkov.ua id JAA29299; Sun, 19 Oct 1997 09:02:29 +0300 (EET DST) Received: (from greg@localhost) by kaiser-nicht.ktts.kharkov.ua (8.7.5/8.7.Ru) id JAA02925; Sun, 19 Oct 1997 09:01:07 +0300 (EET DST) Date: Sun, 19 Oct 1997 09:01:05 +0300 (EET DST) From: Gregory Edigaroff To: freebsd-questions@freebsd.org Subject: How to make a correct FreeBSD CDROM? 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 have some problems here. I get FreeBSD by ftp, and now i want make correct FreeBSD 2.2.2 CDROM. I think that will not enough if i simply put all the files i have on CDROM. So, if i right what can i do with all this? With best regards, Gregory Edigarov